/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; /* zoom:1; */ float:left;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
.fl {
    float: left;
}
/*  */

.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px;  position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  text-indent:-999em ;margin-top:-20px;}
.flex-direction-nav .flex-prev { left: 70px; background:url(../images/lf.png) no-repeat center center/cover; }
.flex-direction-nav .flex-next { right: 70px;  background:url(../images/rt.png) no-repeat center center/cover;}
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px;}
.flexslider:hover .flex-next { opacity: 0.7; right: 10px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:80px; right:15px; list-style:none; text-align:right; margin:0; padding:0; height:34px;}
.flex-control-nav li{display:inline-block;width:10px;height:10px;margin:13px 5px 0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:10px;height:10px;line-height:100px;overflow:hidden;cursor:pointer;}

/* 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; background:#ddd}
.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 li {margin: 10px 6px 0; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 14px; height: 14px; display: block; border:1px solid #fff; cursor: pointer; text-indent: -9999px;border-radius:14px; background:#ccc; }
.flex-control-paging li a:hover { background: #0d58aa;  }
.flex-control-paging li a.flex-active { background: rgb(245 7 7);}

.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;}