body{ padding:0; margin:0;}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* 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;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.flexslider .slides  li {position: relative; list-style:none;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin:0; position: relative; zoom: 1; max-width:100%; position:relative;}
.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; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; text-indent: -9999px; }
.flex-direction-nav .flex-prev { background:url(../images/prev.png) no-repeat left;left:0;}
.flex-direction-nav .flex-next { background:url(../images/next.png) no-repeat left; right:0;}
.flexslider:hover .flex-prev { opacity: 0.9; left: 10px;}
.flexslider:hover .flex-next { opacity: 0.9; 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; }



/* Caption style */
.flex-caption { position:absolute; bottom:0; width:680px; padding:15px 15px 11px 15px; background:url(../images/trans.png) repeat; color:#fff;  box-sizing:border-box;-moz-box-sizing:border-box; }
.flex-caption h2{ font-size:24px; line-height:1; color:#FFF; font-family: 'proxima_nova_rgbold', arial; font-weight:normal; text-transform:uppercase; padding:0;}
.flex-caption h2 span{ font-weight:normal; font-size:20px;}
.flex-caption ul li{ margin-top:3px; background:url(../images/tick.png) 0px 5px no-repeat; padding:0 0 0 15px; font-size:17px;}
a.morelink{ background:url(../images/linkarrow.png) right 2px no-repeat; color:#ffb13c; font-size:17px; padding:0 28px 0 0; display:inline-block; margin-top:6px; text-decoration:none;}

/* Control Nav */
.flex-control-nav { display:none; left:50%; position: absolute; bottom: 15px; text-align: center; }
.flex-control-nav li {margin:0 0 0 4px; display: block; float:left;}
.flex-control-paging li a {width: 18px; height: 18px; display: block; text-indent:-99999px; background:url(../images/control.png) 0px -22px no-repeat;}
.flex-control-paging li a:hover { background-position:0px 0px; }
.flex-control-paging li a.flex-active { background-position:0px 0px; }



.ban_content{ width:980px; margin:0 auto;}
.ban{ height:438px; background-position: center top; background-repeat:no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;  } 

.img1{ background-image:url(../images/img1.jpg); }
.img2{ background-image:url(../images/img2.jpg);}
.img3{ background-image:url(../images/img3.jpg);}
.img4{ background-image:url(../images/img4.jpg);}
.img5{ background-image:url(../images/img5.jpg);}




@media screen and (max-width: 980px) {
.ban{ height:360px; background-position: center top; background-repeat:no-repeat; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; background-size: auto;  } 
}


@media screen and (max-width: 767px) {
.ban{ height:250px; background-position: center top; background-repeat:no-repeat; -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; background-size: auto;  } 

.img1{ background-image:url(../images/img_sm1.jpg);}
.img2{ background-image:url(../images/img_sm2.jpg);}
.img3{ background-image:url(../images/img_sm3.jpg);}
.img4{ background-image:url(../images/img_sm4.jpg);}
.img5{ background-image:url(../images/img_sm5.jpg);}

.flex-caption {width:100%; padding:8px 10px 10px 10px;  text-align:center;}
.flex-caption h2{ text-align:center; font-size:18px; padding:0 0 3px 0;}
.flex-caption h2 span{ font-size:14px;}
.flex-caption ul{ display:none;}
.flex-control-nav{ display:none;}
/*.flex-direction-nav { display:none;}*/
a.morelink{ font-size:16px; margin-top:7px;}
}


