#footer {
    font-size: 14px;
    margin-top: 15px;
    padding: 30px 0;
}

#footer .title {
    font-size: 15px;
    display: block;
}

#footer .social {
    margin-top: 30px;
    margin-bottom: 30px;
}

#footer .social a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    margin-right: 3px;
}

#footer textarea {
    height: 250px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 45px;
}

.form-bottom {
    position: relative;
}

#footer input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    padding: 10px 45px;
    border: 0;
    font-weight: 600;
    margin: 0;
}

#footer-menu li a {
    display: block;
    padding-right: 7px;
    margin-right: 25px;
    font-size:15px;
}

#footer-menu li:last-child a {
    border-right: 0;
}



#footer_form .left {
    width: 304px;
    float: left;
}


#footer_form .right {
    margin-left: 334px;
}

.ajax-loader {
    display: none !important;
}

.view_map {
    padding:15px 0;
    display: block;
}

.view_map span {
    font-size: 14px;
    text-decoration: underline;
    text-transform: uppercase;
}

.view_map i {
    font-size: 20px;
}

.js-contact-forms-button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: auto;
    z-index:1000;
}

@media only screen and (max-width:768px) {
    #footer-menu {
        text-align: center;
    }

    #footer #copyright {
        text-align: center;
        margin-top: 15px;
    }

    #footer_form .left {
    width: auto;
    float: none;
    }


    #footer_form .right {
        margin-left: auto;
        margin-bottom: 30px;
    }
}