#map {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 250px;
    position: absolute;
    z-index: 0;
}

#mapControls {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: rgba(0, 0, 0, .2);
    height: 62px;
    width: 100%;
}

.point-but {
    border-radius: 0;
}

.btn-container {
    display: none;
}

a#slide-in-map-buttons{
    line-height: 62px;
    text-decoration: none;
    color: #bad8e8;
}


a#slide-in-map-buttons:hover {
    cursor: pointer;
    background-color: red;
}

#loader {
    position: fixed;
    bottom: 50%;
    left: 45%;
}

#contact {
    position: relative;
    z-index: 1;
}

#form-container {
    position: relative;
    top: 15em;
    z-index: 2;
}

#form-container .col-md-7,
#form-container .col-md-5 {
    padding: 0;
}

#info-section {
    z-index: 3;
    background-color: #385175;
    height: 100%;
    color: #fff;
    box-shadow: rgba(0, 0, 0, .2) 5px 0px 25px;
    padding: 50px 50px 55px 50px;
}

#info-section h3 {
    padding: 50px;
}

#contactForm input {
    line-height: normal;
    padding: 5px;
}

.contact-info {
    padding: 0 0 0 65px;
}

.contact-info p {
    padding-bottom: 40px;
}

.contact-info a {
    color: #fff
}

.contact-info a:hover {
    text-decoration: none;
    color: #ed6156;
}

.contact-info .fa {
    padding-right: 25px;
}

.coolMapBut {
    background-color: #7b98bc;
    width: 100%;
}

.coolMapBut:hover {
    background-color: #385175;
}


/*------ contact form css-------*/

.form-control {
    width: 100%;
}

.form-section {
    box-shadow: rgba(0, 0, 0, .2) 5px 0px 25px;
    padding: 50px 50px 55px 50px;
    background-color: #fff;
    color: #385175;
    z-index: 5;
}

.form-section h3,
#info-section h3 {
    padding-bottom: 40px;
}

.form-section label {
    padding-bottom: 5px;
}

.form-section .form-control {
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    resize: vertical;
}

#showPhone img {
    margin-top: -40px;
}

#showPhone:hover {
    cursor: pointer;
    text-decoration: none;
}

.form-section .submit {
    background: #bad8e8;
    width: 170px;
    color: #fff;
    border-radius: 15px;
    height: 50px;
    color: #385175;
}

.form-section .submit:hover {
    background-color: #a3d1e5;
}

.pulse {
    margin-left: -25px;
    margin-top: -28px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .0);
    box-shadow: 0 0 0 rgba(56, 81, 117, .4);
    animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 81, 117, .4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(56, 81, 117, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 81, 117, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(56, 81, 117, .4);
        box-shadow: 0 0 0 0 rgba(56, 81, 117, .4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(56, 81, 117, 0);
        box-shadow: 0 0 0 10px rgba(56, 81, 117, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(56, 81, 117, 0);
        box-shadow: 0 0 0 0 rgba(56, 81, 117, 0);
    }
}
