/* ========================================================================== */
/* FONTS
/* ========================================================================== */

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'fontello';
	src: url("../fonts/fontello.eot");
	src: url("../fonts/fontello.eot#iefix") format('embedded-opentype'), 
	url("../fonts/fontello.woff") format('woff'), 
	url("../fonts/fontello.svg#fontello") format('svg'), 
	url("../fonts/fontello.ttf") format('truetype');
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'flexslider-icon';
	src: url('../fonts/flexslider-icon.eot');
	src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
	url('../fonts/flexslider-icon.woff') format('woff'),
	url('../fonts/flexslider-icon.ttf') format('truetype'),
	url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	display: inline-block;
	width: 1em;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'fontello';
	speak: none;
}

.icon-plus:before { content: '\2b'; } /* '+' */
.icon-mail:before { content: '\2709'; } /* '✉' */
.icon-export:before { content: '\e715'; } /* '' */
.icon-location:before { content: '\e724'; } /* '' */
.icon-share:before { content: '\e73c'; } /* '' */
.icon-down-open:before { content: '\e800'; } /* '' */
.icon-left-open:before { content: '\e801'; } /* '' */
.icon-right-open:before { content: '\e802'; } /* '' */
.icon-up-open:before { content: '\e803'; } /* '' */
.icon-facebook:before { content: '\e804'; } /* '' */
.icon-twitter:before { content: '\e805'; } /* '' */
.icon-gplus:before { content: '\e806'; } /* '' */
.icon-down-open-mini:before { content: '\e807'; } /* '' */
.icon-globe:before { content: '\e808'; } /* '' */
.icon-left-open-mini:before { content: '\e809'; } /* '' */
.icon-right-open-mini:before { content: '\e80a'; } /* '' */
.icon-up-open-mini:before { content: '\e80b'; } /* '' */
.icon-calendar:before { content: '\e80c'; } /* '' */
.icon-down-open-big:before { content: '\e80d'; } /* '' */
.icon-left-open-big:before { content: '\e80e'; } /* '' */
.icon-right-open-big:before { content: '\e80f'; } /* '' */
.icon-up-open-big:before { content: '\e810'; } /* '' */
.icon-check:before { content: '\e811'; } /* '' */
.icon-phone:before { content: '\e812'; } /* '' */
.icon-dot:before { content: '\e813'; } /* '' */
.icon-cancel:before { content: '\e814'; } /* '' */
.icon-picture:before { content: '\e815'; } /* '' */
.icon-search:before { content: '\e816'; } /* '' */
.icon-reply:before { content: '\e817'; } /* '' */
.icon-facebook-squared:before { content: '\e818'; } /* '' */
.icon-camera:before { content: '📷'; } /* '\1f4f7' */

/* ========================================================================== */
/* TYPOGRAPHY
/* ========================================================================== */

html {
	font-size: 14px;
}

body{
	color: #666666;
	font-size: 16px;
	font-family: Arial, sans-serif;
	line-height: 1.7;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #273350;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 14px 0 14px 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child{
	margin-top: 0;
}

h1 {
	font-size: 32px;
	line-height: 1.1;
	margin-bottom: 40px;
}

#home h1,
#about h1{
	margin-bottom: 0;
}

h2 {
	font-size: 28px;
	line-height: 1.1;
}

#ourteam .main > div h2{
	color: #3f3f3f;
	margin-bottom: 0;
	margin-top: 40px;
}

h3 {
	font-size: 24px;
	line-height: 1.2;
}


h4 {
	font-size: 20px;
	line-height: 1.35;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
	text-transform: uppercase;
}

.subtitle,
.callout{
	color: #3f3f3f;
	font-family: Arial, sans-serif;
	font-size: 20px;
	line-height: 1.5;
}

#ourteam .main .subtitle{
	color: #5e5e5e;
	font-size: 17px;
	margin-top: 5px;
}

.callout{
	margin-top: 28px;
}

a { 
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #273350;
}

p { 
	margin: 13px 0 0 0;
}

p:first-child{
	margin-top: 0;
}

li, ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	list-style-position: inside;
}

b, strong {
    font-weight: normal;
}

.centered{
	text-align: center;
}

.seperator{
	height:2px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:22px;
	margin-top:22px;
	max-width:60px;
}

.divider {
	display: inline-block;
	height: 36px;
	margin-top: 20px;
	position: relative;
	text-align: center;
	width: 100%;
}
.divider i:before {
	color: #273350;
	font-size: 65px;
	left: 50%;
	position: absolute;
	top: -24px;
	width: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);	
}
.divider:before,
.divider:after {
	content: '';
	background-color: #273350;
	height: 1px;
	position: absolute;
	top: 26px;
	width: calc((100% - 50px) / 2);
}
.divider:before {
	left: 0;
}
.divider:after {
	right: 0;
}

.address, .social{
	list-style:none;
	margin:0;
	padding:0;
}

img{
	display:block;
}



/* ========================================================================== */
/* GENERAL LAYOUT
/* ========================================================================== */

html, body {
	overflow-x: hidden;
	position: relative;
}

body {
	background-color: #fbfbfb;
	min-height: calc(100vh - 75px);
}

/* ========================================================================== */
/* BOX SIZING
/* ========================================================================== */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

/* ========================================================================== */
/* BTN
/* ========================================================================== */

.btn,
a.btn {
	background-color: #fad200;
	border: none;
	color: #273350;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 24px;
	padding: 11px 19px;
	text-align: center;
	text-transform: uppercase;
}
.btn:hover,
a.btn:hover,
.btn.btn-secondary,
a.btn.btn-secondary {
	background-color: #273350;
	color: #ffffff;
}

.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
	background-color: #fad200;
	color: #273350;
}

.backto{
	clear: both;
	display: block;
	margin-top: 24px;
}

/* ========================================================================== */
/* LOGO
/* ========================================================================== */

header .logo {
	display: block;
	margin: 0 auto;
}

header .logo a,
header .logo img{
	border:none;
}

header .logo .logo-mobile{
	left:50%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

header .logo .logo-desktop{
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ========================================================================== */
/* HEADER
/* ========================================================================== */

header {
	background-color: rgba(26, 37, 45, 1);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
header > div{
	height: 75px;
}
header, header a {
	color: #ffffff;
}
header .logo {
	float: left;
}
header nav li {
	display: inline-block;
}
header nav .menu {
	float: right;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
header nav .menu,
header nav .menu ul {
	display: none;
}
header nav .menu > li {
	position: relative;
}
header nav .menu > li > a,
header nav .menu > li > span {
	border: 2px solid transparent;
	display: inline-block;
	float: none;
	padding: 7px 19px;
}
#about header .menu .about > a,
#projects header .menu .projects > a,
#services header .menu .services > a,
#contact header .menu .contact > a,
header nav .menu > li > a:hover{
	color:#fad200;
}
header nav .menu > li .btn {
	float: left;
	margin-left: 10px;
}
header nav .menu > li.apply{
	
}
header nav .menu > li.apply:before{
	color: #fad200;
	content:'|';
	margin: 0 4px;
}
header nav .menu .drop-menu {
	display: none;
	font-size: 13px;
	left: 50%;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
header nav .menu .drop-menu li{
	width: 100%;
}
header nav .menu .drop-menu a {
	background-color: #ffffff;
	color: #273350;
	display: inline-block;
	padding: 10px 24px;
	width: 100%;
}
header nav .menu .drop-menu a:hover {
	background-color: #eeeeee;
}

/* ========================================================================== */
/* WRAPPER
/* ========================================================================== */

header > div,
section > div,
aside > div,
footer > div{
	max-width: 1180px;
	margin:0 auto;
	padding: 0 25px;
}

/* ========================================================================== */
/* SECTIONS
/* ========================================================================== */

section {
	display: block;
	width: 100%;
}
section:after{
	content: "";
	display: table;
	clear: both;	
}
section img {
	border: none;
	height: auto;
	width: 100%;
}
section.stage {
	background-image: url("../_img/home_main_image.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 32vw;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
	margin-top: 75px;
}
.video-play {
	display: inline-block;
	height: 100%;
	position: relative;
	text-align: center;
	width: 100%;
}
.video-play img{
	display: inline-block;
	max-width: 55px;
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
section.substage {
	background-image: url("../_img/subpage_banner.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 75px;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
}
section.main {
	padding-bottom:25px;
	padding-top:25px;
}
.main.withsidebar{
	padding-bottom: 0;
}
.intro{
	margin: auto;
	max-width: 700px;
	text-align: center;
}
.intro p{
	font-size: 20px;
}
.feature{
	margin-top: 46px;
}
.feature > div{
	margin-bottom: 25px;
	text-align: center;
}
.feature img{
	margin-bottom: 28px;
}
section.testimonial{
	background-color: #eeeeee;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.15s ease-in-out;  
	-moz-transition: all 0.15s ease-in-out; 
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
section.testimonial:hover{
	background-color: #f4f4f4;
}
section.testimonial .quotes{
	margin: auto;
	max-width: 950px;
	position: relative;
	z-index: 0;
}
section.testimonial .quotes:before,
section.testimonial .quotes:after{
	color: #d8d8d8;
	font-family: Georgia, serif;
	font-size: 300px;
	line-height: 0;
	position: absolute;
	z-index: 0;
}
section.testimonial:hover .quotes:before,
section.testimonial:hover .quotes:after{

}
section.testimonial .quotes:before{
	content: '“';
	left: 0;
	top: 110px;
}
section.testimonial .quotes:after{
	content: '”';
	bottom: 40px;
	right: 0;
}
section.testimonial .quotes li{
	padding: 0 22px;
	position: relative;
	z-index: 1;
}
section.testimonial blockquote{
	font-size: 14px;
}
section.testimonial a{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

blockquote{
	margin: 0 0 16px 0;
}
cite{
	color: #727272;
	display: inline-block;
	font-size: 11px;
	line-height: 1.5;
}
#testimonials .quotes li{
	margin-bottom: 55px;
} 

#testimonials blockquote:before{
	content: '“';
}
#testimonials blockquote:after{
	content: '”';
}

section.qualified{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

section.qualified > div:after{
	content: "";
	display: table;
	clear: both;	
}
section.qualified .content{
	margin: auto;
	max-width: 500px;
}
.listing li{
	margin-top: 10px;
}
aside{
	background-color: #eeeeee;
	font-size: 14px;
	margin-top: 25px;
	padding-bottom:25px;
	padding-top:25px;	
}
aside .address{
	margin-top: 24px;
}
aside h3{
	margin-top: 32px;
}
.data{
	overflow-x: auto;
	display: inline-block;
	width: 100%;
}
.data div{
	display: block;
    width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table td, table th {
	padding: 12px 25px;
	text-align: left;
	vertical-align: top;
}
.codes{
	margin-top: 14px;
}
.codes tr td:first-child{
	width: 100px;
}
.codes tr td:second-child{
	width: 100px;
}
.equipment{
	background-color: #273350;
	color: #cccccc;
}
.equipment tr{
	border-bottom: 1px solid #555d6f;
}
.equipment tr:first-child,
.equipment tr:second-child,
.equipment tr:last-child{
	border-bottom: none;
}
/*.equipment tr:first-child td{
	padding-bottom: 0;
}*/
.equipment td{
	padding: 32px;
}
.equipment tr td:first-child{
	color: #fad200;
	width: 100px;
}
.alt-list {
	margin-bottom:25px;
}
#services .alt-list{
	margin-bottom:45px;
}
.alt-list li:nth-child(odd),
.alt-rows tr:nth-child(odd) {
    background-color: #eeeeee;
}
.alt-list li{
	padding: 12px 25px;
}
.highlightedprojects h1{
	margin-bottom: 40px;
	text-align: center; 
}
.highlighted > div{
	margin-bottom: 28px;
}
.highlighted .caption{
	background-color: #eeeeee;
	border-bottom:1px solid #dbdbdb;
	color: #273350;
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}
.highlighted a:hover .caption{
	background-color: #fad200;
}

.completedprojects{
	background-color: #eeeeee;
	padding-bottom: 25px;
	padding-top: 25px;
}
.completedprojects h1{
	margin-bottom: 40px;
	text-align: center;
}
.completedprojects > div > div > ul,
.completedprojects > div > div > ul li{
	margin-top: 24px;
}
.completedprojects > div > div > ul li{
	line-height: 1.35;
}
.completedprojects > div > div > ul:first-child,
.completedprojects > div > div > ul li:first-child{
	margin-top: 0;
}
.completedprojects .place{
	color: #273350;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
.completedprojects .location{
	font-size:10px;
	text-transform: uppercase;
}
.toolbar{
	border-top:1px solid #dadada;
	clear: both;
	font-size: 14px;
	margin-bottom: 28px;
	overflow: hidden;
	padding-top: 18px;
}
.toolbar a{
	color: #273350;
	float:right;	
}
.toolbar a:hover{
	color: #d6b400;
}
.toolbar a span{
	display: none;
}
.toolbar i{
	margin-right: 8px;
}
.toolbar .location{
	float:left;
}
.details .info,
.details .calltoaction{
	margin-top: 25px;
}
.details .alt-list{
	margin-top: 14px;
}
.calltoaction a,
.calltoaction a:before{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 100%;	
}
.calltoaction a{
	background-image: linear-gradient(rgba(39, 51, 80, 0.8), rgba(39, 51, 80, 0.8)), url("../_img/callout.jpg");
	display: block;
	padding: 9vw 20px;
	position: relative;
	text-align: center;
}
.calltoaction a:before{
	background-image: linear-gradient(rgba(39, 51, 80, 0.95), rgba(39, 51, 80, 0.95)), url("../_img/callout.jpg");
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;	
	transition: opacity 0.5s ease-out;
}
.calltoaction:hover a:before{
	opacity: 1;
}
.calltoaction span{
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 6px;
	position: relative;
	text-transform: uppercase;
}
.calltoaction span strong{
	color: #fad200;
	display: block;
	letter-spacing: normal;
	font-size: 30px;
}

fieldset{ 
	border:0;
	padding:0;
}
label{ 
	display: none;
}
input,
input:hover,
input:focus,
input[type="text"],
input[type="text"]:hover,
input[type="text"]:focus,
textarea,
textarea:hover,
textarea:focus{
	background: #eeeeee;
	border:none;
	color:#666666;
	border:1px solid #eeeeee;
	outline:none;
	text-indent: 0.01px;
	text-overflow: ''; 
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666666;
    font-family: Arial, sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666666;
   font-family: Arial, sans-serif;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666666;
   font-family: Arial, sans-serif;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666666;
   font-family: Arial, sans-serif;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #666666;
  font-family: Arial, sans-serif;
}

textarea{
	color: #666666;
	min-height:175px;
	padding-left:0;
	padding-top: 10px;
}
textarea:hover,
textarea:focus{
	border:1px solid #eeeeee;
}
input, input[type="text"], textarea{
	border-radius:0;
	font-size: 14px;
	margin-bottom:24px;
	padding: 12px;
	width:100%;
	transition: all 0.2s ease-in-out;
}
form input:focus, 
form input[type="text"]:focus, 
form textarea:focus {
    border-color: #eeeeee;
}
button.btn {
	line-height: 1.7;
	margin-top: 0;
}
.comments label{ 
	display:none;
	color:#666666;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 10px;	
}
.field{
	position: relative;
}
form span {
	border-radius: 2px;
	color: #666666;
	display: inline;
	position: absolute;
	font-size: 11px;
	right: 0;
	top: -4px;
	padding: 12px 0;
}

/* ========================================================================== */
/* MAIN FOOTER
/* ========================================================================== */

footer {
	background-color: #273350;
	clear: both;
	font-size: 14px;
	overflow: hidden;
	padding-top: 45px;
	text-align: center;
}
footer,
footer a {
	color: #586279;
}
footer a:hover,
footer a:hover i,
footer .top a:hover {
	color: #fad200;
}
footer i{
	color: #586279;
	margin-right: 8px;
}
footer h3 {
	color: #586279;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
footer .logo{
	text-align: center;
}
footer .logo img{
	display: inline-block;
}
footer .top,
footer .bottom{
	border-top: 1px solid #424a5b;
	display: inline-block;
	width: 100%;
}
footer .top{
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 12px;
}
footer .top > div{
	margin-bottom: 28px;
}
footer .top,
footer .top a{
	color: #cccccc;
}
footer .bottom{
	padding-top: 30px;
	margin-bottom: 70px;
}
.btn-footer{
	background-color: #fad200;
	color: #273350;
	display: inline-block;
	font-size: 14px;
	padding: 14px 19px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.btn-footer:hover{
	color: #ffffff;
}
.embed-container {
	height: 0;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/* ====================================================================================================================
 * FLEXSLIDER
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider {
	margin-bottom: 3px;
	position: relative;
	zoom: 1;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
 	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
#carousel{
	display: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 50px;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.5;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav .flex-prev {
	left: 10px;
}
.flex-direction-nav .flex-next {
	right: 10px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 8;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
