#slider_contact{
    clear:both;
    width:100%;
    height:156px;
    background: url('../images/contact_header.png') center no-repeat;
}
#slider_contact h1{
    color:rgb(250,250,250);
    font-size:35px;
    margin: 0px auto 0px 15%;
    font-family: Aller;
}
#map{
    margin:0 auto 0 auto;
    width:100%;
}
.map{
    margin:0 auto -5px auto;
    width:100%;
}
#contact_content{
    width: 57%;
    margin: 55px auto 0px auto;
    background: none;
}
#contact_content img{
    width:auto;
    height:auto;
    margin-top:15px;
}
.business_contact_content_text:first-of-type{
    width:35%;
    margin-left:100px;
}
.business_contact_content_text{
    width:44%;
    margin:0px auto 80px auto;
}
.business_contact_content_text img{
    margin-right:8px;
}
.business_contact_content_text p:first-of-type{
    font-family: Aller;
    color: #9b9ea6;
    margin-top: -10px;
    margin-left: -3% !important;
    font-size: 15px !important;

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

.business_contact_content_text a{
    color:#9b9ea6;
}

.business_contact_content_text a:hover{
    color:rgb(124,171,48);
}

@media (max-width: 1050px) {

.business_contact_content_text{
    float: none;
    text-align: center;
    margin:0 auto 100px auto; 
    width:70%;
}
.business_contact_content_text:first-of-type{
    width:70%;
    margin:0 auto 80px auto;
}
}