html{background: #000000;}
#goTop{bottom: -4px;}
.drop .dropdown .active a{background: #EC1B2F !important;}
#carouselButtons {
    margin-left: 100px;
    position: absolute;
    bottom: 0px;
    z-index: 9999999;
}
@media only screen and (min-width:768px) and (max-width:799px){
    .section-home.one-slide{height: 1024px !important;} 
    .navbar-toggle {display: block;}
    .navbar-collapse.collapse{display: none !important;}
    .navbar-collapse.in{overflow-y: auto !important;}
    .home-slider .item{background-position: 50% 50% !important;}
    #container{padding-bottom: 90px;}
    .section-title h2 + .lead::after{left: calc(50% - 37px);}
}
@media only screen and (max-width:768px){
    #container{padding-bottom: 90px;}
    .section-title h2 + .lead::after{left: calc(50% - 37px);}
    .drop .dropdown .active a{background: #000 !important; color: #fff !important;}
}