#contact {
    display: none;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
}

/* Contact Us
-------------------------------------------------- */
#contact .section_header {
    margin-top: 55px;
}
#contact .gmaps {
    width: 100%;
    height: 350px;
    border: 3px solid #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 1px 1px #CFCFCF;
}
#contact .map h3 {
    margin: 40px 0px 30px 20px;
    color: #394350;
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
}
#contact .form {
    margin-top: 30px;
}
#contact form {
    margin-left: 20px;
}
#contact form label {
    text-align: left;
    width: 100px;
    font-weight: bold;
}
#contact .address h3 {
    margin-top: -5px;
}
#contact .info {
    position: relative;
    margin: 25px 0px;
    font-weight: bold;
}
#contact .info i {
    float: left;
    top: -8px;
    position: relative;
    margin-right: 20px;
}
#contact i.contact {
    background: url(../../../img/contact_icons.png) no-repeat 0 0;
    width: 34px;
    height: 34px;
    display: inline-block;
}
#contact i.phone { background-position: 0px 0px; }
#contact i.email { background-position: 0 -47px; }

#contact .form hr {
    border-top: 1px solid #d5d5d5;
    border-bottom: 2px solid white;
    width: 70%;
    margin-top: 45px;
}
#contact .social a,
#contact .social a:hover {
    text-decoration: none;
}
#contact .social a:hover {
    opacity: 0.7;
}
#contact i.social {
    margin: 10px 5px 7px 0px;
}



/* Responsive */
/* Large desktop */
@media (min-width: 980px) {
    #contact form .controls.action button[type="submit"] {
        margin-left: 10px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #contact form.form-horizontal .controls {
        margin-left: 90px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
}