@import url('normalize.css');
@import url('font-awesome.min.css');
@font-face {
    font-family: 'trebuc';
    src: url('/fonts/trebuc.eot');
    src: url('/fonts/trebuc.eot') format('embedded-opentype'),
         url('/fonts/trebuc.woff2') format('woff2'),
         url('/fonts/trebuc.woff') format('woff'),
         url('/fonts/trebuc.ttf') format('truetype'),
         url('/fonts/trebuc.svg#trebuc') format('svg');
}
@font-face {
    font-family: 'trebucbd';
    src: url('/fonts/trebucbd.eot');
    src: url('/fonts/trebucbd.eot') format('embedded-opentype'),
         url('/fonts/trebucbd.woff2') format('woff2'),
         url('/fonts/trebucbd.woff') format('woff'),
         url('/fonts/trebucbd.ttf') format('truetype'),
         url('/fonts/trebucbd.svg#trebucbd') format('svg');
}
@font-face {
  font-family: 'TrebuchetMS-Italic';
  src: url('/fonts/TrebuchetMS-Italic.eot');
  src: url('/fonts/TrebuchetMS-Italic.eot?#iefix') format('embedded-opentype'),
       url('/fonts/TrebuchetMS-Italic.woff2') format('woff2'),
       url('/fonts/TrebuchetMS-Italic.woff') format('woff'),
       url('/fonts/TrebuchetMS-Italic.ttf') format('truetype'),
       url('/fonts/TrebuchetMS-Italic.svg#TrebuchetMS-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

ul,
ol {list-style: none;margin: 0;padding: 0;}
ul ul,
ol ul,
ul ol,
ol ol {
  list-style: none;
  margin: 0;padding: 0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
img {
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}
input, textarea {
-webkit-appearance: none;
-webkit-border-radius: 0;
outline: none !important;
}
.row {
  margin-right: -5px;
  margin-left: -5px;
}
.hidden {
    display: none;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;  
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}


body {
    background: #fff;
    font-family: "trebuc", sans-serif;
    background: url("/_mobi/images/bg.jpg") no-repeat top center #1f252d;
    width: 100%;
}
body.classical-music {
    font-family: "trebuc", sans-serif;
    background: url("/_mobi/images/bg_class.jpg") no-repeat top center #2E110D;
    width: 100%;
}
a {
    color: #272727;
    outline: none !important;
}

.clear {
    clear: both;
}
.container {
    width: 100%;
}
header {
    display: block;
    width: 100%;
    float: left;    
}
/*head__topContent*/
.head__topContent {
    display: block;
    width: 300px;
    float: left;
}


/*top__menu-sing*/
.top__menu-sing {
    display: block;
    width: 100%;
    min-height: 40px;
    background: rgba(23,23,23,.6);
    float: left;
}
/*enter*/
.enter {
    display: inline-block;
    float: left;
    padding: 9px 0 0 2px;
}
.enter li {
    display: inline-block;
    float: left;
    margin: 0 1px 0 0;
}
.enter li a {
    color: #fff;
    font: 16px/16px "trebuc", sans-serif;  
    text-decoration: none;  
    padding: 0 9px;    
}
.enter li a:hover {
    text-decoration: underline;
}
.sign__soc a i {
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;   
    display: inline-block;
    margin: 2px 0 0 3px; 
}
/*navbar*/
.navbar {
    float: right;
    display: inline-block;
    margin: 12px 10px 0 0;
    text-decoration: none;
    background: url("/_mobi/images/icon/sprite.png") no-repeat 0 0;
    width: 20px;
    height: 13px;
    background-size: 219px 219px;
    text-indent: -9999px;
    position: relative;
    z-index: 10;
}
.navbar.open {
    background: url("/_mobi/images/icon/sprite.png") no-repeat -75px -76px;
    background-size: 219px 219px;
}
/*music__category*/
.music__category {
    width: 100%;
    min-height: 40px;
    float: left;
    background: rgba(31,31,31,.4);
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 8px 10px;
    position: relative;
}
/*msic__nav*/
.msic__nav {
    display: block;
    width: 100%;
    float: left;
}
.msic__nav li {
    display: inline-block;
    float: left;
}
.msic__nav li.hide__cat {
    height: 0;
    width: 0;
	visibility:hidden;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-transition:all 0.5s;
    -webkit-transition:opacity 0.5s;
    -o-transition:opacity 0.5s,
    visibility 0.5s;
    transition:opacity 0.5s;
    opacity:0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter:alpha(opacity=80);     
}
.msic__nav li:first-child {
    margin: 0 4px 0 0;
}
.msic__nav li a {
    display: inline-block;
    color: #fff;
    font: 13px/13px "trebuc", sans-serif;  
    text-decoration: none;  
    padding: 0 22px 0 23px;
    position: relative;
}
.msic__nav li a:hover, .msic__nav li.active a {
    color: #ffab2d;
}
.msic__nav li a:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    background: url("/_mobi/images/icon/sprite.png") no-repeat 0 -18px;
    width: 16px;
    height: 16px;
    background-size: 219px 219px;
}
.msic__nav li.active a:before, .msic__nav li a:hover:before {
    background-position: -25px -18px;
}
.head__open .msic__nav li.hide__cat {
    visibility:visible;
    opacity:1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter:alpha(opacity=100);  
    height: auto;
    width: auto;
}
.head__open {
    width: 100%;
}
/*show__cat*/
.show__cat, .show__cat__mobile {
    text-decoration: none;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    position: absolute;
    top: 10px;
    right: 10px;    
}
.show__cat i, .show__cat__mobile i {
    display: block;
    background: url("/_mobi/images/icon/sprite.png") no-repeat -183px -20px;
    width: 4px;
    height: 16px;
    float: right;
    background-size: 219px 219px;
}
.head__open .show__cat {
    display: none;
}
.show__cat__mobile {
    display: none;
}
/*overlay*/
.overlay {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;  
    background: rgba(255,255,255,.9);
}
/*main__menu*/
#main__menu {
    display: none;
    background: rgba(23,23,23,.6);
    width: 100%;
    float: left;
}
/*menu__top*/
.menu__top {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    padding: 12px 10px 15px 30px;
}
.menu__top:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 240px;
    height: 1px;
    background: #29323b;
}
/*close__menu */
.close__menu {
    float: right;
    display: inline-block;
    text-decoration: none;
    background: url("/_mobi/images/icon/sprite.png") no-repeat 0 0;
    width: 20px;
    height: 13px;
    background-size: 219px 219px;
    text-indent: -9999px;
    margin: 0 10px 0 0;   
    position: relative;
    z-index: 10;    
}
/*menu*/
.menu {
    display: block;
    width: 100%;
    float: left;
}
/*m__item*/
.m__item {
    display: block;
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255,255,255,.05);
}
.m__link {
    color: #fff;
    font: 16px/16px "trebuc", sans-serif; 
    text-decoration: none; 
    padding: 10px 0 13px 10px;
    width: 100%;
    display: block;
    white-space: nowrap;
}
.m__link:hover {
    text-decoration: underline;
}
.m__link span {
    color: #ffab2d;
    font: 12px/12px "trebuc", sans-serif; 
    display: inline-block;
}
/*�� �����������*/
.sign__close .item-user {
    display: none;
}
/*�����������*/
.sign__open .item-user {
    display: block;
}
/*main__menu*/
.menu__col__left {
    padding: 0 10px 0 0;
    display: inline-block;
    float: left;
    width: 50%;    
}
.menu__col__left .sub__menu, .menu__col__right .sub__menu {
    padding: 0;
}
.menu__col__left .sub__menu li, .menu__col__right .sub__menu li {
    padding: 0 0 0 20px;
}
.menu__col__right {
    padding: 0 0 0 10px;
    display: inline-block;
    float: left;
    width: 50%;    
}
/*m-free*/
.m-free {
    width: 45px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffab2d;
    display: inline-block;
    color: #252d36 !important;
    text-align: center;   
    vertical-align: middle;
    line-height: 20px !important; 
    margin: 0 0 -7px;
    position: relative;
    top: -3px;
}
/*sub__menu*/
.sub__menu {
    display: block;
    width: 100%;
    padding: 0 0 0 20px;
    border-top: 1px solid rgba(255,255,255,.05);
}
.sub__menu li {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.05);
}
.sub__menu li:first-child {
    border: 0;
}
.sub__menu li a {
    color: #f1a32e;
    font: 16px/16px "trebuc", sans-serif;   
    text-decoration: none;  
    padding: 11px 0 12px;
    display: block;
    width: 100%;
}
.sub__menu li a:hover {
    text-decoration: underline;
}
/*sub__open*/
.sub__open:before {
    display: none;
}
.m__exit:before {
    display: none;
}
.m__exit a {
   /* color: #566371; */
}
/*sign__close*/
.sign__close {
    
}
/*sign__open*/
.sign__open .enter {
    display: none;
}
/*account__info*/
.sign__open .account__info, .sign__open .lange__select {
    display: inline-block;
}
.account__info {
    display: none;
    float: left;
    padding: 8px 10px 0;
}
/*user__name*/
.user__name {
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #fff;
    font: 16px/16px "trebuc", sans-serif;     
    margin: 3px 0 0;
}
.user__name:hover {
    text-decoration: underline;
}
.my_purchases_note {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(/_mobi/images/note.svg);
    float: left;
    background-size: contain;
    margin: -3px 0 0 7px;
}
/*fill__account*/
.fill__account {
    display: inline-block;
    float: left;
    text-decoration: none;
    width: 130px;
    height: 25px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background-color: #ffab2d;
    color: #252d35;
    font: 14px/24px "trebuc", sans-serif; 
    text-align: center;  
    margin: 0 0 0 22px;   
}
/*bill*/
.bill {
    color: #fff;
    font: 12px/12px "trebuc", sans-serif;  
    display: inline-block;
    float: left;
    padding: 7px 0 0 10px;
}
/*lange__select*/
.lange__select {
    float: right;
    width: 60px;
    height: 20px;
    background: rgba(255,255,255,.8);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    position: relative;  
    margin: 10px 15px 0 0; 
}
.slct {
    display: block;
    width: 100%;
    padding: 0 18px 0 11px;
    text-decoration: none;
    width: 100%;
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	
    position: relative;  
    text-transform: uppercase; 
    z-index: 10; 
    font: 10px/20px "trebucbd", sans-serif;  
    color: #1f252d; 
    height: 100%;
}
.slct:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 9px;
    display: inline-block;
    text-decoration: none;
    background: url("/_mobi/images/icon/sprite.png") no-repeat -25px 0;
    width: 7px;
    height: 4px;
    background-size: 219px 219px;    
} 
/*drop*/ 
.drop {
    top: 21px;
    left: 0;
	width: 100%;
	display: none;
	position: absolute;
    z-index: 20;
    background: rgba(255,255,255,.8);
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;   
    padding: 1px 0 6px;  
}
.drop li {
    z-index: 10;  
    cursor: pointer;
    font: 10px/10px "trebucbd", sans-serif;  
    color: #1f252d; 
    text-transform: uppercase;    
    padding: 4px 11px 0; 
    display: block;
    width: 100%;
}
/*head__content*/
.head__content {
    display: block;
    float: left;
    width: 100%;
}
/*logo*/
.logo {
    display: inline-block;
    float: left;
    margin: 12px 0 0;
}
.logo a {
    text-decoration: none;
}
/*share__box*/
.share__box {
    display: inline-block;
    float: right;
    margin: 12px 0px 0 0;
}

/*album__sort*/
.album__sort {
    display: inline-block;
    float: right;
    text-align: right;
    padding: 13px 0 0;
    margin-left: 100px;
}
.album__sort li {
    display: inline-block;
    float: left;
    margin: 0 1.5px;
}
.album__sort li a {
    color: #fff;
    font: 12px/12px "trebucbd", sans-serif;  
    text-transform: uppercase;
    text-decoration: none;
}
.album__sort li a:hover {
    text-decoration: underline;
}
.album__sort li.s__grid {
    margin: 0 0 0 3px;
}
.album__sort li.s__abc {
    margin: 0 7px 0 16px;
}
.album__sort li.s__abc2 {
    display: none;
}
/*search__box*/
.search__box {
    display: block;
    width: 100%;
    float: left;
    margin: 6px 0 0;
}
.search__box input {
    display: block;
    width: 100%;
    float: left;
    padding: 0px 50px 0px 10px;
    height: 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 0;
    color: #000;
    font: 15px/15px "trebuc", sans-serif; 
}
.search__box button {
    display: block;
    float: left;
    width: 40px;
    height: 30px;
    margin: 0 0 0 -40px;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    background-color: #ffab2d;
    border: 0;
    text-align: center;
}
.search__box button:before {
    content: "";
    display: inline-block;
    background: url("/_mobi/images/icon/sprite.png") no-repeat -48px 0;
    width: 13px;
    height: 14px;
    background-size: 219px 219px; 
    position: relative;
    top: 2px;
}
/*wrapper*/
.wrapper {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0 0;
}
.content, .sidebar__right{
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;      
}
.content {
     width: 63%;
}
/*sidebar__right*/
.sidebar__right {
    width: 37%;
}
/*container__bg*/
.container__bg {
    display: block;
    width: 100%;
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #e7e7e7;
    margin: 5px 0;
}
/*list__menu*/
.list__menu {
    padding: 16px 10px 15px;
    display: block;
    width: 100%;
    float: left;
}
/*list__m-title*/
.list__m-title {
    display: block;
    width: 100%;    
    color: #1f1e1e;
    font: 16px/16px "trebucbd", sans-serif;   
}
/*menu__right*/
.menu__right {
    display: block;
    width: 100%;  
    float: left;  
    padding: 8px 0 0 15px;  
}
.menu__right > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d5d6d6;
    position: relative;
}
.menu__right > li:before {
    content: "";
    background: url("/_mobi/images/icon/sprite.png") no-repeat -188px 0;
    width: 6px;
    height: 11px;
    display: block;
    position: absolute;
    top: 10px;
    left: -15px;
    background-size: 219px 219px;     
}
.menu__right > li > a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #272727;
    font: 14px/14px "trebuc", sans-serif; 
    padding: 7px 0;
}
.menu__right > li > a > span {
    display: inline-block;

}
.menu__right > li > a:hover > span {
    text-decoration: underline;
}
/*album__container*/
.album__container {
    display: block;
    width: 100%;
    float: left;
    padding: 15px 10px 5px;
}
/*title*/
.title {
    display: block;
    width: 100%;
    color: #242424;
    font: 16px/16px "trebuc", sans-serif; 
    margin: 0 0 8px;
}
.title a {
    text-decoration: none;
    color: #ff9900;
}
.title a:hover {
    text-decoration: underline;
}
/*album__box*/
.album__box {
    display: block;
    width: 100%;
    margin: 8px 0px;
    padding: 0px 0px 0px 110px;   
    float: left; 
}
/*album__img*/
.album__img {
    display: block;
    float: left;
    margin: 0px 0px 0px -110px;
}
.album__img a {
    text-decoration: none;
}
/*album__txt*/
.album__txt {
    display: block;
    width: 100%;
    float: left;
}
/*album__star*/
.album__star {
    display: block;
    float: left;
    width: 100px;
    height: 16px;
    background: url("/_mobi/images/icon/star_bg.png") repeat-x;
    background-size: 20px 16px; 
    margin: -2px 0 12px;  
}
.star {
    display: block;
    float: left;
    width: 20px;
    height: 16px;
    background: url("/_mobi/images/icon/star.png") repeat-x;
    background-size: 20px 16px;     
}
/*album__bay*/
.album__bay {
    float: left;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #333;
    font: 11px/20px "trebuc", sans-serif; 
    width: 130px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #efad27;
    margin: 0 0 10px -6px;
}

/*album__link*/
.album__link {
    display: inline-block;
    color: #333;
    font: 13px/15px "trebuc", sans-serif; 
    text-decoration: none;
    position: relative;
    float: left;
}
.album__link:hover, .album__author:hover {
    text-decoration: underline;
}
/*album__author*/
.album__author {
    /*display: inline-block;*/
    color: #ff9900;
    font: 15px/15px "trebuc", sans-serif; 
    text-decoration: none;   
    position: relative;
    top: -2px; 
}
.album__author + .clear + .album__link {
    top: -2px;
}
/*view__all*/
.view__all {
    display: inline-block;
    text-decoration: none;
    color: #8b8b8b;
    font: 16px/16px "trebuc", sans-serif; 
    margin: 3px 0 9px;
}
.view__all:hover {
    text-decoration: underline;
}
/*adv__box*/
.adv__box {
    display: block;
    width: 100%;
    float: left;
}
.adv__img {
    display: block;
    width: 100%;
}
.adv__img img {
    -moz-border-radius: 10px 10px 0 0; 
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;   
    float: left;  
}
.adv__img a {
    display: block;
    float: left;
    width: 100%;
}
/*adv__info*/
.adv__info {
    display: block;
    width: 100%;
    float: left;
    padding: 14px 10px 14px 81px;
    position: relative;
}
/*adv__play*/
.adv__play {
    float: left;
    margin: 0 0 0 -67px;
    text-align: center;
    width: 52px;
    height: 52px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    background-color: #efad28;
    line-height: 60px;
}
.adv__play:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/_mobi/images/icon/sprite.png") no-repeat -199px 0;
    background-size: 219px 219px;
    margin: 0 0 0 7px;     
}
/*adv__author*/
.adv__author {
    text-decoration: none;
    color: #f90;
    font: 16px/17px "trebuc", sans-serif; 
    margin: -3px 0 0;
}
.adv__link {
    text-decoration: none;
    color: #242424;
    font: 14px/16px "trebuc", sans-serif;
    display: block;
}
.adv__author:hover, .adv__link:hover {
    text-decoration: underline;
}
/*album__content*/
.album__content {
    display: block;
    width: 100%;
    float: left;
    padding: 14px 0 0;
}
/*album__title*/
.album__title {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 0 10px;
    color: #333;
    font: 16px/19px "trebuc", sans-serif;   
}

.al__link {
    color: #f90;
    text-decoration: none;
}
.al__link:hover {
    text-decoration: underline;
}
.album__name {
    margin: 0;
}
.album__title a{
    color: #f90;
    text-decoration: none;
}
.album__title a:hover {
    text-decoration: underline;
}
/*send__friend*/
.send__friend {
    display: inline-block;
    margin: -16px 10px 0 0;
    float: right;
    text-decoration: none;
    width: 105px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #d7d7d7;
    color: #333;
    font: 11px/20px "trebuc", sans-serif;
    text-align: center;    
}
/*album__name*/
.album__name {
    display: block;
    width: 100%;
    float: left;
    color: #333;
    font: 16px/19px "trebuc", sans-serif;   
    padding: 0 0 0 10px;    
}
/*album__info*/
.album__info {
    display: block;
    float: left;
    width: 100%;
    padding: 0 5px 26px 170px;
    min-height: 150px;
    margin: 16px 0 13px;
    position: relative;
}
.album__info:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dddddd;
    position: absolute;
    bottom: 0;
    left: 0;
    border-right: 5px solid #E7E7E7;
}
/*a__leftBox*/
.a__leftBox {
    margin: 0 0 0 -160px;
    display: inline-block;
    float: left;
    width: 150px;
}
.a__leftBox__link, .a__leftBox__link img {
    float: left;
}
.bay {
    display: block;
    width: 100%;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #efad27;
    text-decoration: none;
    text-align: center;
    color: #333;
    font: 11px/20px "trebuc", sans-serif;   
    margin: 10px 0 0;
    float: left;
}
/*a__rightBox*/
.a__rightBox {
    display: block;
    width: 100%;
    float: left;
}
/*soc__info*/
.soc__info {
    display: inline-block;
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #d6d6d6;
    color: #333;
    font: 11px/15px "trebuc", sans-serif;   
    padding: 5px 24px 5px 5px;
    margin: 0 0 14px;
}
.a__rightBox .album__star {
    margin: 3px 24px 0 0;
}
.album__share {
    display: inline-block;
    float: left;
    overflow: hidden;
}
/*album__list*/
.album__list {
    display: block;
    width: 100%;
    float: left;
    margin: 8px 0 0;
}
.album__list li {
    display: block;
    width: 100%;
    color: #333;
    font: 11px/15px "trebuc", sans-serif;  
}
.album__list li span {
    color: #999;
}
.album__list li a {
    text-decoration: none;
    color: #ff9900;
}
.album__list li a:hover {
    text-decoration: underline;
}
/*album__text*/
.album__text {
    display: block;
    width: 100%;
    float: left;
    color: #333;
    font: 11px/15px "trebuc", sans-serif; 
    margin: 10px 0 0;     
}
/*player__container*/
.player__container {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 15px;
}
.player__container:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dddddd;
    position: absolute;
    bottom: 0;
    left: 0;
    border-right: 5px solid #E7E7E7;
}
/*player__action*/
.player__action {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
}
/*prev__music*/
.prev__music, .next__music {
    width: 35px;
    height: 35px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    background-color: #efad28;
    display: inline-block;
    text-decoration: none; 
}
.prev__music {
    float: left;
    margin: 9px 37px 0 0;
}
.next__music {
    float: right;
    margin: 9px 0 0;
}
.prev__music:before, .next__music:before  {
    content: "";
    display: block;
    width: 19px;
    height: 10px;
}
.prev__music:before {
    background: url("/_mobi/images/icon/sprite.png") no-repeat -85px 0;
    background-size: 219px 219px;   
    margin: 13px 0 0 6px; 
}
.next__music:before {
    background: url("/_mobi/images/icon/sprite.png") no-repeat -109px 0;  
    background-size: 219px 219px;
    margin: 13px 0 0 10px;  
}
/*play*/
.play {
    width: 52px;
    height: 52px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    background-color: #efad28;
    display: inline-block;
    text-decoration: none;   
    float: left;     
}
.play:before  {
    content: "";
    display: block;
    width: 23px;
    height: 24px;
    background: url("/_mobi/images/icon/sprite.png") no-repeat -89px -15px; 
    background-size: 219px 219px;   
    margin: 15px 0 0 18px;
}
.play__box {
    margin: 0 auto;
    display: block;
    width: 196px;
}
/*player__author*/
.player__author {
    display: block;
    width: 100%;
    text-align: center;
    font: 12px/12px "trebuc", sans-serif;
    color: #333; 
    float: left;
    margin: 13px 0 4px;
}
.player__author a {
    color: #efae28;
    text-decoration: none;
}
.player__author a:hover {
    text-decoration: underline;
}
/*track*/
.track {
    display: block;
    width: 100%;
    text-align: center;
    font: 11px/11px "trebuc", sans-serif;
    color: #333; 
    float: left;   
    height: 11px;    
    overflow: hidden;
    position: relative;       
}
    .track:before {
        content: "";
        background: url("/_mobi/images/icon/track_left_shadow.png") no-repeat;
        width: 70px;
        height: 11px;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
    }
    .track:after {
        content: "";
        background: url("/_mobi/images/icon/track_right_shadow.png") no-repeat;
        width: 70px;
        height: 11px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    } 
/*time__line*/
.time__line {
    display: block;
    width: 100%;
    float: left;
    padding: 0 49px;
    margin: 13px 0 0;
}
.time__left {
    display: inline-block;
    float: left;
    margin: 0 0 0 -49px;
    font: 11px/11px "trebuc", sans-serif;
    color: #333;    
    padding: 0 9px 0 0;
    text-align: right; 
    width: 49px;
}
.time__right {
    display: block;
    float: right;
    margin: 0 -49px 0 0;
    font: 11px/11px "trebuc", sans-serif;
    color: #999; 
    padding: 0 0 0 9px;  
    width: 49px;  
}
/*line__bg*/
.line__bg {
    display: block;
    width: 100%;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #d3d3d3;
    float: left;
}
/*line*/
.line {
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #d3d3d3;
    float: left;
    background-color: #efad27;
    float: left;
    width: 60%;
    position: relative;
}
.circle {
    display: block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #333;
    float: right;
}
/*album__songs*/
.album__songs {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 10px;
}
.album__songs em {
    font-style: normal;
}
/*song__button*/
.song__button {
    display: block;
    width: 100%;
    float: left;
    padding: 0 6px 0 5px;
    margin: 9px 0 10px;
}
.song__format {
    display: inline-block;
    float: left;
    width: 40px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #333;
    color: #fff;
    font: 11px/20px "trebuc", sans-serif;
    text-align: center;
    text-decoration: none;
    margin: 0 2.5px;
}
/*song__bit*/
.song__bit {
    display: inline-block;
    float: right;
    width: 40px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #333;
    color: #fff;
    font: 11px/20px "trebuc", sans-serif;
    text-align: center;  
    text-decoration: none;  
    margin: 0 2.5px;
}
/*bit__active*/
.bit__active, .song__active {
    color: #333;
    background: #d3d3d3;
}
/*song__list*/
.song__list {
    display: block;
    width: 100%;
    float: left;
}
.song__list li {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0 3px 42px;
}
.song__list li:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 30px solid #E7E7E7;
}
/*song__play*/
.song__play {
    margin: 0 0 0 -36px;
    width: 26px;
    height: 26px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background-color: #efad28;
    text-decoration: none;
    display: block;
    float: left;
    position: relative;
    z-index: 5;
}
.song__play:before {
    content: "";
    display: block;
    width: 11px;
    height: 10px;
    background: url("/_mobi/images/icon/sprite.png") no-repeat -160px 0;
    background-size: 219px 219px;      
    margin: 8px 0 0 9px;  
}

.song__paused:before {
    background-position: -144px 0 !important;
}
.checkedBox .song__play:before { 
    background-position: -145px 0;   
}
.playing {
    position: relative;
    vertical-align: top;
    background: #e7e7e7;
}
.playing  canvas{
    position: absolute;
    left: 0;
    top: 0;
}
.playing:before {
    background-position: -145px 0px;
}
/*song__title*/
.song__title {
    display: inline-block;
    float: left;
    color: #333;
    font: 12px/12px "trebuc", sans-serif;  
    padding: 8px 0 0 17px;   
}
.song__title i {
    min-width: 17px;
    display: inline-block;
    float: left;
    color: #999;
    font: 10px/12px "trebuc", sans-serif; 
    margin: 0 0 0 -17px;
}
.song__title a {
    text-decoration: none;
    color: #ff9900;
}
.song__title a:hover {
    text-decoration: underline;
}

/*song__info*/
.song__info {
    display: inline-block;
    float: right;
    padding: 5px 10px 0 0;
}
.song__info .ui-checkbox {
    float: right;
}



.song__title {
    padding: 0 110px 0px 17px;
    float: none;
    vertical-align: middle;
    width: 100%;
}
.song__info {
    margin: 0 0 0 -110px;
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 5;
}

/*check*/
.check {
    display: none;
}
input[type=checkbox].check + label, .ui-checkbox label {
    width: 18px;
    height: 18px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    display: block;
    float: right;
    background-color: #fff;
    text-indent: -9999px;
    cursor: pointer;
}
input[type=checkbox].check:checked + label, .ui-checkbox label.ui-checkbox-on, label.checked {
    width: 18px;
    height: 18px;
    background: url("/_mobi/images/icon/sprite.png") no-repeat -117px -15px;
    background-size: 219px 219px;   
}
.ui-checkbox {
    display: inline-block;
}
.ui-loader {
    display: none !important;
}
/*s__cost*/
.s__cost {
    display: inline-block;
    float: right;
    width: 42px;
    color: #232222;
    font: 10px/10px "trebucbd", sans-serif;  
    margin: 0 0 0 10px;
    padding: 6px 0 0;
}
/*s__time*/
.s__time {
    display: inline-block;
    float: right;
    color: #818181;
    font: 10px/10px "trebuc", sans-serif;  
    padding: 6px 0 0;   
}
/*songs__action*/
.songs__action {
    display: block;
    width: 100%;
    float: left;
}
/*pay__song*/
.pay__song {
    color: #333;
    font: 11px/20px "trebuc", sans-serif;  
    display: inline-block;
    float: left;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #efad27;
    text-decoration: none;
    margin: 4px 10px 0 -33px;
    padding: 0 15px 0 12px;
}
.pay__song span:first-child {
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	
    display: inline-block;   
    float: left;
    overflow: hidden;
    font-family: "trebuc", sans-serif;
    padding: 0 5px 0 0;
}
.pay__song span {
    font-family: "trebucbd", sans-serif;
}
/*add__basket*/
.add__basket {
    display: inline-block;
    float: left;
    width: 80px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #333;
    color: #cbcbcb;
    font: 11px/20px "trebuc", sans-serif;  
    text-decoration: none;
    text-align: center;
    margin: 4px 0 0;
}
/*album__bayContent*/
.album__bayContent {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
    margin: 32px 0 0;
}
.album__bayContent div {
    width: 100%;
    display: block;
    float: left;
    background: #d3d3d3;
    text-align: center;
    padding: 9px 0 15px;
}
.album__bayContent p {
    display: block;
    width: 100%;
    color: #333;
    font: 11px/20px "trebuc", sans-serif;
    margin: 0;

}
.album__bayContent a {
    display: inline-block;
    width: 140px;
    height: 20px;
    float: none;
    margin-top: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #efad27;
    color: #333;
    font: 11px/20px "trebuc", sans-serif;   
    text-align: center;
    text-decoration: none;    
}



/*footer*/
footer {
    display: block;
    width: 100%;
    float: left;
    margin: 31px 0 10px;
} 
/*f__top*/
.f__top {
    display: block;
    width: 100%;
    float: left;  
    margin: 0 0 21px;  
}
/*sait__link*/
.sait__link {
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #fff;
    font: 18px/18px "trebuc", sans-serif;    
}
.sait__link:hover {
    text-decoration: underline;
}
/*f__lang*/
.f__lang {
    display: inline-block;
    float: left;
    margin: 0 0 0 7px;
}
.f__lang li {
    display: inline-block;
    float: left;
    margin: 0 6px;
}
.f__lang li a {
    text-decoration: none;
    color: #fff;
    font: 10px/10px "trebuc", sans-serif; 
    text-transform: uppercase; 
    padding-top: 5px;
    padding-bottom: 4px;    
}
.f__lang li a:hover {
    text-decoration: underline;
}
.f__lang li.active a {
    color: #1f252d;
    font: 10px/10px "trebucbd", sans-serif;
    height: 20px;
    background-color: rgba(255,255,255,.8);
    padding-left: 11px;
    padding-right: 11px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
}
/*f__menu*/
.f__menu {
    display: block;
    width: 100%;
    float: left;
    margin: 0 -9px;
}
.f__menu li {
    display: inline-block;
    float: left;
    margin: 0 9px;
}
.f__menu li a {
    color: #fff;
    font: 12px/12px "trebuc", sans-serif;   
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;  
    border-bottom: 1px solid #54595f;
}
.f__menu li a:hover {
    border-bottom: 0;
}
/*copy*/
.copy {
    display: block;
    float: left;
    width: 100%;
    color: #73797f;
    font: 11px/16px "trebuc", sans-serif;   
    margin: 13px 0 0;   
}
.xs-visible {
    display: none !important;
}
/*
    PAGE IP-A-ALBUM
*/
.main__content {
    padding: 0 10px;
    display: block;
    width: 100%;
    float: left;
}
.search__options {
    display: none;
    width: 100%;
    float: left;
    margin: 10px 0 0;
}
.p_search_index .search__options {
    display: block;
}
.search__options input {
    display: none;
}
.search__options label {
    display: inline-block;
    float: left;
    color: #fff;
    font: 10px/20px "trebucbd",sans-serif;
    cursor: pointer;
    padding: 0 15px;
}
.search__options label.ui-radio-on, .search__options input[type="radio"]:checked + label {
    height: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffab2d;
    color: #1f262e;
}
/*share__close*/
.share__close {
    text-decoration: none;
    color: #262626; 
    float: right;
    display: inline-block;
    margin: 0 0 0 24px;
}
.share__close i {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 7px;
    right: 12px;    
}
.soc__info {
    position: relative;
}
/*menu__right*/
.item-bold a {
    font-family: "trebucbd", sans-serif !important;
}
/*testimonials__container*/
.testimonials__container {
    display: block;
    width: 100%;
    float: left;
    padding: 13px 10px 0;
}
/*tm__top*/
.tm__top {
    display: block;
    width: 100%;
    float: left;    
    padding: 0 170px 0 0;
}
/*tm__top-right*/
.tm__top-right {
    width: 170px;
    float: right;
    margin: 3px -170px 0 0;
}
/*tm__top-title*/
.tm__top-title {
    display: block;
    width: 100%;
    color: #333;
    float: left;
}
.tm__top-title a {
    text-decoration: none;
    color: #f90;
    font: 16px/16px "trebuc",sans-serif;
    text-decoration: none;
}
.tm__top-title a:hover {
    text-decoration: underline;
}
/*tm__top-album*/
.tm__top-album {
    display: block;
    width: 100%;
    float: left;    
}
.no-reviews {
    text-align: center;
    padding: 20px 0;
}
/*btn*/
.btn, .btn2, .btn3, .btn4 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    border: 0;
    color: #333;
    font: 11px/20px "trebuc",sans-serif; 
    display: inline-block;   
}
.btn {
    background-color: #efad27;
}
.btn2 {
    background-color: #d7d7d7;   
}
.btn3 {
    background-color: #ffab2d;
}
.btn4 {
    background-color: #333;
    color: #fff;
}
.btn em,.btn2 em,.btn3 em,.btn4 em {
    font-style: normal;
}
/*btn2*/

/*add__testimonial*/
.add__testimonial {
    float: right;
    padding: 0 11px;
}
/*average-review*/
.average-review {
    display: block;
    width: 100%;
    float: left;
    text-align: right;
    font: 11px/16px "TrebuchetMS-Italic",sans-serif; 
    color: #666;
    margin: 6px 0 0;
}
.average-review span {
    display: block;
}
.average-review br {
    display: none;
}
.average-review .best {
    display: none;
}
.average-review em {
    font-style: normal;
}

    /*tm__top-left*/
.tm__top-left {
    display: block;
    width: 100%;
    float: left;    
}
/*album__review*/
.album__review {
    display: block;
    width: 100%;
    float: left;
    margin: 13px 0 0;
}
.a-review__item {
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 20px;    
}
.a-review__item .item {
    display: none;
}
.create-review {
    display: none;
    margin-top: 20px;
}
/*a-review__info*/
.a-review__info {
    display: block;
    width: 100%;
    float: left;   
    position: relative;
    padding: 0 0 0 27px;    
}
/*a-review__rating*/
.a-review__rating {
    display: inline-block;
    position: absolute;
    top: -4px;
    left: 0;
    color: #f90;
    font: 36px/36px "trebucbd",sans-serif; 
}
/*a-review__date*/
.a-review__date {
    display: block;
    width: 100%;
    color: #999;
    font: 11px/11px "trebucbd",sans-serif; 
}
.a-review__date a {
    color: #f90;
    text-decoration: none;
}
.a-review__date a:hover {
    text-decoration: underline;
}
/*a-review__info*/
.a-review__info h3 {
    margin: 3px 0 0;
    color: #333;
    font: 14px/14px "trebucbd",sans-serif;     
}
/*a-review__txt"*/
.a-review__txt {
    display: block;
    width: 100%;
    padding: 0 19px 0 58px;
    margin: 11px 0 0;
    float: left;
    position: relative;    
}
.a-review__txt:before {
    content: "«";
    position: absolute;
    top: -21px;
    left: 27px;
    font: 45px/45px "TrebuchetMS-Italic",sans-serif;  
    color: #cbcbcb;
    display: inline-block;
}
.a-review__txt p {
    color: #333;
    font: 12px/16px "trebuc",sans-serif; 
    margin: 0;
}
/*helpful-review*/
.helpful-review {
    display: block;
    width: 100%;
    float: left;
    color: #333;
    font: 12px/12px "trebuc",sans-serif;
    margin: 20px 0 0; 
}
.helpful-review span {
    display: inline-block;
    float: left;
    padding: 4px 0 0;
    margin: 0 25px 0 0;
}
.helpful-review .btn2 {
    color: #333;
    font: 12px/20px "trebuc",sans-serif;   
    width: 38px;
    text-align: center;
    float: left;
    margin: 0 4px;
}
/*a-review__form-title*/
.a-review__form-title {
    display: block;
    width: 100%;
    color: #333;
    font: 14px/14px "trebucbd",sans-serif; 
    margin: 13px 0 24px;
    float: left;
}
/*r-form__content*/
.r-form__content label {
    padding: 0 0 0 4px;
    width: 127px;
}
.r-form__content .form-control {
    width: 280px;
}
/*form__group*/
.form__group {
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}
.form__group label {
    display: inline-block;
    float: left;
    color: #333;
    font: 13px/30px "trebucbd",sans-serif;  
}

.form__group .validator {
    font: 13px/30px "trebucbd",sans-serif;
    color: red;
}

.form-control {    
    height: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    font: 13px/30px "trebuc",sans-serif; 
    padding: 0 11px;  
    border: 0;
}
.form-control.error {
    border: 1px solid rgb(180, 8, 8);
    background-color: rgb(249, 237, 237);
}
/*box__select*/
.box__select {
    display: inline-block;
    float: left;
    position: relative;
}
.select-w-1 {
    width: 42px;
}
.select-w-1 .slct2 {
    padding: 0 20px 0 11px; 
    font: 13px/30px "trebuc",sans-serif;
}
.slct4 {
    font: 13px/30px "trebuc",sans-serif;
    padding: 0 20px 0 11px;
}
.slct2, .slct3, .slct4 {
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #333;  
    height: 100%;   
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;   
    float: left; 
}
.slct2:before, .slct3:before, .slct4:before {
    content:"\f0dc";
    font: 12px/12px "FontAwesome",sans-serif;    
    position: absolute;
    right: 8px;
    top: 10px;
    display: inline-block;
}
.slct2.active, .slct3.active, .slct4.active{
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;   
    -moz-box-shadow: 0 4px 9px rgba(0,0,0,.34);
    -webkit-box-shadow: 0 4px 9px rgba(0,0,0,.34);
    box-shadow: 0 4px 9px rgba(0,0,0,.34);      
}
.slct2.active:after, .slct3.active:after, .slct4.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: #fff;
    z-index: 21;
}
/*drop2*/
.drop2, .drop3, .drop4 {
    top: 30px;
    -moz-box-shadow: 0 4px 9px rgba(0,0,0,.34);
    -webkit-box-shadow: 0 4px 9px rgba(0,0,0,.34);
    box-shadow: 0 4px 9px rgba(0,0,0,.34);
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;          
    left: 0;
    width: 100%;
    position: absolute;
    display: none;
	background: #fff;
    z-index: 20;    
}
.drop2 li, .drop3 li, .drop4 li {
    font: 13px/30px "trebuc",sans-serif;
	list-style: none;
	cursor: pointer;
	display: block;
    color: #333;
	padding: 0 11px;
    border-top: 1px solid #cccccc;
    height: 30px;
}
.drop2 li:hover, .drop3 li:hover, .drop4 li:hover {
	background-color: #ffab2d;
}
.drop2 li:last-child, .drop3 li:last-child, .drop4 li:last-child {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;     
}
/*form__group*/
.form__group textarea {
    font: 12px/12px "trebuc",sans-serif;    
    display: block;
    border: 0;  
    padding: 8px 11px;
    float: left;
    color: #bcbcbc;
}
.form__group textarea:focus {
    color: #333;
}
.r-form__txt {
    margin: -5px 0 10px;
}
.r-form__txt textarea {
    width: 100% !important;
    height: 188px !important;
}
.form__group .btn3 {
    padding: 0 12px;
    margin: 2px 0 0;
}
/*arcticmodal*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 0; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { 
    width: 80px; height: 80px; 
    border-radius: 10px; 
    background: #000 url(/_mobi/images/loading.gif) no-repeat 50% 50%; 
}
/*modalBlock*/
.modalBlock {
    display: none;
}
.arcticmodal-container .modalBlock {
    display: block;
}
/*.modalBox*/
.modalBox {
    float: left;
    display: block; 
    position: relative; 
    width: 300px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #e7e7e7;
    padding: 10px;
    margin: 0 0 60px 0;
}
/*modal-title*/
.modal-title {
    display: block;
    width: 100%;
    color: #333;
    font: 16px/16px "trebuc",sans-serif; 
    margin: 0 0 16px; 
}
.m-title2 {
    font: 14px/20px "trebuc",sans-serif; 
    margin: 0 0 12px; 
}
/*modalForm*/
.modalForm .form-control {
    width: 100%;
    color: #999;
    font: 12px/12px "trebuc",sans-serif;   
}
.modalForm .form-control:focus {
    color: #333;
}
.modalForm textarea {
    height: 155px !important; 
}
.modalForm .btn {
    font: 12px/30px "trebuc",sans-serif;
    height: 30px;
    width: 190px;
    margin: 5px auto 0;
    display: block;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;    
}
/*modal_close*/
.modal_close {
    position: absolute;
    bottom: -59px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font: 11px/11px "trebuc",sans-serif;
    cursor: pointer;
    text-decoration: none;
}
.modal_close span:before {
    content:"\f00d";
    color: #fff;
    font: 11px/11px "FontAwesome",sans-serif;
    display: block;
    margin: 0 0 7px;
}
/*
    PAGE IP-A-FEEDBACK
*/
/*feedback*/
.feedback .form__group label {
    font: 16px/30px "trebucbd",sans-serif;
    color: #1f1f1f;
    margin: 0 0 5px;
    padding: 0;
}
.feedback .form__group .btn3 {
    margin: 2px 0 5px;
}
/*
    PAGE IP-A-FEEDBACK-POP-UP
*/
.menu__right li.active {
    background-color: #efad27;    
    border-bottom: 0;
    margin: -1px 0 0;
}
.menu__right li.active a span {
    border-color: #efad27 !important;
}
.menu__right li.active:before {
    width: 15px;
    background: #efad27;
    height: 100%;
    top: 0;
}
/*history__message*/
.history__message {
    display: inline-block;
    text-decoration: none;
    color: #656565;
    font: 11px/11px "trebucbd",sans-serif;  
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 -4px;
    top: -10px;
}
.history__message span {
    border-bottom: 1px solid #a7a7a7;
    display: inline-block;
}
.history__message:hover span {
    border-color: #e8e8e8;
}
.history__message:before {
    content:"\f017";
    color: #656565;
    font: 12px/12px "FontAwesome",sans-serif;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
/*f-quest*/
.f-quest .btn {
    margin: 1px auto 0px;
}
/*content-box*/
.content-box {
    display: block;
    width: 100%;
    float: left;
    padding: 6px 0 10px;
}
.content-box h1 {
    display: block;
    width: 100%;
    color: #333;
    font: 16px/16px "trebucbd",sans-serif;
    margin: 10px 0;    
    padding: 0 0 0 11px;
}
/*tab__nav*/
.tab__nav {
    display: block;
    width: 100%;
    float: left;   
    padding: 0 0 0 5px; 
}
/*tab__bay*/
.tab__bay {
    display: inline-block;
    float: left;
}
.tab__bay li {
    display: inline-block;
    float: left;
    margin: 0 2.75px;
}
.tab__bay li a {
    padding: 0 14px; 
}
.tab__bay li.active a {
    background-color: #D7D7D7 !important;
    color: #333;
}
/*tab__content*/
.tab__content {
    display: block;
    width: 100%;
    float: left;
    margin: 22px 0 0;
}
/*tab__block*/
.tab__block {
    display: none;
    width: 100%;
    float: left;
}
.tab__block.active {
    display: block;
}
/*tabTable-top*/
.tabTable-top {
    display: block;
    width: 100%;
    float: left;
    color: #333;
    font: 16px/16px "trebuc",sans-serif;
    padding: 0 10px; 
    margin: 0 0 11px;
}
.tabTable-top a {
    color: #f93;
    text-decoration: none;
}
.tabTable-top a:hover {
    text-decoration: underline;
}
/*tabTable-box*/
.tabTable-box {
    display: block;
    width: 100%;
    padding: 0 0 0 30px;
    float: left;
}
/*tabTable*/
.tabTable {
    width: 100%;
}
.tabTable tr:first-child td {
    border-top: 1px solid #d2d2d2;
}
.tabTable tr td:first-child {
    max-width: 310px;
}
.tabTable tr td {
    border-top: 1px solid #d2d2d2;
    height: 40px;
    vertical-align: middle;
    color: #999;
    font: 11px/11px "trebuc",sans-serif;    
}
.tabTable tr:last-child td {
    border-bottom: 1px solid #d2d2d2;
}
.tabTable tr td.td-check {
    width: 28px;
}
.tabTable .song__play {
    margin: 0 -7px 0 -23px;
    display: inline-block;
    float: none;
}
.tabTable .song__play:before {
    display: inline-block;
    /*background-position: -145px 0px;*/
}
.tabTable tr td.td-author {
    max-width: 135px;
    padding: 0 5px 0 0;
}
.tabTable tr td.td-author + td {
    padding: 0 5px 0 0;
}
.tabTable td .song__title {
    padding: 0 0 0 27px;
    float: none;
    width: auto;
    line-height: 39px;
    height: 39px;
    vertical-align: middle;    
}
.tabTable td .song__title i {
    min-width: 17px;
    float: none;
    line-height: 12px;
}
.tabTable td .song__title a {
    line-height: 12px;
    vertical-align: middle;
    display: inline-block;    
}
.tabTable td input.check[type="checkbox"] + label {
    float: none;
    display: inline-block;
}
/*checked__all*/
.c__all {
    display: none;
}
.c__all:checked + label:before, label.checkAllSong2.checked:before, label.checkAllSong3.checked:before, 
label.labelCheckAll2.checked:before {
    width: 18px;
    height: 18px;
    background: transparent url("/_mobi/images/icon/sprite.png") no-repeat -117px -15px;
    background-size: 219px 219px;
}
.c__all:disabled + label:before {
    background: #dedede;
}

.tabTable__info .ui-checkbox {
    float: right;
}
.checked__all {
    text-indent: inherit !important;
    width: auto !important;
    height: auto;
    background: none !important;
    white-space: nowrap;
    display: inline-block;
    float: right !important;
    position: relative;
    cursor: pointer;
    color: #333;
    font: 11px/18px "trebuc",sans-serif;    
    padding: 0 28px 0 0;  
}
.checked__all:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background-color: #FFF;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;          
}
/*tabTable__info*/
.tabTable__info {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
    margin: 11px 0 0;
}
/*table-col__track*/
.table-col__track {
    display: block;
    width: 100%;
    float: left;
    color: #333;
    font: 11px/11px "trebuc",sans-serif;  
    margin: 10px 0 11px;
}
.table-col__track span {
    font-family: "trebucbd",sans-serif;
}
/*tabTable__action*/
.tabTable__action {
    display: block;
    width: 100%;
    float: left;    
}
.tabTable__action a {
    float: left;
}
.tabTable__action a.btn4 {
    padding: 0 12px;
    margin: 0 10px 0 0;
}
.tabTable__action a.btn {
    padding: 0 28px;
}
/*adv__img2*/
.adv__img2 {
    display: block;
    width: 100%; 
}
/*adv__img2*/
.adv__img2 img {
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    border-radius: 10px;   
    float: left;  
}
/*adv__img2*/
.adv__img2 a {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}
/*adv__txt*/
.adv__txt {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}
.adv__txt-title {
    color: #fff;
    font: 24px/24px "trebuc",sans-serif;  
}
.adv__txt-title span {
    display: inline-block;
    margin: .5px 0;
    padding: 0 5px 2px;
    background-color: #202020;
}
/*adv__txt-site*/
.adv__txt-site {
    display: block;
    width: 100%;
    margin: 4px 0 0;
}
.adv__txt-site span {
    color: #fff;
    font: 18px/18px "trebuc",sans-serif;  
    background-color: #202020; 
    display: inline-block;  
    padding: 0 5px 1px;   
}
/*tip__box*/
.tip__box {
    display: block;
    width: 100%;
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #efad27;
    margin: 5px 0;
    padding: 14px 10px 12px;
}
.tip__box p {
    margin: 0 0 11px;
    color: #252525;
    font: 12px/14px "trebuc",sans-serif;  
}
/*tip__title*/
.tip__title {
    display: block;
    width: 100%;
    float: left;
    color: #2c2c2c;
    font: 16px/16px "trebucbd",sans-serif;  
    margin: 0 0 10px;
}
/*tip__link*/
.tip__link {
    display: inline-block;
    text-decoration: none;
    color: #252525;
    font: 12px/12px "trebucbd",sans-serif;
    position: relative;
    padding: 0 0 0 14px;     
}
.tip__link:before {
    content: "\f0a9";
    color: #252525;
    font: 12px/12px "FontAwesome",sans-serif;    
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.tip__link:hover {
    text-decoration: underline;
}
/*remember__check*/
.remember__check {
    display: none;
}
.remember__check:checked + label:before, label.remember__label.ui-checkbox-on:before {
    width: 18px;
    height: 18px;
    background: transparent url("/_mobi/images/icon/sprite.png") no-repeat -117px -15px;
    background-size: 219px 219px;
}
.remember__label {
    display: inline-block;
    float: right;
    position: relative;
    cursor: pointer;
    color: #666;
    font: 11px/18px "trebucbd",sans-serif !important;    
    padding: 0 0 0 26px;  
    background: none !important;
    width: auto !important;
    text-indent: inherit !important;
    
}
.remember__label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #FFF;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;          
}
/*forgot__link*/
.forgot__link {
    float: right;
    color: #666;
    font: 11px/18px "trebucbd",sans-serif;   
    text-decoration: none;    
}
.forgot__link:hover {
    text-decoration: underline;
}
/*reg__link*/
.reg__link {
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    margin: -4px 0 2px;
}
.reg__link a {
    color: #333;
    font: 12px/12px "trebucbd",sans-serif;     
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #8d8d8d;
    padding: 0 0 1px;
}
.reg__link a:hover {
    border-color: #e8e8e8;
}
/*
    PAGE IP-A-GENRE
*/
.v-all__collections {
    padding: 0 0 0 20px;
    position: relative;
}
.v-all__collections:before {
    content: "\f004";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    color: #8b8b8b;
    font: 14px/14px "FontAwesome",sans-serif;        
}
/*sort__select*/
.sort__select {
    width: 100%;
    padding: 0 10px;
    display: block;
    float: left;
    margin: -3px 0 5px;
}
.sort__select .box__select {
    width: 100%;
}
.sort__select .slct2 {
    padding: 0px 20px 0px 10px;
    font: 15px/30px "trebuc",sans-serif;    
}
/*genre__container*/
.genre__container {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px 10px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 25px;
}
.genre__container:last-child {
    border: 0;
}
/*genre__top*/
.genre__top {
    display: block;
    width: 100%;
    float: left;
    margin: -5px 0 0;
}
.genre__top h3 {
    display: inline-block;
    width: auto;
    margin: 0;
    color: #333;
    float: left;
    font: 16px/16px "trebucbd",sans-serif;   
}
/*more-link*/
.more-link {
    display: inline-block;
    float: right;
    text-decoration: none;
    color: #333;
    font: 12px/16px "trebucbd",sans-serif; 
    position: relative;
    padding: 0 16px 0 0;     
    margin: 2px 0 0;
}
.more-link:hover {
    text-decoration: underline;
}
.more-link:before  {
    content: "\f0dd";
    display: block;
    position: absolute;
    top: 1px;
    right: 3px;
    color: #000;
    font: 12px/12px "FontAwesome",sans-serif;       
}
.more-link.open:before{
    content:"\f0de";  
    top: 6px;  
}
/*more__genre-box*/
.more-box {
    margin: 12px -8.5px 2px;
    display: none;
    overflow: hidden;
}
/*m-genre__list*/
.m-genre__list {
    width: 33.33333333%;
    float: left;
    display: block;
    padding: 0 8.5px;
}
.m-genre__list li {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #c0c1c3;
    min-height: 30px;
    vertical-align: middle;
    line-height: 30px;
}
.m-genre__list li a {
    text-decoration: none;
    color: #272727;
    font: 14px/14px "trebuc",sans-serif;   
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.m-genre__list li a:hover {
    text-decoration: underline;
}
.m-genre__list li a.view__allGenre {
    font-family: "trebucbd",sans-serif; 
    color: #ff9900;
}
.m-genre__list li.g__itemHide {
    display: none;
}
/*genre__content*/
.genre__content {
    margin: 13px -10px 0;
}
/*genre__album*/
.genre__album {
    width: 50%;
    float: left;
    padding: 0 10px;
}
.genre__album > li {
    width: 100%;
    float: left;
    border-top: 1px solid #c0c1c3;
    position: relative;
    padding: 5px 0 5px 25px;
}
.genre__album > li:first-child {
    border-color: #E7E7E7;
}
/*g-album-num*/
.g-album-num {
    position: absolute;
    top: 8px;
    left: 2.5px;
    color: #a3a3a3;
    font: 11px/11px "trebuc",sans-serif;   
}
/*g-album-col*/
.g-album-col {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 8px;
    color: #a3a3a3;
    font: 11px/11px "trebuc",sans-serif;       
}
/*g-album__song*/
.g-album__song {
    display: block;
    width: 100%;
    height: 64px;
    overflow: hidden;
    margin: 0 0 1px;
}
.g-album__song li {
    display: block;
    width: 100%;    
}
.g-album__song li a {
    font: 14px/20px "trebuc",sans-serif;  
    color: #333;
    text-decoration: none;
    display: inline-block;
}
.g-album__song li a:hover {
    text-decoration: underline;
}
.g-album__song li:first-child a{
    color: #ff9900;
}
/*view__allCollection*/
.view__allCollection {
    display: inline-block;
    position: relative;
    padding: 0 0 0 19px;
    color: #8b8b8b;
    font: 11px/11px "trebuc",sans-serif;  
    text-decoration: none;
}
.view__allCollection:hover {
    text-decoration: underline;
}
.view__allCollection:before{
    content:"\f001";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    color: #999;
    font: 11px/11px "FontAwesome",sans-serif;      
}
/*genreAll*/
.genreAll, .more-artists, .more-albums {
    padding: 0 0 0 26px;
    font: 14px/14px "trebuc",sans-serif;  
    margin: 11px 0 0;
}
.genreAll:before {
    left: 2px;
    top: 0;
}
.more-artists {
    display: none;
}
.more-artists:before {
    left: 2px;
    top: 0;
    content: "\f007";    
}
.more-albums:before {
    left: 2px;
    top: 0;
    content: "\f001";    
}
/*paginator__content*/
.paginator__content {
    display: block;
    width: 100%;
    float: left;
    padding: 9px 10px 13px;
    text-align: center;
    margin-top: 5px;
}
/*paginator__list*/
.paginator__list {
    display: block;
    width: 100%;
    float: left;
}
.paginator__list li {
    display: inline-block;
}
.paginator__list li a {
    width: 35px;
    height: 20px;
}
.paginator__list li a.active, .paginator__box a.active {
    background-color: #D7D7D7;
    color: #333;
}  
/*paginator__box*/
.paginator__box {
    display: block;
    width: 100%;
    float: left;
}
.paginator__box a {
    width: 75px;
    height: 20px;
    margin: -20px 0 0;
}
.page-prev {
    float: left;
}
.page-next {
    float: right;
}
/*paginator__enter*/
.paginator__enter {
    display: block;
    width: 100%;
    float: left;
    margin: 24px 0 0;
}
.paginator__enter span {
    display: inline-block;
    color: #333;
    font: 11px/20px "trebuc",sans-serif;  
}
.paginator__enter input {
    width: 75px;
    height: 20px;
    border: 1px solid #999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    color: #333;
    font: 11px/20px "trebuc",sans-serif;      
    padding: 0 10px;
    text-align: center;
    margin: 0 5px 0 4px;
}
.paginator__enter input.error {
    border: 1px solid rgb(180, 8, 8);
    background-color: rgb(249, 237, 237);
}
.paginator__enter button {
    width: 75px;
    height: 20px;
}
.paginator__enter .ui-input-text {
    display: inline-block;
}
/*
    ������� �������
*/
.genre__container .album__container {
    padding: 10px 0 5px;
}
.album__bay span {
    font-family: "trebucbd",sans-serif; 
}
.album__link span {
    display: block;
}
/*
    PAGE IP-A-HELP
*/
/*txt*/
.txt {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px; 
    margin: -3px 0 0;
}
.txt p {
    color: #333;
    font: 12px/15px "trebuc",sans-serif;   
    margin: 0 0 16px;
}
.txt p a {
    color: #ff9933;
    font-family: "trebucbd",sans-serif; 
    text-decoration: none;
}
.txt p a:hover {
    text-decoration: underline;
}
/*menu__help*/
.menu__help {
    display: block;
    width: 100%;  
    float: left;  
    padding: 8px 0 0 0;  
}
.menu__help > li {
    display: block;
    width: 100%;    
    position: relative;
    padding: 0 0 0 16px;
}
.menu__help > li > a {
    border-bottom: 1px solid #d5d6d6;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #ff9933;
    font: 14px/14px "trebucbd", sans-serif; 
    padding: 7px 0;    
    position: relative;
}
.menu__help > li > a:hover {
    text-decoration: underline;
}
/*.menu__right li*/
.menu__help li a i {
    font-style: normal;
   /* margin: 0 6px 0 -15px;*/
}
/*sub__help*/
.sub__help {
    display: none;
    width: 100%;  
}
.sub__help > li {
    display: block;
    width: 100%;    
    position: relative;
}
.sub__help > li > a {
    border-bottom: 1px solid #d5d6d6;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #272727;
    font: 14px/14px "trebuc", sans-serif; 
    padding: 7px 0;    
    position: relative;
}
.sub__help > li:before {
    background: url("/_mobi/images/icon/sprite.png") no-repeat -188px 0;
    content: "";
    display: block;
    height: 11px;
    left: -12px;
    position: absolute;
    top: 10px;
    width: 6px;
    background-size: 219px 219px; 
}
.sub__help > li > a:hover {
    text-decoration: underline;
}
/*sub__active*/
.sub__help > li.sub__active {
    margin: -1px 0 0;
}
.sub__help > li.sub__active > a {
    background: #efad27;
    border: 0;
    color: #272727;
    font: 14px/14px "trebuc", sans-serif;     
}
.sub__help > li.sub__active > a:before {
    content: "";
    background: #efad27;
    width: 16px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -16px;
}


/*
    PAGE IP-A-PRIVACY
*/
/*simple-list*/
.simple-list {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 0 22px;
    margin: -4px 0 21px;
}
.simple-list li {
    color: #333;
    font: 12px/19px "trebuc",sans-serif;      
    position: relative; 
    padding: 0 0 0 8px;
}
.simple-list li:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;    
}
/*
    PAGE IP-A-PAYMENT
*/
.sub-title {
    display: block;
    width: 100%;
    float: left;
    color: #656565;
    font: 12px/15px "trebucbd",sans-serif;    
    padding: 0 10px;
    margin: -3px 0 0; 
}
/*payment__content*/
.payment__content {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
    margin: 13px 0 15px;
}
/*payment__box*/
.payment__box {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d2d2d2;    
}
/*payment-title*/
.payment-title {
    color: #999;
    font: 11px/11px "trebucbd",sans-serif;
    display: block;
    width: 100%; 
    margin: 0 0 4px;  
}
/*payment-method*/
.payment-method {
    display: block;
    width: 100%;
    color: #333;
    font: 14px/14px "trebucbd",sans-serif;    
}
/*payment-form*/
.payment-form {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 0 140px;
    margin: 13px 0 0;
}
/*payment-logo */
.payment-logo {
    display: inline-block;
    float: left;
    width: 140px;
    margin: 0 0 0 -140px;
}
.pay__img1 img {
    margin: 3px 0 0;
}
.pay__img2 img {
    margin: 3px 0 0;
}
.pay__img3 img {
    margin: 1px 0 0 10px;
}
.pay__img4 img {
    margin: 0 0 0 20px;
}
.pay__img5 img {
    margin: 2px 0 0 0;
}
.pay__img6 img {
    margin: 8px 0 0 10px;
}

.payment-redirection {
    color: #333;
    font-size: 14px;

}
.payment-form .slct4 {
    padding: 0px 20px 0px 11px;
    font: 13px/30px "trebuc",sans-serif;
    width: 280px;
    float: left;
}
.payment-form input, .payment-form .pay-field {
    width: 280px;
}
.payment-form button {
    font: 12px/30px "trebucbd",sans-serif;
    width: 280px;  
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
/*payment__info*/
.payment__info {
    display: block;
    width: 100%;
    float: left;
    margin: -4px 0 12px;
    font-size: 12px;
    color: #656565;
}
.payment__info.open {
    margin: -4px 0 0;
}
/*p-infoShow*/
.p-infoShow {
    display: inline-block;
    float: left;
    text-decoration: none;
    color: #333;
    font: 12px/16px "trebucbd",sans-serif; 
    position: relative;
    padding: 0 16px 0 0;     
    margin: 0 0 1px;   
}
.p-infoShow:hover {
    text-decoration: underline;
}
.p-infoShow:before  {
    content: "\f0dd";
    display: block;
    position: absolute;
    top: 1px;
    right: 3px;
    color: #000;
    font: 12px/12px "FontAwesome",sans-serif;       
}
.p-infoShow.open:before{
    content:"\f0de";  
    top: 6px;  
}
.payment__info .txt {
    margin: 0;
    padding: 0;
    display: none;
}
.payment__info .txt p {
    color: #666;
    font: 11px/15px "trebuc",sans-serif;
    margin: 0px 0px 14px;
}
.payment__info .txt p:last-child {
    margin: 0;
}
/*form__g-info*/
.form__g-info {
    display: block;
    width: 100%;
    float: left;
    color: #333;
    font: 11px/11px "trebuc",sans-serif;
    margin: 2px 0 2px;
}
/*
    PAGE IP-A-HOME
*/
.home__container {
    position: relative;
    padding: 0 0 10px;
}
/*action__button*/
.action__button {
    width: 25px;
    height: 25px;
    background: url("/_mobi/images/icon/sprite.png") no-repeat;
    position: absolute;
    background-size: 219px 219px;
    cursor: pointer;
    z-index: 5;
}
/*.minus__button*/
/*
    <span class="minus__button action__button"></span>
    <span class="plus__button action__button"></span>
    <span class="up__button action__button"></span>
    <span class="up__button up__disable action__button"></span>
    <span class="down__button action__button"></span>
*/
.minus__button {
    display: none;
    top: 10px;
    right: 10px;
    background-position: 0 -43px;
    background-size: 219px 219px;
}
.plus__button {
    background-position: -32px -43px;
    background-size: 219px 219px;
}
.up__button {
    display: none;
    background-position: -64px -43px;
    background-size: 219px 219px;
}
.down__button {
    display: none;
    background-position: -96px -43px;
    background-size: 219px 219px;
}
.up__disable {  
    background-position: -128px -43px !important;
    background-size: 219px 219px;    
}
/*
homeOpen - ���� ������
homeClose - ���� ������
homeBox__first - ������ ���� � ������
*/
.home__actionBox {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
}
.home__actionBox .action__button {
    position: relative;
    top: 0;
    left: 0;
    /*display: block; - hide plus minus up down buttons*/
    display: none;
    float: right;
}
.home__actionBox .down__button {
    margin: 0 0 0 10px;
}
.home__actionBox .plus__button {
    margin: 0 0 0 10px;
}
/*homeBox__first*/
.homeBox__first .home__actionBox .up__button {
    background-position: -128px -43px !important;
}
/*homeOpen*/
.homeOpen .home__actionBox .plus__button {
    display: none;
}
.homeOpen .home__actionBox .up__button {
    float: left;
}
.homeOpen .minus__button {
    /*display: block; - hide plus minus up down buttons*/
    display: none;
}
.homeOpen .home__actionBox {
    margin: 6px 0 0;
}
/*homeClose*/
.homeClose .minus__button {
    display: none;
}
.homeClose .home__actionBox .plus__button {
    display: block;
}
.homeClose .home__actionBox .up__button {
    float: right;
}
.homeClose .home-title {
    margin: 0px 0px -17px;
}
.homeClose .homeBox__content {
    display: none;
}
/*home-title*/
.home-title {
    display: block;
    width: 100%;
    float: left;
    padding: 9px 0 0 10px;
}
.home-title h1 {
    display: inline-block;
    float: left;
    width: auto;
    color: #333;
    font: 16px/16px "trebucbd",sans-serif; 
    margin: 2px 2px 0 0;
    min-width: 155px;
}
/*home__filter*/
.home__filter {
    display: inline-block;
    float: left;    
    margin: 0 0 -3px;
}
.home__filter li {
    display: inline-block;
    float: left;
    margin: 0 2.5px;
}
.home__filter li a {
    padding: 0 10px;
}
/*artist__content*/
.artist__content {
    display: block;
    width: 100%;
    float: left;
    margin: 18px 0 0;
}
/*artist__box*/
.artist__box {
    display: block;
    float: left;
    width: 100%;
    background: #f4f4f4;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    position: relative; 
    padding: 5px 0 10px 10px;
}
/*artist__link*/
.artist__link, .artist__album {
    display: block;
    float: left;
    width: 100%;
}
.artist__link a {
    color: #f90;
    font: 16px/16px "trebuc",sans-serif;  
    text-decoration: none;
}
.artist__link a:hover, .artist__album a:hover {
    text-decoration: underline;
}
.artist__album a {
    color: #333;
    font: 16px/16px "trebuc",sans-serif;  
    text-decoration: none;    
}
/*artist__discount*/
.artist__discount {
    position: absolute;
    top: 10px;
    right: 0;
    height: 30px;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    background-color: #efad27;
    color: #fff;
    font: 16px/30px "trebucbd",sans-serif;   
    padding: 0 10px 0 16px;  
}
.artist__box .album__star {
    margin: 6px 0 0;
}
/*artist__musicBox*/
.artist__musicBox {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 0 170px;
    margin: 10px 0 0;
}
/*artist__albumCover*/
.artist__albumCover {
    margin: 0 0 0 -170px;
    display: block;
    float: left;
    width: 160px;
}
/*artist__albumSong*/
.artist__albumSong {
    display: block;
    width: 100%;
    float: left;
}
/*albumSong__list*/
.albumSong__list {
    display: block;
    width: 100%;  
    float: left;
    padding: 0 0 0 40px;
    overflow: hidden;  
}
.albumSong__list li {
    display: block;
    width: 100%;
    float: left;
    position: relative;    
    border-bottom: 1px solid #d2d2d2;
    padding: 0 129px 0 0;
    height: 40px;
}
.albumSong__list li:first-child {
    border-top: 1px solid #d2d2d2;
}
.albumSong__list li:last-child {
    border-bottom: 1px solid transparent;
}
.song__playing {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDg3MCA4MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDNkM2QzIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWZlZmYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI4NzAiIGhlaWdodD0iODEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);
    background-image: -o-linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);
    background-image: -webkit-linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);
    background-image: linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);
}
.albumSong__list li.song__playing .albumSong__info:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -40px;
    width: 40px;
    height: 41px;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDg3MCA4MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDNkM2QzIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWZlZmYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI4NzAiIGhlaWdodD0iODEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);
    background-image: -o-linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);
    background-image: -webkit-linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);
    background-image: linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);  
    z-index: 1;  
    border-top: 1px solid #f5f5f5;
}
.albumSong__list li.song__playing:before {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    background: #f5f5f5;
}
/*albumSong__info*/
.albumSong__info {
    float: left;
    width: 100%;
    display: block;
    padding: 0 10px 0 20px;
    position: relative;
}
/*play__song*/
.play__song {
    margin: 6px 0 0 -50px;
    width: 26px;
    height: 26px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background-color: #efad28;
    text-decoration: none;
    display: block;
    float: left;
    position: relative;
    z-index: 5;
}
.play__song:before {
    content: "";
    display: block;
    width: 11px;
    height: 10px;
    background: url("/_mobi/images/icon/sprite.png") no-repeat -160px 0;
    background-size: 219px 219px;      
    margin: 8px 0 0 9px;  
}
.pause__song:before {
    width: 7px !important;
    background: url("/_mobi/images/icon/sprite.png") no-repeat -183px -43px !important;
    background-size: 219px 219px !important;      
    margin: 8px 0 0 10px;            
}
/*song__num*/
.song__num {
    height: 39px;
    vertical-align: middle;
    color: #999;
    font: 10px/39px "trebuc",sans-serif;  
    width: 20px;
    /*padding: 0 0 0 3px - navalivaetsya */;
    padding: 0;
    display: block;
    float: left;
    margin: 0 0 0 -20px;
}
/*albumSong__title*/
.albumSong__title {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	
    width: 100%;
    display: block;
    white-space: nowrap;
    float: left;    
    color: #333;
    font: 12px/12px "trebuc",sans-serif;  
    overflow: hidden;
    margin: 7px 0 0;
    padding: 0 0 3px;
}
.albumSong__title a {
    text-decoration: none;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.albumSong__title a.track_name {
    color: #333;
}
    /*song__artists*/
.song__artists {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	
    width: 100%;
    display: block;
    white-space: nowrap;
    float: left;    
    color: #333;
    font: 11px/11px "trebuc",sans-serif;
    overflow: hidden; 
    padding: 0 0 3px;     
}
.song__artists a {
    text-decoration: none;
    color: #ffab2d;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	    
}
.song__artists a:hover, .albumSong__title a:hover {
    text-decoration: underline;
}
/*albumSong__action*/
.albumSong__action {
    float: right;
    width: 129px;
    margin: 0 -129px 0 0;
    display: block;
}
.l_sp .albumSong__action{
    width: 135px;
}
.l_it .albumSong__action{
    width: 141px;
}
.albumSong__time {
    color: #999;
    font: 10px/39px "trebuc",sans-serif;
    display: inline-block;
    float: left;
    width: 34px;
}
/*albumSong-bay*/
.albumSong-bay {
    font: 10px/20px "trebucbd",sans-serif;  
    padding: 0 10px; 
    margin: 9px 8px 0 0;
    float: right;
}
.albumSong-bay-link {
    font-size: 11px;
}
/*artist__albumAction*/
.artist__albumAction {
    display: block;
    width: 100%;
    float: left;
    margin: 6px 0 0;
}
.artist__albumAction a {
    display: inline-block;
    float: left;
    padding: 0 10px;
}
.artist__albumAction a:first-child {
    margin: 0 5px 0 0;
}
/*artist__dopInfo*/
.artist__dopInfo {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 0 10px;    
}
/*popular__artists*/
.popular__artists {
    display: block;
    width: 100%;
    float: left;
}
/*artist-title*/
.artist-title {
    display: block;
    width: 100%;
    float: left;    
    margin: 17px 0 16px;
    color: #333;
    font: 16px/16px "trebucbd",sans-serif;  
}
/*popular-row*/
.popular-row {
    margin: 0 -10px;
}
.p-artists__list {
    display: block;
    width: 50%;
    float: left;
    padding: 0 10px;
}
.p-artists__list li {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #c0c1c3;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	
    overflow: hidden;
    white-space: nowrap;
    padding: 1px 0 4px;
}
.p-artists__list li a {
    text-decoration: none;
    color: #272727;
    font: 14px/14px "trebuc",sans-serif;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	    
}
.p-artists__list li a:hover {
    text-decoration: underline;
}
/*all__artists*/
.all__artists {
    display: block;
    width: 100%;
    float: left;
    margin: 14px 0 0;
}
.all__artists a {
    color: #ffab2d;
    font: 14px/14px "trebucbd",sans-serif;  
    display: inline-block;
    float: left;
    text-decoration: none;   
    position: relative;
    padding: 0 0 0 26px;
}
.all__artists a:hover {
    text-decoration: underline;
}
.all__artists a:before {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    background: transparent url("/_mobi/images/icon/star.png") no-repeat;
    background-size: 20px 16px;  
    position: absolute;
    top: -2px;
    left: 0;
} 
.all__artists span {
    display: inline-block;
    float: left;
    color: #333;
    font: 12px/14px "trebuc",sans-serif;   
    margin: 0 0 0 6px; 
}   
/*c-world__artists*/
.c-world__artists {
    display: block;
    width: 100%;
    float: left;
}
.c-world__sort {
    margin: 0 -4.5px;
}
.c-world__sort li {
    display: inline-block;
    float: left;
}
.c-world__sort li a {
    display: inline-block;
    float: left;
    padding: 0 4.5px;
    text-decoration: none;
    color: #656565;
    font: 14px/14px "trebucbd",sans-serif;   
}
.c-world__sort li a:hover {
    text-decoration: underline;
}
.c-world__sort li.w__abc,
.c-world__sort li.w__num,
.c-world__sort li.w__grid {
    margin: 0 0 0 12px;
}
/*s-genre__artists*/
.s-genre__artists {
    display: block;
    width: 100%;
    float: left;
}
/*s-genre__list*/
.s-genre__list {
    margin: 0 -9px;
}
.s-genre__list li {
    float: left;
    display: inline-block;
    margin: 0 0 5px;
}
.s-genre__list li a {
    display: inline-block;
    padding: 0px 9px;
    position: relative;
    text-decoration: none;
    color: #272727;
    font: 14px/14px "trebuc",sans-serif;
    width: 100%;
}
.s-genre__list li a:hover {
    text-decoration: underline;
}
.s-genre__list li a:before {
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    top: 7px;
    width: 3px;
    height: 3px;
    background: #CCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;   
}
.s-genre__list li.g__itemHide {
    display: none;
}
.s-genre__list li a.view__allGenre {
    font-family: "trebucbd",sans-serif; 
    color: #efae28;
}
.s-genre__list li a.view__allGenre:before {
    display: none;
}
/*r-tab__container*/
.r-tab__container {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
    margin: 18px 0 0;
}
.r-tab__container .search__box {
    margin: 0 0 10px;
}
.r-tab__container .search__box input {
    font: 14px/30px "trebuc",sans-serif;
}
/*r-tab__nav*/
.r-tab__nav {
    display: block;
    width: 100%;
    float: left;
}
.r-tab__nav li {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    height: 30px;
    background: #a0a0a0;
    position: relative;
    z-index: 2;
}
.r-tab__nav li a {
    text-decoration: none;
    display: block;
    width: 100%;
    color: #fff;
    font: 14px/30px "trebuc",sans-serif;    
    position: relative;
}
.r-tab__nav li + li a {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;      
}
.r-tab__nav li + li {
    padding: 0 0 0 2.5px;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;     
}
.r-tab__nav li:first-child {
    padding: 0 2.5px 0 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;      
}
.r-tab__nav li:first-child a {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;      
}
.r-tab__nav li.active a {
    background: #fff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;    
}
.r-tab__nav li.active a {
    color: #333;
}
.r-tab__container .tab__content {
    background: #fff;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    margin: 0;
}
.r-tab__container .album__container {
    padding: 12px 10px 5px;
}
/*player*/
#top-player {
    display: none;
    width: 100%;
    float: left;
    background: #e8e8e8;
    padding: 5px 40px 7px 10px;
    position: fixed;
    z-index: 500;
    border-bottom: 1px solid #B0B0B0;
}
#top-player-shadow {
    min-height: 40px;
}
#top-player-shadow div {
    height: 141px;
    display: none;
}
#top-player .album__bay {
    width: 160px;

}
/*open__player*/
.open__player {
    position: absolute;
    top: 16px;
    right: 10px;
    cursor: pointer;    
    z-index: 5;
}
.open__player:before  {
    content: "\f065";
    display: block;
    color: #333;
    font: 12px/12px "FontAwesome",sans-serif;       
}
.player__big .open__player:before  {
    content: "\f066";
}
/*player__big*/
.player__big {
    padding: 10px 10px 10px 139px !important;
}
#playSong div span i {
    font-style: italic;
}
.player__big #playSong div span i {
    display: none;
}
/*playImg*/
.playImg {
    display: none;
    margin: 0 0 0 -129px;
    width: 120px;
    float: left;
    overflow: hidden;
    height: 120px;
}
.playImg a {
    text-decoration: none;
}
/*play__info*/
.play__info {
    display: block;
    width: 100%;
    float: left;
}
/*played__music*/
.played__music {
    width: 100%;
    float: left;
    display: none;
    margin: 0 0 14px;
}
/*played__song*/
.played__song {
    width: 100%;
    float: left; 
    display: block;   
}
.played__song li {
    width: 100%;
    float: left; 
    display: block;   
    margin: 0 0 1px;  
}
.played__song li a {
    color: #333;
    font: 15px/15px "trebuc",sans-serif;
    display: inline-block;
    text-decoration: none;
}
.played__song li:first-child a{
    color: #f90;
}
.played__song li a:hover {
    text-decoration: underline;
}
/*played__button*/
.played__button {
    display: block;
    width: 100%;
    float: left;
    margin: 4px -5px 0;
}
.played__button li {
    display: inline-block;
    float: left;
    margin: 0 5px;
}
.played__button li a {
    display: inline-block;
    padding: 0 10px;
}
.played__button li a span {
    font-family: "trebucbd",sans-serif; 
}
/*played__content*/
.played__content {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 0 164px;
}
/*button__played*/
.button__played {
    display: inline-block;
    float: left;
    margin: 5px 0 0 -164px;
    width: 143px;
    padding: 0 20px;
}
.prev__track, .next__track {
    display: inline-block;
    width: 19px;
    height: 10px;  
    text-decoration: none;     
}
.prev__track {
    float: left; 
    background: url("/_mobi/images/icon/sprite.png") no-repeat -85px 0;
    background-size: 219px 219px;   
    margin: 7px 0 0 -20px;  
}
.next__track {
    float: right;
    background: url("/_mobi/images/icon/sprite.png") no-repeat -109px 0;  
    background-size: 219px 219px;    
    margin: 7px -20px 0 0;
}
/*played*/
.played {
    width: 100%;
    display: block;
    float: left;
}
.played a {
    margin: 0 auto;
    display: block;
}
.play__track {
    width: 23px;
    height: 24px;
    background: url("/_mobi/images/icon/sprite.png") no-repeat -89px -15px; 
    background-size: 219px 219px;      
}
.pause__track {
    width: 14px;
    height: 24px;
    background: url("/_mobi/images/icon/sprite.png") no-repeat -161px -43px; 
    background-size: 219px 219px;   
    position: relative;
    top: 2px;      
}
/*played__box*/
.played__box {
    display: block;
    width: 100%;
    float: right;
}
/*p__song*/
.p__song {
    display: block;
    width: 100%;
    float: left;
    text-align: center; 
    color: #333;
    font: 13px/13px "trebuc",sans-serif;  
    margin: 0 0 7px;  
    overflow: hidden;
    height: 14px;
    position: relative;
}
.p__song:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/_mobi/images/icon/p__song_bg.png") no-repeat;
    width: 48px;
    height: 20px;
    z-index: 1;
}
.p__song:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/_mobi/images/icon/p__song_bg2.png") no-repeat;
    width: 48px;
    height: 20px;
    z-index: 1;
}
.p__song a {
    color: #ff9933;
    text-decoration: none;
}
.p__song a:hover {
    text-decoration: underline;
}
.p__song span {
    white-space: nowrap;
}
/*track__line*/
.track__line {
    display: block;
    width: 100%;
    float: left;
    padding: 0 35px;
}
/*track-time-start*/
.track-time-start {
    float: left;
    margin: -3px 0 0 -35px;
    width: 35px;
    display: inline-block;
    color: #333;
    font: 11px/11px "trebuc",sans-serif;       
}
/*track-time-end*/
.track-time-end {
    float: right;
    margin: -8px -35px 0 0;
    width: 35px;
    display: inline-block;
    color: #999;
    font: 11px/11px "trebuc",sans-serif;
    text-align: right;   
}

.track-load {
    display: block;
    width: 100%;
    float: left;
    height: 5px;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;
    background-color: #cbcbcb;
    cursor: pointer;
}
.lLine {
    display: block;
    width: 0%;
    float: left;
    height: 5px;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;
    background-color: #999595;
    cursor: pointer;
}

/*track-line*/
.track-line {
    display: block;
    width: 100%;
    float: left;
    height: 5px;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;
    cursor: pointer;
    margin-top: -5px;
}

/*tLine*/
.tLine {
    display: block;
    width: 0%;
    float: left;
    height: 5px;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;
    background-color: #333;    
    cursor: pointer;
}
/*
    PAGE IP-A-HOME-WORLD
*/
.a-title2 {
    margin: 5px 0 16px;    
}
.sidebar__right {
    float: right;
}
/*world__charts*/
.world__charts {
    display: block;
    width: 100%;
    float: left;
    margin: 11px 0 0;
}
.world__charts .artist-title {
    margin: 17px 0px 7px;
}
.world__charts .artist-title span {
    display: inline-block;
    position: relative;
}
.world__charts .artist-title span:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: -25px;
    background: url("/_mobi/images/icon/sprite.png") no-repeat -199px -43px;
    background-size: 219px 219px;
    width: 16px;
    height: 13px;
}
/*charts__list*/
.charts__list li:first-child {
    border-top: 1px solid #C0C1C3;
}
.charts__list li a {
    width: 100%;
    position: relative;
    display: block;
    padding: 3px 0 2px;
}
.charts__list li a:before {
    content: "";
    background: transparent url("/_mobi/images/icon/sprite.png") no-repeat scroll -188px 0px;
    background-size: 219px 219px; 
    width: 6px;
    height: 11px;
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
}
/*world__newHot*/
.world__newHot {
    display: block;
    width: 100%;
    float: left;
    margin: 18px 0 21px;
}
.world__newHot .artist-title {
    margin: 17px 0px 15px;
}
.world__newHot .artist-title span {
    display: inline-block;
    position: relative;
}
.world__newHot .artist-title span:before {
    content: "\f0e7";
    color: #333;
    font: 14px/14px "FontAwesome",sans-serif;     
    display: block;
    position: absolute;
    top: 2px;
    right: -20px;
}
/*newHot__list*/
.newHot__list {
    display: block;
    margin: 0 -5px;
} 
.newHot__list li {
    display: inline-block;
    float: left;
    margin: 0 5px;
    color: #272727;
    font: 14px/14px "trebuc",sans-serif;       
}
.newHot__list li a {
    text-decoration: none;
    color: #272727;
    font: 14px/14px "trebuc",sans-serif;   
    display: inline-block; 
}
.newHot__list li a:hover {
    text-decoration: underline;
}
/*
    PAGE IP-A-MESSADGE
*/
.message__container .r-form__content {
    float: left;
    padding: 0 10px;
    width: 100%;
}
/*message__box*/
.message__box {
    display: block;
    width: 100%;
    float: left;
    background: #f4f4f4;
    padding: 9px 10px 5px;
}
.message__container h1 {
    margin: 10px 0 17px;
}
.mes-reply {
    background: #dfdfdf;
}
/*message__author*/
.message__author {
    display: block;
    width: 100%;
    float: left;   
    padding: 0 72px 0 0; 
}
/*mes-author*/
.mes-author {
    display: inline-block;
    float: left;
    color: #333;
    font: 14px/14px "trebucbd",sans-serif;   
}
.mes-author i {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    top: -2px;
}
.mes-author-admin {
    margin: 3px 0 0;
    padding: 0;
}
/*mes-date*/
.mes-date {
    display: block;
    width: 100%;
    float: left;
    color: #666;
    font: 11px/11px "trebucbd",sans-serif;  
    margin: 2px 0 0;  
}
/*mes-txt*/
.mes-txt {
    display: block;
    width: 100%;
    float: left;
    color: #666;
    font: 11px/15px "trebuc",sans-serif;       
}
.mes-txt p {
    color: #666;
    font: 11px/15px "trebuc",sans-serif;    
    margin: 13px 0; 
}
.mes-txt p a {
    color: #ff9933;
    font-family: "trebucbd",sans-serif; 
    text-decoration: none;
}
.mes-txt p a:hover {
    text-decoration: underline;
}
/*mes-status*/
.mes-status {
    float: right;
    color: #ff9933;
    font: 11px/11px "trebucbd",sans-serif;    
    position: relative; 
    padding: 0 0 0 20px;
    margin: 0 -72px 0 0;
    white-space: nowrap;
    width: 70px;
}
.mes-status:before {
    content:"\f0e0";
    color: #ff9933;
    font: 12px/12px "FontAwesome",sans-serif;     
    display: block;
    position: absolute;
    top: 0;
    left: 0;    
}
.message__container .r-form__content label {
    width: 100%;
}
.message__container .paginator__content {
    border: 0;
    padding: 26px 10px 32px;
}
/*
    PAGE IP-A-PERSONAL-INFORMATION
*/
/*personal__form*/
.personal__form {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
}
/*personal__form-box*/
.personal__form-box {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #d2d2d2;
    padding: 0 0 1px;
}
.personal__form .personal__form-box:first-child {
    border: 0;
}
.personal__form-box .slct2, .personal__form-box .slct3 {
    padding: 0px 20px 0px 11px;
    font: 13px/30px "trebuc",sans-serif;
}
.personal__form-box .box__select {
    width: 280px;
}
.personal__form-box label {
    padding: 0;
}
.personal__form-box p {
    color: #666;
    font: 12px/15px "trebucbd",sans-serif;
    margin: 0 0 15px;
}
.personal__form-box p a {
    color: #ffab2d;
    text-decoration: none;
}
.personal__form-box p a:hover {
    text-decoration: underline;
}
.personal__container h1 {
    margin: 10px 0px 7px;
}
/*p-form__title*/
.p-form__title {
    margin: 10px 0px 7px;
    display: block;
    width: 100%;
    color: #333;
    font: 16px/16px "trebucbd",sans-serif;    
}
.p-form__title + .form__group {
    margin-top: 9px;
}
/*f-dopinfo*/
.f-dopinfo {
    display: block;
    width: 100%;
    float: left;
    color: #666;
    font: 11px/15px "trebuc",sans-serif;  
    padding: 0 0 0 127px;
    margin: 1px 0 0;
}
.form-captha .f-dopError {
    padding-left: 0;
}
.f-dopinfo span {
    display: block;
}
.f-dopinfo.bold {
    font-family: "trebucbd",sans-serif;    
}
/*template__info*/
.template__info {
    display: block;
    width: 100%;
    float: left;
    margin: 12px 0 0;
}
/*template__list*/
.template__list {
    display: block;
    width: 100%;
    float: left;    
}
.template__list li {
    display: block;
    width: 100%;
    float: left;    
    color: #666;
    font: 11px/15px "trebuc",sans-serif;    
}
.template__list > li span {
    font-family: "trebucbd",sans-serif;  
    margin: 0 0 2px;
    display: block; 
}
.template__list > li {
    margin: 0 0 13px;
}
.template__info .ps {
    font: 11px/15px "trebuc",sans-serif;   
    margin: 2px 0 15px; 
}
/*personal-btn*/
.personal-btn {
    width: 190px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font: 12px/30px "trebuc",sans-serif;
    margin: 4px 0 0;
}
.form-control-error {
    border: 1px solid #ff0000;
}
.f-dopError {
    color: #ff0000;
}
/*
    PAGE IP-A-REG
*/
/*form-music__cat*/
.form-music__cat {
    background: #dedede;
    width: 100%;
    float: left;
    display: block;
    padding: 0 10px 16px;
    margin: 2px 0 0;
}
.form-music__cat p {
    color: #666;
    font: 12px/15px "trebucbd",sans-serif;
    margin: 0 0 14px;
}
.form-music__cat p a {
    color: #ffab2d;
    text-decoration: none;
}
.form-music__cat p a:hover {
    text-decoration: underline;
}
.scroll-wrapper.drop3 {
    height: 250px !important;
}
/*m__cat*/
.m__cat {
    display: block;
    max-width: 920px;
    float: left;
}
.m__cat li {
    display: inline-block;
    float: left;
    width: 33.33333333%;
    margin: 11px 0;
}
/*check__cat*/
.check__cat {
    display: none;
}
.check__cat:checked + label:before, .checked__label.ui-checkbox-on:before, .checked__label2.ui-checkbox-on:before {
    width: 18px;
    height: 18px;
    background: transparent url("/_mobi/images/icon/sprite.png") no-repeat -117px -15px;
    background-size: 219px 219px;
}
.checked__label, .checked__label2 {
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
    color: #666;
    font: 11px/18px "trebuc",sans-serif;    
    padding: 0 0 0 28px !important;  
    width: auto !important;
    text-indent: inherit !important;
    background: none !important;
}
.checked__label:before, .checked__label2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #FFF;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;          
}
/*form-captha*/
.form-captha {
    display: block;
    width: 100%;
    float: left;
    padding: 11px 10px 0;
}
/*.captha-img*/
.captha-img {
    display: inline-block;
    float: left;
    margin: 20px 0 0;
}
/*captha-refresh*/
.captha-refresh {
    display: inline-block;
    float: left;
    padding: 0 0 0 18px;
    color: #666;
    font: 12px/12px "trebucbd",sans-serif;   
    position: relative;
    text-decoration: none;
}
.captha-refresh:before {
    content:"\f021";
    display: block;
    position: absolute;
    top: 0;
    left: 3px;
    color: #8b8b8b;
    font: 11px/11px "FontAwesome",sans-serif;         
}
.captha-refresh:hover {
    text-decoration: underline;
}
.form-captha .form-control {
    width: 175px;
    margin: 9px 0 10px;
}
/*captha-info*/
.captha-info {
    color: #666;
    font: 11px/18px "trebuc",sans-serif;   
    position: relative;
    top: -2px;
}
.captha-info a {
    color: #efae28;
    text-decoration: none;
}
.captha-info a:hover {
    text-decoration: underline;
}
/*check__captha*/
.check__captha {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 0 28px;
    margin: 0 0 28px;
}
.check__captha .checked__label2 {
    margin: 0 0 0 -28px;
    padding: 0px 5px 0px 28px !important;
}
.btn__reg {
    width: 190px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font: 12px/30px "trebucbd",sans-serif;
    margin: 0 0 17px;
}
/*
    PAGE IP-A-SUBCRIBE
*/
.subcribe__container p {
    color: #666;
    font: 12px/15px "trebucbd",sans-serif;
    margin: 0px 0px 12px;    
}
.subcribe-btn {
    padding: 0 10px;
}
.subcribe__container .p-form__title, .subcribe__container h1 {
    position: relative;
}
.subcribe__container .p-form__title {
    margin: 5px 0px 7px;
}
.subcribe__container h1 {
    padding: 0 0 0 24px;
    margin: 10px 0px 7px;
}
.subcribe__container h1:before {
    content: "\f001";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    color: #000;
    font: 14px/14px "FontAwesome",sans-serif; 
}
/*subcribe__box*/
.subcribe__box {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
}
/*unsubscribe__list*/
.unsubscribe__list {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #c0c1c3;
    margin: 9px 0 10px;
}
.unsubscribe__list li {
    display: block;
    width: 100%;
    float: left;
    padding: 0 85px 0 0;
    border-bottom: 1px solid #c0c1c3;
    height: 30px;
}
.unsubscribe__list .new-before {
    display: none;
}
/*subcribe__name*/
.unsubscribe {
    float: right;
    color: #656565;
    font: 11px/30px "trebuc",sans-serif;
    text-decoration: none;
    margin: 0 -85px 0 0;
}
.unsubscribe:hover {
    text-decoration: underline;
}
/*subcribe__name*/
.subcribe__name {
    width: 100%;
    float: left;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	 
    overflow: hidden;     
    color: #f90;
}
.subcribe__name a {
    color: #f90;
    font: 14px/30px "trebuc",sans-serif; 
    text-decoration: none;
}
.subcribe__name a:hover {
    text-decoration: underline;
}
/*updates__charts*/
.updates__charts {
    padding: 0 0 0 25px;
}
.updates__charts:before {
    content:"\f080";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    color: #000;
    font: 14px/14px "FontAwesome",sans-serif;     
}
/*subscribe__sub-title*/
.subscribe__sub-title {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
    color: #333;
    font: 14px/14px "trebucbd",sans-serif;  
    margin: 0 0 11px;
}
/*subscribe__list*/
.subscribe__list {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #c9cbcc;
    border-bottom: 1px solid #c9cbcc;
    padding: 0 10px;
    background: #f4f4f4;
    margin: 0 0 8px;
}
.subscribe__list:last-child {
    margin: 0 0 15px; 
}
.subscribe__list li {
    display: block;
    width: 100%;
    float: left;
    padding: 0 85px 0 0;
    border-top: 1px solid #c9cbcc;
    height: 30px;
}
.subscribe__list li:first-child {
    border: 0;
}
/*
    PAGE IP-A-LIST-ALBUMS
*/
.albums__container h1 {
    margin: 5px 0px 10px;
}
/*albums__nav*/
.albums__nav {
    display: block;
    width: 100%;
    float: left;   
    padding: 0 0 0 5px; 
    margin: 2px 0 0;
}
/*tab__albums*/
.tab__albums {
    display: inline-block;
    float: left;
}
.tab__albums li {
    display: inline-block;
    float: left;
    margin: 0 2.75px;
}
.tab__albums li a {
    padding: 0 14px; 
}
.tab__albums li.active a {
    background-color: #D7D7D7 !important;
    color: #333;
}
.albums__container .album__container {
    padding: 7px 10px 5px;
}
.albums__container .album__bay {
    margin: 0px 0px 10px;
    width: 100px;
    padding: 0;
}
.retro-active:before {
    color: #efae28;
}
.albums__container .paginator__content {
    margin: 4px 0 0;   
}
/*rating-row*/
.rating-row {
    margin: 0 -10px;
    padding: 0 10px;
}
/*rating-list*/
.rating-list {
    display: block;
    width: 50%;
    float: left;
    padding: 0 10px;
}
.rating-list li {
    display: block;
    width: 100%;
    float: left;
    height: 30px;
    border-bottom: 1px solid #c0c1c3;
    padding: 0 35px 0 30px;
}
.rating-list li:first-child {
    border-top: 1px solid #c0c1c3;
}
/*rating-number*/
.rating-number {
    float: left;
    width: 30px;
    padding: 0 0 0 2px;
    margin: 0 0 0 -30px;
    color: #a3a3a3;
    font: 11px/30px "trebuc",sans-serif;    
}
/*rating-album-name*/
.rating-album-name {
    display: block;
    width: 100%;
    float: left;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	 
    overflow: hidden;  
    color: #f90;        
}
.rating-album-name a {
    text-decoration: none;
    text-transform: uppercase;
    font: 14px/30px "trebuc",sans-serif;
    color: #f90;   
}
.rating-album-name a:hover {
    text-decoration: underline;
}
/*rating-pos*/
.rating-pos {
    float: right;
    width: 30px;
    margin: 0 -35px 0 0;
    text-align: right;
    color: #a3a3a3;
    font: 11px/30px "trebuc",sans-serif;    
}
.rating__container .paginator__content {
    border: 0;
    margin: 25px 0 0;
}
/*
.rating__container .paginator__box a {
    margin: 0px 2.5px;
    float: none;
}
.rating__container .paginator__box {
    margin: 9px 0px 0px;
}
*/
.rating__container .genre__album > li:first-child {
    border-color: #C0C1C3;
}
.rating__container .genre__album > li:last-child {
    border-bottom: 1px solid #C0C1C3;
}
.rating__container .genre__container {
    margin: 3px 0 0;
    padding: 0 10px;
}
/*rating-list2*/
.rating-list2 {
    display: block;
    float: left;
    padding: 0 10px;
    width: 33.33333333%;
}
.rating-list2 li {
    display: block;
    width: 100%;
    float: left;
    height: 30px;
    border-bottom: 1px solid #c0c1c3;
}
.rating-list2 li:first-child {
    border-top: 1px solid #c0c1c3;
}
.rating-list2 li span {
    display: block;
    width: 100%;
    float: left;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	 
    overflow: hidden;  
    color: #f90;        
}
.rating-list2 li span a {
    text-decoration: none;
    text-transform: uppercase;
    font: 14px/30px "trebuc",sans-serif;
    color: #f90; 
    display: block;
    width: 100%;  
    position: relative;
    overflow: hidden;
   	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	
    padding: 0 20px 0 0;
}
.rating-list2 li span b {
    color: #848484;
    font-weight: normal;
}
.rating-list2 li span a:hover {
    text-decoration: underline;
}
.rating-list2 li a:before {
    content: "";
    background: url("/_mobi/images/icon/sprite.png") no-repeat -188px 0;
    width: 6px;
    height: 11px;
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
    background-size: 219px 219px;     
}
.artist-list-numcol2 {
    display: none;
}
/*
    PAGE IP-A-CATALOG
*/
.catalog__section {
    height: 430px;
    display: block;
    width: 100%;
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;  
    position: relative; 
    padding: 11px 0 0;   
    background: #e8e8e8;
    margin: 5px 0;
}
/*catalog-box-title*/
.catalog-box-title {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    color: #333;
    font: 16px/16px "trebucbd",sans-serif;
    padding: 0 10px;
}
/*catalog__content*/
.catalog__content {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    height: 393px;
}
/*bottom-block*/
.bottom-block {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px 0;
    border-top: 1px solid rgba(31,38,46,.2);
    display: block;
    width: 100%;
}
.bottom-block a {
    text-decoration: none;
    position: relative;
    color: #8b8b8b;
    font: 14px/14px "trebuc",sans-serif; 
    padding: 0 0 0 24px;
}
.bottom-block a:hover {
    text-decoration: underline;
}
.bottom-block a:before {
    content: "\f004";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    color: #8b8b8b;
    font: 12px/12px "FontAwesome",sans-serif;        
}
/*popular__list*/
.popular__list {
    display: block;
    width: 285px;
    text-align: center;
    margin: 15px auto 0;
}
.popular__list li {
    width: 95px;
    display: inline-block;
    padding: 5px;
    margin: -2px -2.5px;
}
.popular__list li a {
    width: 100%;
    float: left;
    position: relative;
}
.popular__list li a img {
    float: left;
}
/*new-label2*/
.new-label2 {
    background: #ffab2d;
}
.popular__list li.new-label a:before , .album__img.new-label a:before, .new-label-big a.album-cover-image:before{
    content: "";
    display: block;
    position: absolute;
    background: url("/_mobi/images/icon/sprite.png") no-repeat 0 -76px;
    width: 50px;
    height: 51px;
    background-size: 219px 219px;   
}
.popular__list li.new-label a:before {
    top: 0;
    left: -1px;
}
.popular__list li.new-label a:before {
    left: 0;
}
/*popular__list-box*/
.popular__list-box {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
    position: relative;
    margin: 16px 0 0;
}
/*popular__list-name*/
.popular__list-name {
    display: block;
    width: 100%;
    float: left;
}
.popular__list-name li {
    display: block;
    width: 100%;
    position: relative; 
    float: left;  
}
.popular__list-name li div {
    display: block;
    width: 100%;
    float: left;
    white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	 
    overflow: hidden;  
    padding: 0 55px 0 0;  
    color: #333;  
    font: 12px/12px "trebucbd",sans-serif;   
}
.popular__list-name li div:first-child {
    color: #efae28;
    font: 15px/15px "trebucbd",sans-serif;
    margin: 2px 0 7px;
}
.popular__list-name li a.link-album {
    color: #333;
    font: 12px/12px "trebucbd",sans-serif;   
    text-decoration: none;  
}
.popular__list-name li a.link-artist {
    color: #efae28;
    font: 15px/15px "trebucbd",sans-serif;
    text-decoration: none;  
}
.popular__list-name li a:hover {
    text-decoration: underline;
}
/*price__albums*/
.price__albums {
    position: absolute;
    top: 2px;
    right: 0;
    color: #333;
    font: 16px/16px "trebucbd",sans-serif;
}


/*Eurovision*/
#Eurovision .catalog__section {
    background: url("/_mobi/images/eurovision_bg.jpg") no-repeat center center;
    background-size: cover; 
}
#Eurovision .catalog-box-title {
    color: #fff;
}
#Eurovision .bottom-block {
    border-top: 1px solid rgba(255,255,255,.2);
}
#Eurovision .bottom-block a:before, #Eurovision .bottom-block a {
    color: #fff;
}
#Eurovision .popular__list-name li a.link-album {
    color: #fff;
}
#Eurovision .popular__list-name li a.link-artist {
    color: #fff82d;
}
#Eurovision .popular__list-name li div {
    color: #fff;
}
#Eurovision .popular__list-name li div:first-child {
    color: #fff82d;
}

#Eurovision .price__albums {
    color: #fff;
}
/*popular__artists-list*/
.popular__artists-list {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 0 10px;
    margin: 18px 0 0;
}
.popular__artists-list li {
    border-bottom: 1px solid #c0c1c3;
    height: 30px;
    padding: 0 0 0 25px;
}
.popular__artists-list li:first-child {
    border-top: 1px solid #c0c1c3;    
}
.popular__artists-list li span {
    float: left;
    text-align: right;
    margin: 0 0 0 -25px;
    width: 19px;
    color: #999;
    font: 12px/30px "trebuc",sans-serif;    
}
.popular__artists-list li a {
    text-decoration: none;    
    color: #ff9900;
    font: 14px/30px "trebucbd",sans-serif;       
}
.popular__artists-list li a:hover {
    text-decoration: underline;
}
.popular__artists-list li div {
    display: block;
    width: 100%;
    white-space: nowrap;  
    overflow: hidden;
   	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	  
    color: #ff9900;   
    padding: 0 10px 0 0; 
}
.slideUp__button {
    top: 10px;
    right: 10px;
    background-position: 0 -43px;
    background-size: 219px 219px;
}
.closeBox .slideUp__button {
    background-position: -32px -43px;
    background-size: 219px 219px;    
}
.catalog__section.closeBox {
    height: auto;
    padding: 11px 0px 18px;
}
.catalog__section.closeBox .catalog__content {
    display: none;
}
.catalog__content .album__container {
    margin: 11px 0 0;
}
.catalog__content .album__bay {
    width: auto;
    padding: 0 10px;
}
.catalog__content .album__box {
    margin: 5px 0px;
}
/*by__genre*/
#by__genre .container__bg {
    padding: 10px 10px 5px 131px;
}
#by__genre .catalog-box-title {
    width: 121px;
    margin: 0 0 0 -121px;
    padding: 0;
}
#by__genre .s-genre__list li a:before {
    display: none;
}
.bottom-block a.icon-track:before{
    content:"\f001"; 
}
/*album__day*/
#album__day .artist__box {
    background: none;
    padding: 5px 0px 10px 0;
}
#album__day .artist__link, #album__day .artist__album {
    padding: 0 0 0 10px;
}

#album__day .artist__musicBox {
    padding: 0;
    margin: 6px 0px 0px;
    }
#album__day .artist__albumCover {
    margin: 0;
    padding: 0 0 0 10px;
    }
    /*artist__mobile*/
#album__day .artist__mobile {
        float: left;
        padding: 40px 0 0 170px;
        margin: 0 0 0 -160px;
        width: 100%;
        position: relative;
    }
#album__day .artist__mobile .btn {
        padding: 0 10px;
    }
#album__day .artist__box .album__star {
        margin: 0 0 9px;
    }
#album__day .a-price-mobile {
        width: 100%;
        display: block;
        float: left;
        color: #333;
        font: 11px/11px "trebuc",sans-serif;    
        padding: 5px 0 0 10px;        
    }
#album__day .a-price-mobile span {
        font-family: "trebucbd",sans-serif; 
    }
#album__day .artist__discount {
        top: -5px;
    }
#album__day .artist__albumSong  {
        margin: 6px 0 0;
    }
#album__day .artist__albumAction a, .tracks-block .artist__albumAction a {
        float: right;
        margin: 0 5px 0 0;
    }
#album__day .albumSong__list li, .tracks-block .albumSong__list li {
        padding: 0px 100px 0px 0px;
    }
#album__day .albumSong__action, .tracks-block .albumSong__action  {
        width: 100px;
        margin: 0px -100px 0px 0px;
    }
#album__day .albumSong-bay, .tracks-block .albumSong-bay {
    margin-right: 0px;
}
/*#album__day .albumSong-bay, .tracks-block .albumSong-bay {
        float: right;
        background: none;
    }
#album__day .albumSong-bay span, .tracks-block .albumSong-bay span {
    display: none;
} */
#album__day .artist__content, .tracks-block .artist__content {
        padding: 0;
    }
#album__day .albumSong__action, .tracks-block .albumSong__action {
        padding: 0 10px 0 0;
    }
/*world__charts*/
.tracks-block .artist__albumSong {
    margin: 23px 0 0;
}
/*.adv-content*/
.adv-content {
    display: block;
    float: left;
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;  
    background: #000;   
    padding: 0 0 0 330px; 
    margin: 5px 0;
    height: 80px;
    overflow: hidden;
}
/*.adv-img*/
.adv-img {
    display: inline-block;
    float: left;
    margin: 0 0 0 -330px;
    overflow: hidden;
}
.adv-img img {
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;   
    float: left;
    height: 125px;
    width: 330px;
    margin-top: -20px;
}
.adv-cover {
    float: left;
    position: relative;
    margin: -43px 0 0 -232px;
}
.adv-cover img{
    position: relative;
    -ms-transform: rotate(-14.7deg); /* IE 9 */
    -webkit-transform: rotate(-14.7deg); /* Chrome, Safari, Opera */
    transform: rotate(-14.7deg);
    width: 163px;
}
.adv-content .adv__info {
    padding: 14px 10px 14px 42px;
}
.adv-content .adv__author {
    margin: 5px 0 2px;
}
.adv-content .adv__link {
    color: #fff;
}
.adv1 {
    background: #e8e8e8;
}
.adv1 .adv__link {
    color: #242424;
}
/*adv-content*/
.adv-content .adv__txt {
    position: relative;
    bottom: 0;
    left: -142px;
    padding: 0;
    top: 15px;
}
.adv-content .adv__txt-title span, .adv__txt-site span {
    background: #000;
}
.adv-content .adv__txt-site {
    margin: -21px 0 0;
    position: relative;
    right: -122px;
}
.adv-content .adv__txt-site span {
    padding: 0;
    float: right;
}
/*setting__box*/
.setting__box {
    padding: 11px 0 18px;
}
/*setting__list*/
.setting__list {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 0 10px;
}
.setting__list li {
    border-bottom: 1px solid #d2d2d2;
    height: 40px;
    display: block;
    width: 100%;
    padding: 0 10px 0 0;
}
.setting__list li:first-child {
    border-top: 1px solid #d2d2d2;
}
.setting__list li a {
    text-decoration: none;
    color: #333;
    font: 16px/40px "trebuc",sans-serif;   
    position: relative;
    display: block;
    width: 100%;
}
.setting__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 18px;
    height: 18px;
    background-color: #FFF;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;      
}
.setting__link.active:before {
    width: 18px;
    height: 18px;
    background: transparent url("/_mobi/images/icon/sprite.png") no-repeat -117px -15px;
    background-size: 219px 219px;
}
/*setting__select*/
.setting__select {
    display: block;
    width: 100%;
    float: left;
    position: relative;   
}
.s__select {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 17px;
    background: #E8E8E8;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;      
}
.s__action {
    padding: 0 10px;
    display: block;
    float: left;
    width: 100%;
    margin: 25px 0 10px;
}
.s__action a {
    width: 100%;
    height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    color: #333;
    font: 16px/40px "trebuc",sans-serif;   
    text-decoration: none;    
    display: block; 
    text-align: center;
}
.selectOpen {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;       
}
/*setting__show*/
.setting__show {
    top: 15px;
    right: 15px;    
    background-position: -32px -43px;
    background-size: 219px 219px;
}
.selectOpen .setting__show {
    background-position: 0 -43px;
    background-size: 219px 219px;    
}
.s_show {
    display: none !important;
}
#free__albums2, #popular__albums2 {
    display: none;
}
/*
    PAGE IP-A-CHARTS
*/
.charts__content {
    display: block;
    width: 100%;
    float: left;
    margin: 4px 0 33px;
}
.charts__content h3 {
    color: #333;
    font: 16px/16px "trebucbd",sans-serif; 
    margin: 0 0 12px; 
    padding: 0 10px;        
}
.charts__box {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px 0 310px;   
    margin: 0 0 11px; 
}
/*charts__img*/
.charts__img {
    width: 280px;
    float: left;
    margin: 0 0 0 -300px;
    text-align: center;
    background: #fff;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    overflow: hidden;
}
.charts__img img {
    vertical-align: middle;
}
/*charts__txt*/
.charts__txt {
    display: block;
    width: 100%;
    float: right;
    margin: -1px 0 0;
}
.charts__txt p {
    margin: 0;
    color: #333;
    font: 12px/15px "trebuc",sans-serif; 
}
.charts__txt p a {
    color: #ff9933;    
    font-family: "trebucbd",sans-serif; 
    text-decoration: none;
}
.charts__txt p a:hover {
    text-decoration: underline;
}
/*charts__content*/
.charts-albumSong__list li {
    padding: 0px 129px 0px 30px;
}
.hideTxt {
    display: none;
}
/*song-chart__pos*/
.song-chart__pos {
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    text-align: center;
    color: #999;
    font: 10px/40px "trebucbd",sans-serif;   
    z-index: 5;  
}
.song-chart__pos span {
    position: relative;
    display: inline-block;
}
/*albumSong__charts*/
.albumSong__charts .albumSong__info {
    padding: 0 10px 0 50px;
}
.tb2 {
    border-top: 0 !important;
    margin: -8px 0 0 0 !important;
    padding-top: 0 !important;    
}
/*chart-up*/
.chart-up {
    color: #339933;
}
.chart-up:after, .chart-down:after, .chart-new:after  {
    font: 10px/10px "FontAwesome",sans-serif;  
    display: inline-block;
    margin: 0 0 0 2px;  
}
.chart-up:after {
    content:"\f176";
    color: #339933;
}
/*chart-down*/
.chart-down {
    color: #ff0000;
}
.chart-down:after {
    content:"\f175";
    color: #ff0000;
}
/*.chart-new*/
.chart-new {
    color: #ff9933;
    margin: 0 0 0 -8px;
}
.chart-new:after
{
    content:"\f12a";
    color: #ff9933;    
}
/*
<span class="chart-new">New</span>
<span class="chart-down">+1</span>
<span class="chart-up">+1</span>
*/
.charts__content .artist__albumAction {
    padding: 4px 10px 10px;
    border-bottom: 1px solid #d2d2d2;
}
/*
    PAGE IP-A-ONE-CHART
*/
.charts__share {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin: 10px 0 0 -300px;
}
.charts__shareMobile {
    display: none;
}
/*song-chart__check*/
.song-chart__check {
    position: absolute;
    right: 10px;
    top: 10px;
}
/*charts-check__list*/
.charts-check__list li {
    padding: 0px 159px 0px 30px;
}
.charts-check__list li.disabled .albumSong__title, .charts-check__list li.disabled .albumSong__title a, 
.charts-check__list li.disabled .song__artists, .charts-check__list li.disabled .song__artists a,
.charts-check__list li.disabled .song__num {
    color: #ccc;   
    text-decoration: none;
}
/*kb__no*/
.kb__no {
    display: inline-block;
    text-align: right;
    font: 10px/40px "trebucbd",sans-serif;  
    color: #ccc;
    width: 100%;
    display: block;
    text-decoration: line-through;
    padding: 0 18px 0 0; 
    white-space: nowrap;
}
.charts-check__list li.disabled .play__song {
    background: #bbbbbb;
}
.charts-check__list li.disabled .play__song:before{
    background: transparent url("/_mobi/images/icon/sprite.png") no-repeat -56px -75px;
    background-size: 219px 219px;    
}
input.check[type="checkbox"]:disabled + label, .ui-state-disabled label {
    background: #dedede;
}
.checkedBox .play__song:before { 
    background-position: -145px 0;   
}
/*chartsAction*/
.chartsAction {
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 0 10px;
    margin: -1px 0 0;
}
/*chartsAction-top*/
.chartsAction-top {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 5px;
}
.chartsAction-top .ui-checkbox {
    float: right;
}
/*chartsAction-info*/
.chartsAction-info {
    display: inline-block;
    float: left;
    font: 11px/11px "trebuc",sans-serif;  
    color: #333;  
    margin: 13px 0 0;  
}
.chartsAction-info i {
    font-family: "trebucbd",sans-serif;  
    font-style: normal;
}
.chartsAction a.btn, .chartsAction a.btn4{
    width: 125px;
    text-align: center;
}
.chartsAction .checked__all {
    margin: 10px 0 0;
}
.charts__content .paginator__content {
    margin: 10px 0 0;
    padding: 9px 10px 0;
}
/*album-sub-title*/
.album-sub-title {
    font: 12px/12px "trebuc",sans-serif;  
    color: #333;  
    display: block;
    float: left;   
    width: 100%; 
    margin: 0 0 3px;
}
.charts__content .album__container {
    border-top: 1px solid #ccc;
    padding: 26px 10px 5px;
    margin: 10px 0 0;
}
.charts-one__content {
    margin: 4px 0px 0;
}
/*pop-songs__world*/
.pop-songs__world li {
    padding: 0px 159px 0px 0;
}
/*
    PAGE IP-A-ARTIST
*/
.page-artist__content {
    margin: 4px 0px 5px;
}
.page-artist__content2 {
    margin: 4px 0px 0;
}
.page-artist__content2 .paginator__content {
    margin: -1px 0px 0px;
}
/*genre-artist*/
.genre-artist {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
    margin: -7px 0 0;
}
/*genre-artist-list*/
.genre-artist-list {
    display: block;
    width: 100%;
    float: left;
    margin: 0 -2.5px;
}
.genre-artist-list li {
    display: inline-block;
    float: left;
    color: #999;
    font: 12px/12px "trebuc",sans-serif; 
    margin: 0 2.5px 2px; 
}
.genre-artist-list li a {
    color: #333;
    font: 12px/12px "trebuc",sans-serif;
    text-decoration: none;      
}
.genre-artist-list li a:hover {
    text-decoration: underline;
}
.genre-artist-list li a.ga-more {
    color: #ffab2d;
    font-family: "trebucbd",sans-serif;
}
.genre-artist-list li.ga-show {
    display: none; 
}
/*genre-artist-share*/
.genre-artist-share {
    display: block;
    width: 100%;
    float: left;
    margin: 10px 0 0;
}
.genre-artist-soc {
    display: inline-block;
    float: left;
}
.genre-artist-share .btn {
    padding: 0 10px;
    margin: 0 0 0 11px;
}
.page-artist__content2 .album__container {
    border-top: 0;
    padding: 12px 10px 5px;
    margin: 0;    
}
/*
    PAGE IP-A-CART
*/
/*cart__album*/
.cart__album {  
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px 0 120px;
    margin: 0 0 10px;
}
/*c-album__img*/
.c-album__img {
    display: block;
    float: left;
    width: 100px;
    margin: 0 0 0 -110px;
}
.c-album__img a, .c-album__img a img {
    float: left;
    text-decoration: none;
} 
/*c-album__info*/
.c-album__info {
    display: block;
    width: 100%;
    float: left;
    margin: -2px 0 0;
}
.c-album__info li {
    display: block;
    width: 100%;
    float: left;
    color: #333;
    font: 16px/16px "trebuc",sans-serif;  
    margin: 0 0 3px;  
}
.c-album__info li a {
    color: #333;
    text-decoration: none;
    font: 16px/16px "trebuc",sans-serif;
}
.c-album__info li:first-child a {
    color: #ff9900;
}
.c-album__info li a.type-link {
    color: #666;
    font: 14px/14px "trebuc",sans-serif;
    position: relative;
    padding: 0 0 0 20px;
    margin: 4px 0 0;
    display: inline-block;
}
.c-album__info li a.type-link:before {
    font: 14px/14px "FontAwesome",sans-serif;
    color: #666;
    position: absolute;
    left: 0;  
}
.c-album__info li a.type-link.type-album:before {
    content:"\f025";
    top: 2px;
}
.c-album__info li a.type-link.type-composition:before {
    content:"\f001";
    top: 1px;
}
.c-album__info li a:hover {
    text-decoration: underline;
}
.simple {
    color: #999;
}
/*.cart__list*/
.cart__list .play__song + .c-song__box {
    margin: 0 0 0 -12px;   
    width: 102%;
}
.cart__list .albumSong-bay {
    background: none;
    margin: 9px 21px 0px 0px;
    white-space: nowrap;
}
/*c-song__box*/
.c-song__box {
    display: inline-block;
    width: 100%;
    float: left;
}
.cart__list {
    padding: 0px 0px 0px 30px;
}
.cart__list .albumSong__info {
    padding: 0px 10px 0px 27px;
}
.cart__list .song__artists {
    color: #666;
}
/*cart__box*/
.cart__box {
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 45px;
}
/*cart__action*/
.cart__action {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
    margin: -32px 0 0;
}
/*cart__action-top*/
.cart__action-top {
    display: block;
    width: 100%;
    float: left;   
    margin: 0 0 9px; 
}
/*cart__sum*/
.cart__sum {
    display: inline-block;
    float: left;
    color: #333;
    font: 11px/11px "trebuc",sans-serif;   
}
/*cart__action-button*/
.cart__action-button {
    display: block;
    width: 100%;
    float: left;      
}
.cart__action-button a {
    padding: 0 10px;
}
.empty__trash {
    float: left;
}
.checkedAll, .checkedOff {
    float: right;
    padding: 0 10px;
}
.checkedAll {
    margin: 0 0 0 5px;
}
/*cart__action-bottom*/
.cart__action-bottom {
    width: 100%;
    display: block;
    float: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #d3d3d3;
    text-align: center;   
    margin: 10px 0 0; 
    padding: 13px 0 15px;
}
/*cart__moreinfo*/
.cart__moreinfo {
    display: block;
    width: 100%;
    float: left;
    color: #333;
    font: 11px/11px "trebuc",sans-serif;   
    margin: 0 0 6px;  
}
.cart__action-bottom .btn {
    padding: 0 40px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font: 12px/30px "trebucbd",sans-serif;   
}
/*
    PAGE IP-A-HISTORY
*/
/*history__container
.history__container .content-box h1 {
    margin: 10px 0px 4px;
}*/
.history__container .paginator__content {
    border: 0;
    padding: 14px 10px 40px;
}
/*history__content*/
.history__content {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d2d2d2;
    padding: 17px 0 0 20px;
}
.history__content.active {
    background: #f4f4f4;
}
/*h-top__box*/
.h-top__box {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px 0 0;
    color: #333;
    font: 14px/14px "trebuc",sans-serif;  
    margin: 0 0 11px;   
}
/*h-top__date*/
.h-top__date {
    display: inline-block;
    float: left;
    color: #333;
    font: 14px/14px "trebuc",sans-serif; 
    margin: 0 0 0 -10px;
}
.h-top__date span {
    display: inline-block;
    float: left;
    margin: 0 10px;
}
/*h-top__check*/
.h-top__check {
    display: inline-block;
    float: right;
    margin: -2px 0 0;
}
.h-top__price {
    display: inline-block;
    margin: 2px 13px 0 0;
}
/*history__table*/
.history__table {
    width: 100%;
    display: block;
    float: left;
}
.history__table > li {
    border-top: 1px solid #d2d2d2;
    height: 40px;
    vertical-align: middle;
    color: #333;
    font: 11px/11px "trebuc",sans-serif;      
    width: 100%;     
}
.history__table > li > div {
    float: left;
    display: inline-block;
    width: 50%;
}
.history__table > li > div.td {
    font: 11px/39px "trebuc",sans-serif; 
}
.history__table > li a {
    color: #ffab2d;
    text-decoration: none;
}
.history__table > li a:hover {
    text-decoration: underline;
}
.history__table > li > div:first-child {
    padding: 0 9px;
}
/*h__num*/
.h__num {
    display: inline-block;
    float: left;
    height: 39px;
    vertical-align: middle;
    margin: 0 0 0 -19px;
    color: #999;
    font: 10px/39px "trebuc",sans-serif; 
}
/*h-table__box*/
.h-table__box {
    display: block;
    float: left;
    padding: 7px 0 0;
    width: 100%;
}
.h-table__box li {
    display: block;
    width: 100%;  
    overflow: hidden;
   	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	
    color: #333;
    font: 11px/11px "trebuc",sans-serif;    
    padding: 0 0 2px;  
    white-space: nowrap;
    float: left;
}
.h-table__box li a {
    color: #767676 !important;
}
.h-table__box li:first-child a {
    color: #333 !important;
}
/*history__action*/
.history__action {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    padding: 8px 10px 0;
}
.history__action li {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}
.history__action li a {
    padding: 0 10px;
}
/*
    PAGE IP-A-SHOPPING
*/
.shopping__filter {
    float: left;
    display: block;
    width: 100%;
    padding: 15px 10px 0;
}
.shopping__filter .more-box {
    margin: 0;
}
.shopping__filter .form-control {
    width: 100%;
    margin: 5px 0 4px;
    font: 15px/30px "trebuc",sans-serif;
    color: #d1d1d1;
    padding: 0px 25px 0px 11px;
}
.shopping__filter .form-control:focus {
    color: #333;
}
.shopping__container .tab__nav {
    margin: 10px 0 0;
}
/*reset__form*/
.reset__form {
    border: 0px none;
    float: right;
    background: transparent none repeat scroll 0% 0%;
    margin: 0 0 -30px;
    z-index: 5;
    position: relative;
    top: -28px;
    left: -3px;
    display: none;
}
.reset__form:before {
    content:"\f057";
    color: #ccc;
    font: 15px/15px "FontAwesome",sans-serif;
}
/*list__artist-box*/
.list__artist-box {
    width: 100%;
    float: left;
    display: block;
    margin: 10px 0 30px;
}
.list__artist-box:first-child {
    margin: 0 0 30px;
}
#ajax-playlists-list .list__artist-box {
    margin-bottom: 0;
}
/*list__artist-top*/
.list__artist-top {
    width: 100%;
    float: left;
    display: block;    
    background: #f4f4f4;
    padding: 5px 10px 3px;
    border-bottom: 1px solid #d2d2d2;
    color: #999;
    font: 12px/12px "trebucbd",sans-serif;
}
/*list__artist*/
.list__artist {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 0 10px;
}
.list__artist li {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
    height: 40px;
    line-height: 40px;
}
#ajax-playlists-list .list__artist li span.pl__hold {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-right: 40px;
    padding-left: 40px;
}
#ajax-playlists-list .list__artist li span.pl__hold > span {
    display: block;
}
.add-tracks-to-playlist.tabTable__shopping {
    padding: 20px 0 0 10px;
}
.add-tracks-to-playlist  .btn {
    padding: 0 11px;
}
.list__artist li div {
    display: inline-block;
    float: left;
    width: 50%;
    height: 39px;
    color: #666;
    font: 11px/39px "trebuc",sans-serif;   
}
.list__artist li a.link {
    width: 100%;  
    overflow: hidden;
   	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; 
    white-space: nowrap;   
    text-decoration: none;
    display: block;
    font: 12px/39px "trebucbd",sans-serif;
    color: #333; 
}
.list__artist li a.link:hover {
    text-decoration: underline;
}
/*list-arrow*/
.list-arrow {
    position: absolute;
    text-decoration: none;
    background: transparent url("/_mobi/images/icon/sprite.png") no-repeat -188px 0px;
    background-size: 219px 219px;
    width: 6px;
    height: 11px;
    display: block;
    top: 15px;
    right: 10px;
}

.pl__info {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 11px;
    right: 10px;
}
.pl__play {
    display: block;
    position: absolute;
    width: 30px;
    height: 40px;
}
.pl__play .song__play {
    margin: 6px 0 0 0;
}

/*new__playlist*/
.new__playlist {
    display: none;
}
.tab__bay li.active .new__playlist {
    display: inline-block;
    background: #EFAD27 !important;
}
/*shopping__playList*/
.shopping__playList .list__artist li:first-child {
    border-top: 1px solid #d2d2d2;
}
/*pl-title*/
.pl-title {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
    color: #333;
    font: 16px/16px "trebuc",sans-serif;  
    margin: -2px 0 3px; 
}
.pl-title a {
    text-decoration: none;
    color: #ff9933;
}
.pl-title a:hover {
    text-decoration: underline;
}
/*pl-title-one*/
.pl-title-one {
    position: relative;
    border-bottom: 1px solid #D2D2D2;
    margin: 0 0 -10px;
    padding: 0 10px 12px;
}
.pl-title-one :before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #E7E7E7 none repeat scroll 0% 0%;
    position: absolute;
    bottom: -1px;
    left: 0px;
    z-index: 1;
}
/*playList__add*/
.playList__add {
    display: block;
    width: 100%;
    float: left;  
    position: relative;  
    padding: 0 10px 10px;
}
.playList__add .form-control {
    width: 100%;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    color: #999;
    font: 12px/30px "trebuc",sans-serif;
    padding: 0 70px 0 11px;
    float: left;
    margin: 0 -60px 0 0;
}
.playList__add .form-control:focus {
    color: #333;
}
.playList__add button {
    float: left;
    width: 65px;
    height: 30px;
    -moz-border-radius: 0 1px 1px 0;
    -webkit-border-radius: 0 1px 1px 0;
    border-radius: 0 1px 1px 0;
    background-color: #efad27;
    position: absolute;
    top: 0;
    right: 10px;
    border: 0;
    padding: 0;
    color: #333;
    font: 11px/11px "trebucbd",sans-serif; 
}
/*modal__playList*/
.modal__playList {
    padding: 10px 0 !important;
}
/*pl-modal__box*/
.pl-modal__box {
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 60px 10px;
}
.pl-modal__box .scroll-wrapper {
    height: 160px;
}
.pl-modal__box .scroll-element, .box__select .scroll-element {
    background: #fff;
    width: 5px !important;
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;  
}
.pl-modal__box .scrollbar-inner > .scroll-element .scroll-element_track, 
.box__select .scrollbar-inner > .scroll-element .scroll-element_track {
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;    
    background: #fff;
    width: 5px;    
}
.box__select .scroll-element, .box__select .scrollbar-inner > .scroll-element .scroll-element_track  {
    background: #C2C2C2 !important; 
}
.box__select .scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #fff !important;
}
.box__select .scrollbar-inner > .scroll-element, .box__select .scrollbar-inner > .scroll-element div {
    z-index: 30;
}

/*pl-modal__list*/
.pl-modal__list {
    display: block;
    width: 100%;
    float: left;
}
.pl-modal__list li {
    border-bottom: 1px solid #d2d2d2;
    height: 40px;
    position: relative;
}
.pl-modal__list li div {
    display: block;
    width: 100%;
    float: left;
    padding: 0 30px 0 0;
    color: #999;
    font: 11px/11px "trebuc",sans-serif; 
    overflow: hidden;
   	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; 
    white-space: nowrap;      
}
.pl-modal__list li div:first-child {
    padding-top: 6px;
}
.pl-modal__list li a {
    overflow: hidden;
   	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; 
    white-space: nowrap;
    color: #333;
    display: block;
    width: 100%;
    text-decoration: none;
    font: 12px/12px "trebuc",sans-serif;    
    padding: 0 0 3px;       
}
.pl-modal__list li a:hover {
    text-decoration: underline;
}
.pl-modal__list li label {
    position: absolute;
    right: 11px;
    top: 10px;
}
    
/*pl-modal__info*/
.pl-modal__info {
    display: block;
    width: 100%;
    float: left;    
    text-align: center;
    padding: 12px 0 10px;
} 
.pl-modal__info span {
    display: block;
    width: 100%;  
    color: #333;
    font: 11px/11px "trebuc",sans-serif;  
    margin: 0 0 6px; 
} 
.pl-modal__info .btn {
    width: 190px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font: 12px/30px "trebucbd",sans-serif;   
}
/*pl-modal__title*/
.pl-modal__title {
    color: #333;
    font: 16px/16px "trebuc",sans-serif; 
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0 13px;
}
    /*************** SCROLLBAR BASE CSS ***************/
     
    .scroll-wrapper {
        overflow: hidden !important;
        padding: 0 !important;
        position: relative;
    }
     
    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none !important;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }
     
    .scroll-wrapper > .scroll-content::-webkit-scrollbar {
        height: 0;
        width: 0;
    }
     
    .scroll-element {
        display: none;
    }
    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }
     
    .scroll-element.scroll-x.scroll-scrollx_visible,
    .scroll-element.scroll-y.scroll-scrolly_visible {
        display: block;
    }
     
    .scroll-element .scroll-bar,
    .scroll-element .scroll-arrow {
        cursor: default;
    }
     
    .scroll-textarea {
        border: 1px solid #cccccc;
        border-top-color: #999999;
    }
    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }
    .scroll-textarea > .scroll-content > textarea {
        border: none !important;
        box-sizing: border-box;
        height: 100% !important;
        margin: 0;
        max-height: none !important;
        max-width: none !important;
        overflow: scroll !important;
        outline: none;
        padding: 2px;
        position: relative !important;
        top: 0;
        width: 100% !important;
    }
    .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
        height: 0;
        width: 0;
    }
    
    /*************** SIMPLE INNER SCROLLBAR ***************/
     
    .scrollbar-inner > .scroll-element,
    .scrollbar-inner > .scroll-element div
    {
        border: none;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 10;
    }
     
    .scrollbar-inner > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }
     
    .scrollbar-inner > .scroll-element.scroll-x {
        bottom: 2px;
        height: 8px;
        left: 0;
        width: 100%;
    }
     
    .scrollbar-inner > .scroll-element.scroll-y {
        height: 100%;
        right: 2px;
        top: 0;
        width: 8px;
    }
     
    .scrollbar-inner > .scroll-element .scroll-element_outer {
        overflow: hidden;
    }
     
    .scrollbar-inner > .scroll-element .scroll-element_outer,
    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
     
    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
     
    .scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
    .scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
    .scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #999; }
    .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #999; }
     
     
    /* update scrollbar offset if both scrolls are visible */
     
    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
     
     
    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }
/*shopping__content*/  
.shopping__content {
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 19px;
}
.s-title {
    display: block;
    width: 100%;
    float: left;
    color: #666;
    font: 12px/12px "trebuc",sans-serif;   
    padding: 0 10px; 
    margin: 0 0 13px;
}
/*shopping__box*/
.shopping__box {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px 0 120px;
    margin: 0 0 10px;
}
/*s-img__box*/
.s-img__box {
    float: left;
    width: 100px;
    margin: 0 0 0 -110px;
}
.s-img__box a, .s-img__box a img {
    float: left;
    text-decoration: none;
}
/*s-txt__box*/
.s-txt__box {
    display: block;
    width: 100%;
    float: left;
    margin: -2px 0 0;
}
.s-txt__box li {
    display: block;
    width: 100%;
    float: left;    
}
.s-txt__box li a{
    text-decoration: none;
}
.s-item__link a {
    color: #333;
    font: 16px/16px "trebuc",sans-serif;
    display: inline-block;
    text-decoration: none;       
}
.s-item__link a:hover {
    text-decoration: none;
}
/*.s-txt__box li.s-item__link:first-child a {
    color: #ff9933;
}*/
.artists a:link, .artists a:visited {
    color: #f90;
    text-decoration: none;
}
.artists a:hover {
    color: #f90;
    text-decoration: underline;
}
.album_title a:link, .album_title a:visited {
    color: #333;
    text-decoration: none;
}
.album_title a:hover {
    color: #333;
    text-decoration: underline;
}
.s-txt__box li.s-item__info {
    color: #333;
    font: 11px/11px "trebuc",sans-serif;
    margin: 7px 0 8px;
}
.s-informer {
    font: 12px/20px "trebuc",sans-serif;
    margin-top: 5px;
}
.s-informer a:link, .s-informer a:visited {
    color: #f90;
    text-decoration: none;
}
.s-informer a:hover {
    text-decoration: underline;
}
.s-txt__box li .btn {
    width: 120px;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font: 11px/20px "trebuc",sans-serif;
    text-align: center;
}
/*shopping__list*/
.shopping__list {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 0 30px;
    overflow: hidden;
    margin-bottom: 15px;
}
.shopping__list li {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d2d2d2;
    height: 40px;
    position: relative;
    padding: 0 35px 0 30px;
}
.shopping__list_promo li {
    padding-right: 10px;
}
.shopping__list li:first-child {
    border-top: 1px solid #d2d2d2;
}
.shopping__list li label {
    position: absolute;
    top: 10px;
    right: 10px;
}
.shopping__list li .song__play {
    margin: 6px 0 0 -53px;
}
.sl-num {
    width: 17px;
    margin: 0 0 0 -17px;
    font: 10px/40px "trebuc",sans-serif;
    color: #999;
    float: left;
}
.shopping__list li div {
    width: 50%;
    float: left;
    font: 11px/40px "trebuc",sans-serif;
    color: #333;    
}
.shopping__list li div a {
    text-decoration: none;
    color: #ffab2d;
    display: inline-block;
}
.shopping__list li div a:hover {
    text-decoration: underline;
}
.shopping__list li div.s__first a {
    font: 12px/14px "trebuc",sans-serif !important;
    vertical-align: middle;
    color: #333;
    overflow: hidden;
   	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;     
}
.shopping__list .inf {
    padding-right: 100px;
    display: block;
}
.shopping__list li div.s__first {
    padding: 0 5px 0 0;
}
.shopping__list .down-sel {
    width: 80px;
    float: right;
}
.shopping__list .down-sel .btn {
    color: #333;
    padding: 0 10px;
    float: right;
    margin-top: 10px;
}
/*sl-link*/
.sl-link {
    display: block;
    width: 100%;
    float: left;
    overflow: hidden;
   	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;  
    font: 12px/38px "trebuc",sans-serif;  
    height: 39px;
    vertical-align: middle;   
}
/*tabTable__shopping*/
.tabTable__shopping {
    padding-top: 10px;
    margin: 0;
}
.tabTable__shopping .tabTable__action a.btn {
    padding: 0 10px;
}
/*download__zip*/
.download__zip, .download__track {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
    border-top: 1px solid #d3d3d3;
}
.download__zip {
    margin: 10px 0 0;
    padding: 9px 10px 10px;
}
.download__track {
    padding-top: 9px;
}
.download__zip span {
    display: block;
    width: 100%;
    color: #666;
    font: 11px/11px "trebuc",sans-serif;    
    margin: 0 0 8px;  
}
.download__zip .btn, .download__track .btn {
    padding: 0 10px;
}
.download__zip .btn4 {
    text-align: center;
}
/*track__table*/
.track__table > li {
    position: relative;
    padding: 0 35px 0 45px !important;
    border-top: 0;
    border-bottom: 1px solid #D2D2D2;
    height: 40px !important;
}
.track__table > li:before {
    content: "";
    display: block;
    width: 63px;
    height: 1px;
    background: #E7E7E7;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
}
.track__table .song__play {
    position: absolute;
    left: 7px;
    top: 7px;
    margin: 0;
}
.track__table label {
    position: absolute;
    top: 10px;
    right: 10px;
}
.track__table li.song__playing:before, .song__list li.song__playing:before, .shopping__list li.song__playing:before {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    background: #F5F5F5;
}
.song__list li.song__playing:before {
    border-left: 30px solid #F5F5F5;
}
.song__list li.song__playing + li:before {
    border-color: #dcdcdc;
}
.albumSong__list li.song__playing:first-child {
    border: 0;
}
.charts-check__list li.song__playing:after, .shopping__list li.song__playing:after {
    content: "";
    height: 41px;
    width: 40px;
    display: block;
    position: absolute;
    top: -1px;
    left: -40px;
    border-top: 1px solid #F5F5F5;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDg3MCA4MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDNkM2QzIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWZlZmYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI4NzAiIGhlaWdodD0iODEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);
    background-image: -o-linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);
    background-image: -webkit-linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);
    background-image: linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);    
}
.tabTable tr.song__playing td {
    border-top: 1px solid #F5F5F5;
}
.tabTable td .song__title {
    position: relative;
}
.tabTable tr.song__playing td .song__title:before {
    content: "";
    height: 41px;
    width: 35px;
    display: block;
    position: absolute;
    top: -1px;
    left: -29px;
    border-top: 1px solid #F5F5F5;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDg3MCA4MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDNkM2QzIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWZlZmYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI4NzAiIGhlaWdodD0iODEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);
    background-image: -o-linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);
    background-image: -webkit-linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);
    background-image: linear-gradient(bottom, #d3d3d3 0%, #efeff1 100%);    
}

/*tabTable__track*/
.tabTable__track {
    margin: -20px 0 0;
}
.track__table .h-table__box {
    padding: 7px 5px 0 0px;
}
/*track__link*/
.track__link {
    color: #767676 !important;
    display: none;
    margin: 0 0 0 5px;
}
/*track__table-num*/
.track__table-num > li {
    padding: 0px 35px 0px 60px !important;
}
.track__table-num > li:before {
    width: 30px;
}
.track__table-num > li a {
    color: #efad27;
}
/*pl_position*/
.pl_position {
    position: absolute;
    top: 0;
    right: 55px;
    height: 40px;
    display: none;
}
.pl_position a {
    text-decoration: none !important;
    font-size: 16px;
    color: #333 !important;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
}
.pl_position a.pl-up {
    top: -1px;
}
.pl_position a.pl-down {
    bottom: 13px;
}

.play-tracks-list ul li:first-child .pl_position-top a.pl-up {
    color: #dcdcdc !important;
}
.play-tracks-list ul li:last-child .pl_position-top a.pl-down {
    color: #dcdcdc !important;
}
/*s-txt__one*/
.s-txt__one li.s-item__link:first-child a{
    color: #333;
}
/*pl-one-artist*/
.pl-one-artist {
    margin: 0 0px 13px;
}
.shopping__listArtist .shopping__content:first-child {
    margin: 0 0 45px;
}
/* Popup */
.ui-popup.ui-corner-all > .ui-popup-arrow-guide {
	left: .6em /*{global-radii-blocks}*/;
	right: .6em /*{global-radii-blocks}*/;
	top: .6em /*{global-radii-blocks}*/;
	bottom: .6em /*{global-radii-blocks}*/;
}
	.ui-popup .ui-field-contain > label,
	.ui-popup .ui-field-contain .ui-controlgroup-label,
	.ui-popup .ui-field-contain > .ui-rangeslider > label {
		float: none;
		width: auto;
		margin: 0 0 .4em;
	}
	.ui-popup .ui-field-contain > .ui-rangeslider > label {
		float: none;
		width: auto;
		margin: 0 0 .4em;
	}
	.ui-popup .ui-field-contain > label ~ [class*="ui-"],
	.ui-popup .ui-field-contain .ui-controlgroup-controls {
		float: none;
		width: 100%;
	}
.ui-popup-open .ui-header-fixed,
.ui-popup-open .ui-footer-fixed {
	position: absolute !important; /* See issues #4816, #4844 and #4874 and popup.js */
}
.ui-popup-screen {
	background-image: url("data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); /* Necessary to set some form of background to ensure element is clickable in IE6/7. While legacy IE won't understand the data-URI'd image, it ensures no additional requests occur in all other browsers with little overhead. */
	top: 0;
	left: 0;
	right: 0;
	bottom: 1px;
	position: absolute;
	filter: Alpha(Opacity=0);
	opacity: 0;
	z-index: 1099;
}
.ui-popup-screen.in {
	opacity: 0.9;
	filter: Alpha(Opacity=90);
}
.ui-popup-screen.out {
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-screen-hidden {
    display: none !important;
}
.ui-overlay-b, .ui-page-theme-b, .ui-page-theme-b .ui-panel-wrapper {
    background-color: #1f262e;
}


.ui-popup-container {
	z-index: 1100;
	display: inline-block;
	position: absolute;
	padding: 0;
	outline: 0;
}
.ui-popup {
	position: relative;
}
.ui-popup.ui-body-inherit {
    display: block; 
    position: relative; 
    width: 300px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #e7e7e7;
    padding: 10px;
    margin: 0 0 60px 0;
    float: left;
}
.ui-popup-hidden {
	left: 0;
	top: 0;
	position: absolute !important;
	visibility: hidden;
}
.ui-popup-truncate {
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
.ui-popup.ui-content,
.ui-popup .ui-content {
	overflow: visible;
}
.ui-popup > .ui-header {
	border-top-width: 0;
}
.ui-popup > .ui-footer {
	border-bottom-width: 0;
}
.ui-popup > .ui-btn-left,
.ui-popup > .ui-btn-right {
	position: absolute; 
	top: -11px;
	margin: 0;
	z-index: 1101;
}
.ui-popup > .ui-btn-left {
	left: -11px;
}
.ui-popup > .ui-btn-right {
	right: -11px;
}
.ui-popup-arrow-container {
	width: 20px;
	height: 20px;
}
.genre-select {
    font: 15px/30px "trebuc",sans-serif;
    padding: 0 20px 0 10px;
    background-color: #ffab2d;
}          
    .check__captha label {
        height: auto !important;
    }
    
.list__artist-box:last-child {
    margin: 10px 0;
}

.payments-history {
    font: 14px/16px "trebuc",sans-serif;
    margin: 0 11px;
}
.payments-history tr {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.payments-history td, .payments-history th {
    display: block;
    float: left;
    padding-bottom: 6px;
    padding-top: 6px;
}
.payments-history .sel {
    width: 30px;
}
.payments-history .sel input[type=checkbox].check + label {
    float: left;
}
.payments-history .date {
    width: 100px;
    text-align: left;
}
.payments-history .date em {
    font-style: normal;
}
.payments-history .sum {
    width: 65px;
    float: right;
    text-align: left;
}
.erase-history-cont {
    margin: 11px 0 7px 11px;
}
.no-items-message {
    margin-left: 11px;
    font: 12px/14px "trebuc",sans-serif;
}
.palb.current-open {
    width: calc(100% + 9px);
    background: #F4F4F4;
    margin: 0 0 0 -4px;
    border-bottom: 1px solid #d2d2d2;
    padding-left: 9px;
    float: none;
    overflow: hidden;
}
#purchased-album-container {
    width: calc(100% + 9px);
    margin-left: -4px;
    background-color: #F4F4F4;
    overflow: hidden;
}
#purchased-album-container.purchased-album-container-personal-page {
    background-color: transparent;
}
#purchased-album-container .song__list li:first-child:before {
    display: none;
}
#purchased-album-container.purchased-album-container-personal-page .song__list li:first-child:before {
    display: block;
}
#purchased-album-container input[type=checkbox].check + label, #purchased-album-container .ui-checkbox label , #purchased-album-container .checked__all:before{
    border: 1px solid #e7e7e7;
}
.purchased-album-container .albumSong__action {
    width: 30px;
}

.purchased-album-container .charts__content {
    margin-bottom: 30px;
}

.track-sort {
    overflow: hidden;
    margin-left: 10px;
}
.track-sort li{
    display: inline-block;
    margin-right: 4px;
}
.track-sort a{
    color: #272727;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}
.track-sort a.disabled {
    color: #B7B7B7;
}
.track-sort a.active {
    color: #efad27;
}
.track-sort .last {
    float: left;
    display: inline-block;
    margin-right: 15px;
}
.track-sort .alpha-list {
    float: left;
    width: 410px;
}
.track-sort .alpha-list .alpha{
    margin-bottom: 10px;
}
.payment-form .cardnumbers-4 {
    overflow: hidden;
    width: 285px;
    margin-left: -5px;
}
.payment-form .cardnumbers-4 .cardnumber {
    width: 25%;
    float: left;
    padding-left: 5px;
}
.payment-form .cardnumbers-4 .cardnumber input {
    width: 100%;
}
.sitemap-content .sitemap-content {
    padding: 5px;
}
.sitemap-content h2 {
    color: #333;
    display: block;
    font: 12px/12px "trebucbd",sans-serif;
    margin: 10px 0;
    width: 100%;
}
.sitemap-content > div {
    overflow: hidden;
}
.sitemap-content .item a {
    font: 12px/12px "trebucbd",sans-serif;
    color: #efad27;
    outline: 0 none;
    text-decoration: underline;
}
.sitemap-content .cl {
    clear: both;
    font-size: 0;
}
.sitemap-content .item {
    width: 50%;
    margin-bottom: 8px;
    float: left;
    padding-right: 10px;
}

.play-album-details .s__time {
    width: 35px;
}
.play-artist-album .s__time {
    width: 35px;
    padding-top: 3px;
}
.pl-sel-info {
    visibility: hidden;
}
.pl-sel-info .btn {
    float: right;
    width: 100px;
    text-align: center;
    margin: 10px;
}
.pl-sel-info.visible {
    visibility: visible;
}
.tab_content_albums {
    margin-top: 0px;
}

.create-new-simple input[type=checkbox], .create-new-simple label {
    display: none !important;
}

.cagd {
    display: none !important;
}
.confirm_album_go_desc_active {
    display: block !important;
}
.my-purchases .album__container .gotoalb {
    display: none;
}

.my-purchases .album__container .current-open .gotoalb {
    display: block;
}
.purchased_one_album  .album__container .gotoalb {
    display: block;
}
.my-purchases .shopping__content {
    margin-bottom: 0;
}

.promo-stick {
    overflow: hidden;
    margin: 0 10px 30px 10px;
}
.promo-stick .register {
    display: block;
    margin: 3px 0 0 0px;
    width: 356px;
    height: 49px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #efad27;
    color: #333;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    padding: 11px 0 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.promo-stick ul {
    display: block;
    padding: 0;
}
.promo-stick ul li {
    display: block;
    margin: 0 0 25px 0;
    background: url(/_front/images/promo-page-star.png) no-repeat;

    font-weight: 500;
    text-decoration: none;
    color: #000000;
    padding: 0 0 0 73px;
    line-height: 30px;
    font-size: 28px;
    text-transform: uppercase;
}
.promo-stick ul li.one-line {
    padding: 15px 0 14px 73px
}
.promo-stick .charts a{
    margin-left: 10px;
    text-decoration: none;
    color: #000000;
}
.promo-info {
    overflow: hidden;
}
.promo-info-col {
    width: calc(100% - 400px);
    float: left;
}
.promo-info-col.promo-info-col-icons {
    width: 400px;
}

.shape-secure {
    min-height: 90px;;
    margin: 25px 0 0 265px;
    display: none;
}
.shape-secure img.dataimage
{
    border: 1px solid rgba(119, 83, 12, 0.53);
    width: 448px;
    height: 198px;
}
.shape-secure .items {
    position: absolute;
    margin-top: -203px;
    width: 450px;
    height: 200px;
}
.shape-secure .items div {
    width: 48px;
    height: 48px;
    float: left;
    display: block;;
    border: 1px solid transparent;
    cursor: pointer;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICR‌​AEAOw==');
}
.shape-secure .label {
    border: 1px solid rgba(119, 83, 12, 0.53);
    background-color: white;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 10px;
    width: 450px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.shape-secure .label img {
    position: absolute;
    margin: -14px 0 0 5px;
}

.shape-secure .items div:hover, .shape-secure .items div.selected {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc1RDVENDRGMDM4MjExRTVBRDZGRDZFNkU2NDNFNzcwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc1RDVENDUwMDM4MjExRTVBRDZGRDZFNkU2NDNFNzcwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzVENUQ0NEQwMzgyMTFFNUFENkZENkU2RTY0M0U3NzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzVENUQ0NEUwMzgyMTFFNUFENkZENkU2RTY0M0U3NzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4cRT61AAAAD0lEQVR42mL43avYDxBgAAZpAjkuolniAAAAAElFTkSuQmCC');
    border: 1px solid #9c6d10;

}

.shape-secure .approved {
    border: 1px solid #679974;
    background-color: #DBF3D1;
    font-size: 19px;
    padding: 20px;
    margin-bottom: 10px;
    width: 450px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    display: none;
}

.page-popup-text-popup {
    width: 100%;
    max-width: 600px !important;
}
.page-popup-text-popup .ui-popup.ui-body-inherit {
    width: 100%;
}
.page-popup-text-popup iframe {
    width: 100%;
    border: 0;
}
.classical-music .song__title a:link, .classical-music .song__title a:visited {
    color: #747474;
}

.classical-music .song__title .soncom a:link, .classical-music .song__title .soncom a:visited {
    color: #ff9900;
}
#class-artist-discography .albums__nav {
    float: none;
    overflow: hidden;
}
#class-comp-albums-genres-container {
    margin: 20px 10px 10px 10px;
    overflow: hidden;
}
#class-comp-albums-sections {
    margin: 20px 10px 10px 10px;
    overflow: hidden;
}
.class-composer-albums {
    font: 16px/16px "trebucbd",sans-serif;
    margin: 10px 10px;
    color: #333;
}

@media only screen and (max-width: 550px){
    .track-sort .last {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }
    .track-sort .alpha-list {
        float: none;
        width: auto;
        margin-right: 10px;
    }

    .sitemap-content .item {
        width: 100%;

    }


}
/*1099px*/
@media only screen and (max-width: 1199px){
    .catalog__section {
        height: 470px;
    }
    .catalog__content {
        height: 433px;
    }
    .track__table-num > li {
        padding: 0 60px 0 43px !important;
    }
    .pl_position {
        display: block;
    }
    .promo-info-col {
        width: calc(100% - 152px);
    }
    .promo-info-col.promo-info-col-icons {
        width: 140px;
    }
    .promo-stick ul li {
        margin-bottom: 50px;
    }
}

/*999px*/
@media only screen and (max-width: 999px){
    .helpful-review span {
        margin: 0 0 10px;
        display: block;
        width: 100%;
    }
    .helpful-review {
        text-align: center;
    }
    .helpful-review .btn2 {
        float: none;
    }
    /*
        PAGE IP-A-CHARTS
    */  
    .charts__box {
        padding: 0px 10px 0px 160px;
    }  
    .charts__img {
        width: 140px;
        margin: 0px 0px 0px -150px;
    }
    .charts__share {
        margin: 10px 0px 0px -150px;
    }
    #free__albums2,  #popular__albums2 {
        display: block;   
    }  
    #free__albums, #popular__albums {
        display: none;   
    }   
    .s_hide {
        display: none !important;
    } 
    .s_show {
        display: block !important;
    }
    .catalog-col {
        width: 50%;
    }  
    .catalog__section {
        height: 440px;
    }
    .catalog__content {
        height: 403px;
    }      
}
@media only screen and (max-width: 960px) {
    .paginator__box a {
        margin-top: 10px;
    }
    .paginator__enter {
        margin-top: -20px;
    }
}

/*899px*/
@media only screen and (max-width: 899px) {
    .share__box {
        margin: 12px 30px 0px 0px;
    }
    .msic__nav li a {
        padding: 0px 10px 0px 20px;
    }
    .msic__nav li:first-child, .msic__nav li:first-child + li   {
        margin: 0;
    }
    .msic__nav.open li:first-child + li {
        margin: 0px 0px 17px;
    }
    .album__bay {
        /*width: 120px;*/
        padding: 0 10px;
    }
    .l_tr  .album__bay {
        padding: 0 1px;
    }
    .l_sp  .album__bay {
        padding: 0 1px;
    }
    .l_it  .album__bay {
        padding: 0 1px;
    }
    .send__friend {
        float: none;
        margin: 0;
    }    
    /*
        IP-A-GENRE
    */     
    .g-album__song {
        height: 80px;
    }
    .shopping__list li div {
        width: 40%;
    }
    .shopping__list li div.s__first {
        width: 60%;
    }
    .a__rightBox .album__star {
        margin: 3px 20px 0px 0px;
    }
    .artist-list-numcol3 {
        display: none;
    }
    .artist-list-numcol2 {
        display: block;
    }
    .rating-list2 {
        width: 50%;
    }
    .rating-list-block2 li:first-child {
        border-top: 0px solid transparent;
    }
}
@media only screen and (max-width: 830px){
    .album__bay {width: 115px; }
    .l_tr .album__bay {width: 111px;padding: 0 1px;}
    .l_sp .album__bay {width: 114px;padding: 0 1px;}
    .l_it .album__bay {width: 114px; padding: 0 1px;}
    .l_gr .album__bay {width: 115px; }
}
/*767px*/
@media only screen and (max-width: 767px){
    .paginator__box a {
        margin-top: -20px;
    }
    .paginator__enter {
        margin-top: 24px;
    }
    .content {
        width: 100%;
    } 
    .sidebar__right {
        width: 100%;
    }  
    .share__box {
        display: none;
    }     
    .album__sort li {
        display: none;
        margin: 0 0 0 11px !important;
    }   
    .album__sort li.s__abc2, .album__sort li.s__abc, .album__sort li.s__num, .album__sort li.s__grid {
        display: block;
    }
    .head__topContent {
        width: 100%;
    }
    .xs-hidden {
        display: none !important;
    }
    .xs-visible {
        display: block !important;
    }
    .cagd {
        display: block !important;
    }
    .show__cat__mobile {
        display: block;
        right: 18px;
    } 
    .msic__nav li.hide__cat {
        visibility:visible;
        opacity:1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        filter:alpha(opacity=100);  
        height: auto;
        width: auto;               
    }
    .msic__nav li {
        margin: 0 0 17px;
        width: 50% !important;
    }
    .msic__nav li.m__hide {
        display: none;
    }   
    .soc__info__mobile {
        padding: 0px 10px;
        margin: 10px 0px 0px;
        width: 100%;
        float: left;
    }
    .sclose2Hide {
        display: none !important;
    }
    .player__container:before {
        border: 0;
    } 
    .f__lang {
        display: none;
    } 
    .f__top .lange__select {
        float: left;
        clear: both;
        background: rgba(255,255,255,.1);    
        margin: 14px 0 0;    
    } 
    .f__top .slct {
        color: #fff;
    } 
    .f__top .slct:before {
        background-position: -36px 0;
    } 
    .player__container:before {
        border: 0;
    }  
    .show__cat__mobile.active i {
        background-position: -190px -20px;
        width: 6px;
        position: relative;
        right: -1px;
    } 
    
    .account__info {
        padding: 8px 10px 7px;
    }   
    .search__box button {
        width: 40px;
        margin: 0px 0px 0px -40px;
    } 
    .search__box input {
        padding: 0px 50px 0px 10px;
    }   
    .a__rightBox .album__star {
        margin: 0 0 13px 0px;
    }
    .album__share {
        width: 100%;
        min-height: 32px;
    } 
    .a__leftBox__link img {
        width: 100px;
        height: 100px;
    } 
    .album__info {
        padding: 0px 5px 26px 120px;
        margin: 10px 0px 13px;
    }
    .send__friend.xs-visible {
        display: inline-block !important;
    }        
    .a__leftBox {
        margin: 0px 0px 0px -110px;
        width: 100px;
    }   
    .soc__info  {
        width: 100%;
        margin: 0;
    }
    .album__list {
        margin: 0;
    }  
    .album__name, .album__title {
        padding: 0px 10px;
    }
    .song__title {
        padding: 0 110px 0px 17px;
        float: none;
        vertical-align: middle;
        width: 100%;
    }         
    .song__info {
        margin: 0 0 0 -110px;
        position: absolute;
        top: 6px;
        right: 0;
        z-index: 5;        
    }

    .pay__song {
        margin: 4px -30px 0px -33px;
    }  
    .add__basket {
        clear: both;
        margin: 9px -30px 0px -33px;
    }
    .songs__action {
        padding: 6px 0 0;
    }
    .songs__action .song__info {
        margin: -24px 0px 0px -110px;
        position: relative;
        top: 0;
        right: 0;
    }  
    .song__list li {
        padding: 0 0px 0 42px;
        min-height: 40px;   
        vertical-align: middle;
        line-height: 40px;    
    } 
    .song__play {
        margin: 6px 0px 0px -36px;
    }
    footer {
        margin: 11px 0px 12px;
    }
    .f__top {
        margin: 0px 0px 13px;
    }
    .f__menu li {
        margin: 0px 9px 5px;
    }
    /*
        IP-A-GENRE
    */
    .paginator__list li.xs-visible {
        display: inline-block !important;
    }      
    .g-album__song {
        height: 64px;
    } 
    .album__link span {
        display: inline;
    }   
    /*
        PAGE IP-A-PAYMENT
    */    
    .payment-logo {
        width: 100%;
        text-align: center;
        margin: 0;
    } 
    .payment-form {
        padding: 0;
        margin: 5px 0 0;
    }  
    .payment-form .slct4, .payment-form input, .payment-form button,  .payment-form .pay-field {
        width: 100%;
    }
    .payment-form .cardnumbers-4 {
        width: auto;
    }
    .payment-form .box__select {
        width: 100%;
    }
    .payment__content {
        margin: 13px 0px 1px;
    }
    .pay__img1 img {
        margin: 6px 0px 8px;
    }   
    .pay__img2 img {
        margin: 2px 0px 3px;
    }   
    .pay__img3 img {
        margin: 0 0 11px;
    } 
    .pay__img4 img {
        margin: 0 0 3px;
    }    
    .pay__img5 img {
        margin: 0 0 10px;
    }   
    .pay__img6 img {
        margin: 7px 0 14px;
    }  
    .pay__img7 img {
        margin: 1px 0 12px;
    } 
    /*
        PAGE IP-A-HOME
    */          
    .player__big {
        padding: 10px !important;
    }   
    .playImg {
        margin: 0;
        width: 100%;
        text-align: center;
    }       
    .played__song li {
        text-align: center;
        overflow: hidden;
        position: relative;
        height: 19px;
    }   
    .played__song li:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/_mobi/images/icon/p__song_bg.png") no-repeat;
        width: 48px;
        height: 20px;
        z-index: 1;
    }
    .played__song li:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: url("/_mobi/images/icon/p__song_bg2.png") no-repeat;
        width: 48px;
        height: 20px;
        z-index: 1;
    }   
    .played__button {
        text-align: center;
        margin: 8px -5px 0px;
    }
    .played__button li {
        float: none;
        margin: 0;
    }

    .prev__track {
        display: none;
    }

    .open__player {
        bottom: 15px !important;
        left: 10px;
        top: inherit !important;
        width: 12px;
    }
    #top-player {
        padding: 5px 10px 7px 10px;

    }
    #top-player .played__button li {
        margin-left: 10px;
    }

    #top-player-shadow div {
        height: 255px;
        display: none;
    }
    .played__content {
        padding-left: 100px;
    }
    .button__played {
        width: 80px;
        margin-left:-96px;
    }
    .played__song {
        margin: 1px 0 0;
    }
    .next__track {
        margin-right: -25px;
    }
    .home__filter {
        width: 100%;
        display: block;
        margin: 12px -2.5px 0;
        padding: 0 10px 0 0;
    }
    .home__filter li {
        margin: 0px 2.5px 4px;
    }
    /*homeClose*/
    .homeClose .home-title {
        margin: 0 0 8px;
    }
    .homeClose .home__filter {
        margin: 12px -2.5px -12px;        
    }
    .homeClose .home__actionBox {
        position: absolute;
        top: 10px;
        right: 0;
    }
    .artist__musicBox {
        padding: 0;
        margin: 6px 0px 0px;
    }
    .artist__albumCover {
        margin: 0;
    }
    /*artist__mobile*/
    .artist__mobile {
        float: left;
        padding: 40px 0 0 170px;
        margin: 0 0 0 -160px;
        width: 100%;
        position: relative;
    }
    .artist__mobile .btn {
        padding: 0 10px;
    }
    .artist__box .album__star {
        margin: 0 0 9px;
    }
    .a-price-mobile {
        width: 100%;
        display: block;
        float: left;
        color: #333;
        font: 11px/11px "trebuc",sans-serif;    
        padding: 5px 0 0 10px;        
    }
    .a-price-mobile span {
        font-family: "trebucbd",sans-serif; 
    }
    .artist__discount {
        top: -5px;
    }
    .artist__albumSong {
        margin: 11px 0 0;
    }
    .artist__albumAction a {
        float: right;
        margin: 0 5px 0 0;
    }
    .albumSong__list li {
        padding: 0px 130px 0px 0px;
    }
    .albumSong__action {
        width: 100px;
        margin: 0px -100px 0px 0px;
    }
    .albumSong-bay {
        float: right;
        margin: 9px 0 0;
    }
    .artist__content {
        padding: 0;
    }
    .albumSong__action {
        padding: 0 10px 0 0;
    }
    .c-world__sort li a {
        margin: 0 0 11px;
    }
    .r-tab__container .search__box {
        display: none;
    }
    /*
        PAGE IP-A-HOME-WORLD
    */
    .world__charts .p-artists__list {
        width: 100%;
    }    
    .charts__list li:first-child {
        border-top:0;
    }  
    .charts__list:first-child li:first-child {
        border-top: 1px solid #C0C1C3;
    }   
    .newHot__list {
        display: block;
        width: 100%;
        float: left;    
        margin: 0;   
    }   
    .newHot__list li:first-child {
        border-top: 1px solid #C0C1C3;
    }    
    .newHot__list li {
        display: block;
        width: 100%;
        float: left;
        border-bottom: 1px solid #C0C1C3;
    	text-overflow: ellipsis;
    	-o-text-overflow: ellipsis;	
        overflow: hidden;
        white-space: nowrap;
        padding: 1px 0px 4px; 
        margin: 0;       
    }    
    .newHot__list li a {
        width: 100%;
        position: relative;
        display: block;
        padding: 3px 0px 2px;
        text-decoration: none;
        color: #272727;
        font: 14px/14px "trebuc",sans-serif;
       	text-overflow: ellipsis;
       	-o-text-overflow: ellipsis;	    
    }         
    .newHot__list li a:before {
        content: "";
        background: transparent url("/_mobi/images/icon/sprite.png") no-repeat -188px 0px;
        width: 6px;
        height: 11px;
        display: block;
        position: absolute;
        top: 5px;
        right: 0px;
        background-size: 219px 219px;
    } 
    .newHot__list li span {
        display: none;
    }   
    /*
        PAGE IP-A-PERSONAL-INFORMATION
    */    
    .personal__form .form-control, .personal__form-box .box__select {
        width: 100%;
    }
    .f-dopinfo {
        padding: 0;
    }
    .f-dopinfo span {
        display: inline;
    }
    /*
        PAGE IP-A-REG
    */    
    .m__cat li {
        width: 50%;
    } 
    .check__captha {
        margin: 0px 0px 5px;
    } 
    .btn__reg {
        margin: 0;
    }  
    /*
        PAGE IP-A-LIST-ALBUMS
    */
    .rating-list {
        width: 100%;
    }    
    /*
        PAGE IP-A-CATALOG
    */    
    .catalog-col {
        width: 100%;
    }  
    #by__genre .catalog-box-title {
        width: 100%;
        margin: 0 0 12px;
    } 
    #by__genre .container__bg {
        padding: 10px 10px 5px;
    } 
    #by__genre .s-genre__list li a:before {
        display: block;
    }    
    #by__genre .s-genre__list li a.view__allGenre:before {
        display: none;
    } 
    #album__day .albumSong-bay, .tracks-block .albumSong-bay {
        background: #EFAD27;
    }  
    #album__day .albumSong-bay span, .tracks-block .albumSong-bay span {
        display: inline-block;
    }  
    #free__albums2 .catalog__content, #retro__albums .catalog__content {
        height: auto;
    } 
    #free__albums2  .catalog__section, #retro__albums .catalog__section {
        height: auto;
    }
    #free__albums2 .catalog__section.closeBox, #retro__albums .catalog__section.closeBox  {
        height: auto;
    }
    
    .catalog__section {
        height: auto;
    }
    .catalog__content {
        height: auto;
    }   
    .bottom-block {
        position: relative;
        float: left;
        margin: 10px 0;
    }    
    /*
        PAGE IP-A-CHARTS
    */  


    .charts__content .albumSong-bay span {
        display: none;
    } 
    .charts-albumSong__list li {
        padding1: 0px 130px 0px 30px;
        padding: 0px 92px 0px 30px;
    }
    .pop-songs__world li {
        padding: 0px 130px 0px 0px;
    }    
    
    .charts__content .artist__albumAction a {
        float: left;
    } 
    .charts__content {
        margin: 4px 0px 11px;
    }
    .charts__txt p {
        font: 14px/19px "trebuc",sans-serif;
    }
    /*total__tracks*/
    .total__tracks {
        display: block;
        width: 100%;
        float: left;
        color: #999;
        font: 14px/19px "trebuc",sans-serif;
        margin: 13px 0 0;
    }
    .total__tracks span {
        color: #333;
    }
    .charts-check__list .albumSong__action {
        padding: 0px 34px 0px 0px;
    }   
    .charts-check__list .albumSong-bay {
        background: none;
    } 
    .track-sum {
        display: inline-block !important;
    }
    .view-more-song {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 120px;
    }
    .charts-one__content {
        margin: 4px 0px 0px;
    }
    .album-sub-mobile {
        color: #333;
        font: 16px/16px "trebucbd",sans-serif;    
        margin: 0px 0px 9px;    
    }
    .charts-one__content .artist__albumSong {
        margin: 0;
    }
    .genre-artist-list li.ga-show {
        display: block; 
    }
    .genre-artist-list li.ga-hide  {
        display: none; 
    } 
    .history__table > li {
        height: 60px;
    }
    .history__table > li > div {
        width: 100%;
    }   
    .history__table > li > div.td {
        font: 11px/11px "trebuc",sans-serif;
        margin: 2px 0 0;
    }
    .history__table > li {
        padding: 0 0 0 20px;
    }  
    .history__table > li > div:first-child {
        padding: 0;
    }  
    .h__num {
        margin: 0 0 0 -20px;
        font: 10px/11px "trebuc",sans-serif;
        padding: 7px 0 0;
        height: auto;
    }
    .history__action {
        text-align: center;
    }
    .history__action li {
        float: none;
        margin: 0 2.5px;
    }
    .list__artist li div {
        width: 100%;
        height: auto;
        font: 11px/11px "trebuc",sans-serif;
    }    
    .list__artist li a.link  {
        font: 11px/11px "trebucbd",sans-serif;
    }
    .list__artist li div {
        padding: 0 20px 0 0;
    }
     .list__artist li div:first-child {
        margin: 8px 0 0;
        padding: 0 20px 2px 0;
     }
     .list__artist li a.link {
        padding: 0 0 2px;
     }
     .shopping__container .tab__bay li {
        margin: 2px 2.75px;
        float: left;
     }
     .pl-modal__box {
        padding: 0 0 0 10px;
        border-bottom: 0;
     }
     .pl-modal__info {
        margin: 16px 0 0;
     }
     .shopping__list li div.s__first, .shopping__list li div {
        width: 100%;
     }  
     .sl-link {
        height: auto;
        white-space: nowrap;
        font: 12px/14px "trebuc",sans-serif;
        padding: 5px 0 2px;
        vertical-align: inherit;
     }  
     .shopping__list li div.s__first a {
        vertical-align: inherit;
     }   
    .shopping__list li div {
        font: 11px/11px "trebuc",sans-serif;
    }
    .shopping__list li div.s__first a {
        width: 100%;
    }
    .track__link {
        display: inline;
    }
    .track__table > li > div.td {
        overflow: hidden;
       	text-overflow: ellipsis;
    	-o-text-overflow: ellipsis; 
        white-space: nowrap;    
        padding: 0 5px 2px 0;
    }  

    .popular__list {
        margin: 15px 0 0 5px;
        float: left;
    }
    .popular__list-box {
        width: 50%;
        float: right;
    }
    .popular__list-name li {
        margin: 0 0 5px;
    }
    .ui-popup.ui-body-inherit {
        margin: 0 0 60px -5px;
    }
    .track__table-num .sl-num {
        display: none;
    }
    .chartsAction {
        text-align: right;
    }
    .tabTable__track .tabTable__action a.btn, .tabTable__track .tabTable__action a.btn4 {
        padding: 0 10px;
    }
    .tabTable__track .tabTable__action a.btn {
        margin: 0 10px 0 0;
    }
    .rating-list-block2 li:first-child {
        border-top: 0px solid transparent;
    }
           
}/*END 767*/

/*599px*/
@media only screen and (max-width: 599px){    
    /*
        PAGE IP-A-ALBUM
    */
    .r-form__content .form-control {
        width: 100%;
    } 
    .select-w-1 {
        width: 100%;
    }
    /*
        PAGE IP-A-FEEDBACK
    */    
    .feedback textarea.form-control {
        height: 115px;
    }
    /*
        PAGE IP-A-FEEDBACK-POP-UP
    */ 
    .tab__bay {
        text-align: center;
        margin: -4.5px 0;
    } 
    .tab__bay li {
        float: none;
        margin: 4.5px 2.75px;
    }  
    /*
        IP-A-GENRE
    */
 
    .g-album__song {
        height: auto;
    }     
    .genreAll-hidden {
        display: none;
    }
    .more-artists {
        display: inline-block;
    }
    .paginator__box {
        margin: 9px 0 0;
    }
    .paginator__box a {
        margin: 0 2.5px;
        float: none;
    }
    .paginator__enter {
        margin: 19px 0 0;
    }
    .m-genre__list {
        width: auto;
        float: none;
        display: inline;
        padding: 0;
    }
    .m-genre__list li {
        width: auto;
        float: none;
        display: inline;
        border: 0;       
        min-height: 24px; 
        line-height: 24px;
    }
    .m-genre__list li.inline {
        display: inline !important;
    }
    .m-genre__list li a {
        width: auto;
        padding: 0 6.5px;
        position: relative;
    }
    .more-box {
        margin: 4px -6.5px 0;
        overflow: inherit;
    }
    .m-genre__list li a:before {
        content: "";
        display: block;
        position: absolute;
        right: -4px;
        top: 7px;
        width: 3px;
        height: 3px;
        background: #ccc;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;   
    }
    .m-genre__list li a.view__allGenre {
        color: #efae28;
    }
    .m-genre__list li a.view__allGenre:before {
        display: none;
    }
    .genre__content {
        margin: 4px -10px 0px;
    }
    .popular__list {
        margin: 15px auto 0;
        float: none;
    }
    .popular__list-box {
        width: 100%;
        float: left;
    }
    .popular__list-name li {
        margin: 0;
    }
    .popular__list-name li.xs-visible {        
        display: none !important;
    }
    .cagd {
        display: none !important;
    }
    .confirm_album_go_desc_active {
        display: block !important;
    }

}
@media only screen and (max-width: 500px){
    .testimonials__container .tm__top {
        padding: 0;
        float: none;
        overflow: hidden;
    }
    .testimonials__container .tm__top-left {
        width: 100%;
        float: none;
    }
    .testimonials__container .tm__top-right {
        width: 100%;
        float: none;
        text-align: center;
    }
    .testimonials__container .tm__top-right a {
        margin-top: 10px;
        float: none;
    }
    .testimonials__container .no-reviews {
        padding-top: 10px;
    }
}
/*479px*/
@media only screen and (max-width: 479px){
    .fill__account {
        clear: both;
        margin: 7px 0 0;            
    }   
    .bill {
        padding: 15px 0px 0px 10px;
    }      
    .tm__top {
        padding: 0;
    }
    .tm__top-right {
        width: 100%;
        margin: 5px 0 0;
    }
    .a-review__txt {
        padding: 0 19px 0 27px;
    }
    .a-review__txt:before {
        left: 0;
    }
    .captha-info {
        display: inline-block;
    }
    .album__container .col-xs-6 {
        width: 100%;
    }
    .palb.current-open {
        width: calc(100% + 9px);
    }
    .genre-artist-soc {
        width: 100%;
    }   
    .genre-artist-share .btn {
        margin: 8px 0 0;
    }     
    .charts__box {
        padding: 0px 10px;
    }      
    .charts-one__content .charts__img {
        margin: 0;
    }
    .charts__img {
        width: 100%;
        margin: 13px 0 0;
        float: right;
    } 
    .charts__txt {
        margin: 0;
    } 
    .charts__share {
        margin: 10px 0 0;
        display: none;
    }  
    .charts__shareMobile {
        display: block;
    }       
    .g-album__mobile {
        display: none;
    }   
    .genre__album {
        width: 100%;
    }         
}
#loading-progress {
    width: 0%;
    height: 3px;
    position: fixed;
    z-index: 1000;
    background-color: #A705EA;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #A705EA;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

@keyframes marquee {
    0% { left: -50%; }
    50% { left: -100%; }
    50.001% {left: 0%;}
    100% {left: -50%}
}
@keyframes marquee2 {
    0% { left: -75%; }
    50% { left: -150%; }
    50.001% {left: 0%;}
    100% {left: -75%}

}
@keyframes marquee3 {
    0% { left: -100%; }
    50% { left: -200%; }
    50.001% {left: 0%;}
    100% {left: -100%}
}

.marquee {
    overflow: hidden;
    position: relative;
}

.marquee div {
    display: block;
    position: absolute;
    overflow: hidden;
}
.marquee-anim {
    width: 200%;
    left: 50%;
    animation: marquee 20s linear infinite;
}
@media only screen and (max-width: 700px){
    .marquee-anim  {
        width: 300%;
        animation: marquee2 20s linear infinite;
    }
}
@media only screen and (max-width: 550px){
    .promo-info-col {
        width: auto;
        float: none;
    }
    .promo-info-col.promo-info-col-icons {
        width: auto;
        float: none;
    }
    .promo-stick ul li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 430px){
    .promo-stick .charts {
        width: 100%;
        position: relative;
    }
    .promo-stick .charts a {
        display: block;
        width: 50%;
        float: left;
        margin-left: 0;
    }

}
@media only screen and (max-width: 530px){
    .marquee-anim {
        width: 400%;
        animation: marquee3 20s linear infinite;
    }

}


@media only screen and (max-width: 420px) {
    .payments-history .date {
        width: calc(100% - 50px);
    }
}

.marquee span {
    float: left;
    width: 50%;
    text-align: left;
}

.form_error {
    color: #ff0000;
    padding: 5px 0;
}
.capitalize {
    text-transform: lowercase;
}
.capitalize::first-letter {
    text-transform: uppercase;
}
#free-info {
    font: 12px/16px "trebuc",sans-serif;
    color: #333;
    display: inline-block;
    padding: 10px;
}
.song__info .link, .albumSong__action .link{
    display: inline-block;
    width: 62px;
    float: right;
    font-size: 12px;
    text-align: center;
    margin-top: 3px;
    line-height: 14px;
}
.song__info .prepare, .albumSong__action .prepare {
    background: url(/_front/images/download-prepare.gif) center center no-repeat;
    display: inline-block;
    width: 70px;
    float: right;
    height: 20px;
    text-decoration: none;
}
.albumSong__action .link {
    margin-top: 10px;
    text-align: center;
}
.albumSong__action .prepare {
    margin-top: 10px;
    margin-right: 15px;
}
.my-purchases .attention {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-color: #aeaeae;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    color: #1f262d;
    font-size: 13px;
    margin: -10px 0 7px;
    padding: 9px 0 9px 10px;
}
.my-purchases .attention b {
    color: #faae0c;
}
.arch-container {
    margin-top: 5px;
}
.arch-container img {
    margin-top: -2px;
}
.arch-container a{
    float: left;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}
.arch-container em {
    float: left;
    display: inline-block;
    font-style: normal;
    font-size: 12px;
}
.arch-container .btn{
    float: left;
    display: inline-block;
    margin-left: 5px;
    margin-top: -2px;
}
.arch-container .btn4 {
    padding: 0 15px;
}
.m-bit-tr .btnc {
    float: left;
}
.m-bit-tr .no {
    position: absolute;
    color: #272727;
    text-decoration: line-through;
    font: 12px/37px "trebuc",sans-serif;
    width: 90px;
    text-align: center;
}
.m-bit-tr-disabled .btn {
    display: none;
}
.m-bit-tr-disabled .song-chart__check {
    display: none;
}
.m-bit-tr .prepare {
    background: url(/_front/images/download-prepare.gif) center center no-repeat;
    display: inline-block;
    width: 62px;
    float: right;
    height: 20px;
    text-decoration: none;

}
.help .ht {
    display: none;
}
.search-page .rating-row {
    overflow: hidden;
}
.search-page h1 {
    margin-top: 15px;
    font: 16px/16px "trebuc", sans-serif;
}
.search-page h1:first-child {
    margin-top: 11px;
}
.search-page-results .album__container {
    padding-top: 0;
}
.search-page .total-found{
    float: right;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #333;
    font: 11px/20px "trebuc", sans-serif;
    height: 20px;
    margin-right: 8px;
}
.search-page .total-found b {
    display: inline-block;
    font: 11px/20px "trebuc", sans-serif bold;
    height: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #efad27;
    padding: 0 15px;
}
.playlist-add-controller {
    display: none;
}
.my-purchases .song-chart__check {
    /* position: inherit;  Это мешает отображению галочки при просмотре треков купленного альбома*/
}










/* line 1, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
body.dragging, body.dragging * {
    cursor: move !important; }

/* line 4, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
.track__table > li.dragged {
    /*margin: 0;
    padding: 0;*/
    position: absolute;
    top: 0;
    opacity: 0.7;
    z-index: 2000;
    background: #FFFFFF;
}

.fb_like_holder {
    position: absolute;
    z-index: 1;
}
.fb-share-overflow {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 90px;
    height: 40px;
    z-index: 900;
    margin: -10px 0 0 -10px;
    background-color: rgba(231, 231, 231, 0.05);

}
.gplus-share-own {
    display: block;
    height: 24px;
    width: 38px;
    -moz-user-select: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    color: #262626;
    cursor: pointer;
    outline: medium none;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: background-color 0.218s ease 0s, border-color 0.218s ease 0s, box-shadow 0.218s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.gplus-share-own:hover {
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.gplus-share-own  svg path {
    fill: #db4437;
}
#share-with-gplus {
    position: absolute;
}
#share-with-tweeter {
    position: absolute;
}
#share-with-facebook {
    margin: 0px 0 0 90px;
}
.btn-padding {
    padding: 0 10px;
}
.gotoalb {
    margin-top: 20px;
    margin-left: -2px;
}
.log-item {
    color: red;
}

#log-text {
    width: 100%;
    height: 550px;
}