footer {
    display: table;
    width: 100%;
    height: 200px;
    position: relative;
}
footer > div {
    height: 200px;
}
footer .left {
    padding: 16px 0px;
    background-color: #f2f2f2;
}
footer .left > div.logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
footer .left > div:not(.logo) {
    padding-top: 3px;
    padding-bottom: 3px;
}
footer .left a {
    color: #333;
}
footer .left > div.logo img {
    height: 30px
}
footer .left > div:not(.logo) > a > div:first-child {
    background-size: contain;
    width: 25px;
    height: 25px;
    display: table-cell;
    margin-right: 15px;
    background-repeat: no-repeat
}
footer .left > div:not(.logo) > a >div:first-child {
    width: 40px;
    font-size: 21px;
    text-align: center;
    color: #494949;
}
footer .right ._top {
    display: block;
    width: 100%;
    height: 100px;
}
footer .right button {
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    width: auto;
}
footer .right button[data-animation=flipInX] {
    animation: none !important;
    opacity: 1 !important;
}
footer .right {
    background-color: #e2e2e2
}
footer .left > div:not(.logo) > a > * {
    display: table-cell;
    vertical-align: middle;
}
footer .icons > * {
    display: inline-block;
    padding-bottom: 20px;
    font-size: 30px;
    padding: 0px 5px;
    color: #494949;
}
footer .icons > * > div:first-child,
footer .right button > div:first-child {
    height: 25px;
    width: 25px;
    margin: 0px 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
footer .right button > * {
    display: inline-block;
    vertical-align: middle;
}

footer .right button:hover {
    color: #292a3d;
    background-color: transparent;
}
@media (max-width: 1200px) {
    footer .right button > div:first-child {
        display: none;
    }
}
@media all and (max-width: 992px) {
    footer .left,
    footer .right {
        height: 135px;
    }

    footer .right button {
        -webkit-transform: initial !important;
        -moz-transform: initial !important;
        transform: initial !important;
    }

    footer .right ._bottom > div:last-child a,
    footer .right ._top {
        display: none;
    }
    footer .right ._bottom .icons {
        padding-top: 25px;
    }
    footer .left > div:not(.logo) > a div:first-child {
        display: inline-block;
        margin: auto;
        width: 30px;
    }
    footer .left > div.logo,
    footer .left > div.phone,
    footer .right ._bottom {
        text-align: center
    }
    footer .left > div.location {
        text-align: right
    }
    footer .left > div.email {
        text-align: left
    }
}