/* main wrapper */
.cbp-contentslider {
	width: 100%;
	height: 100%;
	position: relative;
}

.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: 0;
}

/* Whithout JS, we use :target */
.cbp-contentslider > ul li:target {
	z-index: 100;
}

.cbp-contentslider nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	z-index: 1000;
	border-top: 5px solid #000;
	background: #fff;
	opacity: .7;
}

.cbp-contentslider nav a {
	float: left;
	display: block;
	width: 18% !important;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding-left: 0;
	padding: 1%;
}

.cbp-contentslider nav a span {
	display: block;
}

.cbp-contentslider nav a:last-child {
}

.cbp-contentslider nav a:hover {
}

.cbp-contentslider nav a.rc-active {

}

/* Iconfont for navigation and headings */
.cbp-contentslider [class^="icon-"]:before, 
.cbp-contentslider [class*=" icon-"]:before {
	speak: none;
	position: absolute;
	left: 10%;
	top: 50%;
	margin: -1.250em 0 0 0;
	height: 2.500em;
	width: 2.500em;
	color: rgba(0,0,0,0.1);
	-webkit-font-smoothing: antialiased;
}

.cbp-contentslider .icon-wolf:before {
	content: "\56";
}

.cbp-contentslider .icon-rabbit:before {
	content: "\52";
}

.cbp-contentslider .icon-turtle:before {
	content: "\54";
}

.cbp-contentslider .icon-platypus:before {
	content: "\42";
}

.cbp-contentslider .icon-aligator:before {
	content: "\41";
}

.cbp-contentslider [class^="icon-"].rc-active:before, 
.cbp-contentslider [class*=" icon-"].rc-active:before,
.cbp-contentslider nav a:hover:before {
	color: rgba(255,255,255,0.9);
}

.cbp-contentslider h3 {
	margin: 1em 0 1.4em;
	color: #fff;
	font-weight: normal;
}

.cbp-contentslider h3[class^="icon-"]:before, 
.cbp-contentslider h3[class*=" icon-"]:before {
	top: 0;
	left: 0;
	width: 2em;
	line-height: 1;
	height: 1.2em;
	margin: 0;
	color: #47a3da;
}

.cbp-contentslider li > div {
	position: absolute;
	top: 1em;
	text-align: center;
	bottom: 3.313em;
	width: 100%;
	left: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.cbp-contentslider .cbp-content {
}

.cbp-contentslider p {
	padding: 0 20px 20px;
	color: #fff;
}
#slider{
	height: 415px;
	}

/* Media queries */

@media screen and (max-width: 70em) { 
}

@media screen and (max-width: 67.75em) {

	.cbp-contentslider {  }

	.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 {
	}

	.cbp-contentslider .cbp-content {

	}

	.cbp-contentslider li > div {

	}

}

@media screen and (max-width: 25em) { 
	.cbp-contentslider nav a { }
	.cbp-contentslider h3[class^="icon-"]:before, 
	.cbp-contentslider h3[class*=" icon-"]:before { display: none;}
}
.clearfix::after{content:"";display:table;clear:both}
