div.modal-backdrop {
  background: #000;
}

.btn {
 cursor: pointer;   
}

div.user {
    text-align: center;
}

div.user__info {
    padding: 5px;
    text-align: center;
}

.ex-block {
    transition: all 2s linear;  
    display: block;     
} 
.ex-hidden {
    display: none;  
    opacity: 0;     
}

.ex-zoom-photo {
      
}

.ex-list-group-item {
    
}

.linksc {
    opacity: 0.6;
    transition: all .5s ease-in-out;
}

.linksc:hover {
    opacity: 1;
}

.ex-comment {
    background-color: rgb(255,255,255,.1);
    border: 1px solid rgb(255,255,255,.2);
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.45);
}
.ex-comment-nick {
//background-color: #3c3c3c;
    color: #FFF;
    font-size: 12px;
    border: 1px solid rgb(255,255,255,.2);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: auto;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.55);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.55);
}
.recomment {
    opacity: .6;
    cursor: pointer;
}
.recomment:hover {
    opacity: 1;
}
.ex-ava-com {
    position: absolute;
    left: 16px;
    top: -6px;
    width: 25px;
    height: 25px !important;
    float: left;
    margin-top: 2px;
    border: 1px solid rgb(255,255,255,.3);
}
.comment_date {
    position: absolute;
    right: 25px;
    top: 1px;
    font-size: 9px;
    color: rgb(255,255,255,.8);
    border: 1px solid rgb(255,255,255,.2);
    border-radius: 8px;
    padding: 1px 5px 0px 5px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.45);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.45);
    background-color: #3c3c3c;
}

.cd-newalbum {
    position: relative;
    max-width: 325px;
    max-height: 295px;
    overflow: hidden;
}

.cd-newalbum-img {
    position: absolute;
    top: 8px;
    left: 31px;
    //max-width: calc(100% - 40px);
    max-width: 85%;
}

#ex_fullplayer_artist {
    font-size: 24px;
    text-align: center;
    height: 28px;
    overflow: hidden;
}

#ex_fullplayer_song {
    font-size: 17px;
    text-align: center;
    height: 20px;
    overflow: hidden;
}
.md-modal {
    margin: auto;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(#000, 0.2);
    background: center no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-overlay-img {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1500;
    opacity: 0;
    background: rgba(#000, 0.2);
    background: center no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-show ~ .md-overlay-img {
    opacity: 0.2;
    visibility: visible;
}

.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    background-color: #000;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#lbm-audio-player::-webkit-media-controls-panel {
    background-color: rgba(240,240,240,4);    
}

.library_song {
   background-color: rgba(0,0,0,.2); 
   padding: 10px;
   margin: 5px 0;
   border-radius: 0;
}

.lb-number {
    font-size: 12px;
    color: #B7B7B7;    
}

.lb-name {
    position: relative;
    cursor: pointer;
}

.lb-time {
    //position: absolute;
    //right: 30px; 
    //top: 10px;
    color: yellow;   
}

.lb-size {
    //position: absolute;
    //right: 80px;
    //top: 10px; 
    color: #FFC801;
    margin-left: 10px;   
}

.lb-storage {
    margin-left: 10px;
}

.lb-gd_id {
    margin-left: 10px;
}

.ex-add-apl {
    color: lime;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 18px;
    cursor: pointer;
}

.ex-del-apl {
    color: #FF6E6E;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 16px;
    cursor: pointer;    
}

.sortable-drag {
  background-color: rgba(0,0,0,1);
  border: 1px solid #000;  
}
.sortable-chosen {
    color: yellow;
}


.gd_block {
    background-color: rgba(0,0,0,.1);
    padding: 10px;
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.del-song-playlist {
    position: absolute;
    right: 120px; 
    top: 15px;
    cursor: pointer;
}

.ex-song-n {
    position: relative;
    font-size: 12px;
}

.title-apl {
    color: #D8D8D8;
    right: 15px;
    position: absolute;
}

.ex-player-btn {
-webkit-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.25);
box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.25);  
z-index: 9999; 
border-radius: 20px;
}

.ex-player-btn:hover {
-webkit-box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.35);
box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.35);   
}

.ex-player-btn:active {
    margin-bottom: -8px;
-webkit-box-shadow: 0px -1px 3px -1px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 0px -1px 3px -1px rgba(0,0,0,0.75) !important;
box-shadow: 0px -1px 3px -1px rgba(0,0,0,0.75) !important;    
}

.ex-item-playlists {
   background-color: rgba(10,10,10,.3);
   padding: 10px;
   padding-right: 30px;
   padding-left:  30px;
   margin: 5px;     
}

.ex-item-library {
   background-color: rgba(0,0,0,.2);
   padding: 10px;
   padding-right: 30px;
   padding-left:  30px;
   margin: 5px;    
}

.ex-song {
   background-color: rgba(0,0,0,.2);
   padding: 10px;
   padding-right: 100px;
   padding-left:  30px;
   margin: 5px; 
}

.ex-prof-menu {
    width: 150px;
    margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
    .ex-prof-menu {
        width: 100%;
        margin-bottom: 10px !important;
        background-color: rgba(0,0,0,.2);
    }
}

.ex-bb {
    border-bottom: 2px solid rgba(255,255,255,.08);
}

.ex-wail {
  text-shadow: 1px 1px 1px #ccc;
  padding: 5px; color: #000000;
  border: 1px solid #000; 
  border-radius: 10px; 
  text-align: center;  
}

#save_photo {
    position: absolute;
    font-size: 1.2rem;
    top: 15px;
    right: 15px;
    background-color: rgba(0,0,0,.4);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;    
}

#ex-icon-return { 
    cursor: pointer; 
    font-size: 32px; 
    background: none; 
    color: #A3A3A3; 
    left: 50%; 
    margin-left: -16px;
    top: 2px; 
    position: absolute; 
    width: 32px; 
    height: 32px; 
    padding: 5px;
    z-index: 9999; 
}

#ex-icon-return:hover {
    color: #ffffff;
}

.modal-content {
    border: 1px solid #000;
    border-radius: 20px !important;
    background: url('../img/bg_modal.png') !important;
    background-repeat: no-repeat;
    background-size: cover; 
}

label.border-0:hover {
    border: 1px solid #8F8F8F !important;
}

.exnavlink {
    margin: 2px 0;
}
.lang_flag {
    height: 24px;
    width: auto;
    margin-right: 5px;
}

.ex-hmmoder {
    background-color: #3c3c3c;
    color: rgb(255,255,255,.6);
}

.ex_link {color: rgba(255,255,255,.7);cursor: pointer;}
.ex_link:hover { color: rgba(255,255,255);}
.ex_link:active {color: rgba(255,255,255,.4);}        

::-webkit-scrollbar-button { background-image:url(''); background-repeat:no-repeat; width:5px; height:0px }
::-webkit-scrollbar-track  {background-color:#000; }
::-webkit-scrollbar-thumb:hover{ background-color:#EDEDED;}
::-webkit-resizer{background-image:url('');background-repeat:no-repeat;width:4px;height:0px}
::-webkit-scrollbar{width: 4px;}
::-webkit-scrollbar-thumb { -webkit-border-radius: 1px; border-radius: 1px; background-color:#9E3225;}

body[data-sa-theme="1"]::-webkit-scrollbar-thumb {  background-color:#772036;}
body[data-sa-theme="2"]::-webkit-scrollbar-thumb {  background-color:#273C5B;}
body[data-sa-theme="3"]::-webkit-scrollbar-thumb {  background-color:#174042;}
body[data-sa-theme="4"]::-webkit-scrollbar-thumb {  background-color:#383844;}
body[data-sa-theme="5"]::-webkit-scrollbar-thumb {  background-color:#49423F;}
body[data-sa-theme="6"]::-webkit-scrollbar-thumb {  background-color:#5e3d22;}
body[data-sa-theme="7"]::-webkit-scrollbar-thumb {  background-color:#234d6d;}
body[data-sa-theme="8"]::-webkit-scrollbar-thumb {  background-color:#3b5e5e;}
body[data-sa-theme="9"]::-webkit-scrollbar-thumb {  background-color:#0a4c3e;}
body[data-sa-theme="10"]::-webkit-scrollbar-thumb { background-color:#7b3d54;}

.windows8 {
    position: relative;
    width: 28px;
    height:28px;
    margin:auto;
}

.windows8 .wBall {
    position: absolute;
    width: 27px;
    height: 27px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.6325s infinite;
    -o-animation: orbit 3.6325s infinite;
    -ms-animation: orbit 3.6325s infinite;
    -webkit-animation: orbit 3.6325s infinite;
    -moz-animation: orbit 3.6325s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgb(255,255,255);
    left:0px;
    top:0px;
    border-radius: 3px;
}

.windows8 #wBall_1 {
    animation-delay: 0.796s;
    -o-animation-delay: 0.796s;
    -ms-animation-delay: 0.796s;
    -webkit-animation-delay: 0.796s;
    -moz-animation-delay: 0.796s;
}

.windows8 #wBall_2 {
    animation-delay: 0.153s;
    -o-animation-delay: 0.153s;
    -ms-animation-delay: 0.153s;
    -webkit-animation-delay: 0.153s;
    -moz-animation-delay: 0.153s;
}

.windows8 #wBall_3 {
    animation-delay: 0.3165s;
    -o-animation-delay: 0.3165s;
    -ms-animation-delay: 0.3165s;
    -webkit-animation-delay: 0.3165s;
    -moz-animation-delay: 0.3165s;
}

.windows8 #wBall_4 {
    animation-delay: 0.4695s;
    -o-animation-delay: 0.4695s;
    -ms-animation-delay: 0.4695s;
    -webkit-animation-delay: 0.4695s;
    -moz-animation-delay: 0.4695s;
}

.windows8 #wBall_5 {
    animation-delay: 0.633s;
    -o-animation-delay: 0.633s;
    -ms-animation-delay: 0.633s;
    -webkit-animation-delay: 0.633s;
    -moz-animation-delay: 0.633s;
}



@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
        opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

.fullplayer_control {
    height: 100px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
}
#ex_fullplayer_control {
    border-radius: 50%;
    background-color: rgba(0,0,0,.7);
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: block;
}

.ex_fp_station {
    position: relative;
    border: 1px solid rgba(255,255,255,.2);
    background-color: rgba(255,255,255,.1);
    border-radius: 10px;
    width: 250px;
    padding: 3px;
    display: block;
    cursor: pointer;
}
.ex_fp_station:hover {
    border: 1px solid rgba(255,255,255,.3);
    background-color: rgba(255,255,255,.2);
}

.ex_fp_station.active {
    border: 1px solid rgba(255,255,255,.3);
    background-color: rgba(255,255,255,.2);
}

#navbarLeftContent {
    position: fixed;
    top: 5px;
    left: 10px;
    background: #000000;
    z-index: 3000;
    padding: 5px;
}

#navbarRightContent {
    position: fixed;
    top: 5px;
    right: 10px;
    background: #000000;
    z-index: 3000;
    padding: 5px;
}
.ex_fp_select {
    width: 100%;
    padding: 5px;
    border-color: rgba(255,255,255,.2);
    top: 4px;
    position: relative;
    background-color: rgba(255,255,255,.1);
    color: #999999;
    z-index: 9999;
}
.ex_fp_play {
    content: '';
    background:  url(../img/play-fp-st.png) no-repeat center;
    background-size: 30px;
    width: 50px;
    height: 50px;
    left: 6px;
    top: 3px;
    display: block;
    position: absolute;
}
.fp-name {
    position: absolute;
    top: 18px;
    left: 60px;
    font-size: 14px;
    color: #fff;
}
.fp-artist {
    position: absolute;
    top: 30px;
    left: 60px;
    font-size: 12px;
    color: #ccc;
}
.fp-song {
    position: absolute;
    top: 42px;
    left: 60px;
    font-size: 12px;
    color: #ccc;
}

.fp_title {
    z-index: 5000;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
}
.lds-ellipsis div {
    position: absolute;
    top: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.6);;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 4px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 4px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 16px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 28px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(12px, 0);
    }
}

.like {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10%;
}
.dislike {
    width: 50px;
    height: 50px;
    margin: -25px -25px 0 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10%;
}
.like_but {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px 10px;
    background: #000;
    opacity: .8;
    font-size: 22px;
    color: #00aced;
}
.like_but:hover {
    opacity: .9;
    background: #000;
    color: lime;
}

.dislike_but {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px 10px;
    background: #000;
    opacity: .8;
    font-size: 22px;
    color: #00aced;
}
.dislike_but:hover {
    opacity: .9;
    background: #000;
    color: red;
}

.tt_page-loader {
    margin-left: 50px;
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.tt_loader>i:first-child {
    background-color: #27a4fb;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.tt_loader>i:nth-child(2) {
    background-color: #2cc56f;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.tt_loader>i:nth-child(3) {
    background-color: #e53935;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.tt_loader>i:nth-child(4) {
    background-color: #ff5722;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.tt_loader>i:nth-child(5) {
    background-color: #ac66f5;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.tt_loader>i:nth-child(6) {
    background-color: #8bc34a;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.tt_loader>i {
    -webkit-animation: tt_page-loader 2.5s ease-in-out 10ms infinite;
    animation: tt_page-loader 2.5s ease-in-out 10ms infinite;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #000;
    position: absolute;
}

@keyframes tt_page-loader {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    30% {
        -webkit-transform: translateX(190px);
        transform: translateX(190px);
    }
    50% {
        -webkit-transform: translateX(190px);
        transform: translateX(190px);
    }
    80% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.rat_r0 {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/r0.png"); background-repeat:no-repeat; }
.rat_r1 {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/r1.gif"); background-repeat:no-repeat; }
.rat_r2 {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/r2.gif"); background-repeat:no-repeat; }
.rat_r3 {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/r3.gif"); background-repeat:no-repeat; }
.rat_r4 {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/r4.gif"); background-repeat:no-repeat; }
.rat_r5 {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/r5.gif"); background-repeat:no-repeat; }
.rat_r6 {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/r6.gif"); background-repeat:no-repeat; }
.rat_r7 {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/r7.gif"); background-repeat:no-repeat; }

.rat_m0  {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/m0.png"); background-repeat:no-repeat; }
.rat_m1  {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/m1.png"); background-repeat:no-repeat; }
.rat_m2  {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/m2.png"); background-repeat:no-repeat; }
.rat_m3  {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/m3.png"); background-repeat:no-repeat; }
.rat_m4  {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/m4.png"); background-repeat:no-repeat; }
.rat_m5  {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/m5.png"); background-repeat:no-repeat; }
.rat_m6  {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/m6.png"); background-repeat:no-repeat; }
.rat_m7  {position: relative; display: inline-block; width: 16px; height: 16px; background-size: contain; background-position: center center; background-image: url("https://extasy.es/img/rate/m7.png"); background-repeat:no-repeat; }


.newnews {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 45px;
    background-image: url("https://extasy.es/img/new.png");
    background-size: contain;
    background-repeat:no-repeat;
}

.tooltip-inner {
    max-width: 500px !important;
}
.tt-user-prof {
    width: 300px;
    text-align: left;
    position: relative;
}
.pls {
    min-height: 131px;
}
#main_profil_nick {
    font-weight: bold;
    font-family: "Roboto Light", "Tahoma", "Arial";
    text-shadow: 0px 0px 8px rgba(140,140,140,0.8);
}
#main_profil_name {
    text-shadow: 0px 0px 6px rgba(140,140,140,0.8);
    font-family: "Roboto Condensed", "Roboto Light", "Arial";
    color: #ccc;
}
.tt_nickname {
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto Light", "Tahoma", "Arial";
    //text-shadow: 0px 0px 8px rgba(140,140,140,0.8);
    text-shadow:
            0 0 2px rgba(202,228,225,0.92),
            0 0 10px rgba(202,228,225,0.34),
            0 0 4px rgba(30,132,242,0.52),
            0 0 7px rgba(30,132,242,0.92),
            0 0 11px rgba(30,132,242,0.78),
            0 0 16px rgba(30,132,242,0.92);
}
.tt_fullname {
    font-size: 14px;
    text-shadow: 0px 0px 6px rgba(140,140,140,0.8);
    font-family: "Roboto Condensed", "Roboto Light", "Arial";
    color: #ccc;
}
.tt_ava {
    -webkit-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.75);
    width: 80px;
    height: 80px;
    border: 3px solid #999999;
}
.tt_rating_block {
    position: relative;
}
.tt_rating {
    font-size: 18px;
    font-weight: bold;
}
.tt_rating_block>i {
    font-size: 14px;
    margin: 0 10px;
    font-size: 14px;
    cursor: pointer;
}
.tt_rating_block>i:hover {
    font-size: 16px;
}

.yarlik {
    text-shadow: 0px 0px 1px #fff;
    padding: 5px;
    color: #000000;
    border: 2px solid #999999;
    border-radius: 10px;
    text-align: center;
    background-color: #3c3c3c;
    font-size: 10px;
}
.mesrating {
    color: #999999;
}
.rate_page_block {
    position: absolute;
    right: 10px;
    bottom: 0px;
    text-align: center;
}
.view_page_block {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
}
.page_view_count {
    border: 1px solid rgb(255,255,255,.2);
    border-radius: 7px;
    background-color: rgb(255,255,255,.1);
    font-size: 10px;
    display: inline-block;
}
.cont-like {
    opacity: .8;
}
.cont-like:hover {
    opacity: 1;
}
.ratepage {
    border: 1px solid rgb(255,255,255,.2);
    border-radius: 7px;
    background-color: rgb(255,255,255,.1);
    font-size: 10px;
    display: inline-block;
}
.loadmodalprofile {
    text-align: center;
    position: relative;
    height: 300px;
    width: 100%;
    display: inline-block;
}
.tt_modal-loader {
    left: 0;
    margin-top: 150px;
    margin-left: 28%;
    position: relative;
    width: 1px;
    height: 1px;
    z-index: 10000;
}

.icp {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    background-size: cover;
}

.icpblc {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
}

.ic_lf  { background-image: url("../img/lfa.png"); }
.ic_lfa { background-image: url("../img/lf.png");  }
.ic_lf:hover { background-image: url("../img/lf.png"); }

.ic_fb  { background-image: url("../img/fba.png"); }
.ic_fba { background-image: url("../img/fb.png");  }
.ic_fb:hover { background-image: url("../img/fb.png"); }

.ic_in  { background-image: url("../img/ina.png"); }
.ic_ina { background-image: url("../img/in.png");  }
.ic_in:hover { background-image: url("../img/in.png"); }

.ic_tw  { background-image: url("../img/twa.png"); }
.ic_twa { background-image: url("../img/tw.png");  }
.ic_tw:hover { background-image: url("../img/tw.png"); }

.ic_tl  { background-image: url("../img/tla.png"); }
.ic_tla { background-image: url("../img/tl.png");  }
.ic_tl:hover { background-image: url("../img/tl.png"); }

.ic_vk  { background-image: url("../img/vka.png"); }
.ic_vka { background-image: url("../img/vk.png");  }
.ic_vk:hover { background-image: url("../img/vk.png"); }


.eanimate span:nth-of-type(2) {
    animation-delay: .05s;
}
.eanimate span:nth-of-type(3) {
    animation-delay: .1s;
}
.eanimate span:nth-of-type(4) {
    animation-delay: .15s;
}
.eanimate span:nth-of-type(5) {
    animation-delay: .2s;
}
.eanimate span:nth-of-type(6) {
    animation-delay: .25s;
}
.eanimate span:nth-of-type(7) {
    animation-delay: .3s;
}
.eanimate span:nth-of-type(8) {
    animation-delay: .35s;
}
.eanimate span:nth-of-type(9) {
    animation-delay: .4s;
}
.eanimate span:nth-of-type(10) {
    animation-delay: .45s;
}
.eanimate span:nth-of-type(11) {
    animation-delay: .5s;
}
.eanimate span:nth-of-type(12) {
    animation-delay: .55s;
}
.eanimate span:nth-of-type(13) {
    animation-delay: .6s;
}
.eanimate span:nth-of-type(14) {
    animation-delay: .65s;
}
.eanimate span:nth-of-type(15) {
    animation-delay: .7s;
}
.eanimate span:nth-of-type(16) {
    animation-delay: .75s;
}
.eanimate span:nth-of-type(17) {
    animation-delay: .8s;
}
.eanimate span:nth-of-type(18) {
    animation-delay: .85s;
}
.eanimate span:nth-of-type(19) {
    animation-delay: .9s;
}
.eanimate span:nth-of-type(20) {
    animation-delay: .95s;
}

.one_a span {
    opacity: 0;
    transform: translate(200px, -100px) scale(2);
    animation: ballDrop .3s forwards;
}

.eanimate span {
    display: inline-block;
}

@keyframes ballDrop {
    60% {
        transform: translate(0, 20px) rotate(-180deg) scale(.5);
    }

    100% {
        transform: translate(0) rotate(0deg) scale(1);
        opacity: 1;
    }
}
.prselect {
    border: 1px solid rgb(255,255,255,.3);
}

@media screen and (min-width:601px) {
    .up_strng {
        display: inline-block;
        position: relative;
        font-size: 12px;
        color: rgb(255, 255, 255, .6);
    }

    .up_strvl {
        display: inline-block;
        position: absolute;
        margin-bottom: 0;
        font-size: 12px;
        right: 25px;
        color: rgb(255, 255, 255, 1);
    }
}

@media screen and (max-width: 600px) {
    .up_strng {
        display: block;
        position: relative;
        font-size: 12px;
        color: rgb(255, 255, 255, .6);
    }

    .up_strvl {
        display: block;
        position: relative;
        margin-bottom: 5px;
        font-size: 12px;
        color: rgb(255, 255, 255, 1);
    }
}

.item_musbox {
    position: relative;
    width: 100%;
    height: 70px;
    padding: 10px;
    background: rgb(0,0,0,.2);
    transition: background 0.2s ease;
    border: 1px solid rgb(255,255,255,.2);
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.75);
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    background: linear-gradient(90deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
}
.item_musbox:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    z-index: 6;
    background: linear-gradient(270deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0.3) 35%, rgba(0,0,0,0) 100%);
}

.item_musbox:hover {
    background: rgb(0,0,0,.4);
    transition: background 1s ease;
    border: 1px solid rgb(255,255,255,.1);
    -webkit-box-shadow: 5px 5px 18px 0px rgba(0,0,0,0.95);
    -moz-box-shadow: 5px 5px 18px 0px rgba(0,0,0,0.95);
    box-shadow: 5px 5px 18px 0px rgba(0,0,0,0.95);
}

.search_let span {
    color: rgb(255,255,255,.8);
    cursor: pointer;
    text-shadow: 4px 3px 2px rgba(0,0,0,0.5);
}

.search_let span.active {
    color: rgb(255,255,255,1);
}

.search_let span:hover {
    color: rgb(255,255,255,1);
}

.autocomplete-w1 { background: rgb(0,0,0,.4) bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px; _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

.lib_addimages_icon {
    color: #CCCCCC;
    cursor: pointer;
    font-size: 12px;
}
.lib_addimages_icon:hover {
    color: #FFFFFF;
}

.top_eq {
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 50px;
    height: 40px;
    background-image: url('../img/eq.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

#canvas2 {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0.3;
    width: 100%;
    z-index: 1;
}
.ol_but {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    color: rgb(255,255,255,0.8);
}
.ol_but:hover {
    color: rgb(255,255,255,1);
}