@charset "UTF-8";





/*********************************/
/*flexslider custom*/
.flexslider {
margin: 0 0 20px!important;
background:#fff;
border:4px solid #FFF;
position: relative;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius:0;
border-radius: 0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
-o-box-shadow:none;
box-shadow:none;
zoom: 1;
}
.flexslider .slides li {
position:relative;
}
.flexslider .slides li figure {
width:100%;
text-align:center;
background:#EEE;
}
#slider.flexslider .slides img {
width:auto;
margin:0 auto;
/*max-height:435px;*/
}
#carousel.flexslider .slides img {
width:auto;
margin:0 auto;
/*max-height:135px;*/
}

/*thumbnail default*/
#carousel img {
display: block;
opacity: .5;
cursor: pointer;
}
#carousel img:hover {
opacity: 1;
}
#carousel .flex-active-slide img {
opacity: 1;
cursor: default;}

p.flex-caption {
background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
zoom: 1;
}
p.flex-caption {
width:96%;
padding:2%;
position:absolute;
left:0;
bottom:0;
background:rgba(0,0,0,.6);
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,.9);
font-size:1.1em;
line-height:1.6em;
}

/*********************************/


