@charset "utf-8";
/* CSS Document */
body{background-color: #f3f3f3!important;}

/*dlf*/
#dlf { background-color: #f3f3f3; }
#dlf .navbar-nav>li a:hover{color: #ffee0b!important;}
#dlf a.active{color: #fff700!important;}
#dlf .nav-list a.active{color: #ffd9b0!important;}
#dlf ul li{background-color: #750000!important;}


@media (min-width: 768px) and (max-width: 991px) {
#dlf .bg1{background-color:#750000!important;}
#dlf ul li{ background-color: transparent!important;}
}

@media screen and (max-width: 768px) {
body{background-color: inherit!important;}
}