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