

footer {
    padding-top: 55px;
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;

    background-color: #242D34;
}
footer .logo-footer {
    display: block;
    max-width: 605px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
footer .logo-footer img {
    display: block;
    width: 100%;
   margin-left: auto;
   margin-right: auto;
    height: auto;
    width: 100%;
}

footer .adress {
    margin-bottom: 70px;

    font-size: 15px;
    color: #E9E9E1;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}

/* -------------------------
    FOOTER MENU 
------------------------- */
.footer-menu-cotainer {
    margin-left: -48px;
    margin-right: -48px;
    margin-bottom: 45px;
}
.footer-menu-cotainer:after {
    content: '';
    display: block;
    clear: both;
}
.footer-menu-cotainer .dl-container {
    width: 25%;
    float: left;
}
.footer-menu-cotainer dl {
    margin-left: 48px;
    margin-right: 48px;
}
.footer-menu-cotainer dl dt {
    
}
.footer-menu-cotainer dt a{
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #E9E9E1;
    margin-bottom: 15px;

    font-weight: bold;
    font-size: 20px;
    color: #E9E9E1;
    line-height: 24px;
    text-decoration: none;
}
.footer-menu-cotainer dd {
    margin-left: 0;
}
.footer-menu-cotainer dd a {
    font-size: 15px;
    color: #E9E9E1;
    line-height: 18px;
    text-decoration: none;
}

.footer-menu-cotainer ul {
    padding-left: 0;
    list-style: none;
}
.footer-menu-cotainer ul ul {
    padding-left: 20px;
}
.footer-menu-cotainer ul li a {
    font-size: 15px;
    color: #E9E9E1;
    line-height: 18px;
    text-decoration: none;
}



/* -------------------------
    Footer Social
------------------------- */

.social-footer {
    padding-top: 33px;
    padding-bottom: 33px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    
    background-color: #2d3740;
}
.social-footer:after {
    content: '';
    display: block;
    clear: both;
}
.social-footer .left , .social-footer .right {
    width: 50%;
    float: left;
}
.social-footer .left span {
    display: block;

    font-size: 20px;
    color: #E9E9E1;
    line-height: 27px;
    text-align: center;
}

.social-footer .left ul {
    padding: 0;
    list-style: none;

    text-align: center;
}
.social-footer .left ul li {
    display: inline-block;
    margin-right: 55px;
    white-space: nowrap;
}
.social-footer .left ul li:last-child {
    margin-right: 0;
}
.social-footer .left ul li a {
    display: block;
    height: 30px;
    width: 30px;

    background-image: url(img/footer/facebook.png);
    background-position: 0 0;
    background-repeat: no-repeat;

    text-indent: -5000px;
}
.social-footer .left ul li a.twitter {
    background-image: url(img/footer/twitter.png);
    background-position: 0 2px;
}
.social-footer .left ul li a.instagram {
    background-image: url(img/footer/instagram.png);
}
.social-footer .left ul li a.youtube {
    background-image: url(img/footer/youtube.png);
    background-position: 0 4px;
}
.social-footer .left ul li a.tumblr{
    background-image: url(img/footer/tumblr.png);
}
.social-footer .left ul li a.pinterest {
    background-image: url(img/footer/pinterest.png);
}

.social-footer .right a {
    display: block;
    margin-top: 15px;

    font-size: 40px;
    color: #E9E9E1;
    letter-spacing: 10px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
}

/* -------------------------
    MENTIONS
------------------------- */

.mentions {
    padding-top: 35px;
    padding-bottom: 35px;

    border-bottom: 1px solid #FFF;
    text-align: center;
}

.mentions > a, .mentions > span {
    display: inline-block;
    
}
.mentions > a {
    margin-right: 20px;
}

.mentions > span span, .mentions > span a {
    font-size: 12px;
    color: #E9E9E1;
    line-height: 15px;
    text-decoration: none;
}

/* -------------------------
    BRANDS
------------------------- */

.brands {
    padding-top: 20px;
}

.brands ul {
    padding: 0;
    display: table;
    width: 100%;
}
.brands ul li {
    display: table-cell;
    vertical-align: middle;
}
.brands ul li a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
.brands ul li img {
    display: block;
    width: 100%;
    max-width: 90px;
    height: auto;
    margin: 0 auto;
}

@media only screen and (max-width:956px) {
    .social-footer .left, .social-footer .right {
        width: 100%;
    }
    .social-footer .left ul li {
        margin-bottom: 20px;
        margin-right: 39px;
    }
}

@media only screen and (max-width:815px) {
    .footer-menu-cotainer .dl-container {
        width: 50%;
    }
}

@media only screen and (max-width:700px) {
    .brands ul li {
        display: table;
        width: 25%;
        float: left;
        min-height: 82px;
    }
    .brands ul li a {
        display: table-cell;
        vertical-align: middle;
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media only screen and (max-width:640px) {
    .brands ul li a {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width:560px) {
    .brands ul li {
        width: 33.3333%;
        min-height: 122px;
    }
    .social-footer .right a {
        font-size: 24px;
        font-size: 24px;
    }
}

@media only screen and (max-width:520px) {
    .social-footer .left, .social-footer .right {
        width: 100%;
    }
    .footer-menu-cotainer {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-menu-cotainer .dl-container {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width:445px) {
    .brands ul li {
        width: 50%;
    }
    .social-footer .left ul li {
        margin-right: 25px;
    }
}

a.return-top.visible {
    bottom: 30px;
}

a.return-top {
    display: block;
    height: 44px;
    width: 44px;
    position: fixed;
    right: 60px;
    bottom: -44px;
    background-color: #242D34;
    text-indent: -5000px;
    transition: bottom .2s ease-out;
}

a.return-top:before, a.return-top:after {
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    background-color: #fff;
    position: absolute;
    top: 12px;
}
a.return-top:before {
    transform: rotate(45deg);
    left: 16px;
}
a.return-top:after {
    transform: rotate(-45deg);
    left: 27px;
}

