

/* main wrapper */
.cbp-contentslider {
	width: 100%;
	height: 730px;
	margin: 1em auto;
	position: relative;
	border: 0;
}

.cbp-contentslider > ul {
	list-style: none;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
}

.cbp-contentslider > ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 1em;
   background-size: cover;
    background-repeat: no-repeat;
	background-position:center;
}

/* Whithout JS, we use :target */
.cbp-contentslider > ul li:target {
	z-index: 100;
}

.cbp-contentslider nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	z-index: 1000;

	
	height:245px;
	margin:0 auto;
max-width:1420px;
width:100%;
}

.cbp-contentslider nav a {
	float: left;
	display: block;
	width: 33.333%;
	height: 100%;

	color: #fff;
	background: rgba(0,0,0,0.8);
	outline: none;

	position: relative;
	
	padding:30px 80px 0 80px;
	
	
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}


.cbp-contentslider nav .first {
	background: rgba(0,0,0,0.9);
}

.cbp-contentslider nav .second {
	background: rgba(0,0,0,0.8);
}


.cbp-contentslider nav .third {
	background: rgba(0,0,0,0.7);
}

.cbp-contentslider nav a span {
	display: block;
}

.cbp-contentslider nav a:last-child {
	border: none;
/* fills gap caused by rounding */
/*
	box-shadow: 1px 0 #47a3da;
*/
}

.cbp-contentslider nav a:hover {
	background: rgba(0,186,255,0.9);
	color: #fff;
}

.cbp-contentslider nav a.rc-active {
	background: rgba(0,186,255,0.8);
	color: #fff;
}








/* Media queries */

@media screen and (max-width: 70em) { 
	.cbp-contentslider p {
		font-size: 100%;
	}
}

@media screen and (max-width: 67.75em) {

	.cbp-contentslider { font-size: 85%; }

	.cbp-contentslider nav a[class^="icon-"]:before, 
	.cbp-contentslider nav a[class*=" icon-"]:before {
		left: 50%;
		margin-left: -1.250em;
	}

	.cbp-contentslider nav a span {
		display: none;
	}
}

@media screen and (max-width: 43em) {

	.cbp-contentslider h3 {
		font-size: 2em;
	}

	.cbp-contentslider .cbp-content {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
	}

	.cbp-contentslider li > div {
		top: 5em;
	}

}

@media screen and (max-width: 25em) { 
	.cbp-contentslider nav a { padding: 0;}
	.cbp-contentslider h3[class^="icon-"]:before, 
	.cbp-contentslider h3[class*=" icon-"]:before { display: none;}
}
