body {
    background: #1f1f24;
    color: hsla(0,0%,100%,.87);
}


#header::after{
     background: #1f1f24;
}


.player-block {
	background: #1f1f24;
	padding: 15px 0 20px;
	margin: 0 0 30px
}


.page #header {
	margin-bottom: 30px;
	background: #1f1f24;
}
.page #header{
     background: #16161a;
}


.logo-y{
    position: absolute;
    left: 100px;
    margin-left: -115px;
    font-size: 24px;
    color: #21e2f5;
    width: 190px;
}


.slogan {
	font-size: 28px;
	display: inline-block;
	margin-left: 5px;
    color:#21e2f5;

}
a {
	text-decoration: none;
	color: #21e2f5;
	outline: none
}

a:hover {
	text-decoration: none;
	color: #ff2a14
}

.logo-s {
position: absolute;
bottom: 25px;
left: 50%;
margin-left: -1px ;
top: 50%;
transform: translate(-58%, -50%) ;
font-size: 25px;
color: #21e2f5;
}



.search-box {
    background-color: #25252b!important;
    box-shadow: 0 0 0 0!important;
}


.module-player-tab .module-tab-item.selected {
	background: #eaedf1;
	color: #21e2f5;
}

.module-player-tab .module-tab-item.selected::after {
	border: none
}



.search-btn .icon-search {
	width: 17px;
	text-align: center;
	vertical-align: -2px;
	font-size: 18px;
	color: #21e2f5;
}

.nav-menu-item:hover .nav-menu-item-name,
.nav-menu-item.selected .nav-menu-item-name {
	position: relative;
	color: #ff2a14;
}

.nav-menu-item-name {
	color: #21e2f5;
	font-weight: 700
}


.index-logo{filter: brightness(1);}

.fixed_right_bar div img{
        filter: brightness(1);
}

.brand {
	margin: 0 30px 0 0;
	 filter: brightness(1);
}