@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
}

html,body {background-color:#ffffff;}
.logo {text-align:center;}
.logo p { font-size:18px; color:#000000; font-family: trajan-pro-3,serif;font-weight: 400;font-style: normal;}

.unleash_content h2 {background-color:rgba(1, 1, 1, 0.7);
padding-left:15px; padding-right:15px;
font-family: trajan-pro-3,serif;
font-weight: 700;
font-style: normal;
}
.unleash_content h2:first-of-type {line-height:100%;}

.unleash_slider {
	overflow: hidden;
	display: block;
	position: relative;
	-moz-box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.5);
	box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.5);
}
.unleash_slide {
	overflow: hidden;
	display: block;
	-moz-box-shadow: -5px 0px 5px rgba(1, 1, 1, 0.3);
	-webkit-box-shadow: -5px 0px 5px rgba(1, 1, 1, 0.3);
	box-shadow: -5px 0px 5px rgba(1, 1, 1, 0.3);
	position: absolute;
	cursor: pointer;
	float: left;
	display: inline-block;
	zoom: 1;
	background: #000;
}
.unleash_caption{
	position: absolute;
bottom: 0;
background: rgba(0, 245, 255, 0.49);
padding: 2%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: none;
max-height: 35%;
margin: 2%;
overflow-y: auto;
}
.unleash_caption h6{
	color: #fff;
}
.unleash_caption p{
	color: #fff;
}
.unleash_content{
	position: absolute;
top: 0;
left: 0;
display: none;
width: 100%;
height: 100%;
}

.unleash_drag{
	 cursor: -webkit-grab;
  cursor: -moz-grab;
   cursor: -o-grab;
    cursor: -ms-grab;
}
.unleash_slide_mouseDown{
 cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
   cursor: -o-grabbing;
    cursor: -ms-grabbing;

}
.example_1 {
	-moz-box-shadow: 5px 0px 5px rgba(1, 1, 1, 0.3);
	-webkit-box-shadow: 5px 0px 5px rgba(1, 1, 1, 0.3);
	box-shadow: 5px 0px 5px rgba(1, 1, 1, 0.3);
}
.unleash_slide img, .unleash_slide video {
	position: relative;
	width: 100%;
	opacity: 0.7;
	-o-transition: opacity 700ms;
	-ms-transition: opacity 700ms;
	-moz-transition: opacity 700ms;
	-webkit-transition: opacity 700ms;
	transition: opacity 700ms;
}
.unleash_slide img:hover, .unleash_slide video:hover {
	opacity: 1;
}
.unleash_slide.active img, .unleash_slide.active video {
	opacity: 1;
}

.upper_text {
	position: absolute;
	width: 100%;
	margin: none;
}
.upper_text h4 {
	text-align: center;
	margin: 0;
}
.upper_text h4 a {
	color: white;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 55px;
	text-decoration: none;
}

.lower_text {
	position: absolute;
	width: 100%;
	margin: none;
	text-align: center;
	padding: 0 5%;
}
.lower_text p {
	color: white;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 20px;
}
@media screen and (max-width: 800px) {
.upper_text h4 a {
	font-size: 20px;
}
.lower_text p {
	display: none;
}
}
.main_nav {
background: #111;
padding: 5px 0;
box-shadow: 0px 2px 10px rgba(1, 1, 1, 0.81);
}


.color {
	padding: 40px 0;
	/*border-top: 1px solid rgba(255,255,255,0.1);*/
}
.unleash_container {
	position: relative;
}
.unleash_controls {
	width: 120px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 20px;
	overflow: hidden;
}
.unleash_loader {
	height: 2px;
background: #00f0ff;
/*left: -101%;*/
position: absolute;
position: relative;
z-index: 1000;
box-shadow: 0px 0px 3px 1px #00f0ff;
-webkit-box-shadow: 0px 0px 3px 1px #00f0ff;
-moz-box-shadow: 0px 0px 3px 1px #00f0ff;
top: 10px;
}
.unleash_loader_bg {
	height: 20px;
overflow: hidden;
background: #;
z-index: 999;
width: 100%;
top: -12px;
position: absolute;
}

.unleash_pause {
	background: url(../img/pause.png) no-repeat;
	height: 30px;
	width: 40px;
	float: left;
	cursor: pointer;
}
.unleash_buttons {
	overflow: hidden;
width: 100%;
margin: 20px auto 0px auto;
text-align: center;
}
.unleash_buttons i{
	color: #000000;
	font-size: 48px;
	cursor: pointer;
}
.emboss {
	background: rgba(255,255,255,0.25);
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
}
.main_slider{
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */


}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?63503719');
  src: url('../font/fontello.eot?63503719#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?63503719') format('woff'),
       url('../font/fontello.ttf?63503719') format('truetype'),
       url('../font/fontello.svg?63503719#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?63503719#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-left-open:before { content: '\e806'; } /* '' */
.icon-right-open-5:before { content: '\e819'; } /* '' */
.icon-play-1:before { content: '\e808'; } /* '' */
.icon-pause-1:before { content: '\e801'; } /* '' */
.icon-to-end-1:before { content: '\e802'; } /* '' */
.icon-to-start-1:before { content: '\e805'; } /* '' */
.icon-left-open-1:before { content: '\e80a'; } /* '' */
.icon-right-open-1:before { content: '\e80b'; } /* '' */
.icon-left-open-mini:before { content: '\e80c'; } /* '' */
.icon-right-open-mini:before { content: '\e80d'; } /* '' */
.icon-left-open-big:before { content: '\e80e'; } /* '' */
.icon-right-open-big:before { content: '\e80f'; } /* '' */
.icon-play:before { content: '\e800'; } /* '' */
.icon-right-open:before { content: '\e809'; } /* '' */
.icon-to-end:before { content: '\e803'; } /* '' */
.icon-to-start:before { content: '\e804'; } /* '' */
.icon-left-open-outline:before { content: '\e810'; } /* '' */
.icon-left-open-2:before { content: '\e811'; } /* '' */
.icon-right-open-outline:before { content: '\e812'; } /* '' */
.icon-right-open-2:before { content: '\e813'; } /* '' */
.icon-left-open-3:before { content: '\e814'; } /* '' */
.icon-right-open-3:before { content: '\e815'; } /* '' */
.icon-left-open-4:before { content: '\e816'; } /* '' */
.icon-right-open-4:before { content: '\e817'; } /* '' */
.icon-left-open-5:before { content: '\e818'; } /* '' */
.icon-pause:before { content: '\e807'; } /* '' */

@media (max-width: 767px) {
.unleash_buttons i {font-size:100px !important;}
}