/* CSNE CO., LTD 
By CODE-STUDIO.net */
html,body {	
	background: url(/assets/images/bg-dark.jpg) no-repeat bottom center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	color: #FFF!important;
}
.navbar-nav .nav-link {
	color:#FFF!important;
}
.box-panel, .table, .table-hover tbody tr:hover, .breadcrumb   {
	background: rgba(25, 25, 25, 0.6)!important;
	color:#b5b5b5!important;
}
.itemshop .bg-white {
	background: rgba(25, 25, 25, 0.3)!important;
}
.itemshop .bg-light {
	background: rgba(20, 20, 20, 0.8)!important;
}
.breadcrumb a, .robux-plan, .home-news {
	color:#b5b5b5!important;
}
.jumbotron {
	color:#232323!important;
}
.jumbotron h1 {
	color:#5a5a5a!important;
}
.title-header h1, .category-content  {
    color: #FFF!important;
}

.btn-outline-dark {
    color: #bbbbbb;
    border-color: #525252;
}