@font-face {
  font-family: 'futurafuturiscregular';
  src: url(/webpack/1f109b044356d7d2c738ca7c8f0319e3.eot);
  src: url(/webpack/1f109b044356d7d2c738ca7c8f0319e3.eot?#iefix) format("embedded-opentype"), url(/webpack/54b51b7e7ba8f24baf310f53caf43782.woff2) format("woff2"), url(/webpack/da48c1de0a4ed25abe23cc0e40286339.woff) format("woff"), url(/webpack/e06b4e16671dd46041ea4c6b01c236e2.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }


#header {
  height: 49px;
  width: 100%;
  min-width: 980px;
  background: #2a3e53;
  position: relative;
  z-index: 150; }
  @media screen and (max-width: 992px) {
    #header {
      min-width: 320px; } }
  @media screen and (max-width: 640px) {
    #header {
      height: 60px; } }

#h_logo {
  position: absolute;
  top: 9px;
  left: 46px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 150px;
  height: 35px; }
  @media screen and (max-width: 992px) {
    #h_logo {
      left: 15px;
      width: 100px;
      height: auto; } }
  @media screen and (max-width: 640px) {
    #h_logo {
      top: 14px; } }
  @media screen and (max-width: 480px) {
    #h_logo {
      left: 76px;
      width: 25px; } }
  #h_logo i {
    display: block; }
  #h_logo i.c {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -355px -31px;
    width: 21px;
    height: 31px;
    position: relative;
    opacity: 1; }
    #h_logo i.c::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -355px 0px;
      width: 21px;
      height: 31px; }
  #h_logo i.w {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  #h_logo i.t {
    background-image: url(/webpack/0ff61ba9eac331b1a466780863b88c70.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 105px;
    height: 22px;
    position: absolute;
    left: 30px;
    top: 6px; }
    @media screen and (max-width: 992px) {
      #h_logo i.t {
        top: 8px;
        width: 90px;
        background-size: contain; } }
    @media screen and (max-width: 480px) {
      #h_logo i.t {
        display: none; } }
  #h_logo:hover i.c::after {
    content: '';
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  #h_logo:hover i.w {
    opacity: 1; }

#h_profile {
  position: absolute;
  width: 430px;
  top: 0px;
  right: 80px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: right; }
  @media screen and (min-width: 1100px) {
    #h_profile {
      right: 100px; } }
  @media screen and (min-width: 1200px) {
    #h_profile {
      right: 150px; } }
  @media screen and (min-width: 1300px) {
    #h_profile {
      right: 200px; } }
  #h_profile #h_user_name {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 115px;
    top: 19px; }
    #h_profile #h_user_name:hover {
      text-decoration: underline; }
    @media screen and (max-width: 640px) {
      #h_profile #h_user_name {
        right: 105px; } }
  #h_profile #h_profile_avatar {
    position: absolute;
    top: 0;
    right: 49px;
    width: 49px;
    height: 49px; }
    @media screen and (max-width: 640px) {
      #h_profile #h_profile_avatar {
        height: 60px; } }
    #h_profile #h_profile_avatar img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
  #h_profile #h_profile_menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    line-height: 1.2;
    z-index: 200; }
    @media screen and (max-width: 640px) {
      #h_profile #h_profile_menu {
        height: 60px; } }
    #h_profile #h_profile_menu ul {
      visibility: hidden;
      overflow: hidden;
      -webkit-transition: height 0.3s ease;
      transition: height 0.3s ease;
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 49px;
      right: 0; }
      @media screen and (max-width: 640px) {
        #h_profile #h_profile_menu ul {
          top: 60px; } }
    #h_profile #h_profile_menu a {
      display: block;
      width: 195px;
      padding: 18px 25px 15px 40px;
      color: #a8c0da;
      font-size: 12px;
      font-weight: bold;
      background: #4e6986;
      text-align: left; }
      #h_profile #h_profile_menu a:hover {
        background: #00bff3 !important;
        color: #fff; }
      #h_profile #h_profile_menu a:active {
        background: #2a3e53 !important;
        color: #fff; }
    #h_profile #h_profile_menu li:nth-child(even) a {
      background: #405a75; }
    #h_profile #h_profile_menu #h_profile_menu_toggle {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      width: 49px;
      height: 49px;
      background: #405a75; }
      @media screen and (max-width: 640px) {
        #h_profile #h_profile_menu #h_profile_menu_toggle {
          height: 60px; } }
      #h_profile #h_profile_menu #h_profile_menu_toggle:hover {
        background: #faa61a; }
      #h_profile #h_profile_menu #h_profile_menu_toggle:active {
        background: #1d2e3f; }
      #h_profile #h_profile_menu #h_profile_menu_toggle i {
        display: block; }
      #h_profile #h_profile_menu #h_profile_menu_toggle i.a {
        position: absolute;
        top: 17px;
        right: 17px;
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -189px -285px;
        width: 16px;
        height: 13px;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        @media screen and (max-width: 640px) {
          #h_profile #h_profile_menu #h_profile_menu_toggle i.a {
            top: 25px; } }
    #h_profile #h_profile_menu.on #h_profile_menu_toggle {
      z-index: 5;
      background: #00bff3; }
      #h_profile #h_profile_menu.on #h_profile_menu_toggle i.t {
        z-index: 6;
        position: absolute;
        top: 49px;
        left: 20px;
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -376px -368px;
        width: 11px;
        height: 6px; }
      #h_profile #h_profile_menu.on #h_profile_menu_toggle i.a {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }

#h_register {
  position: absolute;
  width: 430px;
  top: 7px;
  right: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (min-width: 1100px) {
    #h_register {
      right: 100px; } }
  @media screen and (min-width: 1200px) {
    #h_register {
      right: 150px; } }
  @media screen and (min-width: 1300px) {
    #h_register {
      right: 200px; } }
  @media screen and (max-width: 992px) {
    #h_register {
      width: auto; } }
  @media screen and (max-width: 640px) {
    #h_register {
      right: 65px;
      top: 11px; } }
  @media screen and (max-width: 768px) {
    #h_register #h_social-wrap {
      display: none; } }
  @media screen and (min-width: 769px) {
    #h_register #h_social-wrap {
      display: block !important; } }
  @media screen and (max-width: 768px) {
    #h_register #h_social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      min-width: 160px;
      background: #2a3e53;
      padding: 10px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  #h_register #h_ltxt {
    color: #506882;
    font-size: 12px;
    margin-right: 10px; }
    @media screen and (max-width: 768px) {
      #h_register #h_ltxt {
        margin-bottom: 10px; } }
  #h_register #h_login_vk i {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -206px -80px;
    width: 33px;
    height: 32px; }
  #h_register #h_login_fb i {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -204px -126px;
    width: 33px;
    height: 32px; }
  #h_register #h_login_tw i {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -322px 0px;
    width: 33px;
    height: 32px; }
  #h_register #h_btn {
    display: none;
    width: 32px;
    height: 32px;
    background: url(/webpack/a0b9da8504bb554fdfcd3cbee5e8a164.png);
    background-size: 19px 19px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    #h_register #h_btn:hover {
      -webkit-transform: scale(0.96);
              transform: scale(0.96); }
    @media screen and (max-width: 768px) {
      #h_register #h_btn {
        display: inline-block;
        margin-right: 10px; } }
  #h_register #h_wrap {
    position: relative; }
  #h_register .extauth {
    border-radius: 20px;
    margin-right: 5px;
    height: 36px;
    width: 37px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    word-wrap: normal;
    overflow: hidden;
    text-align: left; }
    @media screen and (max-width: 768px) {
      #h_register .extauth {
        background: #3d536a;
        width: 110px; } }
    #h_register .extauth i {
      margin: 2px; }
    @media screen and (max-width: 768px) {
      #h_register .extauth.ib {
        margin-bottom: 10px; } }
    #h_register .extauth .text {
      width: 0;
      overflow: hidden;
      font-size: 12px;
      color: #b1c7df;
      text-align: left;
      margin-left: -5px;
      -webkit-transition: width 0.3s ease;
      transition: width 0.3s ease; }
      @media screen and (max-width: 768px) {
        #h_register .extauth .text {
          width: 67px;
          margin-left: 0; } }
    #h_register .extauth:hover {
      background: #3d536a;
      width: 110px; }
      #h_register .extauth:hover .text {
        width: 67px;
        margin-left: 0; }
      #h_register .extauth:hover:active {
        background: #1d2e3f; }
        #h_register .extauth:hover:active .text {
          color: #b1c7df; }

#h_login_ml {
  width: 91px;
  height: 36px;
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  margin-left: 6px;
  background: #5c7189; }
  #h_login_ml:hover {
    background: #099e94; }
    #h_login_ml:hover:active {
      background: #1d2e3f; }
  #h_login_ml .text {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 39px; }
  #h_login_ml i {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -202px -358px;
    width: 16px;
    height: 10px;
    display: block;
    position: absolute;
    top: 12px;
    left: 14px; }

#h_plus {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 49px;
  background: #405a75; }
  #h_plus.on {
    background: #ef4d5e; }
  #h_plus:hover {
    background: #ef4d5e; }
    #h_plus:hover:active {
      background: #1d2e3f; }
  @media screen and (max-width: 640px) {
    #h_plus {
      background: none;
      width: 16px;
      height: 15px;
      right: 14px;
      top: 19px; }
      #h_plus:hover {
        background: none; } }
  #h_plus i {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -73px -285px;
    width: 23px;
    height: 23px; }
    @media screen and (max-width: 640px) {
      #h_plus i {
        background-image: url(/webpack/afa588183bbe6ae9254212b49d5434b1.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 17px;
        height: 17px;
        right: 0px;
        top: 0px; } }

#header_plus_menu {
  z-index: 80;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #bf392b;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0; }
  #header_plus_menu.open {
    height: 120px; }
  #header_plus_menu .disabled {
    opacity: .3; }
  #header_plus_menu ul {
    list-style: none;
    padding: 10px;
    display: inline-block; }
  #header_plus_menu li {
    display: inline-block; }
  #header_plus_menu a {
    display: block;
    text-align: center;
    width: 130px;
    height: 70px;
    position: relative;
    cursor: pointer; }
  #header_plus_menu span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 15px;
    font-weight: bold;
    color: #fff; }
  #header_plus_menu i {
    display: block;
    margin: 0 auto; }

#header_banner {
  position: relative;
  z-index: 10; }

#header_banner.on {
  min-height: 90px; }

#parallax_placeholder {
  margin-bottom: 170px; }

#header_parallax {
  margin: 10px auto;
  width: 100%;
  height: 190px;
  text-align: center;
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0; }
  #header_parallax li {
    position: absolute;
    width: 2500px;
    height: 211px; }

.h_menu_btn {
  position: absolute;
  left: 16px;
  top: 9px;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #405a75;
  border-radius: 50%;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .h_menu_btn {
      display: inline-block; } }

.menu_closed {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/webpack/9ece3017fb91ce74e030b2b2088724cb.png);
  background-repeat: no-repeat;
  background-size: 22px 4px;
  background-position: center; }

.menu_opened {
  display: none;
  width: 100%;
  height: 100%;
  background-image: url(/webpack/fda9f9d62c7a12fe9f99e028ccf876ed.png);
  background-repeat: no-repeat;
  background-size: 17px 9px;
  background-position: center;
  cursor: pointer; }

.h_search-clsbtn {
  display: none;
  position: absolute;
  right: 25px;
  top: 13px;
  width: 12px;
  height: 12px;
  background-image: url(/webpack/f5c1480bd769985f6dd7ee1b27e0675a.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer; }

.menu-open .menu_closed {
  display: none; }

.menu-open .menu_opened {
  display: block; }

.search_open .h_search-btn {
  display: none; }

.search_open #h_search {
  width: 100% !important;
  top: 0;
  left: 0;
  z-index: 300;
  background-color: #dc4353; }

.search_open #h_search_form {
  display: block;
  width: 290px;
  height: 38px;
  margin: 0 auto;
  top: 10px;
  border-radius: 19px; }

.search_open #h_submit {
  left: 20px !important;
  top: 11px !important; }

.search_open #h_sq {
  width: 195px !important;
  height: 18px !important;
  margin: 0px 0px 0px 37px !important;
  padding: 10px 11px 10px 10px !important; }

.search_open .h_search-clsbtn {
  display: block; }

body {
  line-height: 1.2; }

h1 {
  margin-top: 0; }

a {
  text-decoration: none; }

.player-enabled body, .player-enabled html, .player-enabled #wrap {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.player-enabled #main {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 54px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 994px) {
    .player-enabled #main {
      overflow-x: hidden; } }

@media screen and (max-width: 992px) {
  #scroll {
    min-width: 320px; } }

#page {
  position: relative;
  margin-top: 10px; }

#page_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
  z-index: 60; }
  @media screen and (max-width: 480px) {
    #page_left {
      width: 100%;
      height: 100%;
      position: fixed;
      overflow: auto;
      left: 0;
      top: 0;
      will-change: transform;
      -webkit-transform: translateY(-106%);
              transform: translateY(-106%);
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s;
      background: #fff; } }

.menu-open #page_left {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }

#page_main {
  margin-left: 135px;
  min-height: 1200px; }
  @media screen and (max-width: 480px) {
    #page_main {
      margin-left: 20px; } }

#support {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -10px; }

#adriver_banner_695123760 {
  width: 240px;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px; }

#adriver_banner_266633296 {
  margin-top: 20px;
  width: 240px;
  height: 400px;
  overflow: hidden; }

.adm {
  font-size: 18px; }
  .adm a {
    color: #252525;
    text-decoration: underline; }
    .adm a:hover {
      text-decoration: none; }

.root #page_main {
  margin-left: 135px;
  min-height: 1200px; }
  @media screen and (max-width: 480px) {
    .root #page_main {
      margin-left: 0; } }

#footer {
  padding: 80px 0 60px;
  position: relative;
  background: #fff;
  margin-top: 20px; }
  #footer .rs_tag {
    opacity: 0.7;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    #footer .rs_tag:hover {
      opacity: 1; }
  #footer a {
    color: #363636;
    line-height: 30px;
    font-size: 15px; }
    #footer a:hover {
      color: #777; }
  #footer .cf {
    margin-bottom: 30px; }
    @media (max-width: 500px) {
      #footer .cf {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        text-align: center; } }

#footer_wrap {
  width: 960px;
  margin: 0 auto;
  padding: 10px;
  position: relative; }

#footer_logo {
  position: absolute;
  top: 40px;
  right: 30px; }
  #footer_logo b {
    display: block;
    margin-bottom: 50px;
    color: #33485f;
    font-size: 20px;
    font-weight: normal; }

#footer_menu .n {
  color: #363636;
  font-size: 15px;
  font-weight: bold; }

#footer_menu ul {
  padding: 10px 0;
  margin: 0;
  list-style: none; }
  @media (max-width: 500px) {
    #footer_menu ul {
      padding: 0;
      margin-bottom: 20px; } }

#footer_menu .footer-block {
  float: left;
  margin-right: 200px; }

#footer_menu #footer_3 {
  margin-right: 0; }

#footer_copy {
  padding-top: 40px;
  color: #363636;
  font-size: 15px;
  line-height: 25px; }
  @media (max-width: 500px) {
    #footer_copy {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto; } }
  @media (max-width: 500px) and (max-width: 500px) {
    #footer_copy #li_counter {
      text-align: center; } }

@media screen and (min-width: 1300px) {
  #footer_wrap {
    width: 1200px; }
  #footer_copy {
    position: absolute;
    top: 0;
    right: 0; } }

@media (max-width: 970px) {
  #footer_wrap {
    width: 600px;
    margin: 0 auto; } }

@media (max-width: 640px) {
  #footer_wrap {
    width: 500px; } }

@media (max-width: 500px) {
  #footer_wrap {
    width: auto; } }

@media (max-width: 970px) {
  #footer_wrap #footer {
    padding: 0; } }

@media (max-width: 760px) {
  #footer_wrap #footer_menu .n {
    margin-bottom: 10px; } }

@media (max-width: 500px) {
  #footer_wrap #footer_menu .n {
    margin-bottom: 10px; } }

@media (max-width: 970px) {
  #footer_wrap #footer_menu .footer-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 65px; } }

@media (max-width: 970px) {
  #footer_wrap #footer_menu .footer-block:last-child {
    margin-right: 0; } }

@media (max-width: 640px) {
  #footer_wrap #footer_menu .footer-block {
    margin-right: 30px; } }

@media (max-width: 500px) {
  #footer_wrap #footer_menu .footer-block {
    width: 100%;
    margin-right: 0; }
    #footer_wrap #footer_menu .footer-block#footer_2 {
      float: none; } }

@media (max-width: 970px) {
  #footer_wrap #footer_copy {
    padding-top: 0; } }

#new_songs {
  margin-top: 50px;
  position: relative;
  overflow: hidden; }
  #new_songs .header {
    background-color: #2a3e53;
    min-width: 962px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 767px) {
      #new_songs .header {
        min-width: unset; } }
    #new_songs .header h2 {
      position: relative;
      width: 960px;
      margin: 0 auto;
      padding: 25px 0;
      color: #fff;
      font-size: 20px; }
      @media (max-width: 360px) {
        #new_songs .header h2 {
          width: 100%; } }
      #new_songs .header h2 span {
        display: block;
        padding-left: 20px; }
  #new_songs .scroll-wrapper {
    background-attachment: scroll;
    overflow: auto; }
  #new_songs table.w {
    width: 100%;
    position: relative; }
    #new_songs table.w .even {
      background: #2a3e53; }
    #new_songs table.w .odd {
      background: #2f445b; }
  #new_songs .tw {
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative; }
  #new_songs table.i a {
    display: block;
    padding: 12px 10px; }
    #new_songs table.i a:hover {
      text-decoration: underline; }
  #new_songs .artist {
    width: 170px; }
    #new_songs .artist a {
      color: #4e6883;
      font-size: 14px; }
  #new_songs .song {
    width: 170px; }
    #new_songs .song a {
      color: #c7d7e8;
      font-size: 14px; }
  #new_songs .line {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #364d65;
    left: 315px;
    padding-left: 0 !important; }
    @media (max-width: 1000px) {
      #new_songs .line {
        display: none !important; } }
    #new_songs .line.l2 {
      left: 635px; }

#player {
  height: 54px;
  width: 100%;
  min-width: 920px;
  position: absolute;
  bottom: 0;
  background: #272727;
  z-index: 60; }
  #player #pr_position.underline {
    text-decoration: underline; }
  #player #no_js, #player #no_cookies, #player #no_mp3, #player #no_browser {
    text-align: center;
    color: #fff; }
    #player #no_js a, #player #no_cookies a, #player #no_mp3 a, #player #no_browser a {
      color: #fff;
      text-decoration: underline; }
      #player #no_js a:hover, #player #no_cookies a:hover, #player #no_mp3 a:hover, #player #no_browser a:hover {
        text-decoration: none; }
    #player #no_js h3, #player #no_cookies h3, #player #no_mp3 h3, #player #no_browser h3 {
      margin: 4px 0;
      font-size: 17px; }
    #player #no_js p, #player #no_cookies p, #player #no_mp3 p, #player #no_browser p {
      margin: 0;
      font-size: 14px; }
  #player #pr_logo {
    background: #313131;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 134px; }
    @media screen and (max-width: 1100px) {
      #player #pr_logo {
        display: none; } }
    #player #pr_logo i {
      display: block; }
    #player #pr_logo i.w {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -322px -219px;
      width: 24px;
      height: 35px;
      position: absolute;
      top: 9px;
      left: 60px;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    #player #pr_logo i.c {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -322px -184px;
      width: 24px;
      height: 35px;
      position: absolute;
      top: 9px;
      left: 60px;
      opacity: 0.01;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
    #player #pr_logo:hover i.w {
      opacity: 0; }
    #player #pr_logo:hover i.c {
      opacity: 1; }
  #player #pr_ctl {
    position: absolute;
    left: 146px;
    top: 0;
    bottom: 0;
    width: 155px; }
    @media screen and (max-width: 1100px) {
      #player #pr_ctl {
        left: 10px; } }
  #player .pr_ctl {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 9px;
    width: 44px;
    height: 34px;
    border-radius: 4px;
    background: #3f3f3f; }
    #player .pr_ctl:hover {
      background: #595959; }
    #player .pr_ctl:active {
      background: #313131; }
    #player .pr_ctl i {
      display: block;
      margin: 9px auto; }
  #player #pr_prev {
    left: 0; }
    #player #pr_prev i {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -120px -285px;
      width: 24px;
      height: 15px; }
  #player #pr_play {
    left: 54px; }
    #player #pr_play i {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -376px -267px;
      width: 13px;
      height: 16px;
      margin: 8px auto; }
    #player #pr_play.playing i {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -225px -160px;
      width: 15px;
      height: 16px; }
  #player #pr_next {
    left: 109px; }
    #player #pr_next i {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -96px -285px;
      width: 24px;
      height: 15px; }
  #player #pr_main {
    position: absolute;
    left: 325px;
    right: 510px;
    top: 0;
    bottom: 0; }
    @media screen and (max-width: 1100px) {
      #player #pr_main {
        left: 180px;
        right: 480px; } }
    #player #pr_main #pr_title {
      color: #fff;
      font-size: 12px;
      position: absolute;
      top: 9px;
      left: -3px;
      bottom: 30px;
      right: 54px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      #player #pr_main #pr_title.clickable {
        cursor: pointer; }
      #player #pr_main #pr_title.underline {
        text-decoration: underline; }
    #player #pr_main #pr_time {
      color: #fff;
      font-size: 12px;
      position: absolute;
      top: 9px;
      right: 0; }
  #player #pr_progress {
    background: #151515;
    bottom: 15px;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 3px; }
    #player #pr_progress #pg_load, #player #pr_progress #pg_play {
      height: 6px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: 3px; }
    #player #pr_progress #pg_load {
      background: #5d5d5d;
      width: 0; }
    #player #pr_progress #pg_play {
      background: #2c96de;
      width: 0; }
    #player #pr_progress #pg_handle {
      background: #ffffff;
      position: absolute;
      left: 0;
      top: -4px;
      width: 14px;
      height: 14px;
      border-radius: 7px;
      margin-left: -7px; }
      #player #pr_progress #pg_handle:hover, #player #pr_progress #pg_handle:active {
        background: #eeeeee; }
  #player .separator {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    border-left: 1px solid #454545;
    background: #020202; }
  #player #pr_order {
    background: #313131;
    position: absolute;
    right: 384px;
    bottom: 0;
    top: 0;
    width: 106px; }
    @media screen and (max-width: 1100px) {
      #player #pr_order {
        right: 361px; } }
    #player #pr_order #pr_repeat {
      position: absolute;
      top: 18px;
      left: 22px;
      cursor: pointer;
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -355px -237px;
      width: 20px;
      height: 17px; }
      #player #pr_order #pr_repeat.all {
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -355px -169px;
        width: 20px;
        height: 17px; }
      #player #pr_order #pr_repeat.one {
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -355px -220px;
        width: 20px;
        height: 17px; }
    #player #pr_order #pr_shuffle {
      position: absolute;
      top: 18px;
      left: 60px;
      cursor: pointer;
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -355px -186px;
      width: 20px;
      height: 17px; }
      #player #pr_order #pr_shuffle.on {
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -355px -135px;
        width: 20px;
        height: 17px; }
  #player #pr_support {
    background: #313131;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 276px;
    width: 108px; }
    @media screen and (max-width: 1100px) {
      #player #pr_support {
        right: 253px; } }
    #player #pr_support a {
      cursor: pointer;
      display: block;
      position: absolute;
      top: 19px;
      width: 16px;
      height: 16px; }
    #player #pr_support .s_playlist {
      top: 19px;
      left: 10px; }
    #player #pr_support .s_like {
      left: 32px; }
    #player #pr_support .s_share {
      left: 57px; }
    #player #pr_support .s_options {
      left: 81px; }
  #player #pr_volume {
    background: #313131;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 53px;
    width: 223px; }
    @media screen and (max-width: 1100px) {
      #player #pr_volume {
        width: 200px; } }
    #player #pr_volume #vo_icon {
      position: absolute;
      width: 16px;
      height: 13px;
      top: 21px;
      left: 14px; }
      #player #pr_volume #vo_icon.mute {
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -171px -358px;
        width: 16px;
        height: 13px; }
      #player #pr_volume #vo_icon.low {
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -285px -285px;
        width: 16px;
        height: 13px; }
      #player #pr_volume #vo_icon.high {
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -237px -285px;
        width: 16px;
        height: 13px; }
    #player #pr_volume #vo_slider {
      position: absolute;
      top: 25px;
      left: 45px;
      width: 115px;
      height: 6px;
      background: #151515;
      border-radius: 3px; }
      #player #pr_volume #vo_slider .ui-slider-range {
        height: 6px;
        background: #07a084;
        border-radius: 3px; }
      #player #pr_volume #vo_slider .ui-slider-handle {
        background: #ffffff;
        position: absolute;
        left: 0;
        top: -4px;
        width: 14px;
        height: 14px;
        border-radius: 7px;
        margin-left: -7px;
        outline: none; }
        #player #pr_volume #vo_slider .ui-slider-handle:hover, #player #pr_volume #vo_slider .ui-slider-handle:active {
          background: #eeeeee; }
    #player #pr_volume #vo_percent {
      line-height: 1.2;
      position: absolute;
      top: 21px;
      left: 175px;
      color: #9c9c9c;
      font-size: 12px; }
      @media screen and (max-width: 1100px) {
        #player #pr_volume #vo_percent {
          display: none; } }
  #player #pr_collapse {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 53px;
    cursor: pointer;
    background: #07a084; }
    #player #pr_collapse:hover {
      background: #09b091; }
    #player #pr_collapse:active {
      background: #078d74; }
    #player #pr_collapse i {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -376px 0px;
      width: 14px;
      height: 17px;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      display: block;
      position: absolute;
      top: 18px;
      right: 18px; }
    #player #pr_collapse.open i {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.ipad #player #pr_volume {
  display: none; }

.ipad #player #pr_support {
  right: 53px; }
  .ipad #player #pr_support .separator {
    display: none; }

.ipad #player #pr_order {
  right: 139px; }

.ipad #player #pr_main {
  right: 270px; }

.s_playlist {
  background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
  background-position: -240px -342px;
  width: 16px;
  height: 16px; }
  .s_playlist.on {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -224px -342px;
    width: 16px;
    height: 16px; }

.s_like {
  background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
  background-position: -112px -342px;
  width: 16px;
  height: 16px; }
  .s_like.on {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -80px -342px;
    width: 16px;
    height: 16px; }

.s_share {
  background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
  background-position: -304px -342px;
  width: 16px;
  height: 16px; }
  .s_share.on {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -288px -342px;
    width: 16px;
    height: 16px; }

.s_options {
  background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
  background-position: -176px -342px;
  width: 16px;
  height: 16px; }
  .s_options.on {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -163px -315px;
    width: 16px;
    height: 16px; }

.s_delete {
  background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
  background-position: -376px -33px;
  width: 14px;
  height: 16px; }

#playlist {
  background: #616161;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
  z-index: 70;
  overflow: hidden;
  min-width: 940px; }
  #playlist .ui-resizable {
    position: relative; }
  #playlist .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block; }
  #playlist .ui-resizable-n {
    cursor: n-resize;
    height: 2px;
    width: 100%;
    top: 0;
    left: 0; }

#playlist_left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 260px;
  height: auto !important;
  background: #8f8f8f;
  border-bottom: 1px solid #767676; }
  #playlist_left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 248px;
    background: #272727; }
  #playlist_left a {
    position: relative;
    display: block;
    padding: 12px 68px 12px 50px;
    width: 130px; }
  #playlist_left .top-level {
    background: #616161; }
    #playlist_left .top-level .t {
      font-size: 15px;
      color: #fff; }
    #playlist_left .top-level .arrow {
      position: absolute;
      bottom: 0;
      right: 8px;
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -322px -308px;
      width: 11px;
      height: 6px; }
  #playlist_left .icon {
    position: absolute;
    top: 13px;
    left: 15px;
    display: block;
    width: 18px;
    height: 18px; }
  #playlist_left ul ul a {
    cursor: pointer; }
    #playlist_left ul ul a:hover {
      background: #3a3a3a; }
    #playlist_left ul ul a.active {
      background: #555; }
  #playlist_left ul ul .t {
    font-size: 13px;
    color: #fff; }
  #playlist_left .c {
    position: absolute;
    display: block;
    top: 16px;
    right: 0;
    width: 51px;
    font-size: 11px;
    color: #b7b7b7; }
  #playlist_left .audio .icon {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -355px -305px;
    width: 18px;
    height: 18px; }
  #playlist_left .upload .icon {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -336px -140px;
    width: 18px;
    height: 18px; }
  #playlist_left .queue .icon {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -336px -158px;
    width: 18px;
    height: 18px; }
  #playlist_left .queue.playing .icon {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -73px -315px;
    width: 18px;
    height: 18px; }
  #playlist_left .all .icon {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -91px -315px;
    width: 18px;
    height: 18px; }
  #playlist_left .all.playing .icon {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -73px -315px;
    width: 18px;
    height: 18px; }
  #playlist_left .create .icon {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -355px -323px;
    width: 18px;
    height: 18px; }
  #playlist_left .create .t {
    color: #07a084; }
  #playlist_left .playlists-loading {
    position: relative;
    height: 135px; }
  #playlist_left .playlist .icon {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -336px -122px;
    width: 18px;
    height: 18px; }
  #playlist_left .playlist .t {
    color: #b7b7b7; }
  #playlist_left .playlist.active, #playlist_left .playlist:hover {
    background: #3a3a3a; }
    #playlist_left .playlist.active .t, #playlist_left .playlist:hover .t {
      color: #fff; }
  #playlist_left .playlist.active .icon {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -109px -315px;
    width: 18px;
    height: 18px; }
  #playlist_left .playlist.playing .icon {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -73px -315px;
    width: 18px;
    height: 18px; }

#playlist_right {
  background: #616161;
  position: absolute;
  top: 0;
  left: 260px;
  right: 0;
  bottom: 0; }

#playlist_header {
  padding: 11px;
  padding-right: 300px;
  height: 50px;
  position: relative; }
  #playlist_header .image {
    position: absolute;
    top: 11px;
    left: 11px;
    width: 50px;
    height: 50px; }
    #playlist_header .image img {
      max-width: 50px;
      max-height: 50px;
      display: block;
      margin: 0 auto; }
  #playlist_header .name {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 78px;
    right: 50px;
    text-overflow: ellipsis; }
  #playlist_header .actions {
    position: absolute;
    top: 42px;
    left: 78px;
    font-size: 12px;
    color: #00aeef; }
    #playlist_header .actions span {
      color: #898989; }
    #playlist_header .actions a {
      cursor: pointer;
      text-decoration: underline;
      color: #00aeef; }
      #playlist_header .actions a:hover {
        text-decoration: none;
        color: #0089bc; }

#pl_search {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 330px;
  height: 36px;
  background: #fff;
  border-radius: 18px; }
  #pl_search #pl_submit {
    background: transparent image-url("app/search.png") no-repeat top left;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 10px;
    border: 0; }
  #pl_search #pl_sq {
    border: 0;
    background: none;
    color: #92a4b8;
    font-size: 14px;
    padding: 6px 2px 6px 1px;
    margin: 0px 0px 0px 38px;
    padding: 10px 11px 10px 0px;
    height: 16px;
    width: 301px; }
    #pl_search #pl_sq.placeholder {
      color: #738aa4; }
    #pl_search #pl_sq:-moz-placeholder {
      color: #738aa4; }
    #pl_search #pl_sq::-moz-placeholder {
      color: #738aa4; }
    #pl_search #pl_sq::-webkit-input-placeholder {
      color: #738aa4; }
    #pl_search #pl_sq:focus {
      outline: 0; }

.pl-track {
  height: 40px;
  position: relative;
  background: #6b6b6b; }
  .pl-track .num-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px; }
  .pl-track .num-head {
    padding-right: 3px;
    color: #4d4d4d;
    font-size: 14px;
    text-align: right; }
  .pl-track .num-cell {
    text-align: right;
    padding-top: 14px;
    padding-right: 17px; }
  .pl-track .cb-col {
    position: absolute;
    top: 0;
    left: 51px;
    width: 16px !important;
    height: 16px !important;
    padding: 13px 5px 11px 10px !important;
    border-left: 1px solid #747474; }
  .pl-track .pl-mid {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 83px;
    right: 200px;
    height: 40px !important;
    padding: 0 !important; }
    .pl-track .pl-mid .ib {
      padding: 13px 0 12px 0 !important; }
      .pl-track .pl-mid .ib span {
        padding: 0 15px;
        display: inline-block; }
  .pl-track .song-col {
    width: 40%;
    height: 39px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .pl-track.has_text .song-col {
    cursor: pointer; }
  .pl-track .art-col {
    border-left: 1px solid #747474;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
    height: 39px !important;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .pl-track .alb-col {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #747474;
    width: 35%;
    height: 39px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: -2px; }
  @media screen and (max-width: 1100px) {
    .pl-track .song-col {
      width: 55%; }
    .pl-track .art-col {
      width: 45%;
      margin-right: -2px; }
    .pl-track .alb-col {
      display: none; } }
  .pl-track .act-col {
    position: absolute;
    top: 0;
    right: 100px;
    width: 120px;
    text-align: right; }
    .pl-track .act-col a {
      visibility: hidden;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 7px;
      cursor: pointer; }
  .pl-track .time-col {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    border-left: 1px solid #747474;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .pl-track .time-col .time-cell {
      padding: 0 5px; }
  .pl-track .handle {
    visibility: hidden;
    margin: 0 0 0 17px;
    padding: 0; }
    .pl-track .handle i {
      display: block;
      margin-top: 4px;
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -333px -308px;
      width: 13px;
      height: 5px; }
  .pl-track .time-cell {
    margin-left: 10px; }
  .pl-track .checkbox {
    display: inline-block;
    width: 14px;
    height: 15px;
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -376px -80px;
    width: 14px;
    height: 15px; }
    .pl-track .checkbox.half {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -376px -110px;
      width: 14px;
      height: 15px; }
    .pl-track .checkbox.checked {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -376px -125px;
      width: 14px;
      height: 15px; }
  .pl-track .ib {
    font-size: 12px;
    height: 14px; }
  .pl-track.ui-sortable-helper {
    width: 150px !important;
    height: 40px !important;
    background: #6B6B6B !important;
    overflow: hidden; }
    .pl-track.ui-sortable-helper .num-col, .pl-track.ui-sortable-helper .cb-col, .pl-track.ui-sortable-helper .alb-col, .pl-track.ui-sortable-helper .act-col, .pl-track.ui-sortable-helper .time-col {
      display: none; }
    .pl-track.ui-sortable-helper .pl-mid {
      left: 0; }
    .pl-track.ui-sortable-helper .song-col, .pl-track.ui-sortable-helper .art-col {
      color: #fff;
      width: 150px;
      display: block;
      padding: 3px !important; }

#playlist_head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 39px; }
  #playlist_head .num-col {
    padding: 12px 14px 12px 13px !important; }
  #playlist_head .pl-mid .ib {
    padding: 13px 0px 11px !important; }
  #playlist_head .cb-col {
    padding: 12px 11px 11px 10px !important; }
  #playlist_head .cb-col, #playlist_head .art-col, #playlist_head .alb-col, #playlist_head .time-col {
    border-left: 1px solid #313131; }
  #playlist_head .time-col {
    padding: 12px 6px 12px 13px !important;
    width: 80px; }
  #playlist_head .ib {
    background: #313131;
    color: #d7d7d7;
    font-weight: bold;
    text-align: left;
    padding: 12px 6px;
    height: 15px; }

#playlist_body {
  position: absolute;
  top: 39px;
  bottom: 50px;
  left: 0;
  right: 0;
  overflow-y: auto; }
  #playlist_body .suggest_empty {
    color: #fff;
    text-align: center; }
    #playlist_body .suggest_empty a {
      color: #fff;
      text-decoration: underline; }
  #playlist_body .num-col {
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    height: 40px;
    cursor: pointer; }
  #playlist_body .time-col {
    padding: 0 !important;
    height: 40px !important; }
  #playlist_body .ib {
    font-size: 12px;
    color: #b8b8b8;
    padding: 14px 6px 12px; }
    #playlist_body .ib.song-col {
      color: #fff; }
  #playlist_body .pl-track:nth-child(even) .ib {
    background: #616161; }
  #playlist_body .pl-track:nth-child(odd) .ib {
    background: #6b6b6b; }
  #playlist_body .pl-track:last-child {
    border-bottom: 1px solid #6d6d6d; }
  #playlist_body .playlist {
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding: 0 !important;
    margin: 0;
    margin-right: 8px;
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -240px -342px;
    width: 16px;
    height: 16px; }
    #playlist_body .playlist.on {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -224px -342px;
      width: 16px;
      height: 16px; }
  #playlist_body .play {
    cursor: pointer;
    display: block;
    opacity: 0.01;
    width: 13px;
    height: 16px;
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -376px -283px;
    width: 13px;
    height: 16px;
    position: absolute;
    top: 13px;
    left: 21px; }
  #playlist_body .pause {
    cursor: pointer;
    display: block;
    visibility: hidden;
    width: 16px;
    height: 16px;
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -110px -358px;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 20px; }
  #playlist_body .pl-track.playing .num-cell {
    visibility: hidden; }
  #playlist_body .pl-track.playing .act-col a {
    visibility: visible; }
  #playlist_body .pl-track.force_highlight .act-col a {
    visibility: visible; }
  #playlist_body .pl-track.playing .play {
    opacity: 0.01; }
  #playlist_body .pl-track.playing .pause {
    visibility: visible; }
  #playlist_body .pl-track.playing.paused .pause {
    visibility: hidden; }
  #playlist_body .pl-track.playing.paused .play {
    opacity: 1; }

body.no-ipad #playlist_body .pl-track:hover .handle {
  visibility: visible;
  cursor: move; }

body.no-ipad #playlist_body .pl-track:hover .ib {
  background: #3a3a3a !important; }

body.no-ipad #playlist_body .pl-track:hover .play {
  opacity: 1; }

body.no-ipad #playlist_body .pl-track:hover .num-cell {
  visibility: hidden; }

body.no-ipad #playlist_body .pl-track:hover .act-col a {
  visibility: visible; }

body.no-ipad #playlist_body .pl-track.playing .ib {
  background: #3a3a3a !important; }

body.no-ipad #playlist_body .pl-track.playing:hover .play {
  opacity: 0.01; }

body.no-ipad #playlist_body .pl-track.paused:hover .play {
  opacity: 1; }

body.ipad #playlist_body .act-col a {
  visibility: visible !important; }

#playlist_actions {
  border-top: 1px solid #6d6d6d;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  #playlist_actions a {
    display: block;
    cursor: pointer;
    position: absolute; }
  #playlist_actions #batch_delete {
    top: 17px;
    left: 130px; }
  #playlist_actions #batch_menu {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -96px -342px;
    width: 16px;
    height: 16px;
    top: 17px;
    left: 85px; }

#playlist_tables {
  position: absolute;
  top: 72px;
  bottom: 0;
  left: 0;
  right: 0; }

.playlist-loading {
  height: 200px; }

#playlist_form {
  position: absolute;
  height: 340px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #313131; }
  #playlist_form #playlist_form_close {
    cursor: pointer;
    position: absolute;
    font-weight: bold;
    font-size: 28px;
    color: #00aeef;
    top: 20px;
    right: 20px; }
    #playlist_form #playlist_form_close:hover {
      color: #23c3ff; }
    #playlist_form #playlist_form_close:active {
      color: #00aeef; }
  #playlist_form #playlist_form_wrap {
    width: 80%;
    max-width: 1000px;
    height: 330px;
    margin: 0 auto;
    position: relative; }
  #playlist_form #playlist_form_left {
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 30px;
    width: 270px; }
    #playlist_form #playlist_form_left .cover {
      background: #898989;
      width: 270px;
      height: 270px;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
      #playlist_form #playlist_form_left .cover img {
        display: block;
        margin: 0 auto;
        max-width: 270px !important;
        max-height: 270px !important; }

#playlist_form_right {
  position: absolute;
  top: 30px;
  left: 300px;
  right: 0;
  bottom: 30px; }
  #playlist_form_right .toggle-public {
    margin-top: 10px;
    cursor: pointer; }
    #playlist_form_right .toggle-public span {
      color: #464646;
      font-size: 12px;
      font-weight: bold; }
    #playlist_form_right .toggle-public i {
      width: 14px;
      height: 15px;
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -376px -80px;
      width: 14px;
      height: 15px;
      margin-right: 7px; }
    #playlist_form_right .toggle-public.on span {
      color: #fff; }
    #playlist_form_right .toggle-public.on i {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -376px -125px;
      width: 14px;
      height: 15px; }
  #playlist_form_right .tags {
    margin: 15px 0 10px 0; }
    #playlist_form_right .tags label {
      display: block;
      color: #fff;
      font-size: 14px; }
    #playlist_form_right .tags .control {
      margin-top: 5px; }
    #playlist_form_right .tags .selectize-control {
      width: 100%; }
    #playlist_form_right .tags .selectize-input {
      font-size: 16px;
      border: 1px solid #616161;
      background: #313131;
      color: #999999; }
      #playlist_form_right .tags .selectize-input > input {
        color: #999999; }
      #playlist_form_right .tags .selectize-input > div {
        color: #999999; }
      #playlist_form_right .tags .selectize-input .remove {
        text-decoration: none; }
    #playlist_form_right .tags .selectize-dropdown .active {
      color: #fff;
      background: #444; }
    #playlist_form_right .tags .selectize-control.multi .selectize-input.has-items {
      padding-bottom: 3px !important;
      padding-top: 8px !important; }
  #playlist_form_right .pl-name-w {
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 23px 0 0; }
  #playlist_form_right .pl-name {
    display: block;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #616161;
    background: #313131;
    color: #999;
    width: 100%;
    margin: 1px; }
    #playlist_form_right .pl-name.placeholder {
      color: #616161; }
    #playlist_form_right .pl-name:-moz-placeholder {
      color: #616161; }
    #playlist_form_right .pl-name::-moz-placeholder {
      color: #616161; }
    #playlist_form_right .pl-name::-webkit-input-placeholder {
      color: #616161; }
    #playlist_form_right .pl-name.error {
      margin: 0;
      border: 2px solid red; }

#playlist_form_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  #playlist_form_bottom #playlist_form_bl {
    position: absolute;
    bottom: 0;
    left: 0; }
  #playlist_form_bottom .add-cover {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 6px; }
    #playlist_form_bottom .add-cover span {
      font-size: 12px;
      font-weight: bold;
      color: #fff; }
    #playlist_form_bottom .add-cover i {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -259px -315px;
      width: 16px;
      height: 16px;
      margin-right: 7px; }
    #playlist_form_bottom .add-cover span.sel {
      color: #ccc;
      margin-left: 20px; }
    #playlist_form_bottom .add-cover input {
      cursor: pointer;
      position: absolute;
      opacity: 0.01;
      font-size: 30px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  #playlist_form_bottom .remove-cover {
    margin-top: 10px;
    cursor: pointer; }
    #playlist_form_bottom .remove-cover span {
      font-size: 12px;
      font-weight: bold;
      color: #464646; }
    #playlist_form_bottom .remove-cover i {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -160px -342px;
      width: 16px;
      height: 16px;
      margin-right: 7px; }
    #playlist_form_bottom .remove-cover.on span {
      color: #fff; }
    #playlist_form_bottom .remove-cover.on i {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -323px -315px;
      width: 16px;
      height: 16px; }
  #playlist_form_bottom .submit {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    padding: 0 !important;
    overflow: hidden;
    cursor: pointer;
    width: 184px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background: #00aeef; }
    #playlist_form_bottom .submit:hover {
      background: #00baed; }
    #playlist_form_bottom .submit:active {
      background: #3f9ed8; }

#playlist_menu {
  width: 237px;
  position: absolute;
  top: -100px;
  left: -300px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  z-index: 10; }
  #playlist_menu:after, #playlist_menu:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  #playlist_menu:after {
    border-color: rgba(213, 213, 213, 0);
    border-width: 6px;
    left: 50%;
    margin-left: -6px; }
  #playlist_menu:before {
    border-color: rgba(227, 227, 227, 0);
    border-width: 7px;
    left: 50%;
    margin-left: -7px; }
  #playlist_menu.tip-top:after, #playlist_menu.tip-top:before {
    bottom: 100%; }
  #playlist_menu.tip-top:after {
    border-bottom-color: #ffffff; }
  #playlist_menu.tip-top:before {
    border-bottom-color: #e3e3e3; }
  #playlist_menu.tip-bottom:after, #playlist_menu.tip-bottom:before {
    top: 100%; }
  #playlist_menu.tip-bottom:after {
    border-top-color: #ffffff; }
  #playlist_menu.tip-bottom:before {
    border-top-color: #e3e3e3; }
  #playlist_menu a {
    width: 178px;
    padding: 15px 30px;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #252525;
    font-size: 12px;
    border-bottom: 1px solid #e3e3e3; }
    #playlist_menu a:hover {
      color: #ffffff;
      background: #00bff3; }
  #playlist_menu .to-playlist, #playlist_menu .scroll {
    background: #ebebeb !important; }
  #playlist_menu .to-playlist {
    position: relative;
    border-bottom: 0; }
    #playlist_menu .to-playlist:hover {
      color: #000; }
      #playlist_menu .to-playlist:hover i {
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -376px -352px;
        width: 11px;
        height: 9px; }
    #playlist_menu .to-playlist i {
      position: absolute;
      top: 18px;
      right: 13px;
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -376px -343px;
      width: 11px;
      height: 9px;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    #playlist_menu .to-playlist.open i {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  #playlist_menu .playlists {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #playlist_menu .playlists ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #playlist_menu .playlists li {
      width: 178px;
      padding: 15px 30px;
      cursor: pointer;
      text-align: center;
      color: #252525;
      font-size: 12px; }
      #playlist_menu .playlists li:hover {
        color: #000; }
    #playlist_menu .playlists.open {
      height: 100px; }
    #playlist_menu .playlists .pane {
      top: 10px;
      right: 15px;
      bottom: 10px;
      width: 5px;
      background: none; }
      #playlist_menu .playlists .pane:hover > .slider {
        background: #999; }
      #playlist_menu .playlists .pane > .slider {
        width: 5px;
        background: #cccccc;
        border-radius: 3px; }

body > #playlist_menu {
  z-index: 10000000; }

#playlist_menu_new {
  padding: 11px 11px 11px 14px;
  height: 27px; }
  #playlist_menu_new div {
    height: 27px;
    position: relative; }
  #playlist_menu_new input[type=string] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #252525;
    width: 170px;
    height: 15px;
    padding: 5px 4px 5px 9px;
    border: 1px solid #e1e1e1;
    border-right: 0; }
    #playlist_menu_new input[type=string].placeholder {
      color: #cccccc; }
    #playlist_menu_new input[type=string]:-moz-placeholder {
      color: #cccccc; }
    #playlist_menu_new input[type=string]::-moz-placeholder {
      color: #cccccc; }
    #playlist_menu_new input[type=string]::-webkit-input-placeholder {
      color: #cccccc; }
  #playlist_menu_new input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -322px -281px;
    width: 29px;
    height: 27px; }

#facebox {
  position: absolute;
  top: 20px !important;
  left: 0 !important;
  z-index: 500;
  text-align: left;
  width: 100%;
  height: 610px; }
  @media (max-width: 480px) {
    #facebox {
      overflow-y: scroll; } }

#facebox_wrapper {
  margin: 0 auto;
  position: relative; }
  @media (max-width: 768px) {
    #facebox_wrapper {
      max-width: 100%; } }

#facebox_loading {
  height: 610px;
  background: #fff; }

#facebox_close {
  cursor: pointer;
  position: absolute;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  top: 25px;
  right: 29px;
  display: none; }
  #facebox_close:hover {
    color: #8dddff; }
  #facebox_close:active {
    color: #248fbd; }
  #facebox_close.enabled {
    display: block; }

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.facebox_hide {
  z-index: -100; }

.facebox_overlay_on {
  background-color: #000;
  z-index: 499; }

.popup .popup-title {
  color: #fff;
  font-size: 25px;
  background: #00aeef;
  padding: 26px 65px 24px 51px; }
  @media (max-width: 480px) {
    .popup .popup-title {
      padding: 26px 65px 24px 20px;
      font-size: 21px; } }

.popup .popup-content {
  min-height: 530px;
  background: #fff;
  padding: 0; }

.login_page {
  height: 442px;
  position: relative; }

.login_page-height {
  height: 680px; }

#login_as {
  background: #f2f2f2;
  height: 89px;
  position: relative;
  padding-top: 10px; }
  #login_as #login_as_text {
    color: #455d77;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    left: 50px;
    top: 36px; }
    @media (max-width: 480px) {
      #login_as #login_as_text {
        position: static;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 5px; } }
  #login_as #login_as_icons {
    position: absolute;
    left: 246px;
    top: 22px; }
    @media (max-width: 480px) {
      #login_as #login_as_icons {
        position: static;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto; } }
  #login_as .extauth {
    width: 46px;
    height: 46px;
    margin-right: 23px; }
    @media (max-width: 480px) {
      #login_as .extauth {
        margin-right: 5px; } }
  #login_as .vkontakte {
    background: url(/webpack/63aeb7ee51cbadaa7caf6a5e6bbe3b3f.png); }
  #login_as .facebook {
    background: url(/webpack/7f8c6b75e8a1262c173a405046ef8f7c.png); }
  #login_as .twitter {
    background: url(/webpack/3b5c90fd84f1dbe1d6ed46e058b446be.png); }

.user-form {
  background: #fff;
  position: relative;
  padding: 55px 40px 0px 52px;
  height: 386px; }
  @media (max-width: 768px) {
    .user-form {
      padding-top: 20px;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .user-form {
      padding: 30px 20px 0 20px;
      max-width: 100%; } }
  .user-form a {
    color: #00aeef;
    text-decoration: underline; }
    .user-form a:hover {
      color: #5acded; }
  .user-form abbr {
    color: #da2f27;
    border-bottom: 0; }
  .user-form .user-form-to-reg {
    position: absolute;
    top: 59px;
    right: 55px;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .user-form .user-form-to-reg {
        position: inherit;
        margin-bottom: 15px; } }
  .user-form .user-form-restore {
    margin-top: 10px; }
  .user-form .user-form-main h3 {
    font-size: 15px;
    font-weight: bold;
    color: #455d77;
    margin: 0px 0px 45px; }
    @media (max-width: 768px) {
      .user-form .user-form-main h3 {
        margin-bottom: 20px; } }
  .user-form .user-form-main .control-group {
    margin-top: 10px; }
  .user-form .user-form-main label {
    color: #78a1da;
    font-size: 13px; }
  .user-form .user-form-main input {
    border: 1px solid #e1e1e1;
    font-size: 20px;
    color: #455d77;
    width: 333px;
    height: 22px;
    padding: 12px 15px 14px;
    margin: 3px 0px 0px; }
    @media (max-width: 480px) {
      .user-form .user-form-main input {
        height: auto;
        padding: 10px 15px 12px;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 16px; } }
    .user-form .user-form-main input.placeholder {
      color: #c3d6ea; }
    .user-form .user-form-main input:-moz-placeholder {
      color: #c3d6ea; }
    .user-form .user-form-main input::-moz-placeholder {
      color: #c3d6ea; }
    .user-form .user-form-main input::-webkit-input-placeholder {
      color: #c3d6ea; }
    .user-form .user-form-main input.error {
      color: #da2f27;
      border: 3px solid #ed1c24;
      padding: 10px 13px 12px; }
  .user-form .user-form-bottom {
    width: 240px;
    position: absolute;
    bottom: 37px;
    right: 66px; }
    @media (max-width: 768px) {
      .user-form .user-form-bottom {
        position: inherit; } }
    @media (max-width: 480px) {
      .user-form .user-form-bottom {
        width: 100%; } }
    .user-form .user-form-bottom .btn {
      border: 0;
      padding: 0 !important;
      overflow: hidden;
      cursor: pointer;
      width: 240px;
      height: 50px;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      background: #00aeef; }
      @media (max-width: 480px) {
        .user-form .user-form-bottom .btn {
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          font-size: 18px; } }
      .user-form .user-form-bottom .btn:hover {
        background: #00baed; }
      .user-form .user-form-bottom .btn:active {
        background: #3f9ed8; }
    .user-form .user-form-bottom .user-form-terms {
      margin-top: 27px;
      color: #455d77;
      font-size: 11px; }
      @media (max-width: 768px) {
        .user-form .user-form-bottom .user-form-terms {
          margin-top: 15px; } }
  .user-form.user-register {
    padding-top: 32px; }
    .user-form.user-register .user-form-main .control-group {
      margin-top: 8px; }
    .user-form.user-register .user-form-to-reg {
      right: 93px; }
    .user-form.user-register .user-form-bottom {
      bottom: 13px; }
  .user-form .control-group.boolean {
    position: relative;
    margin-top: 26px !important; }
    @media (max-width: 768px) {
      .user-form .control-group.boolean {
        margin-bottom: 26px; } }
    .user-form .control-group.boolean label.control-label {
      padding-left: 32px;
      color: #455d77;
      font-size: 13px; }
    .user-form .control-group.boolean .controls {
      position: absolute;
      top: 2px;
      left: 2px;
      width: 20px;
      height: 20px; }
  .user-form .jq-checkbox {
    width: 14px;
    height: 15px;
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -376px -80px;
    width: 14px;
    height: 15px; }
    .user-form .jq-checkbox.checked {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -376px -125px;
      width: 14px;
      height: 15px; }
  .user-form .help-inline {
    color: red;
    margin-left: 20px; }

#page #login_form .control-label {
  display: block;
  position: relative;
  width: auto;
  text-align: left; }

#page #login_form .controls {
  margin-left: 0; }
  #page #login_form .controls input.string, #page #login_form .controls input.password {
    width: 300px; }

@charset "UTF-8";
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

#main_menu {
  border: 1px solid #e1e1e1;
  border-bottom: 0;
  background: #fff; }
  @media screen and (max-width: 480px) {
    #main_menu {
      padding: 59px 10px 0;
      border: none; } }
  @media screen and (max-width: 480px) {
    #main_menu li.selected {
      color: #fff; } }
  #main_menu a:focus {
    outline: 0; }
  #main_menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #main_menu ul ul {
      background: #ececec;
      display: none;
      z-index: 3;
      position: relative; }
      @media screen and (max-width: 480px) {
        #main_menu ul ul .menu-text {
          bottom: -1px !important;
          left: 70px !important; } }
  #main_menu .selected {
    position: relative; }
    #main_menu .selected .arrow-i, #main_menu .selected .arrow-o {
      top: 80px;
      border: solid transparent;
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      z-index: 10; }
      @media screen and (max-width: 480px) {
        #main_menu .selected .arrow-i, #main_menu .selected .arrow-o {
          display: none !important; } }
    #main_menu .selected .arrow-i {
      border-color: rgba(66, 184, 162, 0);
      border-top-color: #fff;
      border-width: 7px;
      left: 50%;
      margin-left: -7px; }
    #main_menu .selected .arrow-o {
      border-color: rgba(225, 225, 225, 0);
      border-top-color: #e1e1e1;
      border-width: 8px;
      left: 50%;
      margin-left: -8px; }
    #main_menu .selected ul {
      display: block; }
  #main_menu li > a, #main_menu li > span {
    font-size: 12px;
    color: #111111;
    width: 123px;
    height: 80px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    position: relative; }
    @media screen and (max-width: 480px) {
      #main_menu li > a, #main_menu li > span {
        width: 100%;
        background: #fff;
        font-size: 16px;
        height: 67px; } }
  #main_menu .menu-text {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center; }
    @media screen and (max-width: 480px) {
      #main_menu .menu-text {
        position: relative;
        max-width: 100px;
        text-align: left;
        bottom: 1px;
        left: 44px; } }
  #main_menu i {
    margin: 0 auto;
    position: relative;
    top: 15px;
    display: block; }
    @media screen and (max-width: 480px) {
      #main_menu i {
        top: 23px;
        left: 3px;
        margin: 0;
        display: inline-block; } }
    #main_menu i.circle {
      top: 20px;
      width: 21px;
      height: 21px;
      border-radius: 10px; }
      @media screen and (max-width: 480px) {
        #main_menu i.circle {
          top: 25px;
          left: 30px;
          width: 20px;
          height: 20px; } }
  #main_menu #m_overview > a > i {
    width: 34px;
    height: 34px;
    background-image: url(/webpack/d7b371e44f593f24c6df352697e23288.png);
    background-repeat: no-repeat;
    background-position: 0 -180px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_overview > a > i {
        width: 26px;
        height: 26px;
        background-image: url(/webpack/2c01324ab9642770fedd1a0dca30403a.png);
        background-repeat: no-repeat;
        background-position: center; } }
  #main_menu #m_overview > a:hover > i {
    background-position: 0 -219px;
    height: 34px;
    width: 34px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_overview > a:hover > i {
        background-image: url(/webpack/f84cfc211c0c0fa99e32c405c39e9451.png);
        background-position: 3px -132px;
        height: 26px;
        width: 26px; } }
  @media screen and (max-width: 480px) {
    #main_menu #m_overview > a:hover > .menu-text {
      color: #fff !important; } }
  @media screen and (max-width: 480px) {
    #main_menu #m_overview.simple-navigation-active-leaf > a > .menu-text {
      color: #fff !important; } }
  #main_menu #m_overview.simple-navigation-active-leaf > a > i {
    background-position: 0 -219px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_overview.simple-navigation-active-leaf > a > i {
        background-image: url(/webpack/f84cfc211c0c0fa99e32c405c39e9451.png);
        background-position: 3px -132px; } }
  #main_menu #m_videos.simple-navigation-active-leaf > a > i {
    background-position: 0 -637px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_videos.simple-navigation-active-leaf > a > i {
        background-image: url(/webpack/f84cfc211c0c0fa99e32c405c39e9451.png);
        background-position: 0px -388px; } }
  #main_menu #m_concerts.simple-navigation-active-leaf > a > i {
    background-position: 0 -141px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_concerts.simple-navigation-active-leaf > a > i {
        background-image: url(/webpack/f84cfc211c0c0fa99e32c405c39e9451.png);
        background-position: 3px -85px; } }
  #main_menu #m_artists.simple-navigation-active-leaf > a > i {
    background-position: 0px -57px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_artists.simple-navigation-active-leaf > a > i {
        background-image: url(/webpack/f84cfc211c0c0fa99e32c405c39e9451.png);
        background-position: 3px -33px; } }
  #main_menu #m_playlists.simple-navigation-active-leaf > a > i {
    background-position: 0 -297px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_playlists.simple-navigation-active-leaf > a > i {
        background-image: url(/webpack/f84cfc211c0c0fa99e32c405c39e9451.png);
        background-position: 4px -182px; } }
  #main_menu #m_users.simple-navigation-active-leaf > a > i {
    background-position: 0 -555px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_users.simple-navigation-active-leaf > a > i {
        background-image: url(/webpack/f84cfc211c0c0fa99e32c405c39e9451.png);
        background-position: 0px -343px; } }
  @media screen and (max-width: 480px) {
    #main_menu #m_overview > a > .menu-text {
      bottom: 0;
      color: #111 !important;
      left: 44px; } }
  #main_menu #m_overview > a.selected::before {
    content: "";
    display: none;
    position: absolute;
    right: 3px;
    top: 52%;
    width: 11px;
    height: 6px;
    background-image: url(/webpack/35992590b606402ec12416941301a3b2.png);
    background-repeat: no-repeat;
    background-size: contain;
    will-change: transform;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
    @media screen and (max-width: 480px) {
      #main_menu #m_overview > a.selected::before {
        display: block; } }
  #main_menu #m_overview > a.selected.opened::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  @media screen and (max-width: 480px) {
    #main_menu #m_overview > ul > .selected .circle {
      background: none; } }
  #main_menu #m_profile > a > i {
    width: 40px;
    height: 40px;
    background-image: url(/webpack/d7b371e44f593f24c6df352697e23288.png);
    background-repeat: no-repeat;
    background-position: 0 -336px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_profile > a > i {
        width: 26px;
        height: 26px;
        top: 21px;
        background-image: url(/webpack/5967bb460c67116d72dd5f211c5fecaf.png);
        background-repeat: no-repeat;
        background-position: 0 1px; } }
  #main_menu #m_profile > a:hover > i {
    background-position: 0 -381px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_profile > a:hover > i {
        background-image: url(/webpack/f84cfc211c0c0fa99e32c405c39e9451.png);
        background-repeat: no-repeat;
        background-position: 0px -235px; } }
  #main_menu #m_profile > span > i {
    width: 40px;
    height: 40px;
    background-image: url(/webpack/d7b371e44f593f24c6df352697e23288.png);
    background-repeat: no-repeat;
    background-position: 0 -336px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_profile > span > i {
        width: 26px;
        height: 26px;
        top: 21px;
        background-image: url(/webpack/5967bb460c67116d72dd5f211c5fecaf.png);
        background-repeat: no-repeat;
        background-position: 0 1px; } }
  #main_menu #m_profile > span:hover > i {
    background-position: 0 -381px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_profile > span:hover > i {
        background-image: url(/webpack/f84cfc211c0c0fa99e32c405c39e9451.png);
        background-repeat: no-repeat;
        background-position: 0px -235px; } }
  @media screen and (max-width: 480px) {
    #main_menu #m_profile .menu-text {
      bottom: 5px; } }
  #main_menu #m_videos > a > i {
    width: 40px;
    height: 30px;
    background-image: url(/webpack/d7b371e44f593f24c6df352697e23288.png);
    background-repeat: no-repeat;
    background-position: 0 -602px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_videos > a > i {
        width: 26px;
        height: 26px;
        top: 18px;
        background-image: url(/webpack/5967bb460c67116d72dd5f211c5fecaf.png);
        background-repeat: no-repeat;
        background-position: -1px -63px; } }
  @media screen and (max-width: 480px) {
    #main_menu #m_videos .menu-text {
      bottom: 6px;
      left: 44px; } }
  #main_menu #m_videos > a:hover > i {
    background-position: 0 -637px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_videos > a:hover > i {
        background-image: url(/webpack/f84cfc211c0c0fa99e32c405c39e9451.png);
        background-repeat: no-repeat;
        background-position: 0px -388px; } }
  #main_menu #m_concerts > a > i {
    width: 36px;
    height: 34px;
    background-image: url(/webpack/d7b371e44f593f24c6df352697e23288.png);
    background-repeat: no-repeat;
    background-position: 0 -102px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_concerts > a > i {
        top: 19px;
        width: 26px;
        height: 26px;
        background-image: url(/webpack/5967bb460c67116d72dd5f211c5fecaf.png);
        background-repeat: no-repeat;
        background-position: -1px -133px; } }
  @media screen and (max-width: 480px) {
    #main_menu #m_concerts .menu-text {
      bottom: 7px;
      left: 44px; } }
  #main_menu #m_concerts > a:hover > i {
    background-position: 0 -141px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_concerts > a:hover > i {
        background-image: url(/webpack/f84cfc211c0c0fa99e32c405c39e9451.png);
        background-repeat: no-repeat;
        background-position: 3px -85px; } }
  #main_menu #m_artists > a > i {
    position: relative;
    top: 13px;
    width: 40px;
    height: 40px;
    background-image: url(/webpack/d7b371e44f593f24c6df352697e23288.png);
    background-repeat: no-repeat;
    background-position: 0 -12px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_artists > a > i {
        top: 21px;
        width: 28px;
        height: 28px;
        background-image: url(/webpack/5967bb460c67116d72dd5f211c5fecaf.png);
        background-repeat: no-repeat;
        background-position: 0px -203px; } }
  @media screen and (max-width: 480px) {
    #main_menu #m_artists .menu-text {
      bottom: 7px;
      left: 44px; } }
  #main_menu #m_artists > a:hover > i {
    background-position: 0px -57px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_artists > a:hover > i {
        background-image: url(/webpack/f84cfc211c0c0fa99e32c405c39e9451.png);
        background-repeat: no-repeat;
        background-position: 3px -33px; } }
  #main_menu #m_playlists > a > i {
    position: relative;
    top: 15px;
    width: 36px;
    height: 34px;
    background-image: url(/webpack/d7b371e44f593f24c6df352697e23288.png);
    background-repeat: no-repeat;
    background-position: 0 -257px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_playlists > a > i {
        top: 24px;
        width: 26px;
        height: 26px;
        background-image: url(/webpack/5967bb460c67116d72dd5f211c5fecaf.png);
        background-repeat: no-repeat;
        background-position: 0 -272px; } }
  @media screen and (max-width: 480px) {
    #main_menu #m_playlists .menu-text {
      bottom: 2px;
      left: 44px; } }
  #main_menu #m_playlists > a:hover > i {
    background-position: 0 -297px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_playlists > a:hover > i {
        background-image: url(/webpack/f84cfc211c0c0fa99e32c405c39e9451.png);
        background-repeat: no-repeat;
        background-position: 4px -182px; } }
  #main_menu #m_users > a > i {
    position: relative;
    top: 10px;
    width: 42px;
    height: 42px;
    background-image: url(/webpack/d7b371e44f593f24c6df352697e23288.png);
    background-repeat: no-repeat;
    background-position: 0 -508px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_users > a > i {
        top: 18px;
        width: 26px;
        height: 26px;
        background-image: url(/webpack/5967bb460c67116d72dd5f211c5fecaf.png);
        background-repeat: no-repeat;
        background-position: 0 -337px; } }
  @media screen and (max-width: 480px) {
    #main_menu #m_users .menu-text {
      bottom: 10px;
      left: 44px; } }
  #main_menu #m_users > a:hover > i {
    background-position: 0 -555px; }
    @media screen and (max-width: 480px) {
      #main_menu #m_users > a:hover > i {
        background-image: url(/webpack/f84cfc211c0c0fa99e32c405c39e9451.png);
        background-repeat: no-repeat;
        background-position: 0 -343px; } }
  #main_menu > ul > li:not(.simple-navigation-active-leaf) > a.selected {
    background: #fff; }
  #main_menu > ul > li.simple-navigation-active-leaf > .arrow {
    display: none; }
  #main_menu > ul > li.simple-navigation-active-leaf > a > span, #main_menu > ul > li > a:hover > span, #main_menu > ul > li > span:hover > span {
    color: #fff !important; }
  #main_menu ul .simple-navigation-active-leaf > a, #main_menu ul a:hover {
    background: #fff; }
    #main_menu ul .simple-navigation-active-leaf > a .menu-text, #main_menu ul a:hover .menu-text {
      color: #111111; }
      @media screen and (max-width: 480px) {
        #main_menu ul .simple-navigation-active-leaf > a .menu-text, #main_menu ul a:hover .menu-text {
          color: #fff;
          font-size: 16px;
          position: relative;
          text-align: left;
          bottom: -1px;
          left: 70px; } }
  #main_menu ul ul .simple-navigation-active-leaf > a .menu-text, #main_menu ul ul a:hover .menu-text {
    color: #fff; }
  #main_menu ul ul .simple-navigation-active-leaf > a i.circle, #main_menu ul ul a:hover i.circle {
    background: url(/webpack/389b276365c276d5de0eeb70dc145c20.png) no-repeat center center !important;
    width: 21px;
    height: 21px; }

#posts_index {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  position: relative;
  max-width: 770px;
  min-height: 100px;
  margin: 0; }
  @media (max-width: 991px) {
    #posts_index {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #posts_index {
      padding: 0px 20px 0px 0px; } }
  #posts_index .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #posts_index .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #posts_index .wrap {
        padding: 10px 10px 20px 10px; } }
  #posts_index h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    #posts_index {
      padding: 0; } }

@media screen and (min-width: 1300px) {
  #posts_index {
    padding: 0; } }

.flow {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 14; }
  @media screen and (max-width: 480px) {
    .flow {
      margin: 0 12vw; } }
  .flow li {
    text-align: left;
    width: 240px;
    display: inline-block;
    position: relative;
    margin-right: 6px;
    margin-bottom: 10px;
    height: 388px; }
    .flow li.w2 {
      width: 490px;
      -webkit-transition: width .8s;
      transition: width .8s; }
      @media screen and (max-width: 624px) {
        .flow li.w2 img {
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; } }
      @media screen and (max-width: 624px) {
        .flow li.w2 {
          width: 240px; } }
      @media screen and (max-width: 480px) {
        .flow li.w2 {
          width: 100%; } }
    @media screen and (max-width: 480px) {
      .flow li {
        width: 100%; } }
  .flow .cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    overflow: hidden; }
    .flow .cover img {
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover;'; }
      @media screen and (max-width: 480px) {
        .flow .cover img {
          width: 100%;
          height: 100%; } }
  .flow .title {
    display: block;
    color: #fff;
    line-height: 18px;
    width: 205px;
    height: 75px;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold; }
  .flow .double_title {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: normal; }
  .flow .line {
    color: #ffffff;
    margin-top: 10px;
    font-size: 12px; }
  .flow .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    padding: 8px 16px 0 19px; }
  .flow .author {
    position: absolute;
    left: 16px;
    bottom: 40px;
    font-size: 11px;
    color: #fff; }
    .flow .author a {
      color: #fff;
      text-decoration: none; }
      .flow .author a:hover {
        text-decoration: underline; }
  .flow .comments {
    position: absolute;
    left: 16px;
    bottom: 10px;
    opacity: 0.5; }
    .flow .comments i {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -174px -285px;
      width: 15px;
      height: 15px; }
    .flow .comments span {
      position: absolute;
      top: 4px;
      left: 21px;
      font-size: 10px;
      color: #fff; }
  .flow .extra {
    position: absolute;
    left: 80px;
    bottom: 13px;
    font-size: 11px;
    opacity: 0.5;
    color: #fff; }
    .flow .extra a {
      color: #fff;
      text-decoration: underline; }
      .flow .extra a:hover {
        text-decoration: none; }

.isotope {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  transition-property: height, width; }
  .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }
  .isotope.no-transition {
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
    .isotope.no-transition .isotope-item {
      -webkit-transition-duration: 0s;
      transition-duration: 0s; }
  .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }

.pagination {
  list-style: none;
  padding: 0;
  margin: 60px 0 80px;
  text-align: center; }
  .pagination .page {
    display: inline-block;
    margin: 0px -5px; }
    .pagination .page.long {
      margin: 0; }
    .pagination .page.active a, .pagination .page.active span {
      background: #3a3a3a;
      color: #d7d7d7; }
    .pagination .page a, .pagination .page span {
      border-radius: 23px;
      font-size: 18px;
      font-weight: bold;
      display: inline-block;
      padding: 13px 0;
      height: 19px;
      width: 45px;
      text-decoration: none;
      color: #252525; }

.pages #pages_show {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding: 0 250px 0 0 !important; }
  @media (max-width: 991px) {
    .pages #pages_show {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    .pages #pages_show {
      padding: 0px 20px 0px 0px; } }
  .pages #pages_show .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      .pages #pages_show .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      .pages #pages_show .wrap {
        padding: 10px 10px 20px 10px; } }
  .pages #pages_show h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .pages #pages_show {
      padding: 0 20px 0 0 !important; } }
  @media (max-width: 360px) {
    .pages #pages_show {
      padding: 0 10px 0 0 !important; } }

#pages_show {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 991px) {
    #pages_show {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #pages_show {
      padding: 0px 20px 0px 0px; } }
  #pages_show .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #pages_show .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #pages_show .wrap {
        padding: 10px 10px 20px 10px; } }
  #pages_show h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    #pages_show {
      padding: 0 20px 0 0; } }

#contacts_page {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  max-width: 1060px; }
  @media (max-width: 991px) {
    #contacts_page {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #contacts_page {
      padding: 0px 20px 0px 0px; } }
  #contacts_page .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #contacts_page .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #contacts_page .wrap {
        padding: 10px 10px 20px 10px; } }
  #contacts_page h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  #contacts_page h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 40px; }
  #contacts_page form {
    padding-right: 50px; }
  #contacts_page .control-label {
    width: 85px !important; }

@media (max-width: 991px) {
  .pages #sidebar {
    width: 250px; } }

@media (max-width: 767px) {
  .pages #sidebar {
    display: none; } }

#sidebar {
  position: absolute;
  top: 0;
  right: 20px;
  width: 300px; }
  @media (max-width: 767px) {
    #sidebar {
      display: none; } }
  #sidebar h3 {
    color: #252525;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px; }
  #sidebar .total {
    color: #7f8c8d;
    font-size: 12px;
    margin-bottom: 15px; }
    #sidebar .total a {
      color: #252525;
      text-decoration: underline; }
      #sidebar .total a:hover {
        text-decoration: none; }
  #sidebar .sidebar-block {
    position: relative;
    z-index: 12; }
  #sidebar .fb-like-box {
    margin-bottom: 10px;
    background: #fff; }
  #sidebar .b_240_90 {
    margin-top: 10px; }
    #sidebar .b_240_90, #sidebar .b_240_90 div {
      width: 240px;
      height: 90px; }

body.chrome #sidebar embed {
  background: #fff; }

body.chrome > div > span > embed {
  background: #fff; }

#post_show {
  max-width: 1400px;
  min-width: 595px;
  margin: 0 auto;
  padding: 0px 310px 0px 0px; }
  @media screen and (min-width: 1100px) {
    #post_show {
      padding: 0px 310px 0px 0px; } }
  @media (max-width: 1054px) {
    #post_show {
      min-width: auto;
      padding: 0px 200px 0px 0px; } }
  @media (max-width: 767px) {
    #post_show {
      min-width: unset;
      padding: 0; } }
  #post_show .wrap {
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 0px 30px 35px;
    margin-right: 20px; }
    @media (max-width: 767px) {
      #post_show .wrap {
        padding: 0; } }
  #post_show h1 {
    font-size: 25px;
    font-weight: bold;
    color: #363636;
    width: 366px;
    padding-top: 25px;
    margin-bottom: 40px; }
    @media (max-width: 480px) {
      #post_show h1 {
        width: unset;
        font-size: 20px; } }
  #post_show .post-text {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 32px; }
    @media (max-width: 480px) {
      #post_show .post-text {
        font-size: 14px; } }
    #post_show .post-text a {
      font-size: 18px;
      font-weight: bold;
      color: #363636;
      text-decoration: underline; }
      #post_show .post-text a:hover {
        text-decoration: none; }
    #post_show .post-text h2 {
      color: #252525;
      font-size: 20px;
      font-weight: bold; }
  #post_show .post-image {
    margin-top: 20px;
    margin-bottom: 30px; }
    #post_show .post-image img {
      max-width: 100%; }
  #post_show .post-video {
    margin-top: 20px;
    margin-bottom: 30px; }
  #post_show .top-info {
    margin-bottom: 40px; }
  #post_show .post-content {
    margin-bottom: 30px; }
  #post_show .post-quote {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px; }
    #post_show .post-quote .image {
      position: absolute;
      top: 10px;
      left: -15px; }
      #post_show .post-quote .image img {
        border-radius: 67px; }
    #post_show .post-quote .right {
      padding-left: 150px; }
      #post_show .post-quote .right .quote {
        color: #252525;
        font-size: 50px; }
      #post_show .post-quote .right .text {
        color: #252525;
        font-size: 25px;
        line-height: 39px; }
      #post_show .post-quote .right .by {
        color: #898989;
        font-size: 14px;
        margin-top: 5px; }
  #post_show .post-tracklist {
    margin: -15px 0px 40px; }

#post_moderation {
  float: right;
  font-size: 14px;
  line-height: 20px; }
  #post_moderation a {
    color: #252525;
    text-decoration: underline; }
    #post_moderation a:hover {
      text-decoration: none; }
  #post_moderation #daily_views {
    margin-left: 10px;
    cursor: pointer; }

#post_stats {
  width: 100%;
  height: 400px; }

#facebox.stats {
  width: 805px; }
  #facebox.stats .popup .popup-content {
    min-height: 420px;
    padding: 10px; }

.tags {
  color: #227ebc;
  margin-top: 30px; }
  .tags i {
    margin-right: 15px; }
  .tags a {
    font-size: 14px;
    color: #227ebc;
    text-decoration: underline; }
    .tags a:hover {
      text-decoration: none; }

.more-link {
  cursor: pointer;
  display: block;
  height: 60px;
  position: relative; }
  .more-link i {
    display: block;
    position: absolute;
    left: 50%;
    top: 17px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .more-link.open i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.c-author {
  margin-bottom: 35px;
  color: #363636;
  font-size: 12px;
  font-weight: bold; }
  .c-author i {
    margin-right: 10px;
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-repeat: no-repeat;
    background-position: -173px -89px;
    height: 27px;
    width: 20px; }
  .c-author a {
    color: #363636;
    text-decoration: none; }
    .c-author a:hover {
      text-decoration: underline; }
  .c-author .date {
    font-weight: normal;
    color: #cccccc; }

#comments {
  padding-top: 30px; }
  #comments h3 {
    font-size: 20px;
    font-weight: bold;
    color: #252525;
    margin: 0; }
  #comments h4 {
    font-size: 20px;
    font-weight: normal;
    color: #959595;
    margin: 5px 0px 0px; }
  #comments #comments_form {
    margin: 30px 0px -10px -10px;
    position: relative;
    border: 1px solid #e1e1e1; }
    #comments #comments_form .avatar {
      position: absolute;
      top: 10px;
      left: 10px; }
    #comments #comments_form .ta {
      padding-right: 80px; }
    #comments #comments_form textarea {
      margin: 0px;
      padding: 10px 10px 10px 70px;
      width: 100%;
      resize: vertical;
      min-height: 84px;
      color: #252525;
      font-size: 14px;
      border: 0; }
      #comments #comments_form textarea.placeholder {
        color: #ddd; }
      #comments #comments_form textarea:-moz-placeholder {
        color: #ddd; }
      #comments #comments_form textarea::-moz-placeholder {
        color: #ddd; }
      #comments #comments_form textarea::-webkit-input-placeholder {
        color: #ddd; }
  #comments .actions {
    border-top: 1px solid #e1e1e1;
    padding: 10px;
    text-align: right; }
    #comments .actions input {
      border: 0;
      padding: 0 !important;
      overflow: hidden;
      cursor: pointer;
      width: 184px;
      height: 40px;
      font-size: 14px;
      color: #fff;
      background: #00aeef; }
      #comments .actions input:hover {
        background: #00baed; }
      #comments .actions input:active {
        background: #3f9ed8; }
      @media (max-width: 640px) {
        #comments .actions input {
          width: 130px; } }
      @media (max-width: 480px) {
        #comments .actions input {
          width: 100%; } }
  #comments .comment-image {
    float: left;
    border: 0;
    padding: 0 !important;
    overflow: hidden;
    cursor: pointer;
    width: 184px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background: #777777;
    width: 130px;
    position: relative; }
    #comments .comment-image:hover {
      background: #808080; }
    #comments .comment-image:active {
      background: #676767; }
    @media (max-width: 480px) {
      #comments .comment-image {
        display: block;
        width: 100%;
        margin-bottom: 10px; } }
    #comments .comment-image input {
      opacity: 0.01;
      font-size: 40px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
    #comments .comment-image span {
      position: absolute;
      top: 12px;
      left: 15px; }
    #comments .comment-image .comment-image-icon {
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      top: 8px;
      right: 19px; }
      #comments .comment-image .comment-image-icon.js-loading i {
        display: none; }
      #comments .comment-image .comment-image-icon i {
        position: absolute;
        top: 7px;
        right: -7px;
        display: inline-block;
        vertical-align: middle;
        height: 12px;
        width: 15px;
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-repeat: no-repeat;
        background-position: -187px -358px; }
      #comments .comment-image .comment-image-icon .spin {
        height: 12px;
        width: 12px;
        position: absolute;
        top: 0;
        right: 0; }

#comments_inner {
  margin-top: 30px;
  margin-bottom: 20px; }
  #comments_inner .avatar {
    position: absolute;
    top: 0;
    left: 0; }
  #comments_inner .name {
    color: #252525;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    vertical-align: top; }
    #comments_inner .name span {
      height: 13.5px;
      display: block;
      border-bottom: 2px solid transparent; }
  #comments_inner a.name {
    text-decoration: none; }
    #comments_inner a.name span {
      border-bottom: 2px solid #252525; }
    #comments_inner a.name:hover span {
      border-bottom: 2px solid transparent; }
  #comments_inner .meta {
    position: relative;
    top: -2px;
    height: 19px;
    line-height: 19px; }
  #comments_inner .date {
    color: #959595;
    font-size: 10px;
    margin-left: 10px;
    margin-top: -5px; }
  #comments_inner .text {
    color: #252525;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
    padding-right: 30px; }
    #comments_inner .text a {
      color: #252525;
      text-decoration: underline; }
    #comments_inner .text p {
      margin: 0; }
    #comments_inner .text h1, #comments_inner .text h2 {
      font-size: 16px;
      margin-top: 0;
      margin-bottom: 5px; }
    #comments_inner .text h3 {
      font-size: 15px;
      margin-top: 0;
      margin-bottom: 5px; }
  #comments_inner .reply {
    display: none;
    position: absolute;
    bottom: 0;
    left: 60px;
    color: #07a084;
    margin-top: 4px;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none; }
    #comments_inner .reply:hover {
      text-decoration: underline; }
  #comments_inner .rating {
    position: absolute;
    top: -12px;
    right: 0;
    border: 1px solid transparent;
    color: #cccccc;
    font-size: 13px;
    width: 39px;
    height: 39px;
    text-align: center; }
    #comments_inner .rating .value {
      margin-top: 13px; }
    #comments_inner .rating a {
      position: absolute;
      left: 0;
      display: none;
      width: 40px;
      height: 40px; }
    #comments_inner .rating i {
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 12px;
      left: 12px; }
  #comments_inner .comment {
    padding-left: 60px;
    margin-bottom: 10px;
    min-height: 50px;
    position: relative; }
    #comments_inner .comment:hover .reply, #comments_inner .comment.hover .reply {
      display: block; }
    #comments_inner .comment:hover .rating, #comments_inner .comment.hover .rating {
      font-size: 12px;
      font-weight: bold;
      color: #252525;
      border: 1px solid #e1e1e1; }
      #comments_inner .comment:hover .rating .value, #comments_inner .comment.hover .rating .value {
        margin-top: 14px; }
      #comments_inner .comment:hover .rating a, #comments_inner .comment.hover .rating a {
        cursor: pointer;
        display: block; }
      #comments_inner .comment:hover .rating .up, #comments_inner .comment.hover .rating .up {
        top: -40px; }
      #comments_inner .comment:hover .rating .down, #comments_inner .comment.hover .rating .down {
        bottom: -40px; }
  #comments_inner .replies {
    padding-left: 40px; }
    #comments_inner .replies #comments_form {
      margin: 0px 0px 30px; }

.share-links {
  padding: 10px 0; }
  .share-links a {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .share-links a {
        margin-right: 5px; } }
  .share-links .fb {
    width: 217px;
    height: 40px;
    background-image: url(/webpack/db7437b2af6e413da02d5d53e312b299.svg);
    background-repeat: no-repeat;
    background-position: top left;
    margin-left: 0; }
    @media (max-width: 570px) {
      .share-links .fb {
        display: block;
        margin-left: 0;
        margin: 0 0 20px; } }
  .share-links .vk {
    width: 133px;
    height: 40px;
    background-image: url(/webpack/57168b576b480fe7495dc255c8eb0d1c.svg);
    background-repeat: no-repeat;
    background-position: top left; }
    @media (max-width: 570px) {
      .share-links .vk {
        margin-left: 0;
        margin: 0 0 20px; } }
  .share-links .fb, .share-links .vk {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .share-links .fb:hover, .share-links .vk:hover {
      opacity: 0.8; }
  .share-links .line {
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    background: #e1e1e1;
    margin-left: 10px;
    margin-right: 20px; }
    @media (max-width: 1120px) {
      .share-links .line {
        display: none; } }
  .share-links .counter, .share-links .tx {
    font-family: 'futurafuturiscregular';
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
  .share-links .counter {
    font-size: 30px;
    color: #4473b7;
    font-weight: bold;
    line-height: 1.568;
    margin-right: 10px; }
  .share-links .tx {
    font-size: 10px;
    color: #b9d0f2;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.111;
    text-align: left;
    width: 100px; }

.cont {
  display: inline-block; }
  @media (max-width: 1120px) {
    .cont {
      display: block; } }
  @media (max-width: 590px) {
    .cont {
      display: block; } }

#songs_show {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 991px) {
    #songs_show {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #songs_show {
      padding: 0px 20px 0px 0px; } }
  #songs_show .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #songs_show .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #songs_show .wrap {
        padding: 10px 10px 20px 10px; } }
  #songs_show h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  #songs_show .one-song {
    max-width: 600px;
    margin-top: 25px;
    margin-bottom: 40px; }
    #songs_show .one-song table {
      border: 0; }
    #songs_show .one-song .st-title {
      width: 30%; }
  #songs_show h3 {
    color: #363636;
    font-size: 20px;
    margin-bottom: 0; }
  #songs_show .switch-block {
    padding: 25px 0px 30px; }
  #songs_show .switch {
    display: inline-block;
    vertical-align: middle; }
    #songs_show .switch a {
      cursor: pointer;
      width: 95px;
      padding: 10px;
      color: #363636;
      font-size: 16px;
      text-align: center;
      border: 1px solid #ebebeb;
      margin-right: 10px; }
      #songs_show .switch a:hover, #songs_show .switch a.active {
        border: 1px solid #363636;
        background: #363636;
        color: #ffffff; }
  #songs_show #song_text.all .text {
    color: #252525;
    font-size: 16px;
    margin-bottom: 14px; }
  #songs_show #song_text.all .transl {
    color: #969ba1;
    font-size: 13px;
    margin-bottom: 25px; }
  #songs_show #song_text.text .transl {
    display: none; }
  #songs_show #song_text.text .text {
    color: #252525;
    font-size: 16px;
    margin-bottom: 14px; }
  #songs_show #song_text.transl .text {
    display: none; }
  #songs_show #song_text.transl .transl {
    color: #73787e;
    font-size: 14px;
    margin-bottom: 14px; }
  #songs_show #song_text.has-album {
    padding-right: 260px;
    position: relative;
    min-height: 300px; }
    #songs_show #song_text.has-album .flow {
      position: absolute;
      right: 0;
      width: 240px; }
  #songs_show .separate.header {
    margin-top: 20px; }
  #songs_show .separate.text {
    margin-top: 20px;
    color: #252525;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 14px; }
    #songs_show .separate.text.has-album {
      padding-right: 260px;
      position: relative;
      min-height: 300px; }
      #songs_show .separate.text.has-album .flow {
        position: absolute;
        right: 0;
        width: 240px; }
  #songs_show .social {
    display: block;
    float: none;
    margin-top: 20px;
    margin-bottom: 50px; }
  #songs_show .no-text {
    font-size: 20px;
    margin: 40px 0; }
  #songs_show .authors {
    margin-top: 40px;
    margin-bottom: 0px; }
  #songs_show .c-author {
    display: inline-block;
    vertical-align: middle;
    margin-right: 80px; }
    #songs_show .c-author i.ib {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-repeat: no-repeat;
      height: 46px;
      width: 46px;
      background-position: -160px -80px; }
  #songs_show #other_songs {
    margin-top: 10px; }

.songs.show #h_search.focused #h_search_form #h_sq,
.songs.show #h_search_form #h_sq {
  width: 301px; }

.songs.show #h_search_form {
  overflow: hidden; }

.songs.show #scroll {
  min-width: auto; }

.songs.show #songs_show {
  padding-right: 330px; }
  @media (max-width: 1040px) {
    .songs.show #songs_show {
      padding: 0; } }
  .songs.show #songs_show .crumbs a {
    display: inline-block;
    margin-bottom: 5px; }
  .songs.show #songs_show .songs-table table {
    width: 100%; }
  @media (max-width: 991px) {
    .songs.show #songs_show .cont {
      display: inline-block; } }
  .songs.show #songs_show .cont .fb {
    width: 217px;
    height: 40px; }
    @media (max-width: 1200px) {
      .songs.show #songs_show .cont .fb {
        margin-right: 0; } }
    @media (max-width: 410px) {
      .songs.show #songs_show .cont .fb {
        display: block;
        margin: 0 0 20px; } }
  .songs.show #songs_show .cont .vk {
    width: 133px;
    height: 40px; }
    @media (max-width: 410px) {
      .songs.show #songs_show .cont .vk {
        margin-left: 0;
        margin: 0 0 20px; } }
  @media (max-width: 710px) {
    .songs.show #songs_show .cont {
      display: block; } }
  .songs.show #songs_show .counter {
    font-size: 30px; }
  .songs.show #songs_show .line {
    margin-left: 10px;
    margin-right: 20px; }
    @media (max-width: 710px) {
      .songs.show #songs_show .line {
        display: none; } }
  .songs.show #songs_show .wrap {
    padding-top: 90px;
    overflow: hidden; }
    @media (max-width: 1040px) {
      .songs.show #songs_show .wrap {
        padding-left: 20px;
        padding-right: 20px; } }
  .songs.show #songs_show .switch a:last-child {
    margin-right: 0; }
  @media (max-width: 477px) {
    .songs.show #songs_show .switch a {
      width: 69px; } }

@media (max-width: 480px) {
  .songs.show #page_left {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    will-change: transform;
    -webkit-transform: translateY(-106%);
            transform: translateY(-106%);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background: #fff; } }

@media (max-width: 1130px) {
  .songs.show #main_menu.active {
    display: block;
    position: absolute;
    top: 100%;
    width: 300px; }
    .songs.show #main_menu.active li > a,
    .songs.show #main_menu.active li > span {
      width: 300px; } }

.songs.show #sidebar {
  right: 20px !important; }
  @media (max-width: 767px) {
    .songs.show #sidebar {
      display: none; } }

@media (max-width: 1000px) {
  .songs.show #new_songs .tw {
    position: static;
    width: 100%;
    padding: 0; }
  .songs.show #new_songs .line {
    left: 50%; }
  .songs.show #new_songs .line.l2 {
    display: none; }
  .songs.show #new_songs .header h2 {
    width: 100%; } }

@media (max-width: 700px) {
  .songs.show #new_songs .line {
    display: none; } }

@media (max-width: 1000px) {
  .songs.show #new_songs table.i {
    width: 100%; } }

@media (max-width: 1000px) {
  .songs.show #new_songs table.i td {
    width: 25%; }
    .songs.show #new_songs table.i td:nth-child(n+5) {
      display: none; } }

@media (max-width: 700px) {
  .songs.show #new_songs table.i td {
    width: 50%; }
    .songs.show #new_songs table.i td:nth-child(n+3) {
      display: none; } }

.crumbs {
  font-size: 13px;
  color: #00aeef; }
  .crumbs .sep {
    color: #898989; }
  .crumbs a {
    color: #898989;
    font-size: 13px;
    text-decoration: underline;
    margin-bottom: 5px; }
    .crumbs a:hover {
      text-decoration: none; }

.songs.show.menu-open #page_left {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }

.hor_nav {
  margin-bottom: 0px; }
  .hor_nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .hor_nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px; }
  .hor_nav a {
    display: block;
    font-size: 12px;
    padding: 10px 25px;
    color: #fff;
    background: #8296ab; }
    .hor_nav a:hover {
      background: #2a3e53; }
    .hor_nav a:active {
      background: #bfc9d4; }
  .hor_nav li.selected a {
    background: #2a3e53; }

.title_w {
  margin-bottom: 5px; }
  .title_w h1 {
    height: 60px;
    display: table-cell;
    vertical-align: middle; }
  .title_w .pz_308x50 {
    width: 308px;
    height: 50px;
    float: right;
    margin-top: 4px; }
    .title_w .pz_308x50.social {
      width: 380px; }
    @media screen and (max-width: 1100px) {
      .title_w .pz_308x50 {
        float: none;
        margin-top: -20px;
        margin-bottom: 10px; } }

.st.first {
  margin-top: 60px; }

.st.header, h5.st {
  color: #252525;
  font-size: 16px;
  font-weight: normal; }

.st.header, h3.st {
  color: #252525;
  font-size: 16px;
  font-weight: normal; }

p.st {
  color: #acacac;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px; }

#artist_show {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 991px) {
    #artist_show {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #artist_show {
      padding: 0px 20px 0px 0px; } }
  #artist_show .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #artist_show .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #artist_show .wrap {
        padding: 10px 10px 20px 10px; } }
  #artist_show h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    #artist_show {
      padding: 0; } }
  @media (max-width: 570px) {
    #artist_show .crumbs a {
      display: inline-block; } }
  #artist_show .songs-table table {
    width: 100%; }
    #artist_show .songs-table table th {
      width: 25%; }
  #artist_show #artist_top {
    position: relative; }
    #artist_show #artist_top h1 {
      color: #2a3e53;
      font-size: 25px;
      margin-top: 0;
      margin-bottom: 30px; }
  #artist_show #artist_lr {
    position: relative; }
  #artist_show #artist_left {
    width: 242px;
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 760px) {
      #artist_show #artist_left {
        position: relative; } }
    #artist_show #artist_left .image {
      border: 1px solid #e1e1e1;
      width: 240px;
      height: 240px;
      display: table-cell; }
      @media (max-width: 360px) {
        #artist_show #artist_left .image {
          width: 210px;
          height: 210px; } }
      #artist_show #artist_left .image, #artist_show #artist_left .image img {
        text-align: center;
        vertical-align: middle; }
    #artist_show #artist_left .like-button {
      margin-top: 30px; }
  #artist_show #artist_right {
    padding: 0px 20px 0px 310px;
    margin: 27px 0px 20px;
    min-height: 360px; }
    @media (max-width: 760px) {
      #artist_show #artist_right {
        padding: 0; } }
    #artist_show #artist_right .text {
      margin-top: 40px;
      color: #2a3e53;
      font-size: 14px;
      line-height: 25px; }
    #artist_show #artist_right .full-bio {
      display: block;
      font-size: 13px;
      color: #00aeef;
      margin-top: 20px;
      text-decoration: underline; }
      #artist_show #artist_right .full-bio:hover {
        text-decoration: none; }
  #artist_show h3 {
    color: #252525;
    font-size: 18px;
    font-weight: bold; }
  #artist_show #artists_similar {
    margin: 30px -1px 60px -10px;
    padding: 15px 7px 0px;
    margin: 5px -5px;
    border: 1px solid #ebebeb; }
    #artist_show #artists_similar .closed {
      height: 110px;
      overflow: hidden; }
    #artist_show #artists_similar a {
      vertical-align: top;
      margin-bottom: 20px;
      margin-left: 5px;
      margin-right: 5px; }
      #artist_show #artists_similar a .image {
        border: 1px solid #e1e1e1;
        width: 80px;
        height: 80px;
        display: table-cell; }
        #artist_show #artists_similar a .image, #artist_show #artists_similar a .image img {
          text-align: center;
          vertical-align: middle; }
      #artist_show #artists_similar a .name {
        margin-top: 6px;
        text-align: center;
        color: #252525;
        font-size: 14px;
        width: 80px;
        height: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  #artist_show #artist_bottom .social {
    float: none;
    top: auto;
    margin-top: 30px;
    margin-bottom: 30px; }

@media (max-width: 991px) {
  .artists.show #sidebar {
    display: none; } }

#songs_index {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 991px) {
    #songs_index {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #songs_index {
      padding: 0px 20px 0px 0px; } }
  #songs_index .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #songs_index .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #songs_index .wrap {
        padding: 10px 10px 20px 10px; } }
  #songs_index h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  #songs_index h1 {
    font-size: 25px;
    color: #2a3e53;
    margin-bottom: 40px; }
  #songs_index .crumbs {
    margin-bottom: 40px; }
  #songs_index .sort {
    margin: 30px 0px 32px;
    font-size: 15px;
    color: #252525; }
    #songs_index .sort a {
      position: relative;
      display: inline-block;
      color: #898989;
      text-decoration: none; }
      #songs_index .sort a:hover {
        color: #252525; }
      #songs_index .sort a.first {
        margin-right: 20px; }
      #songs_index .sort a.second {
        margin-left: 20px; }
  #songs_index form {
    position: relative;
    padding-right: 50px; }
    #songs_index form input[type=submit] {
      width: 16px;
      height: 16px;
      background-color: transparent;
      position: absolute;
      left: 11px;
      top: 12px;
      border: 0; }
    #songs_index form input#search {
      width: 100%;
      padding: 11px 9px 11px 40px;
      font-size: 14px;
      color: #252525;
      border: 1px solid #e1e1e1; }
      #songs_index form input#search.placeholder {
        color: #ddd; }
      #songs_index form input#search:-moz-placeholder {
        color: #ddd; }
      #songs_index form input#search::-moz-placeholder {
        color: #ddd; }
      #songs_index form input#search::-webkit-input-placeholder {
        color: #ddd; }
      #songs_index form input#search:focus {
        outline: 0; }
  @media screen and (max-width: 768px) {
    #songs_index .songs-table table {
      background-attachment: scroll;
      width: 560px; } }
  @media screen and (max-width: 768px) {
    #songs_index .songs-table table {
      width: 500px; } }
  @media screen and (max-width: 480px) {
    #songs_index .songs-table table .st-title {
      width: 30%; } }

#h_search {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 30;
  left: 230px;
  width: 350px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media screen and (max-width: 992px) {
    #h_search {
      left: 140px;
      width: 250px; } }
  @media (max-width: 480px) {
    #h_search {
      width: 33px;
      left: 303px; } }
  @media screen and (max-width: 640px) {
    #h_search {
      width: unset;
      right: 42px;
      top: 11px;
      left: unset;
      -webkit-transition: none;
      transition: none; } }
  @media screen and (max-width: 480px) {
    #h_search {
      right: 35px; } }
  #h_search .arrow {
    position: absolute;
    width: 42px;
    height: 33px;
    top: 0;
    right: 0; }
    @media screen and (max-width: 640px) {
      #h_search .arrow {
        display: none; } }
    #h_search .arrow i {
      position: absolute;
      top: 10px;
      right: 18px; }
  #h_search.has-dd .arrow i {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -301px -272px;
    width: 16px;
    height: 13px; }
  #h_search.has-dd.open .arrow i {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -285px -272px;
    width: 16px;
    height: 13px; }
  #h_search.open {
    background: #dc4353; }
    #h_search.open #h_suggest {
      display: block; }
  #h_search.focused {
    width: 450px; }
    @media screen and (min-width: 1300px) {
      #h_search.focused {
        width: 500px; } }
    @media (max-width: 1050px) {
      #h_search.focused {
        width: 400px; } }
    @media screen and (max-width: 992px) {
      #h_search.focused {
        width: 300px; } }
    @media (max-width: 820px) {
      #h_search.focused {
        width: 250px; } }
    #h_search.focused #h_search_form {
      background: #fff; }
      #h_search.focused #h_search_form #h_sq {
        color: #5a718a;
        width: 380px; }
        @media screen and (min-width: 1300px) {
          #h_search.focused #h_search_form #h_sq {
            width: 410px; } }
        @media screen and (max-width: 992px) {
          #h_search.focused #h_search_form #h_sq {
            width: 235px; } }
        @media screen and (max-width: 820px) {
          #h_search.focused #h_search_form #h_sq {
            width: 189px; } }

#h_search_form {
  position: absolute;
  top: 8px;
  left: 6px;
  right: 6px;
  bottom: 8px;
  background: #fff;
  border-radius: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media screen and (max-width: 640px) {
    #h_search_form {
      display: none; } }
  #h_search_form #h_submit {
    background: url(/webpack/de19b53edf86ea370e759d77ab20c832.png) no-repeat top left;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 10px;
    border: 0; }
  #h_search_form #h_sq {
    border: 0;
    background: none;
    color: #5a718a;
    font-size: 14px;
    padding: 9px 11px 8px 38px;
    border-radius: 16px;
    height: 16px;
    width: 290px;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #h_search_form #h_sq.placeholder {
      color: #5a718a; }
    #h_search_form #h_sq:-moz-placeholder {
      color: #5a718a; }
    #h_search_form #h_sq::-moz-placeholder {
      color: #5a718a; }
    #h_search_form #h_sq::-webkit-input-placeholder {
      color: #5a718a; }
    #h_search_form #h_sq:focus {
      outline: 0; }
    @media screen and (max-width: 992px) {
      #h_search_form #h_sq {
        width: 189px; } }

#h_suggest {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  background: #dc4353; }

#h_sugg_inner {
  list-style: none;
  margin: 25px 0px 0px;
  padding: 0; }
  @media screen and (max-width: 992px) {
    #h_sugg_inner {
      margin: 22px 0px 0px; } }
  #h_sugg_inner li {
    position: relative;
    padding: 8px;
    height: 34px; }
    @media screen and (max-width: 992px) {
      #h_sugg_inner li {
        padding: 0;
        min-height: 34px;
        height: unset;
        padding: 0 0 6px 0; } }
    #h_sugg_inner li.clickable {
      cursor: pointer; }
    @media screen and (max-width: 992px) {
      #h_sugg_inner li.even .left {
        background-color: #dc4353; } }
    #h_sugg_inner li.odd {
      background: #ef4d5e; }
      @media screen and (max-width: 992px) {
        #h_sugg_inner li.odd .left {
          background-color: #ef4d5e; } }
    @media screen and (max-width: 992px) {
      #h_sugg_inner li.active.texts {
        background: #ef4d5e; } }
    #h_sugg_inner li.active {
      background: #061c33; }
      @media screen and (max-width: 992px) {
        #h_sugg_inner li.active {
          background: unset; } }
      #h_sugg_inner li.active .left, #h_sugg_inner li.active .right {
        color: #fff; }
        @media screen and (max-width: 992px) {
          #h_sugg_inner li.active .left, #h_sugg_inner li.active .right {
            color: #ff8794; } }
    #h_sugg_inner li.artists .name {
      right: 10px; }
    #h_sugg_inner li.artists .right {
      display: none; }
  #h_sugg_inner .left {
    position: absolute;
    top: 19px;
    left: 17px;
    color: #ff8794;
    font-size: 12px; }
    @media screen and (max-width: 992px) {
      #h_sugg_inner .left.active {
        color: #ff8794; } }
    @media screen and (max-width: 1050px) {
      #h_sugg_inner .left {
        left: 10px; } }
    @media screen and (max-width: 992px) {
      #h_sugg_inner .left {
        position: relative;
        font-size: 16px;
        padding: 15px 0 14px 15px;
        left: 0;
        top: unset; } }
  #h_sugg_inner .image {
    position: absolute;
    left: 125px;
    top: 8px;
    width: 34px;
    height: 34px;
    background: #fff; }
    @media screen and (max-width: 1050px) {
      #h_sugg_inner .image {
        left: 90px; } }
    @media screen and (max-width: 992px) {
      #h_sugg_inner .image {
        left: 15px;
        top: unset;
        position: relative;
        display: inline-block; } }
    #h_sugg_inner .image.do-play, #h_sugg_inner .image.srch-album {
      cursor: pointer; }
      #h_sugg_inner .image.do-play i, #h_sugg_inner .image.srch-album i {
        display: block;
        position: absolute;
        top: 9px;
        left: 12px;
        width: 13px;
        height: 16px;
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -376px -187px;
        background-repeat: no-repeat; }
      #h_sugg_inner .image.do-play:hover i, #h_sugg_inner .image.srch-album:hover i {
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -376px -171px;
        width: 13px;
        height: 16px; }
      #h_sugg_inner .image.do-play:active i, #h_sugg_inner .image.srch-album:active i {
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -376px -155px;
        width: 13px;
        height: 16px; }
    #h_sugg_inner .image.srch-album i {
      display: none; }
    #h_sugg_inner .image.srch-album:hover img {
      display: none; }
    #h_sugg_inner .image.srch-album:hover i {
      display: block; }
  #h_sugg_inner .n1 {
    display: table;
    width: 100%;
    height: 34px; }
  #h_sugg_inner .n2 {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #h_sugg_inner .name {
    position: absolute;
    top: 10px;
    right: 160px;
    left: 175px;
    height: 28px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    overflow: hidden; }
    @media screen and (max-width: 1050px) {
      #h_sugg_inner .name {
        left: 135px; } }
    @media screen and (max-width: 992px) {
      #h_sugg_inner .name {
        font-size: 14px;
        line-height: 18px;
        width: 150px;
        position: relative;
        display: inline-block;
        left: 28px;
        top: -8px; } }
    @media screen and (max-width: 820px) {
      #h_sugg_inner .name {
        width: 105px; } }
    @media screen and (max-width: 480px) {
      #h_sugg_inner .name {
        width: 190px; } }
    @media screen and (max-width: 360px) {
      #h_sugg_inner .name {
        width: 150px; } }
    #h_sugg_inner .name .n2 {
      width: 165px;
      display: inline-block;
      padding-top: 8px; }
      @media screen and (max-width: 1300px) {
        #h_sugg_inner .name .n2 {
          width: 115px; } }
      @media screen and (max-width: 1050px) {
        #h_sugg_inner .name .n2 {
          width: 105px; } }
      @media screen and (max-width: 992px) {
        #h_sugg_inner .name .n2 {
          display: block;
          height: 34px;
          padding-top: 8px;
          width: 150px; } }
      @media screen and (max-width: 820px) {
        #h_sugg_inner .name .n2 {
          width: 105px; } }
      @media screen and (max-width: 480px) {
        #h_sugg_inner .name .n2 {
          width: 190px; } }
      @media screen and (max-width: 360px) {
        #h_sugg_inner .name .n2 {
          width: 150px; } }
  #h_sugg_inner .right {
    position: absolute;
    top: 10px;
    right: 0;
    height: 28px;
    width: 150px;
    overflow: hidden;
    font-size: 12px;
    color: #fb8591; }
    @media screen and (max-width: 992px) {
      #h_sugg_inner .right {
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        top: -8px;
        width: 75px;
        right: -25px;
        text-align: right; } }
    @media screen and (max-width: 480px) {
      #h_sugg_inner .right {
        left: 15%; } }
    #h_sugg_inner .right a {
      color: #fb8591;
      text-decoration: none; }
      @media screen and (max-width: 992px) {
        #h_sugg_inner .right a {
          text-overflow: ellipsis;
          width: 75px;
          display: inline-block; } }

#h_sugg_more {
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  background: #f45f6e; }
  #h_sugg_more:hover {
    background: #f16e7b; }
  #h_sugg_more:active {
    background: #ee5564; }
  #h_sugg_more i {
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -189px -285px;
    width: 16px;
    height: 13px;
    position: absolute;
    top: 17px;
    left: 50%;
    margin-left: -8px; }

.h_search-btn {
  display: none;
  width: 32px;
  height: 32px;
  background-image: url(/webpack/58e5203089fed22866ddf66d21a5e9f9.png);
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: center;
  cursor: pointer; }
  @media screen and (max-width: 640px) {
    .h_search-btn {
      display: inline-block; } }

@media screen and (max-width: 992px) {
  #h_sugg_inner li:nth-child(6) {
    margin-bottom: 22px; } }

@media screen and (max-width: 992px) {
  #h_sugg_inner li:nth-child(8) {
    margin-bottom: 22px; } }

.songs-table {
  overflow: auto; }
  .songs-table .play-all {
    background: #fff;
    width: 224px;
    height: 60px;
    position: relative;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb; }
    @media (max-width: 405px) {
      .songs-table .play-all {
        width: 190px; } }
    .songs-table .play-all .play {
      position: absolute;
      left: 13px;
      top: 13px;
      cursor: pointer; }
      .songs-table .play-all .play span {
        margin-left: 15px; }
      .songs-table .play-all .play i {
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -160px -245px;
        width: 44px;
        height: 34px; }
    .songs-table .play-all .right {
      position: absolute;
      top: -1px;
      right: -14px;
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -322px -122px;
      width: 14px;
      height: 62px; }
      .songs-table .play-all .right .plus {
        background-color: #fff;
        border-radius: 10px;
        cursor: pointer;
        display: block;
        position: absolute;
        top: 21px;
        right: -6px;
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -307px -315px;
        width: 16px;
        height: 16px; }
        .songs-table .play-all .right .plus.open {
          background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
          background-position: -243px -315px;
          width: 16px;
          height: 16px; }
    .songs-table .play-all span {
      font-size: 14px;
      font-weight: bold;
      color: #363636; }
  .songs-table table {
    background: #fff;
    border: 1px solid #ebebeb;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    @media (max-width: 768px) {
      .songs-table table {
        width: 960px; } }
  .songs-table .st-num {
    text-align: center;
    width: 40px; }
  .songs-table .st-arttist, .songs-table .st-title {
    width: 40%; }
  .songs-table .st-act {
    padding: 5px 0 8px;
    width: 110px; }
  .songs-table .st-duration {
    width: 60px; }
  .songs-table .st-versions {
    background: #fff !important;
    padding: 0 !important;
    width: 41px; }
    .songs-table .st-versions a {
      display: block;
      background: #4ab842 !important;
      margin-left: 1px;
      width: 40px;
      height: 40px;
      position: relative;
      cursor: pointer; }
    .songs-table .st-versions i {
      display: block;
      position: absolute;
      top: 14px;
      left: 12px;
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -225px -192px;
      width: 15px;
      height: 13px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .songs-table .st-versions.open i {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .songs-table .loading {
    border-top: 1px solid #fff; }
    .songs-table .loading td {
      background: #3A3A3A !important;
      padding: 0 !important;
      padding-left: 4px !important;
      color: #fff !important; }
    .songs-table .loading .t {
      font-size: 12px; }
    .songs-table .loading .loader {
      display: block;
      width: 40px;
      height: 40px; }
  .songs-table thead th {
    font-size: 12px;
    font-weight: bold;
    color: #363636;
    text-align: left;
    padding: 19px 6px; }
  .songs-table tfoot td {
    border-top: 1px solid #ebebeb;
    padding: 10px;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: bold; }
    .songs-table tfoot td img {
      display: block; }
    .songs-table tfoot td .cover {
      margin-right: 10px; }
    .songs-table tfoot td .size {
      font-size: 13px;
      font-weight: normal; }
  .songs-table tbody tr:nth-child(odd) td {
    background: #f7f7f7; }
  .songs-table tbody td {
    padding: 13px 6px 12px; }
  .songs-table tbody .st-num {
    padding: 5px 4px 5px 3px;
    width: 40px; }
    .songs-table tbody .st-num .play, .songs-table tbody .st-num .pause {
      display: none; }
  .songs-table tbody .st-artist {
    padding: 13px 6px 12px 20px; }
  .songs-table tbody .st-artist, .songs-table tbody .st-title {
    font-size: 12px;
    padding: 0 6px !important;
    vertical-align: middle;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .songs-table tbody .st-artist, .songs-table tbody .st-artist a, .songs-table tbody .st-title, .songs-table tbody .st-title a {
      color: #363636; }
  .songs-table tbody .st-artist, .songs-table tbody .st-duration {
    border-left: 1px solid #ebebeb; }
  .songs-table tbody .st-num, .songs-table tbody .st-duration {
    font-size: 12px;
    color: #cccccc; }
  .songs-table tbody .st-act a {
    visibility: hidden;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    cursor: pointer; }
  .songs-table tbody .st-play {
    cursor: pointer;
    display: none;
    margin-left: 12px;
    width: 13px;
    height: 16px;
    margin: 0px 0px 0px 17px;
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -376px -283px;
    width: 13px;
    height: 16px; }
  .songs-table tbody .st-pause {
    cursor: pointer;
    display: none;
    width: 16px;
    margin: 0px 0px 0px 15px;
    height: 16px;
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -110px -358px;
    width: 15px;
    height: 16px; }
  .songs-table tbody tr.playable:hover td, .songs-table tbody tr.playable.playing td, .songs-table tbody tr.playable.force-active td, .songs-table tbody tr.playable.menu-active td {
    background: #3a3a3a; }
  .songs-table tbody tr.playable:hover .st-artist, .songs-table tbody tr.playable:hover .st-duration, .songs-table tbody tr.playable.playing .st-artist, .songs-table tbody tr.playable.playing .st-duration, .songs-table tbody tr.playable.force-active .st-artist, .songs-table tbody tr.playable.force-active .st-duration, .songs-table tbody tr.playable.menu-active .st-artist, .songs-table tbody tr.playable.menu-active .st-duration {
    border-left: 1px solid #3a3a3a; }
  .songs-table tbody tr.playable:hover .st-artist, .songs-table tbody tr.playable:hover .st-artist a, .songs-table tbody tr.playable:hover .st-title, .songs-table tbody tr.playable:hover .st-title a, .songs-table tbody tr.playable.playing .st-artist, .songs-table tbody tr.playable.playing .st-artist a, .songs-table tbody tr.playable.playing .st-title, .songs-table tbody tr.playable.playing .st-title a, .songs-table tbody tr.playable.force-active .st-artist, .songs-table tbody tr.playable.force-active .st-artist a, .songs-table tbody tr.playable.force-active .st-title, .songs-table tbody tr.playable.force-active .st-title a, .songs-table tbody tr.playable.menu-active .st-artist, .songs-table tbody tr.playable.menu-active .st-artist a, .songs-table tbody tr.playable.menu-active .st-title, .songs-table tbody tr.playable.menu-active .st-title a {
    color: #ffffff; }
  .songs-table tbody tr.playable:hover .st-num span, .songs-table tbody tr.playable.playing .st-num span, .songs-table tbody tr.playable.force-active .st-num span, .songs-table tbody tr.playable.menu-active .st-num span {
    display: none; }
  .songs-table tbody tr.playable:hover .st-act a, .songs-table tbody tr.playable.playing .st-act a, .songs-table tbody tr.playable.force-active .st-act a, .songs-table tbody tr.playable.menu-active .st-act a {
    visibility: visible; }
  .songs-table tbody tr.playable:hover .st-play, .songs-table tbody tr.playable.playing .st-play, .songs-table tbody tr.playable.force-active .st-play, .songs-table tbody tr.playable.menu-active .st-play {
    display: block; }
  .songs-table tbody tr.playable.playing .st-play {
    display: none; }
  .songs-table tbody tr.playable.playing .st-pause {
    display: block; }
  .songs-table tbody tr.playable.playing.paused .st-play {
    display: block; }
  .songs-table tbody tr.playable.playing.paused .st-pause {
    display: none; }
  .songs-table .more-link {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; }

#new_texts {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 991px) {
    #new_texts {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #new_texts {
      padding: 0px 20px 0px 0px; } }
  #new_texts .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #new_texts .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #new_texts .wrap {
        padding: 10px 10px 20px 10px; } }
  #new_texts h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }

#artist_bio {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 640px) {
    #artist_bio {
      text-align: center; } }
  @media (max-width: 991px) {
    #artist_bio {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #artist_bio {
      padding: 0px 20px 0px 0px; } }
  #artist_bio .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #artist_bio .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #artist_bio .wrap {
        padding: 10px 10px 20px 10px; } }
  #artist_bio h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  @media (max-width: 640px) {
    #artist_bio .title_w {
      padding: 20px 0; } }
  #artist_bio h1 {
    color: #363636;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px; }
    @media (max-width: 640px) {
      #artist_bio h1 {
        font-size: 21px;
        display: inline; } }
  #artist_bio .crumbs {
    margin-bottom: 30px; }
  #artist_bio .bio-text {
    margin-top: 60px;
    padding-right: 30px;
    padding-bottom: 50px;
    color: #363636;
    font-size: 18px;
    line-height: 34px; }
    @media (max-width: 640px) {
      #artist_bio .bio-text {
        padding-right: 0;
        text-align: justify; } }
    @media (max-width: 360px) {
      #artist_bio .bio-text {
        font-size: 16px;
        padding-right: 0; } }
    #artist_bio .bio-text a {
      color: #363636;
      text-decoration: underline; }
      #artist_bio .bio-text a:hover {
        text-decoration: none; }
  #artist_bio h4 {
    margin-top: 100px; }

#artist_show {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 640px) {
    #artist_show {
      text-align: center; } }
  @media (max-width: 991px) {
    #artist_show {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #artist_show {
      padding: 0px 20px 0px 0px; } }
  #artist_show .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #artist_show .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #artist_show .wrap {
        padding: 10px 10px 20px 10px; } }
  #artist_show h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  @media (max-width: 640px) {
    #artist_show .share-links .cont .fb {
      margin: 0 auto; } }
  @media (max-width: 570px) {
    #artist_show .share-links .cont .fb {
      margin: 0 auto 20px; } }
  @media (max-width: 640px) {
    #artist_show .title_w {
      padding: 20px 0; } }
  @media (max-width: 640px) {
    #artist_show h1 {
      font-size: 21px;
      display: inline; } }
  #artist_show #artist_top {
    position: relative; }
    #artist_show #artist_top h1 {
      color: #2a3e53;
      font-size: 25px;
      margin-top: 0;
      margin-bottom: 30px; }
  #artist_show #artist_lr {
    position: relative; }
  #artist_show #artist_left {
    width: 242px;
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 992px) {
      #artist_show #artist_left {
        position: unset;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto; } }
    #artist_show #artist_left .image {
      border: 1px solid #e1e1e1;
      width: 240px;
      height: 240px;
      display: table-cell; }
      #artist_show #artist_left .image, #artist_show #artist_left .image img {
        text-align: center;
        vertical-align: middle; }
    #artist_show #artist_left .like-button {
      margin-top: 30px; }
  #artist_show #artist_right {
    padding: 0px 20px 0px 310px;
    margin: 27px 0px 20px;
    min-height: 360px; }
    @media (max-width: 992px) {
      #artist_show #artist_right {
        padding: 0; } }
    #artist_show #artist_right .text {
      margin-top: 40px;
      color: #2a3e53;
      font-size: 14px;
      line-height: 25px; }
      @media (max-width: 640px) {
        #artist_show #artist_right .text {
          text-align: justify; } }
    #artist_show #artist_right .full-bio {
      display: block;
      font-size: 13px;
      color: #00aeef;
      margin-top: 20px;
      text-decoration: underline; }
      #artist_show #artist_right .full-bio:hover {
        text-decoration: none; }
  #artist_show h3 {
    color: #252525;
    font-size: 18px;
    font-weight: bold; }
  #artist_show #artists_similar {
    margin: 30px -1px 60px -10px;
    padding: 15px 7px 0px;
    margin: 5px -5px;
    border: 1px solid #ebebeb; }
    #artist_show #artists_similar .closed {
      height: 110px;
      overflow: hidden; }
    #artist_show #artists_similar a {
      vertical-align: top;
      margin-bottom: 20px;
      margin-left: 5px;
      margin-right: 5px; }
      #artist_show #artists_similar a .image {
        border: 1px solid #e1e1e1;
        width: 80px;
        height: 80px;
        display: table-cell; }
        #artist_show #artists_similar a .image, #artist_show #artists_similar a .image img {
          text-align: center;
          vertical-align: middle; }
      #artist_show #artists_similar a .name {
        margin-top: 6px;
        text-align: center;
        color: #252525;
        font-size: 14px;
        width: 80px;
        height: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  #artist_show #artist_bottom .social {
    float: none;
    top: auto;
    margin-top: 30px;
    margin-bottom: 30px; }
  #artist_show .table_wrapper {
    min-width: 650px;
    overflow: auto; }

#artists_index {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 360px) {
    #artists_index #page_main {
      margin-left: 10px; } }
  @media (max-width: 640px) {
    #artists_index .wrap {
      text-align: center; } }
  @media (max-width: 991px) {
    #artists_index {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #artists_index {
      padding: 0px 20px 0px 0px; } }
  #artists_index .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #artists_index .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #artists_index .wrap {
        padding: 10px 10px 20px 10px; } }
  #artists_index h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  #artists_index h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 40px; }
  #artists_index h3 {
    font-size: 18px;
    color: #252525; }
  #artists_index .tag {
    color: #252525;
    font-size: 11px;
    text-transform: uppercase;
    width: 120px;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 6px;
    margin-right: 4px;
    margin-bottom: 8px; }
    #artists_index .tag:hover {
      border: 1px solid #363636; }
    #artists_index .tag.on {
      background: #363636;
      border: 1px solid #363636;
      color: #fff; }
  #artists_index .letters {
    margin-top: 30px; }
    #artists_index .letters a {
      padding: 2px;
      color: #252525;
      font-size: 11px;
      margin-right: 3px;
      padding-bottom: 15px; }
      #artists_index .letters a:hover, #artists_index .letters a.active {
        color: #00aeef;
        background: image-url("app/artist_letter.png") no-repeat bottom center; }
  #artists_index form {
    margin-top: 20px;
    margin-bottom: 30px; }
    #artists_index form input#search {
      color: #252525;
      font-size: 14px;
      padding: 10px;
      border: 1px solid #e1e1e1;
      width: 60%; }
      #artists_index form input#search.placeholder {
        color: #898989; }
      #artists_index form input#search:-moz-placeholder {
        color: #898989; }
      #artists_index form input#search::-moz-placeholder {
        color: #898989; }
      #artists_index form input#search::-webkit-input-placeholder {
        color: #898989; }
    #artists_index form input[type=submit] {
      display: none; }

#artists_list {
  margin: 30px -32px; }
  #artists_list .artist {
    width: 164px;
    height: 260px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    margin: 5px 32px;
    position: relative; }
    #artists_list .artist .image {
      width: 164px;
      height: 164px;
      display: table-cell; }
      #artists_list .artist .image, #artists_list .artist .image img {
        text-align: center;
        vertical-align: middle; }
    #artists_list .artist .name {
      color: #252525;
      font-size: 14px;
      font-weight: bold;
      margin-top: 8px; }
    #artists_list .artist .plays {
      position: absolute;
      bottom: 15px;
      left: 10px;
      font-size: 12px;
      color: #959595;
      line-height: 15px; }
      @media (max-width: 640px) {
        #artists_list .artist .plays {
          width: 100%;
          left: 0; } }

#videos_show {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 991px) {
    #videos_show {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #videos_show {
      padding: 0px 20px 0px 0px; } }
  #videos_show .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #videos_show .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #videos_show .wrap {
        padding: 10px 10px 20px 10px; } }
  #videos_show h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  #videos_show #around {
    border: 1px solid #ebebeb; }
  #videos_show .crumbs {
    margin-bottom: 40px; }
  #videos_show .box {
    width: 100%;
    height: 600px; }
    #videos_show .box #video-player {
      height: 600px; }
  #videos_show .video-list {
    padding: 0 10px;
    height: 360px;
    overflow: hidden; }

#videos_index {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 991px) {
    #videos_index {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #videos_index {
      padding: 0px 10px 0px 0px; } }
  @media (max-width: 480px) {
    #videos_index {
      text-align: center; } }
  @media (max-width: 991px) {
    #videos_index {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #videos_index {
      padding: 0px 20px 0px 0px; } }
  #videos_index .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #videos_index .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #videos_index .wrap {
        padding: 10px 10px 20px 10px; } }
  #videos_index h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  #videos_index .crumbs {
    margin-bottom: 40px; }
  #videos_index form {
    position: relative;
    padding-right: 50px; }
    #videos_index form input[type=submit] {
      width: 16px;
      height: 16px;
      background-color: transparent;
      position: absolute;
      left: 11px;
      top: 12px;
      border: 0; }
    #videos_index form input#search {
      width: 100%;
      padding: 11px 9px 11px 40px;
      font-size: 14px;
      color: #252525;
      border: 1px solid #e1e1e1; }
      #videos_index form input#search.placeholder {
        color: #ddd; }
      #videos_index form input#search:-moz-placeholder {
        color: #ddd; }
      #videos_index form input#search::-moz-placeholder {
        color: #ddd; }
      #videos_index form input#search::-webkit-input-placeholder {
        color: #ddd; }
      #videos_index form input#search:focus {
        outline: 0; }
  #videos_index h3 {
    color: #252525;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px; }
    #videos_index h3 a {
      display: inline-block;
      margin-left: 10px;
      color: #363636;
      font-size: 12px; }
      #videos_index h3 a:first-child {
        margin-left: 30px; }
      #videos_index h3 a.active, #videos_index h3 a:hover {
        color: #00aeef; }
  @media (max-width: 480px) {
    #videos_index .title_w {
      padding-top: 20px; } }
  @media (max-width: 480px) {
    #videos_index h1 {
      display: block;
      text-align: center;
      height: auto; } }

ul.video-list {
  margin: 0;
  margin-top: 30px;
  padding: 0;
  list-style: none; }
  @media (max-width: 480px) {
    ul.video-list {
      padding-left: 10px; } }
  ul.video-list li {
    display: inline-block;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 20px; }
    @media (max-width: 321px) {
      ul.video-list li {
        margin-right: 0; } }
  ul.video-list a {
    display: block;
    width: 140px;
    height: 170px;
    overflow: hidden; }
  ul.video-list .imgw {
    border: 1px solid #ebebeb;
    position: relative; }
  ul.video-list .img {
    width: 140px;
    height: 100px;
    border: 3px solid transparent;
    display: table-cell;
    text-align: center; }
    ul.video-list .img, ul.video-list .img img {
      vertical-align: middle; }
  ul.video-list a:hover .imgw, ul.video-list li.active .imgw {
    border: 1px solid #ffd400; }
    ul.video-list a:hover .imgw .img, ul.video-list li.active .imgw .img {
      border: 3px solid #ffd400; }
  ul.video-list i {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: 0px -315px;
    width: 27px;
    height: 27px; }
  ul.video-list a:hover i {
    display: block; }
  ul.video-list .title {
    color: #363636;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 5px; }
  ul.video-list .artist {
    color: #363636;
    font-size: 12px;
    margin-top: 10px; }

.datepicker-input {
  color: #7f8c8d;
  font-size: 14px;
  font-weight: bold;
  background: url(/webpack/4c3deb44fd8250705bd2df6486ed71a9.png) no-repeat 82px center;
  border: 1px solid #cccccc;
  padding: 4px 18px 5px 7px;
  width: 80px;
  margin-right: 10px;
  cursor: pointer; }
  .datepicker-input:focus {
    background: url(/webpack/8ca3e26938669138c9dc08d4680ebfc9.png) no-repeat 82px center;
    outline: none; }

.datepicker-dropdown {
  position: absolute;
  margin-left: -95px;
  background: #e1e6eb; }
  .datepicker-dropdown:after {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(225, 230, 235, 0);
    border-width: 8px;
    left: 50%;
    margin-left: -8px; }
  .datepicker-dropdown.datepicker-orient-top {
    margin-top: 20px; }
    .datepicker-dropdown.datepicker-orient-top:after {
      bottom: 100%;
      border-bottom-color: #e1e6eb; }
  .datepicker-dropdown.datepicker-orient-bottom {
    margin-top: -20px; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      top: 100%;
      border-top-color: #e1e6eb; }
  .datepicker-dropdown td, .datepicker-dropdown th {
    width: 40px;
    height: 40px; }
  .datepicker-dropdown tbody td {
    background: #fff; }
  .datepicker-dropdown .dow {
    color: #4d5155;
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold; }
  .datepicker-dropdown .day {
    cursor: pointer;
    color: #4d5155;
    font-size: 14px;
    text-align: center; }
    .datepicker-dropdown .day div {
      border: 1px solid #d0d4d9;
      margin: -2px;
      width: 43px;
      padding-top: 15px;
      height: 30px; }
    .datepicker-dropdown .day.old, .datepicker-dropdown .day.new, .datepicker-dropdown .day.disabled {
      cursor: default;
      color: #cccfd3; }
    .datepicker-dropdown .day.active div {
      width: 42px;
      position: relative;
      height: 29px;
      border: 1px solid #d81f27; }
  .datepicker-dropdown .datepicker-switch {
    padding-top: 2px;
    padding-bottom: 0;
    color: #4d5155;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase; }
  .datepicker-dropdown .prev, .datepicker-dropdown .next, .datepicker-dropdown .datepicker-switch {
    border: 1px solid #e1e6eb; }
  .datepicker-dropdown .prev, .datepicker-dropdown .next {
    cursor: pointer; }
  .datepicker-dropdown .prev {
    background: image-url("afisha/c_prev.png") no-repeat center center; }
    .datepicker-dropdown .prev:hover {
      background: image-url("afisha/c_prev_h.png") no-repeat center center; }
  .datepicker-dropdown .next {
    background: image-url("afisha/c_next.png") no-repeat center center; }
    .datepicker-dropdown .next:hover {
      background: image-url("afisha/c_next_h.png") no-repeat center center; }

#concert_show {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 991px) {
    #concert_show {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #concert_show {
      padding: 0px 20px 0px 0px; } }
  #concert_show .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #concert_show .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #concert_show .wrap {
        padding: 10px 10px 20px 10px; } }
  #concert_show h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  #concert_show .wrap {
    padding: 40px 60px 50px 55px; }
  #concert_show h1 {
    width: 300px; }
  #concert_show .date {
    margin: 30px 0;
    font-size: 20px; }
    #concert_show .date .day, #concert_show .date .sep {
      color: #e94f36; }
    #concert_show .date .time {
      color: #363636; }
      #concert_show .date .time sup {
        text-decoration: underline;
        font-size: 11px;
        position: relative;
        top: -6px;
        left: 2px; }
  #concert_show .go-button {
    display: block;
    margin: 30px 0; }
  #concert_show .desc {
    color: #363636;
    font-size: 18px;
    line-height: 34px; }
  #concert_show .image {
    margin-top: 30px; }
    #concert_show .image img {
      max-width: 100%; }
  #concert_show .cols {
    position: relative;
    margin-right: 140px;
    margin-bottom: 10px; }
    #concert_show .cols .cleft {
      float: left;
      width: 50%; }
      @media screen and (min-width: 1200px) {
        #concert_show .cols .cleft {
          width: 40%; } }
    #concert_show .cols .cright {
      float: left;
      width: 30%; }
      @media screen and (max-width: 1101px) {
        #concert_show .cols .cright {
          clear: both;
          float: none;
          width: 100%; } }
      @media screen and (min-width: 1200px) {
        #concert_show .cols .cright {
          width: 50%;
          max-width: 290px; } }
      #concert_show .cols .cright .address {
        color: #a1a1a1;
        font-size: 14px;
        letter-spacing: -0.2px;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 20px; }
      #concert_show .cols .cright .on_map {
        cursor: pointer;
        display: block;
        color: #e94f36;
        font-size: 14px;
        text-decoration: underline; }
        #concert_show .cols .cright .on_map:hover {
          text-decoration: none; }
    #concert_show .cols .side {
      position: absolute;
      top: 0;
      right: -120px; }
      #concert_show .cols .side .price {
        color: #464646;
        font-size: 20px;
        font-weight: bold;
        word-spacing: -2px;
        letter-spacing: -0.2px; }
    #concert_show .cols .big {
      cursor: pointer;
      color: #e94f36;
      font-size: 20px;
      line-height: 20px;
      letter-spacing: -0.3px;
      display: block;
      margin-bottom: 15px; }
      #concert_show .cols .big:hover span, #concert_show .cols .big:hover span span {
        border-bottom: 1px solid transparent; }
      #concert_show .cols .big span {
        max-width: 100%;
        display: inline-block;
        vertical-align: top;
        height: 21px;
        border-bottom: 1px solid #f4b4ad; }
        #concert_show .cols .big span span {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 20px;
          border-bottom: 1px solid #ef887b; }

#facebox.venue {
  position: absolute;
  width: 80%;
  height: 80%;
  margin-left: 10%;
  margin-top: 100px; }
  #facebox.venue #facebox_close {
    width: 31px;
    height: 31px;
    background: url(/webpack/0a194286bec0703069048c773df5ac72.png) no-repeat top left;
    top: -40px;
    right: -40px;
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    white-space: nowrap; }
  #facebox.venue #facebox_content {
    width: 100%;
    height: 100%;
    position: relative; }
  #facebox.venue #venue-popup {
    width: 100%;
    height: 100%; }
    #facebox.venue #venue-popup #vp_top {
      position: absolute;
      top: -50px;
      left: 0; }
      #facebox.venue #venue-popup #vp_top #vp_venue {
        font-size: 25px;
        color: #ffffff; }
      #facebox.venue #venue-popup #vp_top #vp_address {
        font-size: 16px;
        color: #636363; }
    #facebox.venue #venue-popup #vp_map {
      width: 100%;
      height: 100%; }

@media (max-width: 360px) {
  #concerts_placeholder {
    text-align: center; } }

#concerts_index {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 991px) {
    #concerts_index {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #concerts_index {
      padding: 0px 20px 0px 0px; } }
  #concerts_index .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #concerts_index .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #concerts_index .wrap {
        padding: 10px 10px 20px 10px; } }
  #concerts_index h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  @media (max-width: 768px) {
    #concerts_index {
      max-width: 700pc; } }
  #concerts_index h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 40px; }
  #concerts_index h3 {
    font-size: 18px;
    color: #252525; }
  #concerts_index form {
    position: relative;
    padding-right: 50px; }
    #concerts_index form input[type=submit] {
      width: 16px;
      height: 16px;
      background-color: transparent;
      position: absolute;
      left: 11px;
      top: 12px;
      border: 0; }
    #concerts_index form input#search {
      width: 100%;
      padding: 11px 9px 11px 40px;
      font-size: 14px;
      color: #252525;
      border: 1px solid #e1e1e1; }
      #concerts_index form input#search.placeholder {
        color: #ddd; }
      #concerts_index form input#search:-moz-placeholder {
        color: #ddd; }
      #concerts_index form input#search::-moz-placeholder {
        color: #ddd; }
      #concerts_index form input#search::-webkit-input-placeholder {
        color: #ddd; }
      #concerts_index form input#search:focus {
        outline: 0; }
    #concerts_index form .bottom {
      margin-top: 20px;
      margin-right: -50px; }
      @media (max-width: 768px) {
        #concerts_index form .bottom {
          margin-right: 0;
          width: 240px;
          padding-top: 20px; } }
    #concerts_index form .section.left {
      float: left; }
      @media (max-width: 992px) {
        #concerts_index form .section.left {
          float: none;
          display: inline-block; } }
      @media (max-width: 768px) {
        #concerts_index form .section.left {
          margin-bottom: 20px; } }
    #concerts_index form .section.right {
      float: right; }
      @media (max-width: 992px) {
        #concerts_index form .section.right {
          float: none;
          display: inline-block; } }
      @media (max-width: 768px) {
        #concerts_index form .section.right {
          float: none; } }
    #concerts_index form .section label {
      display: block;
      font-size: 14px;
      font-weight: bold;
      color: #252525;
      margin-bottom: 6px; }
  #concerts_index .jq-selectbox__select {
    width: 200px;
    padding: 6px 50px 4px 8px;
    height: 18px;
    color: #7f8c8d;
    font-size: 14px;
    font-weight: bold; }
  #concerts_index .jq-selectbox__trigger {
    width: 28px; }
  #concerts_index .jq-selectbox__trigger-arrow {
    border-top: 8px solid #7f8c8d;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    top: 12px;
    right: 9px; }
  #concerts_index .jq-selectbox__dropdown {
    top: 32px;
    height: 300px; }
    #concerts_index .jq-selectbox__dropdown li {
      padding: 6px 20px 6px 9px; }
  #concerts_index .concerts_list {
    margin: 30px -15px; }
    @media (max-width: 321px) {
      #concerts_index .concerts_list {
        margin: 30px auto 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
    #concerts_index .concerts_list h5 {
      margin: 0 32px;
      font-size: 14px; }
    #concerts_index .concerts_list .event {
      width: 164px;
      height: 290px;
      padding: 10px;
      border: 1px solid #e1e1e1;
      margin: 5px 15px;
      position: relative; }
      #concerts_index .concerts_list .event .image {
        display: block;
        width: 164px;
        height: 164px;
        text-align: center; }
      #concerts_index .concerts_list .event .name {
        display: block;
        color: #252525;
        font-size: 14px;
        font-weight: bold;
        margin-top: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      #concerts_index .concerts_list .event .date {
        margin-top: 3px;
        color: #e94f36;
        font-size: 15px; }
      #concerts_index .concerts_list .event .venue {
        position: absolute;
        bottom: 60px;
        left: 10px;
        right: 10px;
        color: #959595;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    #concerts_index .concerts_list .go-button {
      position: absolute;
      bottom: 10px;
      left: 10px;
      right: 10px; }
    #concerts_index .concerts_list .wrap {
      padding: 40px 30px; }
    #concerts_index .concerts_list .concerts_list {
      margin: 30px -10px; }
      #concerts_index .concerts_list .concerts_list .event {
        margin: 5px 10px; }
    #concerts_index .concerts_list .concerts_list {
      margin: 30px -32px; }
      #concerts_index .concerts_list .concerts_list .event {
        margin: 5px 32px; }
  @media screen and (min-width: 1210px) {
    #concerts_index {
      width: 781px; }
      #concerts_index .concerts_list {
        margin: 30px -32px; }
        #concerts_index .concerts_list .event {
          margin: 5px 32px; } }
  @media screen and (min-width: 1463px) {
    #concerts_index {
      width: 1033px; } }
  @media screen and (min-width: 1718px) {
    #concerts_index {
      width: 1288px; } }

.go-button {
  cursor: pointer;
  position: relative;
  width: 165px;
  height: 40px; }
  .go-button .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px; }
    .go-button .left i {
      display: block;
      position: absolute;
      top: 10px;
      left: 11px;
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -355px -116px;
      width: 19px;
      height: 19px; }
  .go-button .right {
    position: absolute;
    top: 0;
    left: 41px;
    width: 98px;
    height: 18px;
    padding: 10px 12px 12px; }
  .go-button .text {
    color: #fff;
    font-size: 14px; }
  .go-button .counter {
    color: #f38876;
    font-size: 14px; }
  .go-button .left, .go-button .right {
    background: #e94f36; }
  .go-button .on {
    display: none; }
  .go-button:hover .left, .go-button:hover .right {
    background: #e76538; }
  .go-button:active .left, .go-button:active .right {
    background: #e43434; }
  .go-button.on .off {
    display: none; }
  .go-button.on .on {
    display: inline-block; }
  .go-button.on .counter {
    color: #00aeef; }
  .go-button.on .left, .go-button.on .right {
    background: #160a8b; }
  .go-button.on:hover .left, .go-button.on:hover .right {
    background: #223a86; }
  .go-button.on:active .left, .go-button.on:active .right {
    background: #2e2d76; }

#users_index {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  max-width: 1060px; }
  @media (max-width: 991px) {
    #users_index {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #users_index {
      padding: 0px 20px 0px 0px; } }
  #users_index .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #users_index .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #users_index .wrap {
        padding: 10px 10px 20px 10px; } }
  #users_index h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  @media (max-width: 480px) {
    #users_index {
      text-align: center; } }
  #users_index h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 40px; }
  #users_index form {
    position: relative;
    padding-right: 50px;
    margin: 20px 40px 30px 0px;
    padding-right: 40px; }
    #users_index form input[type=submit] {
      width: 16px;
      height: 16px;
      background-color: transparent;
      position: absolute;
      left: 11px;
      top: 12px;
      border: 0; }
    #users_index form input#search {
      width: 100%;
      padding: 11px 9px 11px 40px;
      font-size: 14px;
      color: #252525;
      border: 1px solid #e1e1e1; }
      #users_index form input#search.placeholder {
        color: #ddd; }
      #users_index form input#search:-moz-placeholder {
        color: #ddd; }
      #users_index form input#search::-moz-placeholder {
        color: #ddd; }
      #users_index form input#search::-webkit-input-placeholder {
        color: #ddd; }
      #users_index form input#search:focus {
        outline: 0; }
    @media (max-width: 480px) {
      #users_index form {
        padding-right: 10px; } }

#users-list .inner {
  list-style: none;
  padding: 0;
  margin: 0px -32px; }
  #users-list .inner li {
    display: inline-block;
    margin: 32px; }
    #users-list .inner li a {
      display: block;
      width: 165px;
      height: 245px;
      padding: 10px;
      position: relative;
      border: 1px solid #e1e1e1;
      text-decoration: none; }
    #users-list .inner li .name {
      text-align: left;
      color: #252525;
      font-size: 14px;
      line-height: 18px;
      font-weight: bold;
      height: 35px;
      margin-top: 10px; }
    #users-list .inner li .rate {
      text-align: left;
      color: #959595;
      font-size: 12px; }

#photos_show {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 991px) {
    #photos_show {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #photos_show {
      padding: 0px 20px 0px 0px; } }
  #photos_show .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #photos_show .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #photos_show .wrap {
        padding: 10px 10px 20px 10px; } }
  #photos_show h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  #photos_show #around {
    border: 1px solid #ebebeb; }
  #photos_show .photo-list {
    padding: 10px 0px 0px 10px;
    margin: 10px 0 0;
    text-align: center;
    height: 206px;
    overflow: hidden; }
  #photos_show .image {
    margin: 0 10px;
    margin-top: 30px;
    padding: 20px;
    position: relative;
    border: 1px solid #ebebeb; }
    #photos_show .image a {
      position: absolute;
      display: none;
      top: 0;
      bottom: 0;
      width: 30%;
      margin-top: -23px; }
      #photos_show .image a i {
        position: absolute;
        display: block;
        top: 50%;
        width: 45px;
        height: 45px; }
    #photos_show .image:hover a {
      display: block; }
    #photos_show .image .next {
      right: 0; }
      #photos_show .image .next i {
        right: 38px;
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: 0px -160px;
        width: 45px;
        height: 45px; }
      #photos_show .image .next:hover i {
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -240px 0px;
        width: 45px;
        height: 45px; }
      #photos_show .image .next:active i {
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -180px -160px;
        width: 45px;
        height: 45px; }
    #photos_show .image .prev {
      left: 0; }
      #photos_show .image .prev i {
        left: 38px;
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -90px -160px;
        width: 45px;
        height: 45px; }
      #photos_show .image .prev:hover i {
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -45px -160px;
        width: 45px;
        height: 45px; }
      #photos_show .image .prev:active i {
        background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
        background-position: -135px -160px;
        width: 45px;
        height: 45px; }
    #photos_show .image .box {
      text-align: center; }
    #photos_show .image img {
      max-width: 100%; }
    #photos_show .image.loading {
      height: 200px; }
      #photos_show .image.loading .box {
        display: none; }

#photos_index {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 360px) {
    #photos_index {
      text-align: center; } }
  @media (max-width: 991px) {
    #photos_index {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #photos_index {
      padding: 0px 20px 0px 0px; } }
  #photos_index .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #photos_index .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #photos_index .wrap {
        padding: 10px 10px 20px 10px; } }
  #photos_index h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  #photos_index h1 {
    display: block;
    height: auto;
    margin: 0; }
  #photos_index .title_w {
    margin: 0;
    padding: 20px 0; }

ul.photo-list {
  margin: 0;
  margin-top: 30px;
  padding: 0;
  list-style: none; }
  @media (max-width: 360px) {
    ul.photo-list {
      padding-left: 10px; } }
  ul.photo-list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb; }
    ul.photo-list li a {
      width: 120px;
      height: 85px;
      border: 3px solid transparent;
      display: table-cell;
      text-align: center; }
      ul.photo-list li a, ul.photo-list li a img {
        vertical-align: middle; }
    ul.photo-list li:hover, ul.photo-list li.active {
      border: 1px solid #ffd400; }
      ul.photo-list li:hover a, ul.photo-list li.active a {
        border: 3px solid #ffd400; }

#users_show {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 991px) {
    #users_show {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #users_show {
      padding: 0px 20px 0px 0px; } }
  #users_show .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #users_show .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #users_show .wrap {
        padding: 10px 10px 20px 10px; } }
  #users_show h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  #users_show h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 10px; }
  #users_show h3 {
    color: #252525;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 25px; }
  #users_show .edit {
    margin-bottom: 15px; }
    #users_show .edit a {
      color: #898989;
      font-size: 13px; }
  @media (max-width: 400px) {
    #users_show .flow {
      margin: 0 15px; } }
  #users_show .columns {
    position: relative; }
    #users_show .columns .left {
      position: absolute;
      top: 0;
      left: 0;
      width: 242px; }
      @media (max-width: 992px) {
        #users_show .columns .left {
          position: unset;
          margin: 0 auto 40px; } }
      #users_show .columns .left .image {
        border: 1px solid #e1e1e1; }
        #users_show .columns .left .image img {
          display: block; }
    #users_show .columns .mid {
      padding-left: 260px;
      padding-right: 140px;
      min-height: 280px; }
      @media (max-width: 992px) {
        #users_show .columns .mid {
          padding: 0;
          display: inline-block;
          width: 65%;
          min-height: auto; } }
      #users_show .columns .mid .username {
        color: #252525;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 50px; }
        @media (max-width: 321px) {
          #users_show .columns .mid .username {
            margin-bottom: 25px; } }
      #users_show .columns .mid .cell {
        margin-bottom: 25px; }
        #users_show .columns .mid .cell .name {
          color: #a0a0a0;
          font-size: 11px;
          text-transform: uppercase;
          margin-bottom: 6px; }
        #users_show .columns .mid .cell .value {
          color: #2a2828;
          font-size: 14px; }
    #users_show .columns .right {
      position: absolute;
      width: 85px;
      right: 0;
      top: 0; }
      @media (max-width: 992px) {
        #users_show .columns .right {
          position: unset;
          display: inline-block;
          width: 35%;
          text-align: end; } }
      #users_show .columns .right .cell {
        margin-bottom: 25px; }
        #users_show .columns .right .cell .name {
          color: #a0a0a0;
          font-size: 11px;
          text-transform: uppercase; }
        #users_show .columns .right .cell .value {
          font-size: 18px;
          font-weight: bold;
          color: #252525; }

#user_playlists {
  border: 1px solid #ebebeb;
  margin: 0 -10px;
  padding: 10px;
  padding-bottom: 0; }

#albums_index {
  padding: 0px 280px 0px 0px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }
  @media (max-width: 480px) {
    #albums_index {
      text-align: center; } }
  @media (max-width: 480px) {
    #albums_index .flow {
      margin: 0; } }
  @media (max-width: 991px) {
    #albums_index {
      padding: 0px 120px 0px 0px; } }
  @media (max-width: 767px) {
    #albums_index {
      padding: 0px 20px 0px 0px; } }
  #albums_index .wrap {
    background: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    padding: 40px 30px 40px 50px; }
    @media (max-width: 991px) {
      #albums_index .wrap {
        padding: 30px 20px 30px 40px; } }
    @media (max-width: 491px) {
      #albums_index .wrap {
        padding: 10px 10px 20px 10px; } }
  #albums_index h1 {
    color: #2a3e53;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px; }
  @media (max-width: 480px) {
    #albums_index .hor_nav {
      padding-left: 10px; } }
  #albums_index .wrap {
    padding: 40px 20px 40px 40px; }
    @media (max-width: 480px) {
      #albums_index .wrap {
        padding-left: 20px;
        max-width: 260px;
        margin: 40px auto; } }
  #albums_index .title_w {
    margin: 0;
    padding: 20px 0; }
  #albums_index h1 {
    display: block;
    margin: 0;
    height: auto; }
  #albums_index .flow {
    margin-top: 40px; }
  #albums_index form {
    margin-top: 40px; }
    @media (max-width: 480px) {
      #albums_index form {
        padding-left: 20px; } }
    #albums_index form input[type=submit] {
      display: none; }
    #albums_index form label {
      display: inline-block;
      margin-right: 20px; }
  #albums_index .jq-checkbox {
    width: 14px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
    background-position: -376px -80px;
    width: 14px;
    height: 15px; }
    #albums_index .jq-checkbox.checked {
      background-image: url(/webpack/edff4ec6ce24afd721455c0be594f467.png);
      background-position: -376px -125px;
      width: 14px;
      height: 15px; }

