

/* SLIDER STYLES */
.sliderBox{
margin-top: -30px;
margin-bottom: 30px;
}
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
    margin: 0 auto;
    background: #333 url(../img/slider/fondo.png) 0 15px repeat-x;
	background-size: 100%;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.5) inset,
        0 -5px 15px 0 rgba(0,0,0,.5) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.5) inset,
        0 -5px 15px 0 rgba(0,0,0,.5) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.5) inset,
        0 -5px 15px 0 rgba(0,0,0,.5) inset;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
}

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

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

/* ELEMENT STYLES */


.claim{
	line-height:100%
}	

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

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

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.fucsia{background: #FF0066}
.white{background:#fff; color:#333}
.none{color: #333333; font-size:3em; font-family: 'Play', sans serif; text-align:certer; margin-left: 3%; text-transform: uppercase;background: #FFCC00; padding: 10px; font-weight:bold;-moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.5),
        0 -5px 15px 0 rgba(0,0,0,.5);
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.5),
        0 -5px 15px 0 rgba(0,0,0,.5);
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.5),
        0 -5px 15px 0 rgba(0,0,0,.5);}
.none2{color: #333333; font-size:1.9em; font-family: 'Play', sans serif; text-align:center; text-transform: uppercase; background: #FFF; padding: 10px;     -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.5),
        0 -5px 15px 0 rgba(0,0,0,.5);
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.5),
        0 -5px 15px 0 rgba(0,0,0,.5);
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.5),
        0 -5px 15px 0 rgba(0,0,0,.5);}
@media (max-width: 979px) {
.slider-wrapper{
padding-top: 0px;
}
}
@media (max-width: 480px) {
.none{margin-top:-15px; font-size:3em;}
.none2{font-size:2.5em;}

}