
.list{ 
font-family: 'Enriqueta', arial, serif; 
line-height: 1.25; 
margin: 0 0 10px; 
font-size: 14px; 
font-weight: bold;
	
}

/* SLIDER STYLES */

.slider-wrapper{
    position:relative;
    overflow:hidden;
    width:100%;
    margin:auto;
   /* background:#ff5478;*/
	border:1px solid #ff5478;
	border-radius: 25px;
    margin-bottom: 15px;
    box-shadow:0 3px 5px #666;
   
}

.slider{
    position:relative;
    width:100%; 
	overflow:hidden;
    /*	height:400px; when responsive, comment this out*/
	z-index:-1;
    margin:auto;

}

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

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

/* ELEMENT STYLES */


.p-slider{
    position:absolute;
    top:-200px;

    z-index:8000;
    padding:1% 3%;

    font-size:30px;
    line-height:100%;
    color:#fff;
    white-space: nowrap;
    text-transform:uppercase;
}


.claim{
    line-height:100%;
	font-family: 'Helvetica Neue', sans-serif; 
	font-size: 25px; font-weight: bold; 
	letter-spacing: -1px; 
	line-height: 1; 
	text-align: center;
}	

.teaser{
    padding:0.5% 1.5%;
    font-size:14px;
    line-height:100%;
	color:#333;
	
}

.ayat{
    padding:0.5% 1.5%;
	font-family: 'Raleway',sans-serif;
    font-size:14px bold;
    line-height:100%;
	color:red;
	
	
}
.ayat-panjang{
	word-wrap: break-word;
	width:30em;
	height:10em;
}
.small{
    width:250px;
    padding-left:0; padding-right:0px;
    text-align:center;
	color:#333;
	word-break: keep-all;
}

.pink{background:#ff5478;}
.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}