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