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

.cbp-bislideshow li {
	position: absolute;
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;	
	opacity: 0;
	 -webkit-transition: opacity 1.5s ease-in;
	-moz-transition: opacity 1.5s ease-in;
	transition: opacity 1.5s ease-in; 
}

.cbp-bislideshow li .slider_txt{	
	text-align:center;
    top: 50%;
    position: relative;
    margin-top: -50px;
}

.cbp-bislideshow li .slider_txt h1, .cbp-bislideshow li .slider_txt h5{
	color:#fff;
}

.silder_to_down{
	width:100%;
	text-align:center;
	position:absolute;
}
 
/* 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 {
	position: fixed;
    width: 100%;
    height: 100px;
    margin: -51px 0 0 0px;
    top: 50%;
}

.cbp-bicontrols span {
	float: left;
	width: 25px;
	height: 40px;
	position: relative;
	cursor: pointer;
	color: #fff;
    font-size: 50px;
}

.cbp-bicontrols span:hover{
	color:#f58220;
}



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

.cbp-bicontrols span.cbp-binext {
	float: right;
	right: 15px;
    text-align: right;
}

.cbp-bicontrols span.cbp-biprev{
	left:15px;
	text-align:left
}

/* Fallback */

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

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