footer {
    background-color: #e2e2e2;
    padding: 40px;
    padding-top: 31px;
}

footer h4 {
    color: #636363;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "GothamHTF-Book";
    padding-bottom: 10px;
}

footer li {
    padding-bottom: 6px;
}

footer li a, footer li, footer li a:hover {
    font-family: "GothamHTF-Book";
    font-size: 14px;
    color: #636363;
}

footer .footer-menu div:last-child {
    padding-left: 0;
}

footer .market-hours .col-md-4:last-child {
    text-align: right;
    padding-left: 0;
}

footer .follow-us {
    margin-top: 65px;
    padding-right: 0;
    padding-left: 0;
    float: right;
    margin-right: -15px;
}

footer .follow-us ul > li {
    float: left;
    margin-right: 28px;
}

footer .follow-us ul li:first-child {
    margin-right: 44px;
}

footer .follow-us ul li:last-child {
    float: right;
    margin-right: 0;
}

footer .follow-us a {
    font-size: 32px;
    line-height: 32px;
    color: #636363;
}

footer .follow-us a:hover {
    font-size: 32px;
    line-height: 32px;
    color: #000000;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    footer .follow-us ul > li {
        margin-right: 14px;
    }

    footer .follow-us ul li:first-child {
        margin-right: 20px;
    }

    footer .follow-us ul li:last-child {
        float: left;
        margin-right: 0;
    }
}

footer .copyright {
    margin-top: 16px;
}

footer .copyright .row div, footer .copyright .row div a, footer .copyright .row div a:hover {
    font-size: 12px;
    color: #636363;
    padding-left: 0;
    padding-right: 0;
}

footer .copyright .row div:first-child {
    padding-left: 15px;
}

footer .subscribe {
    padding-left: 18px;
}

footer .subscribe input {
    border-radius: 0;
    background-color: #ececec;
    color: #636363;
}

footer .subscribe input[type="email"] {
    border-radius: 0;
    font-size: 16px;
    border: none;
    height: 40px;
    float: left;
    width: 90%;
}

footer .subscribe input[type="email"]:focus {
    outline: none;
    border-radius: 0;
}

footer .subscribe input[type="submit"] {
    border-radius: 0;
    float: left;
    border: none;
    width: 10%;
    background: url(../images/next.png) no-repeat center center;
    background-color: #ececec;
    height: 40px;
}

@media screen and (max-width: 991px) {
    footer {
        padding: 0;
    }

    #footer-menu {
        padding: 0;
        text-align: center;
    }

    #footer-menu i.glyphicon {
        display: none;
        top: 0;
        margin-left: 4px;
    }

    #footer-menu .ui-accordion-header-active i.glyphicon-minus {
        display: inline-block;
    }

    #footer-menu .ui-state-default i.glyphicon-plus {
        display: inline-block;
    }

    #footer-menu .ui-accordion-header-active i.glyphicon-plus {
        display: none;
    }

    #footer-menu ul > li a, footer ul > li a:hover, footer ul > li a:visited {
        color: #636363;
    }

    #footer-menu > h3 {
        height: 40px;
        text-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        font-size: 10px;
        color: #636363;
        line-height: 40px;
        margin: 0;
        cursor: pointer;
    }

    #footer-menu > h3:last-of-type {
        border-top: 1px solid #636363;
    }

    #footer-menu > h3:focus {
        outline: none;
    }

    #footer-menu > h3 > span {
        float: right;
    }

    #footer-menu ul {
        padding-left: 25px;
        padding-right: 25px;

    }

    #footer-menu ul > li {
        padding: 8px;
        font-size: 12px;
    }

    #footer-menu ul > li a, #footer-menu ul > li a:hover {
        font-size: 12px;
    }

    #footer-menu ul:last-of-type > li {
        text-align: left;
        padding-left: 50px;
        padding-right: 50px;
    }

    #footer-menu ul > li span {
        float: right;
    }

    footer .subscribe {
        background-color: #636363;
        padding: 28px 15px;
    }

    footer .subscribe h4 {
        font-size: 10px;
        color: #dddddd;
        text-align: center;
    }

    footer .subscribe input[type="email"] {
        border-radius: 0;
        font-size: 12px;
        color: #dddddd;
        background-color: #636363;
        border: 1px solid white;
        border-right: none;
        height: 40px;
    }

    footer .subscribe input[type="submit"] {
        border-radius: 0;
        border: 1px solid white;
        width: 10%;
        border-left: none;
        background: url(../images/mobile/next.png) no-repeat center center;
        background-color: #636363;
        height: 40px;
    }

    footer .follow-us {
        display: block;
        text-align: center;
        padding-right: 15px;
        float: left;
        padding-left: 15px;
    }

    footer .follow-us h4 {
        font-size: 10px;
    }

    footer .follow-us ul {
        text-align: center;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        display: -ms-flexbox;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        -ms-flex-direction: row;
        -webkit-justify-content: center;
    }

    footer .copyright {
        letter-spacing: 0;
        padding-bottom: 50px;
    }

    footer .copyright .row div, footer .copyright .row div a, footer .copyright .row div a:hover {
        font-size: 9px;
        color: #636363;
    }

    footer .follow-us ul li:first-child, footer .follow-us ul > li {
        margin-right: 0;
    }

    footer .follow-us {
        margin-top: 30px;

    }
}

.copyright a:hover, .footer-menu a:hover {
    border-bottom: 1px solid #bcbcbc;
}

footer {
    letter-spacing: 0 !important;
}
.footer-text{
    margin-top: 35px;
    display: flex;
    margin-bottom: 39px;
}
.footer-text h4{font-size: 14px;width: 195px; }
.footer-text p{font-family: "GothamHTF-Book"; font-size: 12px;color: #636363; line-height: 22px; margin-bottom: 8px;}
.footer-text .logos{ width: 35px; padding-top: 11px;}
.footer-text .logos img{ margin-bottom: 7px; }
.footer-text .desc{ width: calc(100% - 35px - 195px); padding-left: 29px;padding-top: 8px;}
@media screen and (max-width: 991px) {
    .footer-text{ flex-wrap: wrap; margin-top: 18px; margin-bottom: 25px;}
    .footer-text h4{
        font-size: 11px;
        flex: 1 0 100%;
        padding-bottom: 0;
        margin-bottom: 7px;
    }
    .footer-text .logos{width: 24px;}
    .footer-text .desc{ width: calc(100% - 24px); padding-left: 16px;}
    .footer-text .logos img{margin-bottom: 2px;}
    .footer-text p{
        font-size: 11px;
    }
}