.contact-head{
    font-family: ProximaNovaSemiBold;
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}
.contact-map {
    margin-bottom: 15px;
}
.contact-map > iframe {
    height: 400px;
    pointer-events: none;
}
.contact-wrap {
    padding: 0 15px;
}
.contact-address {
    font-family: ProximaNovaSemiBold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #535353;
    text-align: center;
}
.contact-phone {
    margin-bottom: 5px;
    font-family: ProximaNovaSemiBold;
    font-size: 16px;
    color: #535353;
    text-align: center;
}
.contact-phone > img {
    width: 16px;
    position: relative;
    top: -2px;
    margin-right: 3px;
}
.contact-mail {
    margin-bottom: 5px;
    font-family: ProximaNovaSemiBold;
    font-size: 16px;
    color: #535353;
    text-align: center;
}
.contact-mail > img {
    width: 16px;
    position: relative;
    top: -1px;
    margin-right: 3px;
}
.alert-section {
    z-index: 5000;
    position: fixed;
}
.alert-wrap {
    position: fixed;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
}
.alert-text {
    display: inline-block;
    padding: 30px 20px;
    background-color: #f5f5f5;
    color: #f28024;
    font-family: ProximaNovaBold;
    font-size: 20px;
    max-width: 100%;
    width: 400px;
    border: solid 2px #f38124;
    border-radius: 5px;
}
.alert-wrap > .error{
    color: #5D5D5D !important;
}
.form-alert {
    padding: 5px 20px 5px 30px;
    background-color: red;
    border-radius: 5px;
    color: #FFF;
    font-family: ProximaNovaRegular;
    font-size: 12px;
    position: relative;
    margin-bottom: 20px;
    display: none;
}
.form-alert > span {
    position: absolute;
    top: 6px;
    left: 10px;
}
.form-title {
    font-size: 14px;
    color: #414141;
    font-family: ProximaNovaSemiBoldItalic;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}
.input-contact {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-bottom: solid 2px #848484!important;
    border-radius: 0 !important;
    padding: 0 10px 6px 10px !important;
    height: 25px;
}
.form-group {
    margin-bottom: 25px;
}
.contact-btn {
    text-align: center;
    margin: 50px 0 30px 0;
}
.btn-contact {
    background-color: #ffffff;
    border: solid 2px #d9a714 !important;
    font-family: ProximaNovaSemiBold;
    color: #d9a714;
    outline: none !important;
}
.btn-contact:hover,.btn-contact:focus,.btn-contact:active{
    color: #ffffff;
    background-color: #d9a714 !important;
}
.section-contact {
    padding: 0 15px;
    margin-bottom: 30px;
}
.contact-map {
    margin-bottom: 20px;
}
.contact-form {
    width: 991px;
    max-width: 100%;
    margin: 30px auto;
    padding: 30px;
    background-color: #ffffff;
    border: solid 2px #848484;
    border-radius: 5px;
}
.contact-note {
    font-family: ProximaNovaRegularItalic;
    width: 767px;
    max-width: 100%;
    margin: 30px auto 30px auto;
    text-align: center;
    font-size: 14px;
}
.contact-note > hr {
    border-top: solid 1px #ddd;
    width: 150px;
    margin-top: 20px !important;
    max-width: 100%;
}
.contact-captcha{
    margin-bottom: 10px;
}
.contact-form .contact-head {
    text-align: center;
    color: #d9a714;
    text-transform: uppercase;
    font-family: ProximaNovaBold;
}
@media(max-width: 767px){
    .contact-head{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .contact-map > iframe {
        height: 300px;
    }
    .contact-address {
        font-size: 14px;
    }
    .contact-phone {
        font-size: 14px;
    }
    .contact-phone > img {
        width: 14px;
    }
    .contact-mail {
        font-size: 14px;
    }
    .contact-mail > img {
        width: 14px;
    }
    .contact-form {
        padding: 20px;
    }
}