#footer .selos-content {
    margin-top: -25px
}

#footer .bgr-footer {
    height: 140px !important;
}

#footer .bgr-footer .items-footer {
    width: 1150px !important;
}

/*#footer .bgr-footer .items-footer > ul li:last-child{
    margin-top: 7.5px;
}*/

#footer .bgr-footer .items-footer {
    margin-left: 100px !important;
}

@media (max-width: 1340px){
   div#footer .row{max-width:none !important;}
}

@media (max-width: 1800px){
   /* div.items-footer ul li{
       margin-left: 30px;
   } */
   div#footer .row{
       max-width:none !important;
    }
}

@media (max-width: 1024px){
    #footer .bgr-footer .items-footer {
        margin-left: 30px !important;
    }
 }

@media only screen and (min-width: 1400px) and (max-width: 1799px) {
    #footer div.fr > ul.selos-content {
        margin-right: 15em;
    }
}

@media only screen and (min-width: 1224px) and (max-width: 1400px) {
    #footer div.fr > ul.selos-content {
        margin-right: 4em;
    }
}