#footer {
    min-height: 75px;
    margin: 0;
    color: #a9a9a9;
    background-position: left 60% !important;
    background-repeat: no-repeat !important;

    &>.footer-top{
        padding-bottom: 70px;
        padding-top: 24px;
    }

    &>*{background-color:  fade( @colorBlack, 70%);}

        h3,
        h4{ color: @colorWhite;}

        ul{ list-style: none;}

        .widget_text{

            h4{margin-bottom: 13px;}

                li a{
                text-decoration: none;
                color: #a9a9a9;

                &:hover{color: @colorWhite ;}


                }
        }

    .footer_logo{
    margin-top: 70px;

        .media-desktop({margin-top: 15%;});

    }

     #social {
            margin: 0;

                a {margin: 13px 0;}

            .media-desktop({

                a{padding: 15px 13px;}

            });

            .media-tablet({

            margin-top: 13px;

            });

        }

    .footer-bottom {
    border-top: 1px solid @gray;


        #copyright {
            text-align: center;
            margin: 25px 0;

            @media (max-width: 1024px){
                text-align: center;
                margin: 30px 10px;
            }
            a {
                font-weight: 700;

            }

            .media-mobile({
            margin-bottom: 10px;
            });
        }

    }

    .media-tablet({

        .footer_logo{
            margin: 30px 0px;
            text-align: center;
        }

    });

    .media-tablet({

        .footer-top{
            text-align: center;
            padding-bottom: 30px;
        }


    })
}