
section#getintouch .side{
    float: left;
    width: 33.333333%;
    padding-right: 30px;
}

section#getintouch .side h3{
    font-family: 'HelveticaNeue65';
}
section#getintouch .side p{
    margin-bottom: 20px;
}



section#getintouch .map{
    position: relative;
    float: left;
    width: 66.666666%;
}

section#getintouch #map{
    position: relative;
    height: 100%;
    margin-right: 90px;
    z-index: 1;
}

section#getintouch .bar{
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 40px;
}

#content .map.animated .bar{
    width: 0;
    -webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}
#content .map.animate .bar{
    width: 100%;
}

#content .map.animated #map{
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0.5s;
       -moz-transition: all 0.5s ease-out 0.5s;
         -o-transition: all 0.5s ease-out 0.5s;
            transition: all 0.5s ease-out 0.5s;
}
#content .map.animate #map{
    opacity: 1;
}



section#form .side{
    float: left;
    width: 33.333333%;
    text-align: right;
}
section#form .side img{
    vertical-align: top;
    margin-right: 10px;
}
section#form .form{
    float: left;
    width: 66.666666%;
    padding-right: 90px;
}
section#form input[type='text'],
section#form input[type='email'],
section#form textarea{
    background: #fff;
    border: solid 1px #717171;
    border-radius: 0;
    line-height: 35px;
    padding:  0 20px;
    width: 100%;
    box-sizing: border-box;
}
section#form .wpcf7-form-control-wrap{
    display: block;
    margin: 5px 0 10px;
}

section#form .form p{
    margin: 0 0 15px;
}
section#form .form strong{
    font-family: 'HelveticaNeue65';
    font-weight: normal;
}

section#form input[type='submit']{
    display: inline-block;
    padding: 0 20px;
    line-height: 46px;
    min-width: 155px;
    color: #fff;
    background: #717171;
    font-size: 23px;
    font-family: 'HelveticaNeue65';
    font-weight: normal;
    text-align: center;
    border-radius: 0;
    margin-top: 15px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all ease-out 0.1s;
       -moz-transition: all ease-out 0.1s;
         -o-transition: all ease-out 0.1s;
            transition: all ease-out 0.1s;
}
section#form input[type='submit']:hover{
    color: #fff;
    background: #ec5f32;
}

section#form .wpcf7-list-item{
    margin-left: 0;
}



@media (max-width: 980px){
    section#getintouch .side{
        width: 100%;
    }
    section#getintouch .map{
        width: 100%;
    }
    #content .map.animate #map{
        height: 400px;
    }
}

@media (max-width: 800px){
    section#form .side{
        width: 100%;
    }
    section#form .form{
        width: 100%;
    }
}

@media (max-width: 600px){
    section#form .form{
        padding-right: 0;
    }
}