@charset "utf-8";

.cbp-bislideshow {position:absolute;left:0;top:0;list-style:none;width:100%;height:300px;padding:0;margin:0;opacity:.8;}
.cbp-bislideshow li {position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity 1s;-moz-transition:opacity 1s;transition:opacity 1s;}

/* If background-size supported we'll add the images to the background of the li */
.backgroundsize .cbp-bislideshow li {-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center;}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {display:none;}
.cbp-bislideshow li img {display:block;width:100%;}
.cbp-bicontrols {display:none;}

/* Fallback */
.no-js.no-backgroundsize .cbp-bislideshow li:first-child {opacity:1;}
.no-js.backgroundsize .cbp-bislideshow li:first-child img {display:block;}

@media (max-width:1024px) {.cbp-bislideshow {height:200px;}}

#container_title .adm_vis {position:absolute;right:20px;bottom:20px;z-index:11;}
#container_title .adm_vis a {display:inline-block;padding:5px 12px;border:1px solid transparent;border-radius:3px;font-size:.8em;background:#fff;}