 /*Slider*/
#slide {padding:15px; background:#e7e7e7;  border-radius:4px; width: auto; height:470px; margin-top:19px; margin-bottom:79px; position:relative; }

.banner{ position:absolute; bottom:0px; left:0; z-index:111; width:415px; background:url(../images/banner-bg.png) 0 0 repeat; padding-right:30px; text-align:right;color: #fff;height: 157px;padding-top: 3px;}
.banner>span { font-family: 'Oswald', sans-serif; display:block; font-size:48px; line-height:60px;letter-spacing:0px; text-transform:uppercase; text-align:right; padding:15px 0 13px 0;}
.banner>span strong {display:block; font-weight:normal;}
.banner.banner2>span{font-size: 40px;}

/* 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 {width:100%;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; 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 0 0px; position: relative; }
.flex-viewport {}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

/* Direction Nav */
.flex-direction-nav a {width: 30px; height: 30px; margin: 0px 0 0; display: block; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {right: 5px;}
.flexslider:hover .flex-prev {left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {}
.flex-direction-nav .disabled {cursor: default;}

/* Control Nav */
.flex-control-nav {position:absolute; bottom:-67px; left:330px; background:url(../images/pags.gif) 0 11px repeat-x; width:250px; height:31px; z-index:111; display:block;}
.flex-control-nav li {float:left; z-index:999; position:relative; display:inline-block; width:30px; height:31px; margin-left:80px;}
.flex-control-nav li:first-child {margin-left:0px;}
.flex-control-nav li a {display:inline-block; width:30px; height:31px;cursor: pointer;text-indent:-99999px;background:url("../images/pags-1.png") 0 bottom no-repeat;}
.flex-control-nav li:hover a, .flex-control-nav li a.flex-active{ background-position:0 0;}


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

@media only screen and (max-width: 995px) {
 body{min-width:768px;}
 #slide{height:370px;}
 .flex-control-nav{left:35%;}
 .banner{width:250px;}
 .banner>span{font-size:40px;line-height:58px;}
}

@media only screen and (max-width: 767px) {
 body{min-width:420px;}
 #slide{height:200px;}
 .banner{display:none;}
 #slide{margin:20px 0;}
.box-1-1{background-position:50% 0 !important;}
.block-1{
	 margin-bottom:20px;
}
}
@media only screen and (max-width: 479px) {
 body{min-width:300px;}
 #slide{height:140px;width:272px;overflow: hidden}
 
}