/* GENERAL STYLE */
#section_contact h2 {
    border-bottom: 2px solid #000000;
    color: #000000;
    font-family: 'Vidaloka', serif;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center;
}

#section_contact p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 1rem 0;
    text-align: center;
}

#section_contact .outer-box {
    padding: 12rem 2rem 0;
}

.contact-image {
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ), url(../../../images/template/v1/background/contact_2.jpg);
    background-position-x: -16rem;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 10rem 0 6rem;
    position: relative;
    width: 100%;
}

/* ERROR MESSAGE, SUBMIT MESSAGE */
.display_none {
    display: none !important;
}

/* CONTACT FORM */
#section_contact .form-control {
    border: 1px solid #000000;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px;
    padding: 8px;
}

/* CONTACT BUTTON */
.contact_btn {
    display: inline-block;
    padding: 1.2rem 2.5rem;
    margin: 1rem 0 0;
    cursor:pointer;
    background-color: #27348A;
    border-radius: 35px;
    border: 1px solid #27348A;
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 2.7px;
    line-height: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: all 0.6s;
       -moz-transition: all 0.6s;
            transition: all 0.6s;
}

.contact_btn:hover,
.contact_btn:active {
    background-color: #ffffff;
    border: 1px solid #27348A;
    color: #27348A;
}


#form_contact .has-error input,
#form_contact .has-error textarea,
#form_contact_newsletter .has-error input,
#form_contact_newsletter .has-error textarea{
-webkit-box-shadow:0px 0px 8px rgba(39,52,138,0.8);
   -moz-box-shadow:0px 0px 8px rgba(39,52,138,0.8);
        box-shadow:0px 0px 8px rgba(39,52,138,0.8); /* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#27348A')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, color='#27348A');
}

#form_contact .help-block,
#form_contact_newsletter .help-block{
    position:relative;
    top:-1.3rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color:#27348A;
}

#success {font-family: 'Montserrat', sans-serif;}

/*********************BOOTSTRAP RESPONSIVE*************************/
@media (min-width: 1200px) {

}

@media (min-width: 996px) {

}

@media (min-width: 992px){
/* --- DISPLAYS --- */
.display-2 { display: none;}
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {

}

@media (min-width: 768px) {

}
/**********************************************/
@media (max-width: 1200px) {

}

@media (max-width: 1000px) {

}

@media (max-width: 995px) {

}

@media (max-width: 991px) {
/* GENERAL STYLE */
h2 { text-align: center;}

p { text-align: center;}

/* --- DISPLAYS --- */
.display-1 { display: none;}
}

@media (max-width: 658px) {

}

@media (max-width: 882px) {

}

@media (max-width: 767px) {

}

@media (max-width: 555px) {

}

@media (max-width: 515px) {

}

@media (max-width: 480px) {
/* GENERAL STYLE */
#section_contact h2 { font-size: 1.5rem;}

#section_contact p { font-size: 0.75rem;}

/* --- CONTACT BUTTON --- */
.contact_btn { font-size: 12px;}
}

@media (max-width: 440px) {

}

@media (max-width: 410px) {

}

@media (max-width: 372px) {

}

@media (max-width: 337px) {

}