.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 440px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}

.cbp-bislideshow li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-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 {
	background-size: auto;
	background-position: top center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}

.cbp-bicontrols {
	position: absolute;
	width: 153px;
	height: 50px;
	bottom: 0;
	right: 0;
	margin: 0 40px 0 0;
}

.cbp-bicontrols span {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 1px 0 0;
	position: relative;
	cursor: pointer;
	background-color: #eb212e;
	-webkit-transition: background-color 0.2s, opacity 0.2s;
	transition: background-color 0.2s, opacity 0.2s;
}

/*.cbp-bicontrols span:before {
	position: absolute;
	width: 9px;
	height: 12px;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -4px;
	background: url(../images/icons_sprite.png) no-repeat;
	content: '';
}
.cbp-bicontrols span:hover {
	opacity: 1;
}*/
.cbp-bicontrols span:hover {
	background-color: #d50000;
}
.cbp-bicontrols span .icon {
	position: absolute;
    width: 14px;
    height: 18px;
    top: 50%;
    left: 50%;
	margin: -9px 0 0 -7px;
    fill: #fff;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
}
span.cbp-binext .icon {
	margin: -9px 0 0 -5px;
}
.cbp-bicontrols span:active .icon {
	margin-top: -6px;
}

span.cbp-bipause .icon {
    width: 9px;
    height: 12px;
	margin: -6px 0 0 -5px;
}
span.cbp-bipause:active .icon {
	margin-top: -3px;
}

span.cbp-biplay {
	background: url(../images/play.svg) no-repeat 50% 50% #eb212e;
}
span.cbp-biplay .icon {
	opacity: 0;
}
span.cbp-biplay:active {
	background-position: 50% 55%;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}
