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

.cbp-bislideshow li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	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 {
    height: 733px;
    left: 0;
    margin: 0;
    position:absolute;
    top: 0;
    width: 100%;
}

.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;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}

.cbp-bipause {
	display:none;
	}

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

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

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

.cbp-binext {
	background:url(../img/slider/arrows.png) no-repeat -36px 0px;
	opacity:0.7;
	width:36px;
	height:69px;
	right:12px;
	}

.cbp-biprev {
	background:url(../img/slider/arrows.png) no-repeat 0px 0px;
	width:36px;
	height:69px;
	opacity:0.7;
	left:12px;
  
	}

/* Fallback */

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

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

/* Reset */

*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* CSS Document */


/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clear {
		clear:both;
		float:none;
}
.clearfix:after {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	color: #000;
}

.main,
.container > header {
	width: 100%;
	margin: 0 auto;
}
