/*
** CONTACT US PAGE CSS
**
*/

body {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    background: white;
}

/*SECTION 1 START*/
.header-img {
    height: 300px;
    width: 100% !important;
    background-image: url("../../img/get_in_touch.jpg");
    background-size: cover;
    margin-bottom: 100px;
}

.header-img .well {
    display: block;
    width: 350px;
    margin: 0 auto;
    top: 240px;
    position: relative;
    border-radius: 10px !important;
}

.header-img .well .breadcrumb {
    position: relative;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
}

.header-img .well h3 {
    margin-top: 0;
    text-align: center;
    font-size: 2em !important;
    font-weight: 500 !important;
}

/*Custom breadcrumb*/
.breadcrumb > li + li:before {
    font-family: FontAwesome, sans-serif;
    content: "\f178";
    color: #8f949c;
    padding: 0 10px;
}

.breadcrumb li {
    font-size: 1.2em;
}

.breadcrumb li a {
    color: #8f949c;
}

.breadcrumb li.active {
    color: red;
}
/*SECTION 1 END*/

/*SECTION 2 START*/

#contact-section2 {
    position: relative;
    height: auto;
    background: white;
}

.contact-section-content {
    padding: 20px 80px 30px 80px;
}

#contact-section2 h1 {
    color: #5f5f5f;
    font-size: 1.5em;
}

input[type='text'], input[type='email'], textarea, #contact-section2 button {
    font-size: 1em;
    font-family: 'Fira Sans', sans-serif;
}

.name-group {
    margin-right: 7px !important;
}

.email-group {
    margin-left: 7px !important;
}

#contact-section2 button.btn-default {
    background: #41A8AC;
    color: white;
}

#contact-section2 .form-group {
    margin-bottom: -15px;
}

input[type='text'], input[type='email'] {
    height: 45px;
}

#contact-section2 .form-group.is-focused .form-control{
    background-image: linear-gradient(#3caca6, #3caca6), linear-gradient(#41A8AC, #41A8AC);
}

#contact-section2 .form-group.is-focused label, #contact-section2 .form-group.is-focused label.control-label{
    color: #41A8AC;
}

#contact-section2 .form-control, #contact-section2 .form-group .form-control{
    background-image: linear-gradient(#41A8AC, #41A8AC), linear-gradient(#41A8AC, #41A8AC);
}

#contact-section2 .card {
    background: #41A8AC;
    border-radius: 5px;
    position: relative;
    bottom: -100px;
    z-index: 1000;
}

#contact-section2 .card h1 {
    font-size: 1.2em !important;
    font-family: 'Montserrat', sans-serif;
    color: white !important;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

#contact-section2 .card .card-body .row {
    margin-bottom: 18px;
}

.contact-address, .tel, .mail a {
    color: white;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1em;
    line-height: 25px;
}

/*SECTION 2 END*/

/*SECTION 3 START*/
#section3 {
    position: relative;
    height: auto;
    background: #ececec;
}

#map {
    width: 100%;
    height: 500px;
}

#marker-tooltip {
    display: none;
    position:absolute;
    width: 300px;
    height: auto;
    padding: 10px 30px 30px 30px;
    background-color: #ccc;
    margin: 15px;
}
/*SECTION 3 END*/