/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* 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 {
	margin: 0; 
	padding: 0; 
	list-style: none;
	
}
 
 
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; position:relative}
.flexslider .slides > li {
	display:none;
	/*overflow:hidden;*/	
} /* Hide the slides before the JS is loaded. Avoids image jumping */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.flexslider .slides > li{
  -webkit-transition: opacity 1.5s ease; 
-moz-transition: opacity 1.3s ease;
 transition: opacity 1.3s ease;
	}
}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; 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; 
	border:0; 
	position: relative; 
	zoom: 1;
	z-index:1
 
}
.flex-viewport {
	max-height: 2000px; 
	/*-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; */
	-webkit-transition:none !important; 
	-moz-transition:none !important; 
	-o-transition:none !important; 
	transition:none !important;
}
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
/* .flex-direction-nav {*height: 0;} */
.flex-direction-nav a  { 
	display: block; 
	width: 42px; 
	height: 162px; 
	margin: -22px 0 0; 
	position: absolute; 
	top: 44%; 
	z-index: 10; 
	overflow: hidden; 
	cursor: pointer;
	z-index:99;
    opacity: 0; 
	filter:alpha(opacity=0); 
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
}


 
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
 

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; 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'; }

/* Control Nav */
.flex-control-nav {
	width: 100%; 
	position: absolute; 
	bottom:8px;
	left:0px;
	z-index:99; 
	text-align: center;
}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1;}/** *display: inline; */
.flex-control-paging li a { 
	width:12px; 
	height: 12px;
	background:#cccccc;
	display: block; 
	cursor: pointer; 
	text-indent: -9999px; 
	
	transform: scale(0.75);
	 	  -moz-transform: scale(0.75);
	        -o-transform: scale(0.75);
	           transform: scale(0.75);
    transform-style: preserve-3d;
    -webkit-transform: scale3d(0.75,0.75,0.75);
 
	
	  -webkit-border-radius:50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active { 
	background:#9E2A2B; 
	
	-moz-transform: scale(1);
	  -o-transform: scale(1);
	     transform: scale(1);
    transform-style: preserve-3d;
    -webkit-transform: scale3d(1,1,1);
}
 

.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%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 0; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 0; right: 10px;} 
}
 

.flex-promotion {
	margin-bottom:30px;
	min-height:300px;
}
.flex-promotion .flex-direction-nav{
	float:right;
	position:absolute;
	bottom:0px;
	right:0
}
.flex-promotion .flex-direction-nav a{
	width:35px;
	height:35px;
	background:#d5d5d5;
	opacity:1;
	margin:0px;
	filter:alpha(opacity=100);
	text-align:center;
	
	position:relative;
}
.flex-promotion .flex-direction-nav a .icons{ top:12px;}
.flex-promotion .flex-direction-nav li{ float:left} 
.flex-promotion .flex-direction-nav li a:hover{
	background:#e3da50 !important;
} 
.flex-promotion .flex-direction-nav .flex-next
.flex-promotion .flex-direction-nav .flex-prev{
	left:auto;
	right:0px;
	text-align:center
}

.flex-promotion .flex-control-nav{ bottom:-50px;}


.flex-vessel{
	max-width:500px;
	width:100%;
	margin-bottom:5px;
}
.flex-vessel .slide-item {
	text-align:center;
	background:#f1f1f1;
	max-height:305px; 
	overflow:hidden
}
 
.flex-vessel .flex-viewport{ max-height:305px;}
	
.flex-vessel .slides img{
	max-width:100%;
	max-height:310px;
	width:auto;
	display:inline-block;
}
.flex-vessel .flex-control-nav{ bottom:-35px}
.flex-vessel .flex-direction-nav a{
	width:35px;
	height:60px;
	background:#000;
	margin-top:-30px;
	top:50%;
	
}
.flex-vessel:hover .flex-direction-nav a{ opacity:1}

.flex-vessel .flex-direction-nav a.flex-prev{ 
	left:0;
	background:rgba(0,0,0,0.25) url(../img/arrow-prev.png) no-repeat center center;
}
.flex-vessel .flex-direction-nav a.flex-next{ 
	right:0;
	background:rgba(0,0,0,0.25) url(../img/arrow-next.png) no-repeat  center center;
}
.flex-vessel .flex-direction-nav a.flex-prev:hover{background-color:rgba(0,0,0,0.5)}
.flex-vessel .flex-direction-nav a.flex-next:hover{background-color:rgba(0,0,0,0.5)}

@media (min-width: 768px) and (max-width: 1230px) {
	.flex-vessel .slides img{max-height:280px;}
}

@media (min-width: 768px) and (max-width: 992px) {
	.flex-promotion{ margin-bottom:40px}
	.flex-promotion .flex-control-nav{ bottom:-50px;}
	.flex-promotion .flex-direction-nav .flex-prev{ left:0}
	.flex-promotion .flex-direction-nav .flex-next{ right:0}
	
	.flex-vessel .slide-item{ max-height:210px; overflow:hidden}
	.flex-vessel .flex-viewport{ max-height:215px;}
	.flex-vessel .slides img{max-height:215px;}
}

@media (max-width: 767px){
	.flex-promotion .flex-direction-nav{
		position:static;
	}
	.flex-promotion .flex-direction-nav a{
		position:absolute;
		top:25%;
	}
	
	.flex-promotion .flex-direction-nav .flex-prev{ left:0}
	.flex-promotion .flex-direction-nav .flex-next{ right:0}
	.flex-promotion .flex-control-nav{ bottom:-45px}
	.flex-promotion .flex-direction-nav{ bottom:auto;}
	
	.flex-vessel{
		display:block;
		margin:auto;
	}
	.flex-vessel .slides img{max-height:310px;}
}

@media (max-width: 480px){
	
	.flex-promotion .flex-direction-nav a{ top:21%;}
}
@media (max-width: 320px){
	.flex-promotion .flex-direction-nav a{ top:15%;}
}
 
 
 