
#next{
    background: url('../images/3_.png');
    height:40px;
    width:40px;
    top:42%;
    right:15%;
    position:absolute;
    z-index:10;
    cursor:pointer;

}
#next:hover{
    background: url('../images/3.png');
    height:40px;
    width:40px;
    top:42%;
    right:15%;
    position:absolute;
    z-index:10;
    cursor:pointer;

}
#back{
    background: url('../images/4_.png');
    height:40px;
    width:40px;
    top:42%;
    left:15%;
    position:absolute;
    z-index:10;
    cursor:pointer;
}
#back:hover{
    background: url('../images/4.png');
    height:40px;
    width:40px;
    top:42%;
    left:15%;
    position:absolute;
    z-index:10;
    cursor:pointer;
}

#back2{
    background: url('../images/4_.png');
    height:40px;
    width:40px;
    top:5%;
    left:15%;
    position:absolute;
    z-index:10;
    cursor:pointer;
}

.radio{
    background: url('../images/2.png');
    height:15px;
    width:16px;
    float:left;
    margin-right:5px;
    cursor:pointer;
}
#miniRadio{
    position: absolute;
    z-index: 10;
    height: 15px;
    bottom: 45px;
    width: 65px;
    left: 50%;
}
.title{
    margin-left:5%;
    font-family:Aller-Bold;
    font-size:3.5vw;
    color:white;
    margin-top:100px;
}
.text{
    margin-left:5%;
    font-family:Aller-Bold;
    font-size:3.5vw;
    color:white; 
    padding-bottom:10px;
    margin-top:-10px;
}
.content{
    color:white;
    font-family:Aller;
    margin-left:5%;
    margin-top:3px;
    font-size:1.5vw;
}

#count_to_get{
    height:266px;
    width:100%;
    background:grey;
    background: url('../images/tlo2.png') center no-repeat;
}
#count_to_get p:first-child{
    font-family: Aller;
    margin: 0px 10px 0px 0px;
    color: rgb(155,158,166);
    text-transform: uppercase;
    font-size:3.5vw;

}
#count_to_get p:last-child{
    margin: 0px;
    font-size:3.5vw;
    color: rgb(124,171,48);
    font-family: Aller;
    text-transform: uppercase;
}
#count_to_get div{
    margin: 0 auto;
    height: 100px;
    padding-top: 100px;
    text-align: center;
}
#count_to_get div p span{
    color: rgb(155,158,166);
}
#trust_us{
    width:100%;
    padding-bottom: 50px;
}
#trust_us div:first-child,#news div:first-child{
    margin-left:15%;
    padding-top:80px;

}
#trust_us p,#news p{
    font-family: Roboto;
    color: #a1a4ab;
    font-size: 18px;
    margin-top: 4px;
    margin-left: 30px;
}
#trust_us_logos img{
    margin-right:30px;
}
#trust_us_logos{
    text-align: center;
    margin-top:50px;
}
#news{
    overflow:auto;
    width:100%;
    background: rgb(250,250,250);
    padding-bottom: 60px;
}
#news_content{
    width: 57%;
    margin: 55px auto 0px auto;
}
#news_content img{
    width:auto;
    height:500px;
}
#news_content_text{
    width:49%;
    text-align: justify;
}
#news_content_text h1{
    font-family: Aller;
    color: rgb(124,171,48);
    margin-left:5%;
}
#news_content_text p:first-of-type{
    font-family: Aller;
    color: #b3b5ba;
    margin-top: -10px;
    margin-left: 5% !important;
    font-size: 13px !important;

}
#news_content_text p{
    font-family: Aller;
    color: #9b9ea6;
    font-size: 15px;
    margin-left: 5% !important;
}


.slider { width:900px; 
         overflow:hidden; 
         clear:both; 
         margin:20px auto 0 auto; 
         padding:0; 
}
.wrapper { 
    width:90%;
    height:80px; 
    float:left; 
    position:relative; 
    overflow:hidden;
    margin:0 auto;
    padding:15px 0; 
}
.wrapper_list {
    position:absolute;
    overflow:hidden;
    margin:0; 
    padding:0; 
    list-style-type:none;
}
.wrapper_list li { 
    width:200px;
    height:65px;
    display:none; 
    float:left;
    margin:0; 
    padding:0 4px; 
    cursor:pointer; 
    text-align: center;
}
.wrapper_list li img { 
    max-width:160px;
    width:auto;
    max-height: 60px;
    height:auto;
}
.slider .prev  { 
    width:13px; 
    height:25px; 
    float:left;
    padding:0;
    margin-top:30px; 
    margin-right:15px;
    cursor:pointer; 
    display:block; 
    background: url('../images/prev.png') no-repeat top left;
}
.slider .next {
    width:13px;
    height:25px;
    float:left;
    padding:0; 
    margin-top:30px;
    margin-left:25px;
    cursor:pointer;
    display:block; 
    background: url('../images/next.png') no-repeat top left; 
}


@media (max-width: 1220px) and (min-width:1100px) {

.slider { width:80%; 
         overflow:hidden; 
         clear:both; 
         margin:0 auto; 
         padding:0; 
}
.wrapper { 
    width:90%;
    height:80px; 
    float:left; 
    position:relative; 
    overflow:hidden;
    margin:0 auto;
    padding:15px 0; 
}
}

@media (max-width: 1317px) {

#news_content_text h1, #news_content_text p{
    text-align: center;
}
}

@media (max-width: 1100px) and (min-width:960px) {

.slider { width:80%; 
         overflow:hidden; 
         clear:both; 
         margin:0 auto; 
         padding:0; 
}
.wrapper { 
    width:80%;
    height:80px; 
    float:left; 
    position:relative; 
    overflow:hidden;
    margin:0 auto;
    padding:15px 0; 
}
}

@media (max-width: 960px) and (min-width:880px) {

.slider { width:80%; 
         overflow:hidden; 
         clear:both; 
         margin:0 auto; 
         padding:0; 
}
.wrapper { 
    width:90%;
    height:80px; 
    float:left; 
    position:relative; 
    overflow:hidden;
    margin:0 auto;
    padding:15px 0; 
}
}

@media (max-width:880px) {

.slider { width:570px; 
         overflow:hidden; 
         clear:both; 
         margin:0 auto; 
         margin-left:60px;
         padding:0; 
}
.wrapper { 
    width:70%;
    height:80px; 
    float:left; 
    position:relative; 
    overflow:hidden;
    margin:0 auto;
    padding:15px 0; 
}
}

@media (max-width:640px) {

.slider { width:90%; 
         overflow:hidden; 
         clear:both; 
         margin:0 auto; 
         margin-left:60px;
         padding:0; 
}
.wrapper { 
    width:70%;
    height:80px; 
    float:left; 
    position:relative; 
    overflow:hidden;
    margin:0 auto;
    padding:15px 0; 
}
}

