/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav, 
.FA02-control-nav,
.FA02-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; margin:0; padding:0;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; zoom: 1;}
.flex-viewport, .FA02-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport, .loading .FA02-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px; }

.FA02-direction-nav { height: 0; display:none; }
/*
.FA02-direction-nav a { width:52px; height:90px; z-index: 10000; cursor: pointer; text-indent:-9999px; top:45%; }
.FA02-direction-nav .FA02-prev { position:absolute; left:0; display:block; background: url(../../../layout/images/slide_left_btn.png) no-repeat 0 0; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s;}
.FA02-direction-nav .FA02-next { position:absolute; right:0; display:block; background: url(../../../layout/images/slide_left_btn.png) no-repeat 0 0;-webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s;}
.FA02-direction-nav .FA02-prev:hover { background: url(../../../layout/images/slide_left_btn.png) no-repeat 0 0; }
.FA02-direction-nav .FA02-next:hover { background: url(../../../layout/images/slide_left_btn.png) no-repeat 0 0;}
*/

.FA02-control-nav { display:none; width:100%; position:absolute; bottom:2%; left:0; text-align: center; z-index:10;}
/*
.FA02-control-nav li { margin: 0 10px; display:inline-block; zoom: 1; }
.FA02-control-nav li a { box-sizing:content-box !important; width:8px; height:8px; display:block; background-color:#fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 10px; border-radius:10px; border:4px solid rgba(93,160,164,0.1); }
.FA02-control-nav li a:hover { border:4px solid rgba(93,160,164,0.8);  }
.FA02-control-nav li a.FA02-active { border:4px solid rgba(93,160,164,0.8); cursor:default;}
*/

/* Galleries */
.Gallery-control-nav,
.Gallery-direction-nav {margin:0;padding:0; height:0; list-style:none; display:none;}
.Gallery-direction-nav a { width:40px; height:40px; z-index: 10000; cursor: pointer; text-indent:-9999px; top:40%; }
.Gallery-direction-nav .Gallery-prev { position:absolute; left:5px; display:block; background: url(../../../layout/images/blog_blck_left_on_btn.png) no-repeat 0 0; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s;}
.Gallery-direction-nav .Gallery-next { position:absolute; right:5px; display:block; background: url(../../../layout/images/blog_blck_right_on_btn.png) no-repeat 0 0;-webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s;}
.Gallery-direction-nav .Gallery-prev:hover { background: url(../../../layout/images/blog_blck_left_over_btn.png) no-repeat 0 0; }
.Gallery-direction-nav .Gallery-next:hover { background: url(../../../layout/images/blog_blck_right_over_btn.png) no-repeat 0 0;}
#Gallery_Slider:hover .Gallery-direction-nav { display:block; }

.Gallery-control-nav { display:none; }
/*
.Gallery-control-nav { display:block; width:100%; position:absolute; bottom:-35px; left:0; right:0; text-align:center; z-index:10;}
.Gallery-control-nav li { margin:0 4px; display:inline-block; zoom: 1; }
.Gallery-control-nav li a { width:10px; height: 10px; display: block; background-color:#dadada; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 5px; border-radius:5px; }
.Gallery-control-nav li a:hover { background-color:#30a3a2; }
.Gallery-control-nav li a.Gallery-active { background-color:#30a3a2; cursor:default;}
*/

@media (max-width: 768px) {
	.Gallery-direction-nav a { width:25px !important; height:25px !important; background-size:cover !important; }
	.Gallery-direction-nav { display:block !important; }
}
