@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.svg#icomoon') format('svg'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Needed for a fluid height: */
.container, .main { widht: 100%; height: 465px;}

/* 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;
}

.cbp- > ul li a{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1000;	
}

.cbp-contentslider > ul li img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

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

.cbp-contentslider nav {
	position: absolute;
	width: 20%;
	height: 100%;
	top: 0;
	right: 0;
	opacity: 0.5;
	z-index: 1000;
}

.cbp-contentslider nav a {
	display: inline-table;
	height: 20%;
	font-weight: 400;
	letter-spacing: 0.1em;
	overflow: hidden;
	color: #fff;
	background: #000;
	outline: none;
	text-align: right;
	line-height: 1.5;
	position: relative;
	
	text-transform: uppercase;
	-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 a span {
	display: block;
	height: 100%;
	width: 198px;
	margin-top: 25px;

	
}

.cbp-contentslider nav a:last-child {
	border: none;
	 /* fills gap caused by rounding */
}

.cbp-contentslider nav a:hover {
	background-color: gray;
	color: #fff;
	opacity: 1;
}

.cbp-contentslider nav a.rc-active {
	background-color: #fff;
	color: #000;
}





.cbp-contentslider h3 {
	font-size: 20px;
	height: 20%;
	width: 77.6%;
	line-height: 1.7;
	font-weight: 300;
	position: absolute;
	top: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.3em;
	padding: 0 8px 0 16px;
	text-shadow: 5px 1px 10px #fff;
	

}

.cbp-contentslider div a{
	font-size: 14px;
	color: #fff;
	text-align: left;
	text-shadow: 5px 1px 10px #fff;

	

}

/*texto */
.cbp-contentslider li > div {
	
	position: relative;
	width: 100%;
	height: 100%;

}

.cbp-contentslider .cbp-content {
	
	position: relative;
	width: 77%;
	height: 95%;

}

.cbp-contentslider .cbp-content a{
	position: relative;
	top: 35px;
	left: 4px;
	font-size: 14px;
	text-shadow: 5px 1px 10px #fff;
	color: #fff;


	
}

.cbp-contentslider p {
	display: inline-block;
	position: absolute;
	color: #fff;
	text-shadow: 5px 1px 10px #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: justify;
	line-height: 1.6;
	width: 100%;
	margin: 0;
	bottom: 0;
	left: 12px;
}

/* 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;}
}
