#main-slider {
  background-color: #363636;
  background-image: url("/assets/framework/homepage-slider-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: inset 0 11px 25px -10px #000000,
 inset 0px -11px 25px -10px #000000; }
  #main-slider .main-slider-wrapper {
    padding: 0; }

.tp-loader.spinner2 {
  background-color: #ffffff !important; }

@media (min-width: 768px) and (max-width: 991px) {
  #main-slider .main-slider-wrapper {
    padding: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #main-slider .main-slider-wrapper {
    padding: 30px; } }

@media (min-width: 1200px) {
  #main-slider .main-slider-wrapper {
    padding: 40px 30px 50px;
    max-width: 1200px; } }

.now-playing-wrapper {
  background: #333333; }

#nowplaying {
  width: 100%; }
  #nowplaying .np-item {
    display: none;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    padding: 0;
    transition: all 600ms cubic-bezier(0.645, 0.575, 0.09, 1);
    background: #333333;
    cursor: pointer; }
    #nowplaying .np-item .np-small {
      text-align: center;
      color: #e99c26;
      letter-spacing: 4px;
      font-weight: 500; }
    #nowplaying .np-item .section-title {
      display: none;
      align-items: center;
      width: 25px;
      height: 100%;
      margin: 0;
      padding: auto 8px;
      text-align: center;
      background: #535353;
      color: #262626;
      font-size: 2em;
      float: left; }
      #nowplaying .np-item .section-title i {
        position: relative;
        top: calc(50% - 25px); }
    #nowplaying .np-item .section-now {
      display: none;
      align-items: center;
      height: 100%;
      margin: 0;
      padding: 0;
      float: left; }
    #nowplaying .np-item .section-content {
      overflow: hidden;
      display: flex; }
      #nowplaying .np-item .section-content .np-image {
        float: left;
        margin: 0 20px 10px 15px;
        max-width: none; }
        #nowplaying .np-item .section-content .np-image img {
          height: 70px;
          border-radius: 35px;
          border: 2px solid white; }
      #nowplaying .np-item .section-content .np-content {
        color: #efefef;
        margin-bottom: .5em; }
        #nowplaying .np-item .section-content .np-content .np-artist {
          margin-top: .5em;
          font-size: 1.2em;
          line-height: 105%;
          font-weight: 600;
          text-transform: uppercase; }
        #nowplaying .np-item .section-content .np-content .np-song {
          font-size: 1em;
          line-height: 100%;
          font-weight: 300;
          text-transform: uppercase; }
        #nowplaying .np-item .section-content .np-content .np-buy {
          margin-top: .3em; }
          #nowplaying .np-item .section-content .np-content .np-buy a {
            color: #efefef;
            font-weight: 300;
            font-size: .9em;
            border-radius: 5px;
            margin-right: .6em; }
            #nowplaying .np-item .section-content .np-content .np-buy a:hover {
              color: #e99c26; }
            #nowplaying .np-item .section-content .np-content .np-buy a i {
              padding-right: .2em;
              color: #fff; }
    #nowplaying .np-item:last-child {
      display: block; }
  #nowplaying .np-item:last-child {
    background: #262626; }
  #nowplaying .np-buttons a {
    width: 100%; }
  #nowplaying .full-playlist {
    font-size: 1.4em;
    font-weight: 600; }
  #nowplaying .request-song {
    font-size: 1em;
    font-weight: 600;
    padding-top: .75em;
    height: 100%; }

@media (min-width: 576px) and (max-width: 767px) {
  #nowplaying .np-item .section-content .np-image img {
    height: 80px;
    border-radius: 40px;
    border: 2px solid white; }
  #nowplaying .np-item .section-content .np-content .np-artist {
    margin-top: .5em;
    font-size: 1.4em; }
  #nowplaying .np-item .section-content .np-content .np-song {
    font-size: 1.1em; }
  #nowplaying .np-item .section-content .np-content .np-buy {
    margin-top: .6em; }
    #nowplaying .np-item .section-content .np-content .np-buy a {
      font-size: 1em; } }

@media (min-width: 768px) and (max-width: 991px) {
  #nowplaying .np-item {
    display: block;
    width: 8%;
    float: left;
    height: 100px; }
    #nowplaying .np-item.active {
      width: 76%; }
    #nowplaying .np-item:last-child .section-title {
      display: block; }
    #nowplaying .np-item:last-child .section-now {
      display: none; }
    #nowplaying .np-item.active:last-child .section-title {
      display: none; }
    #nowplaying .np-item.active:last-child .section-now {
      display: block; }
    #nowplaying .np-item .np-small {
      display: none; }
    #nowplaying .np-item .section-title {
      display: block;
      width: 20px; }
    #nowplaying .np-item .section-content {
      padding-top: .4em; }
      #nowplaying .np-item .section-content .np-image img {
        height: 80px;
        border-radius: 40px;
        border: 2px solid white; }
      #nowplaying .np-item .section-content .np-content .np-artist {
        margin-top: .5em;
        font-size: 1.4em; }
      #nowplaying .np-item .section-content .np-content .np-song {
        font-size: 1.1em; }
      #nowplaying .np-item .section-content .np-content .np-buy {
        margin-top: .6em; }
        #nowplaying .np-item .section-content .np-content .np-buy a {
          font-size: 1em; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #nowplaying .np-item {
    display: block;
    width: 7%;
    float: left;
    height: 120px; }
    #nowplaying .np-item.active {
      width: 79%; }
    #nowplaying .np-item:last-child .section-title {
      display: block; }
    #nowplaying .np-item:last-child .section-now {
      display: none; }
    #nowplaying .np-item.active:last-child .section-title {
      display: none; }
    #nowplaying .np-item.active:last-child .section-now {
      display: block;
      padding: 10px 0 0 10px; }
    #nowplaying .np-item .np-small {
      display: none; }
    #nowplaying .np-item .section-title {
      display: block;
      width: 20px; }
    #nowplaying .np-item .section-content {
      padding-top: .7em; }
      #nowplaying .np-item .section-content .np-image img {
        height: 90px;
        border-radius: 45px;
        border: 2px solid white; }
      #nowplaying .np-item .section-content .np-content .np-artist {
        margin-top: .5em;
        font-size: 1.6em;
        line-height: 108%; }
      #nowplaying .np-item .section-content .np-content .np-song {
        font-size: 1.2em; }
      #nowplaying .np-item .section-content .np-content .np-buy {
        margin-top: .8em; }
        #nowplaying .np-item .section-content .np-content .np-buy a {
          font-size: 1em; }
  #nowplaying .full-playlist {
    font-size: 1.4em;
    font-weight: 600;
    padding-top: .6em;
    line-height: 115%;
    height: 80px; }
    #nowplaying .full-playlist span {
      display: block; }
  #nowplaying .request-song {
    font-size: 1.1em;
    font-weight: 600;
    padding-top: .45em;
    height: 40px; } }

@media (min-width: 1200px) {
  #nowplaying .np-item {
    display: block;
    width: 8%;
    float: left;
    height: 140px; }
    #nowplaying .np-item.active {
      width: 76%; }
    #nowplaying .np-item:last-child .section-title {
      display: block; }
    #nowplaying .np-item:last-child .section-now {
      display: none; }
    #nowplaying .np-item.active:last-child .section-title {
      display: none; }
    #nowplaying .np-item.active:last-child .section-now {
      display: block;
      padding: 15px 0 0 10px; }
    #nowplaying .np-item .np-small {
      display: none; }
    #nowplaying .np-item .section-title {
      display: block;
      width: 20px; }
    #nowplaying .np-item .section-content {
      padding-top: .7em; }
      #nowplaying .np-item .section-content .np-image img {
        height: 110px;
        border-radius: 55px;
        border: 2px solid white; }
      #nowplaying .np-item .section-content .np-content .np-artist {
        margin-top: .7em;
        font-size: 1.7em;
        line-height: 115%; }
      #nowplaying .np-item .section-content .np-content .np-song {
        font-size: 1.3em; }
      #nowplaying .np-item .section-content .np-content .np-buy {
        margin-top: 1em; }
        #nowplaying .np-item .section-content .np-content .np-buy a {
          font-size: 1em; }
  #nowplaying .full-playlist {
    font-size: 1.8em;
    font-weight: 600;
    padding-top: .9em;
    line-height: 115%;
    height: 90px; }
  #nowplaying .request-song {
    font-size: 1.1em;
    font-weight: 600;
    padding-top: .7em;
    height: 50px; } }

.hp-bottom-ad-wrapper {
  width: 100%;
  height: 250px;
  background: url("/assets/framework/hp-ad-bg.jpg") no-repeat left top;
  margin-bottom: 130px;
  display: flex; }
  .hp-bottom-ad-wrapper .call-out {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 3.3em;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    padding-left: 1em;
    text-shadow: 0px 0px 10px rgba(150, 150, 150, 0.8); }
    .hp-bottom-ad-wrapper .call-out span {
      display: block; }
  .hp-bottom-ad-wrapper .download {
    flex: 1; }

@media (max-width: 575px) {
  .hp-body {
    padding-left: 0;
    padding-right: 0; }
  #Bloglist .list, #newslist .list {
    padding: 2.5em 1em; } }


/*# sourceMappingURL=homepage.css.map */
