
.flexslider-wrapper {
    width: 100%;
    background:url(../img/slider/img01.html) center no-repeat #fff;
	margin-top:100px;
	height:900px;
	background-size:100%;
	padding-top:280px;
}
 
/* 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 .slides > li {
    position: relative;
    display: none; 
    zoom: 0; /* Hide the slides before the JS is loaded. Avoids image jumping */
    -webkit-backface-visibility: hidden;
	height:auto;
}
.flexslider .slides img {
    display: block;
    width:100%;
	
	
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-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 {
    position: relative;   
    zoom: 1;
}
.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;
}
.flexslider .slides {
    zoom: 1;
}

/* Direction Nav */
/* Direction Nav */
.flex-direction-nav a {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -37px;
    width: 35px;
    height: 75px;
    border-radius: 0px;
    text-align: center;
    line-height: 75px;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.flex-direction-nav a i {
    color: #fff;
}
.flex-direction-nav .flex-next {
    right: 20px;
}
.flex-direction-nav .flex-next:before {
    color: #fff;
    content: '\f054';
    font-family: FontAwesome;
}
.flex-direction-nav .flex-prev {
    left: 20px;
}
.flex-direction-nav .flex-prev:before {
    color: #fff;
    content: '\f053';
    font-family: FontAwesome;
}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
    background: rgba(0,0,0, .6);
    opacity: .5;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Direction Nav for small slider */
.small .flex-direction-nav a {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -18px;
    width: 26px;
    height: 36px;
    border-radius: 3px 0 0 3px;
    text-align: center;
    line-height: 36px;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.small .flex-direction-nav .flex-next {
    right: 0;
}
.small .flex-direction-nav .flex-prev {
    left: 0;
}
/* Direction Nav for small slider */
.full .flex-direction-nav a {
    position: absolute;
    top: -17px;
    display: block;
    margin-top: -18px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=1);
    cursor: pointer;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
			
			box-shadow:inset 0 -1px 0 0 rgba(0, 0, 0, .1);
}
.full .flex-direction-nav .flex-next {
    right: 0;
	border:0px solid #fff!important;
}
.full .flex-direction-nav .flex-prev {
    left: 95.5%;
	border:0px solid #fff!important;
	
}
.full .flex-direction-nav .flex-prev:before {
    color: #fff;
    content: '\f104';
    font-family: FontAwesome;
}
.full .flex-direction-nav .flex-next:before {
    color: #fff;
    content: '\f105';
    font-family: FontAwesome;
}


/* Control Nav */
.flex-control-nav {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 4px -25px;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border:3px solid #fff;
    text-indent: -9999px;
    cursor: pointer;
	background:#fff;
}
.flex-control-paging li a:hover {
    border:3px solid #fff;
	background:#0079ff;
	 
    
}
.flex-control-paging li a.flex-active {
     border:3px solid #fff;	
	  background:#0079ff;
	   
   
    cursor: default;
}
.flex-control-thumbs {
    position: static;
    overflow: hidden;
    margin: 5px 0 0;
}
.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%;
}
.flex-control-thumbs img {
    display: block;
    width: 100%;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .active {
    opacity: 1;
    cursor: default;
}




@media (max-width: 479px) { 
.flexslider-wrapper {
    width: 100%;
    background:url(../img/slider/img01.html) center no-repeat #333;
	margin-top:100px;
	height:auto;
	background-size:180%;
	padding-top:40px;
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.subscribe form input[type="text"] {
	width:50%; float:left; height:20px;
	resize: none;
}
.subscribe form input[type="submit"] {
	float:left; 
	padding:5px!important;
	resize: none;
	line-height: 16px;
	min-width: 100px;
	height:32px;
}

.button {
	
	border: 1px solid #fff;
	color: #FFFFFF;
	text-transform: uppercase;
	padding:5px 8px;
	font-size: 8px;
	line-height: 24px;
	min-width: 80px;
	text-align: center;
	letter-spacing:2px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
 }

