.contact-content {
    margin: auto;
    max-width: 1150px;
}

.content .col {
    font-size: 13px;
    color: #332C26;
    margin-bottom: 30px;
}

.content .row {
    position: relative;
}

.col .info {
    float: left;
    width: 44%;
}

.col .map {
    float: right;
    width: 50%;
}

.content .map iframe {
    width: 100%;
    height: 250px;
    position: relative;
}

.content .map {
    position: relative;
    margin-bottom: 35px;
}

.content .map:after {
    content: "";
    background: url(../images/contact/shadow.png) center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    bottom: -14px;
}

.content .title {
    color: #474747;
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: dotted 2px #eee;
    margin-bottom: 10px;
}

.contact-list p:first-child,
.contact-list p+p {
    padding-top: 10px;
    margin-top: 10px;
    border-top: dotted 2px #eee;
}

.contact-list p:last-child {
    border-bottom: dotted 2px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.contact-list span {
    display: inline-block;
    color: #474747;
    width: 86px;
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
}

.form-info-box {
    padding-bottom: 30px;
}

.form-info-box #message-form {
    background: none;
    padding: 0;
    margin: 0;
}

.form-info-box .form-box .form-group {
    border: 1px solid #DDDDDD;
}

.form-info-box .form-box .control-label {
	width: 75px;
}
.form-info-box .form-box .control-box {
    width: calc(100% - 130px);
}
@media screen and (max-width:1120px) {
    .has-right .btn-box .btn {
        float: none;
    }
    .form-box .control-box,
    .form-box .control-label {
        float: none;
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width:720px) {
    .col .info,
    .content .map {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .contact-list span {
        width: 60px;
    }
}
