#contact .contact {
    margin: 40px 0 100px 0;
}

#contact .contact p {
    color: #939394;
    font-size: 19px;
    margin-bottom: 47px;
    font-style: italic;
    line-height: 24px;
}

#contact .form {
    margin: 0;
}

#contact .contact form {
    margin: 0;
}

#contact .form .box {
    margin: 0;
}

#contact .form .box input[type="text"] {
    padding-left: 39px;
    margin-bottom: 10px;
    color: black;
    height: 29px;
    border-radius: 3px;
    width: 89%;
}

#contact .form .box_r {
    float: right;
}

#contact .form .box textarea {
    padding: 11px;
    width: 94%;
    margin: 0;
    border-radius: 3px;
    height: 113px;
}

#contact .contact .submit {
    margin: 0;
}

#contact .contact .submit .box {
    margin: 0
}

#contact .contact .submit label.checkbox {
    color: #394350;
    font-style: 14px;
}

#contact .contact .submit .right {
    float: right;
}

#contact .contact .submit .right input[type="submit"] {
    float: right;
    text-transform: uppercase;
    color: #fff;
    background: #C6361B;
    font-size: 15px;
    padding: 4px 12px;
    border: 0 none;
    border-radius: 3px;
    -webkit-transition: background linear .2s, box-shadow linear .2s;
    -moz-transition: background linear .2s, box-shadow linear .2s;
    -o-transition: background linear .2s, box-shadow linear .2s;
    transition: background linear .2s, box-shadow linear .2s;
}

#contact .contact .submit .right input[type="submit"]:hover {
    background: #FAE12C;
}


/* Responsive
-------------------------------------------------- */


/* Large desktop */

@media (min-width: 1200px) {}

@media (min-width: 980px) {}

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


/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {}


/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    #contact .contact .submit .box {
        margin: 10px 0 24px;
    }
    #contact .form .box input[type="text"] {
        width: 87%;
    }
    #contact .contact .submit .right input[type="submit"] {
        margin: 0 auto;
        float: none;
        width: 53%;
        display: block;
        padding: 7px;
    }
}


/* Landscape phones and down */

@media (max-width: 480px) {
    #contact .contact .submit .right input[type="submit"] {
        width: 60%;
    }
    #contact .map .box_wrapp {
        width: 100%;
    }
}