/*
 * jQuery FlexSlider v1.2
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* FlexSlider Necessary Styles
*********************************/
.flexslider { margin: 0 auto; padding: 0; overflow: hidden;height: 450px; }
.flexslider .slides li {display: none;list-style: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%;  display: block;height: 450px;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; position: relative; }
.flexslider .slides  li {position: relative;list-style: none; height: 450px;}
.flexslider .slidesLi1{background-image: url("../images/slide01.jpg"); background-position: center}
.flexslider .slidesLi2{background-image: url("../images/slide02.jpg"); background-position: center}
.flexslider .slidesLi3{background-image: url("../images/slide03.jpg"); background-position: center}
.flexslider .slidesLi4{background-image: url("../images/slide02.jpg"); background-position: center}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}


/* Caption style */
.flex-caption {width: 96%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 0px 0 rgba(0,0,0,.3); font-size: 15px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: 0px 0 0; display: block;/* background: url(../img/imgbt.png) no-repeat 0 0;*/ position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li{ list-style: none;}
.flex-direction-nav li a.next {background-position: -52px 0; right: -10px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: -10px;}

/* Control Nav */
.flex-control-nav { position: absolute; left: 45%;bottom: 15px;display: none} /* set negative margin-left equal to half the width on the control-nav for perfect centering */
.flex-control-nav li {margin: 0 0 0 0; float: left; list-style: none;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 10px; height: 10px; display: block; cursor: pointer; text-indent: -9999px; background-color: #565656; margin-right: 10px;}
.flex-control-nav li a:hover {background-color: #f60}
.flex-control-nav li a.active {cursor: default;background-color: #fff}


/*respons*/
@media (min-width: 1200px) {
    .flexslider { margin: 0 auto; padding: 0; overflow: hidden;height: 450px; }
.flexslider .slides li {display: none;list-style: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%;  display: block;height: 450px;}
}
@media (min-width: 1024px) and (max-width: 1199px) {
.flexslider { margin: 0 auto; padding: 0; overflow: hidden;height: 380px; }
.flexslider .slides li {display: none;list-style: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%;  display: block;height: 380px;}
}
@media (min-width: 768px) and (max-width: 1023px) {
    .flexslider { margin: 0 auto; padding: 0; overflow: hidden;height: 320px; }
.flexslider .slides li {display: none;list-style: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%;  display: block;height: 320px;}
}
@media (min-width: 480px) and (max-width: 767px) {
    .flexslider { margin: 0 auto; padding: 0; overflow: hidden;height: 250px; }
.flexslider .slides li {display: none;list-style: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%;  display: block;height: 250px;}
}
@media (min-width: 320px) and (max-width: 479px) {
    .flexslider { margin: 0 auto; padding: 0; overflow: hidden;height: 150px; }
.flexslider .slides li {display: none;list-style: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%;  display: block;height: 150px;}
}
@media (min-width: 240px) and (max-width: 319px) {
    .flexslider { margin: 0 auto; padding: 0; overflow: hidden;height: 140px; }
.flexslider .slides li {display: none;list-style: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%;  display: block;height: 140px;}
}
@media (max-width: 239px) {
.flexslider { display: none;}
}
/*respons*/
/*
@media screen and (min-width: 960px) and (max-width: 1080px) {
    .flex-control-nav li a {width: 100px; height:60px; display: block; background: url(../img/slide-sm01.jpg) no-repeat 0 0; cursor: pointer; text-indent: -9999px; border: 3px solid #fff; margin-right: 20px}
    .flex-control-nav li a:hover {border: 3px solid #fff}
    .flex-control-nav li a.active {cursor: default;border:3px solid #f60}
}
@media screen and (min-width: 640px) and (max-width: 960px) {
    .flex-control-nav li a {width: 65px; height:50px; display: block; background: url(../img/slide-sm01.jpg) no-repeat 0 0; cursor: pointer; text-indent: -9999px; border: 3px solid #fff; margin-right: 20px}
    .flex-control-nav li a:hover {border: 3px solid #fff}
    .flex-control-nav li a.active {cursor: default;border:3px solid #f60}
}
@media screen and (min-width: 320px) and (max-width: 640px) {
    .flex-control-nav li a {display: none}
    .flex-control-nav li a:hover {border: 0px solid #fff}
    .flex-control-nav li a.active {cursor: default;border:0px solid #f60}
}
@media screen and (max-width: 320px) {
    .flex-control-nav li a {display: none}
    .flex-control-nav li a:hover {border:2px solid #fff}
    .flex-control-nav li a.active {cursor: default;border:2px solid #f60}
}*/
