.flexslider {
	display: inline-block;
	max-width: 1002px;
	height: 250px;
	height:auto;
	width: 100%;
}

/* -------------------------- jQuery FlexSlider v2.0 ----------------------------- */
 
/* 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;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}

/* 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: 0px; background: none; border: none; position: relative; }


/* Direction Nav
.flex-direction-nav a { width: 20px; height: 20px; background: url(../images/sml-ban-nav.png) no-repeat 0 0; position: relative; float:left; margin-top: 34%; margin-left: 4%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; }
.flexslider:hover .flex-prev {opacity: 0.8; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 10;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default; } */

/* Control Nav */
.flex-control-nav {width: 12%; position: absolute; bottom: 3px; text-align: left; left: 1%;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 14px; height: 14px; display: block; background: #565656; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #06ab38;}
.flex-control-paging li a.flex-active { background: #0489c9;cursor: default; }

/*-------------------------------------------- Landscape portrait tablet --------------------------------------------------------*/

@media screen and (max-width: 800px) { /* max-width: 680px */
/* Control Nav */
.flex-control-nav {width: 22%; position: absolute; bottom: -5px; text-align: left; left: 1%;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #565656; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #06ab38;}
.flex-control-paging li a.flex-active { background: #0489c9;cursor: default; }
}

@media screen and (max-width: 400px) { /* max-width: 680px */
/* Control Nav */
.flex-control-nav {width: 25%; position: absolute; bottom: -7px;}
.flex-control-paging li a {width: 8px; height: 8px;
}

@media screen and (max-width: 320px) { /* max-width: 680px */
/* Control Nav */
.flex-control-nav {width: 25%; position: absolute; bottom: -7px;}
.flex-control-paging li a {width: 8px; height: 8px;
}
/*
Author: Alpesh Panchal
Author Email: alpesh88ww@gmail.com
*/