footer{
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    background-color: #6c778b;
    color: #fff;
    }
footer.on{
    opacity: 1;
    transition: all ease-in-out 300ms 300ms;
    }
footer .footer{
    width: 100%;
    max-width: 1700px;
    margin: 0px auto;
    padding: 12px 18px 0px 18px;
    }
footer .footer .top{
    padding: 24px 0px;
    }
footer .footer .top .footer-logo{
    width: 200px;
    margin: 0px auto;
    padding-bottom: 24px;
    }
footer .footer .top .footer-contact{
    position: relative;
    display: block;
    width: auto;
    text-align: center;
    white-space: nowrap;
    }

footer .footer .bottom{
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 24px;
    border-top: 1px solid #a2aec6;
    padding-top: 9px;
    }
footer .footer .bottom .left{
    text-align: center;
    }
footer .footer .bottom .right{
    text-align: center;
    }
@media only screen and (min-width:768px){
footer .footer{
    padding: 12px 36px 0px 36px;
    }
footer .footer .top .footer-contact{
    width: 261px;
    float: right;
    text-align: left;
    }
footer .footer .bottom .left{
    text-align: left;
    }
footer .footer .bottom .right{
    text-align: right;
    }
}
@media only screen and (min-width:992px){
footer .footer{
    padding: 12px 55px 0px 55px;
    }
footer .footer .top .footer-logo{
    width: 200px;
    margin: inherit;
    }
}
@media only screen and (min-width:1200px){
footer .footer{
    padding: 12px 73px 0px 73px;
    }
}