
body{
	background: url(images/background/fd7c70a916c025f4_1000_1000.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		
}


@media screen and (min-width: 768px) , (min-width: 992px), (min-width: 1200px) {
	

.navbar-nav > li > a {
    padding: 10px 15px;
	background:#21348f;
	border-radius:20px 20px 0 0;
	
}
.navbar-default .navbar-nav > li > a:hover{
    padding: 10px 15px;
	background:#fff;
	color:#000;
}


.dropdown-menu{
	background:#21348f;
}


} /* lg */

.bg-title{
	background:#9317e5;
}
.b-content{
	background:#9317e5;
}

.bg-list-title{
	background:#e01d38;
}
.list-aside .last-list{
	background:#e01d38;
}

.dot {
  background-color:#e01d38;
}
