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