/* */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	padding: 0;
	margin: 0;
}

.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

/*  */

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

/* */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}

.cbp-bicontrols {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 5;
}

.cbp-bicontrols span {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
}
.cbp-bicontrols span.cbp-biplay {
	right: 80px;
	top: 0;
	width: 80px;
	height: 100px;
	position: fixed;
	cursor: pointer;
	z-index: 100;
}
.cbp-bicontrols span.cbp-biplay:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	background-image: url(../../images/project/play.png);
}
.cbp-bicontrols span.cbp-bipause {
	right: 80px;
	top: 0;
	width: 80px;
	height: 100px;
	position: fixed;
	cursor: pointer;
	z-index: 100;
}
.cbp-bicontrols span.cbp-bipause:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	background-image: url(../../images/project/pause.png);
}
.cbp-bicontrols span.cbp-binext {
	right: 0;
	width: 0.8%;
	height: 100%;
	position: fixed;
	cursor: pointer;
	opacity: 1;
	background-color: #1f1f1f;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.cbp-bicontrols span.cbp-binext:hover {
	background-color: #1f1f1f;
	width: 100px;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	background-image: url(../../images/project/nextH.png);
}
.cbp-bicontrols span.cbp-biprev {
	left: 0;
	width: 0.8%;
	height: 100%;
	position: fixed;
	cursor: pointer;
	opacity: 1;
	background-color: #1f1f1f;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.cbp-bicontrols span.cbp-biprev:hover {
	background-color: #1f1f1f;
	width: 100px;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	background-image: url(../../images/project/previousH.png);
}
.cbp-biplay {
	/*opacity: 0.6;
	filter: alpha(opacity=60);*/ /* For IE8 and earlier */
	background-attachment: scroll;
	background-image: url(../../images/project/playH.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.cbp-bipause {
	/*opacity: 0.6;
	filter: alpha(opacity=60);*/ /* For IE8 and earlier */
	background-attachment: scroll;
	background-image: url(../../images/project/pauseH.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.cbp-binext {
	/*opacity: 0.8;
	filter: alpha(opacity=80);*/ /* For IE8 and earlier */
	background-attachment: scroll;
	background-image: url(../../images/project/next.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.cbp-biprev {
	/*opacity: 0.8;
	filter: alpha(opacity=80);*/ /* For IE8 and earlier */
	background-image: url(../../images/project/previous.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}

.exit {
	right: 30px;
	top: 0;
	width: 50px;
	height: 100px;
	position: fixed;
	cursor: pointer;
	z-index: 100;
	/*opacity: 0.6;
	filter: alpha(opacity=60);*/ /* For IE8 and earlier */
	background-image: url(../../images/project/exitH.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.exit:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	background-image: url(../../images/project/exit.png);
	
}

#offscreen {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#offscreen:hover {
	opacity: 1;
}

#loading {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	background-attachment: scroll;
	background-image: url(../../images/project/loading.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#loaded {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -9;
	background: #353535;
	-webkit-animation: fadein 10s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 10s; /* Firefox < 16 */
        -ms-animation: fadein 10s; /* Internet Explorer */
         -o-animation: fadein 10s; /* Opera < 12.1 */
            animation: fadein 10s;
}

#fullscreen {
	right: 165px;
	top: 0px;
	width: 50px;
	height: 100px;
	position: fixed;
	cursor: pointer;
	z-index: 10;
	/*opacity: 0.6;
	filter: alpha(opacity=60);*/ /* For IE8 and earlier */
	background-attachment: scroll;
	background-image: url(../../images/project/fullscreenH.png);
	background-repeat: no-repeat;
	background-position: center center;	
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#fullscreen:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	background-image: url(../../images/project/fullscreen.png);
}
#fullexit {
	right: 165px;
	top: 0px;
	width: 50px;
	height: 100px;
	position: fixed;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	background-attachment: scroll;
	background-image: url(../../images/project/fullscreen-exitH.png);
	background-repeat: no-repeat;
	background-position: center center;	
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#fullexit:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	background-image: url(../../images/project/fullscreen-exit.png);
}

.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 30px;
	
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}

.cbp-bicontrols span:hover:before {
	opacity: 1;
}

.cbp-bicontrols span:active:before {
	
}

span.cbp-biplay:before {
	
	
}

span.cbp-bipause:before {
	
	
}

span.cbp-binext:before {
	
	
}


span.cbp-biprev:before {
	
	
}

.cbp-bicontrols span.cbp-binext {
	
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}
