@import url(_form.css);
.contact-form {
    max-width: 950px;
    margin: 0 auto;
}

.fancybox-skin {
    background: #F2FAF6;
}

.form-box {
    max-width: 955px;
    margin: 0 auto;
}

.reminder {
    width: 100%;
    border-top: 1px solid #D93600;
    border-bottom: 1px solid #D93600;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    font-weight: bold;
    color: #D93600;
    margin-bottom: 40px;
}

.reminder i {
    margin: 0 8px 0 20px;
}

.row .col {
    padding: 0 13px;
}

.btn-box {
    padding-top: 43px;
    position: relative;
    text-align: center;
}

.info {
    margin-bottom: 140px;
}

.info,
.info a {
    line-height: 2;
    text-align: center;
    font-size: 15px;
    color: #AAAAAA;
}

.info .map iframe {
    width: 100%;
    max-width: 954px;
    height: 260px;
    margin-bottom: 45px;
}

.info .logo img {
    max-width: 300px;
}

.info .logo {
    position: relative;
}

.info .logo:after {
    content: '';
    display: block;
    width: 100%;
    background: url('../images/line-m-2.png') center bottom no-repeat;
    height: 1px;
    margin: 10px 0 30px;
}

@media screen and (max-width: 970px) {
    .form-box {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 720px) {
    .form-box {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .info .logo img {
        max-width: 280px;
    }
}
