@font-face {
	font-family: 'entypo';
	src:url('../fonts/controls/entypo.eot');
	src:url('../fonts/controls/entypo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/controls/entypo.woff') format('woff'),
		url('../fonts/controls/entypo.ttf') format('truetype'),
		url('../fonts/controls/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}

.cbp-bislideshow {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cbp-bislideshow li,
.cbp-bislideshow blockquote {
	position: absolute;
	opacity: 0;
	transition: opacity 1s;
	-webkit-transition: none;
	-moz-transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */

.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;
}

.backgroundsize .cbp-bislideshow blockquote{
	opacity:0;
}

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

.cbp-bicontrols {
	position: fixed;
	height: 19px;
	/* margin: -50px 0 0 -150px; */
	bottom: 0;
	left: 50%;
	padding-bottom: 26px;
}

.cbp-bicontrols span {
	float: left;
	position: relative;
	cursor: pointer;
}

.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: 80px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}

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

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: "\e002";
}

span.cbp-bipause:before {
	content: "\e003";
}

span.cbp-binext {
	background:url('../../../includes/slider_next.png') no-repeat;
	width:9px;
	height:19px;
}

span.cbp-biprev {
	background:url('../../../includes/slider_prev.png') no-repeat;
	width:9px;
	height:19px;
	margin-right:10px;
}

span.cbp-biitem {
	background:url('../../../includes/slider_item.png') no-repeat;
	width:15px;
	height:15px;
	margin-top:2px;
	margin-right:10px;
}

span.cbp-biitem:hover,
span.cbp-biitem.active{
	background:url('../../../includes/slider_item_active.png') no-repeat;
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}

/* Fallback */

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

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