@charset "UTF-8";
/* CSS Document */

.cbp-bislideshow {	list-style: none;width: 100%;height: 100%;	position: fixed;top: 0;	left: 0;z-index: -1;padding: 0;	margin: 0}
.cbp-bislideshow li {position: absolute;width: 101%;height: 101%;bottom:-0.5%;left: -0.5%;opacity: 0;
	-webkit-transition: opacity 1s;	-moz-transition: opacity 1s;transition: opacity 1s}

/* background-size supported > background of the li */

.backgroundsize .cbp-bislideshow li {	-webkit-background-size: cover;	-moz-background-size: cover;background-size: cover;	background-position: center center}

/* ... hide  images */
.backgroundsize .cbp-bislideshow li img {display: none}
.cbp-bislideshow li img {	: block;	width: 100%;top:0}
.cbp-bislideshow li h4 {position:fixed;	top:25%;left:5%;display: block;	width: 50%;	color: rgba(255, 255, 255, 1);text-shadow: -1px -1px #666, 2px 2px #333;font-size:350%;	font-family:helvetica_condensed_lightRg;font-weight:lighter;padding-bottom:30px;}
.cbp-bislideshow li h5 {position:fixed;top:34%;left:10%;display: block;width: 30%;	color: rgba(255, 255, 255, 0.9);font-size:180%;font-family:helvetica_condensed_lightRg;text-shadow: -1px -1px  rgba(102, 102, 102, 0.2), 2px 2px rgba(51, 51, 51, 0.9);}
.cbp-bislideshow li h4 strong, .cbp-bislideshow li h5 strong{font-family:helvetica_condensedmedium}

span.cbp-biplay:before {content: "\e002"}
span.cbp-bipause:before {content: "\e003"}
span.cbp-binext:before {content: "\e000"}
span.cbp-biprev:before {content: "\e001"}

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