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