
a.scroll-to-top.ROUND_COLOR, 
a.scroll-to-top.RECT_COLOR,
.btn.btn-default,
.btn.btn-warning,
.btn.btn-warning:visited {
    background-color: #D8490D;
    border-color: #D8490D;
}
a.scroll-to-top.ROUND_COLOR:hover,
a.scroll-to-top.ROUND_COLOR:active,
a.scroll-to-top.ROUND_COLOR:focus,
a.scroll-to-top.RECT_COLOR:hover,
a.scroll-to-top.RECT_COLOR:active,
a.scroll-to-top.RECT_COLOR:focus,
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning:focus {
    background-color: #f8692D;
    border-color: #f8692D;
}



@media (max-width: 991px){
    .maxwidth-theme {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 560px){
    .maxwidth-theme {
        padding-left: 16px;
        padding-right: 16px;
    }
    #main .mobile-scrolled:not(.grid-list--no-gap) > div {
        padding: 0px 24px 0px 0px;
        width: 90%;
        max-width: none; 
        margin: 15px auto;
    }
}