@import url('https://fonts.googleapis.com/css?family=Exo+2:400,600,800&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Cuprum:400,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');

* {
    font-family: Tahoma;
    font-size: 13px;
}
body {
    margin: 0 auto;
    background: rgb(10 52 73);
    /* background-image: url(/pic/NGwing.png); */
    background-image: url(//1luxtv.net/pic/1luxtv-BG-2.png);
    background-size: 150px;
}
.ff-cuprum{
    font-family: cuprum, Arial;
}
.ff-exo2{
    font-family: 'exo 2',sans-serif;
}
.container{
    max-width: 1020px;
}
.nav-li-text li a, .navbar-brand{
    color: #f6eff7;
    font-family: 'cuprum', Arial;
    font-size: 14pt;
    text-decoration: none;
    padding: 10px;
    display: block;
    font-weight: 600;
}
.nav-li-text li a:hover{
    background: #4f5b5f;
    color: #f6eff7;
}
.sps {
    background: #93a7b8;
    /*padding: 5px;*/
}
.colorsBar {
    width: 100%;
    height: 3px;
    background: #284357;
}
.colorsBar div {
    width: 50px;
    height: 100%;
    float: left;
}
.bi {
    width: 1em;
    height: 1em;
    fill: currentcolor;
}
.text-dark-70{
    color: #464646;
}
.border-bottom{
    border-bottom: 1px dotted rgba(147,167,184,.2) !important;
}
.plChil {
    width: 6.43em;
    height: 2.3em;
    cursor: pointer;
    display: inline-flex;
    float: left;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 5px;
    font-family: verdana;
    font-size: 1.12em;
    border: 1px solid #1d1d1d;
    background: #161616;
    color: #989898;
    user-select: none;
    transition: all .3s;
}
.plChil:hover{
    background: #2d2d2d;;
}

.ply-arr{
    background-color: #ffffff12 !important;
    background-position: 2px !important;
    position: absolute;
    width: 2.6em;
    height: 2.6em;
    border: 1px solid rgb(0 0 0 / 73%);
}
.playlists-prev{
    left: 0;
    border-radius: 0 25px 25px 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAeElEQVQ4jd3UzQ1AQBCG4Y2DhGqcNIBoQSuKUYm+uHkdrMTBZM0a2cR3n2ezmR/nfhMgBwagssBKYObIBvRW2JnJEluA2gpbgSY5VghYq8Y8ON5g3dP6LOpVTcy/7FGpKZ+g+k4H0LjBDqBxqyeg747DBbU7X0mzAymuSWfKXk8JAAAAAElFTkSuQmCC) no-repeat;
}
.playlists-next{
    right: 0;
    border-radius: 25px 0 0 25px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAbUlEQVQ4jdWUsQ2AMAwEI6RIjANVJqBhAFZhmuwRGIySo4CGiCr+SORq6yzLfjvXNMAILIBXyGbg5CYBvVUYeWOTAgE4MulmlU5NS/ca0jWv64o7WJCOLF2KWvZ12OVpoUL0tM/hkQ6o3tdvuABsDUk5DyWdywAAAABJRU5ErkJggg==) no-repeat;
}
.disabled{
    visibility: hidden;
}
.mv-link {
    transition: all 0.5s ease;
}
.mv-link:hover {
    filter: saturate(2);
    transition: all 0.5s ease;
}
#djanrs div a {
    text-decoration: none;
    background: #292c33;
    color: white;
    padding: 5px 23px;
    display: block;
    margin: 3px;
    border-left: 4px solid #f26739;
    text-transform: capitalize;
    transition: all .7s;
    font-family: 'Exo 2', Arial;
}
#djanrs div a:hover {
    background: #3b404c;
}









