/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
	
	margin:200px auto;
	
	/*background-image: url("paper.gif");*/
	
	border:1px solid #000;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto 30px auto;
	overflow:hidden;
	/*background-image: url("http://www.vivavita.ro/cement-2/img/bgk2.png");
    background-repeat: no-repeat;
	border-bottom:1px solid #ccc;*/
	border-top:1px solid #ccc;
}


@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* ELEMENT STYLES */

.slider p{
	position:absolute;
	top:-200px;
	
	z-index:8000;
	padding:1% 3%;
	
	font-size:20px;
	line-height:100%
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
}

.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	font-size:13px;
	 line-height:100%
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.red{background:#dc143c; color:#fff;font-size:23px!important}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}