

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
    margin: 0 auto;
    background: #fff;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

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

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

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

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

.register_account strong{
	font-weight: bold;
}

.register_account ul{
	list-style: inherit;
    color: #999;
    font-size: 1em;
    line-height: 2em;
    margin-left: 10%;
    margin-top: 2%;	
}

.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:3.5em; text-shadow: 5px 5px 5px #aaa; text-align:left; margin-left: 3%; font-family: 'Josefin Sans', sans-serif; font-weight:500}
.none2{color: #333333; font-size:2em; text-shadow: 2px 2px 2px #aaa; text-align:left; font-family: 'Josefin Sans', sans-serif;}
@media (min-width: 1025px) {

.none{margin-left:-40px}
.none2{margin-left:-65px}
.slider .title{margin-left:-60px}

}
@media (max-width: 480px) {

.none{margin-left:0px; margin-top:-15px; font-size:4em;}
.none2{margin-left:-10px; margin-top:-10px; font-size:3em;}
.slider .title{margin-top:-10px; margin-left:-7px}

}

.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #999;
    right: 15px;
    z-index: 100;
}

.my-float {
    margin-top: 10px;
}