/* main wrapper */
.cbp-contentslider {
	width: 100%;
	height: 900px;
	position: relative;

}

.cbp-contentslider > ul {
	list-style: none;
	height: 100%;
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	margin-top: -60px;
}

.cbp-contentslider > ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: -70;
	padding: 0;
}

/* Whithout JS, we use :target */
.cbp-contentslider > ul li:target {
	z-index: 100;
}

.cbp-contentslider article {
	position: relative;
	top: 40px;
	left: 0px;
	right: 0;
	height: 4.313em;
	z-index: 1000;
	overflow: hidden;
	margin:0 auto;
	width:860px;
}

.cbp-contentslider article a {
	text-decoration: none;
	margin:10px;
	float: left;
	display: block;
	width: 150px !important;
	padding:10px 20px;
	font-weight: 700;
	overflow: hidden;
	outline: none;
	text-align: center;
	color:black;
	position: relative;
	border:solid 2px black;
	border-radius: 30px;
	-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 article a:hover {
	background-color: black;
	color: white;
}

.cbp-contentslider article a.rc-active {
	background-color: black;
	color: white;
}





/* Media queries */

@media screen and (max-width: 1400px) {
.cbp-contentslider {height:750px}
.cbp-contentslider article {width:780px !important}
.cbp-contentslider article a {font-size:14px;width: 150px !important; padding:5px 10px;}

}
