

.btn,
.icon-btn,
.link-btn {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  outline: none;
}
.btn,
.icon-btn,
.link-btn,
.btn:hover,
.icon-btn:hover,
.link-btn:hover,
.btn:focus,
.icon-btn:focus,
.link-btn:focus,
.btn:active,
.icon-btn:active,
.link-btn:active {
  text-decoration: none;
}
.btn {
  padding: 0 8px;
}
.btn .btn__title {
  vertical-align: top;
  line-height: inherit;
}
.btn .btn__icon {
  vertical-align: top;
  line-height: inherit;
}
.icon-btn {
  text-align: center;
}
.icon-btn:before {
  -webkit-transition: background-color 0.3s ease 0s;
          transition: background-color 0.3s ease 0s;
  content: "";
  display: block;
  position: relative;
  width: 100%;
}
.icon-btn .btn__title {
  font-family: 'Nunito';
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  min-width: 100%;
  color: #698ca0;
  font-size: 12px;
  padding-top: 2px;
  white-space: nowrap;
  padding-bottom: 1px;
}
.icon-btn .btn__icon {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 0;
}
.icon-btn .btn__icon .fa {
  position: relative;
  vertical-align: middle;
  line-height: inherit;
}
.btn__title {
  display: inline-block;
  position: relative;
}
.btn {
  -webkit-transition: background-color 0.3s ease 0s;
          transition: background-color 0.3s ease 0s;
  background-color: #0066cc;
}
.btn,
.btn:hover,
.btn:focus,
.btn:active {
  color: #ffffff;
}
.btn:hover {
  background-color: #008bff;
}
.icon-btn:before {
  background-color: #0066cc;
}
.icon-btn:hover:before {
  background-color: #008bff;
}
.icon-btn .btn__icon {
  color: #ffffff;
}
.icon-btn--add:before {
  background-color: #009900;
}
.icon-btn--add:hover:before {
  background-color: #00d100;
}
.icon-btn--del:before {
  background-color: #cc0033;
}
.icon-btn--del:hover:before {
  background-color: #cc0033;
}
.icon-btn--fav:before {
  background-color: #9a3467;
}
.icon-btn--fav:hover:before {
  background-color: #d2478d;
}
.icon-btn--loops:before {
  background-color: #ff6666;
}
.icon-btn--loops:hover:before {
  background-color: #ff8b8b;
}
.btn {
  border-radius: 5px;
  height: 24px;
  line-height: 24px;
}
.btn .icon {
  font-size: 16px;
  line-height: 20px;
}
.btn .btn__title {
  font-family: 'Nunito';

  font-size: 13px;
}
.btn .btn__icon + .btn__title {
  margin-left: 4px;
}
.icon-btn {
  width: 24px;
}
.icon-btn:before {
  height: 24px;
  border-radius: 5px;
}
.icon-btn .btn__icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.icon-btn .btn__icon .fa {
  font-size: 18px;
}
.btn--big {
  border-radius: 8px;
}
.btn--big .icon {
  font-size: 16px;
  line-height: 38px;
}
.btn--big .btn__title {
  font-size: 14px;
}
.btn--big .icon + .btn__title {
  margin-left: 4px;
}
.icon-btn--big {
  width: 42px;
}
.icon-btn--big:before {
  height: 42px;
  border-radius: 8px;
}
.icon-btn--big .btn__icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.icon-btn--big .btn__icon .fa {
  font-size: 28px;
}
.link-btn {
  -webkit-transition: background-color 0.3s ease 0s;
          transition: background-color 0.3s ease 0s;
  position: relative;
  box-sizing: border-box;
  height: 39px;
  line-height: 39px;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid #000000;
  text-transform: capitalize;
}
.link-btn:before,
.link-btn:after {
  content: " ";
  display: table;
}
.link-btn:after {
  clear: both;
}
.link-btn .btn__title {
  vertical-align: top;
  line-height: inherit;
}
.link-btn .btn__icon {
  -webkit-transition: color 0.3s ease 0s;
          transition: color 0.3s ease 0s;
  float: right;
  margin-left: 10px;
  font-size: 0;
}
.link-btn .btn__icon .fa {
  vertical-align: top;
  line-height: inherit;

  font-size: 18px;
}
.link-btn--full-width {
  width: 100%;
}
.link-btn--full-width + .link-btn--full-width {
  margin-top: 5px;
}
.link-btn--track-author .btn__title,
.link-btn--track-title .btn__title {
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left
}
.link-btn--track-author .link-btn__link,
.link-btn--track-title .link-btn__link {
  display: block;
  height: 70%;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  text-align: left
}
.link-btn--track-author {
  border-color: rgba(255, 204, 0, 0.2);
  font-family: 'Nunito';

  font-size: 18px;
  text-align: left
}
.link-btn--track-author,
.link-btn--track-author:hover,
.link-btn--track-author:focus,
.link-btn--track-author:active {
  color: #edc209;
}
.link-btn--track-author:hover {
  background-color: rgba(255, 204, 0, 0.09);
}
.link-btn--track-author:hover .btn__icon {
  color: rgba(255, 204, 0, 0.8);
}
.link-btn--track-author .btn__icon {
  color: rgba(255, 204, 0, 0.09);
}
.link-btn--track-title {
  border-color: rgba(255, 255, 255, 0.2);
  font-family: 'Nunito';

  font-size: 22px;
  text-align: left
}
.link-btn--track-title,
.link-btn--track-title:hover,
.link-btn--track-title:focus,
.link-btn--track-title:active {
  color: #ffffff;
}
.link-btn--track-title:hover {
  background-color: rgba(255, 255, 255, 0.09);
}
.link-btn--track-title:hover .btn__icon {
  color: rgba(255, 255, 255, 0.8);
}
.link-btn--track-title .btn__icon {
  color: rgba(255, 255, 255, 0.09);
}
.link-btn--checkout {
  text-transform: uppercase;
  background-color: #009900;
  border-color: #009900;
  font-size: 20px;
  font-family: 'Nunito';
  line-height: 42px;
  font-weight: bold;
  border-radius: 8px;
  height: 42px;
}
.link-btn--checkout,
.link-btn--checkout:hover,
.link-btn--checkout:focus,
.link-btn--checkout:active {
  color: #ffffff;
}
.link-btn--add-to-my-music {
  text-transform: uppercase;
  background-color: #ff3366;
  border-color: #ff3366;
  border-radius: 8px;
  height: 42px;
}
.link-btn--add-to-my-music,
.link-btn--add-to-my-music:hover,
.link-btn--add-to-my-music:focus,
.link-btn--add-to-my-music:active {
  color: #ffffff;
}
.link-btn--add-to-my-music > .btn__title {
  font-family: 'Nunito';

  text-align: left;
  line-height: 21px;
  font-weight: bold;
  padding-right: 24px;
  padding-top: 3px
}
.link-btn--add-to-my-music > .btn__title small {
  font-family: 'Nunito';

  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  display: block;
}
.link-btn--download {
  padding: 0 18px;
  
  text-transform: uppercase;
  background-color: #ff6600;
  border-color: #ff6600;
  border-radius: 8px;
}
.link-btn--download,
.link-btn--download:hover,
.link-btn--download:focus,
.link-btn--download:active {
  color: #ffffff;
}
.link-btn--download:hover {
  background-color: #ff8b00;
  border-color: #ff8b00;
}
.btn__icon .playback-progress {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn__icon .playback-progress__bar {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #000099;
  border-radius: 8px;
}
.tabs,
.tabs * {
  box-sizing: border-box;
}
.tabs {
  font-family: 'Nunito';

  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tab {
  display: block;
  float: left;

  min-height: 1px;
}
.tabs--10 .tab {
  width: 10%;
}
.tabs--9 .tab {
  width: 11.11111111%;
}
.tabs--8 .tab {
  width: 12.5%;
}
.tabs--7 .tab {
  width: 14.28571429%;
}
.tabs--6 .tab {
  width: 16.66666667%;
}
.tabs--5 .tab {
  width: 20%;
}
.tabs--4 .tab {
  width: 25%;
}
.tabs--3 .tab {
  width: 33.33333333%;
}
.tabs--2 .tab {
  width: 50%;
}
.tabs--1 {
  display: none;
}
.tab__btn {
  display: block;
  height: 34px;
  margin-left: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #C6DCE9;
  text-transform: uppercase;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab__btn,
.tab__btn:hover,
.tab__btn:focus,
.tab__btn:active {
  text-decoration: none;
}
.tab__btn,
.tab__btn:focus,
.tab__btn:active {
  color: #527A91;
}
.tab__btn:hover {
  color: #ffffff;
  background-color: #104869;
}
.tab--active .tab__btn {
  color: #ffffff;
  background-color: #104869;
  cursor: default;
}
.tab--active-free .tab__btn,
.tab--active-free .tab__btn:hover {
  background-color: #333366;
}
.player-body {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 328px;
  padding: 10px;
  border-radius: 8px;
}
.player-body:before,
.player-body:after {
  content: " ";
  display: table;
}
.player-body:after {
  clear: both;
}
.player-section {
  display: block;
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 33.33333333%;
  height: 100%;
}
.player-section:nth-child(1) {
  padding-right: 10px;
}
.player-section:nth-child(2) {
  z-index: 1;
  padding-top: 8px; 
}
.player-section:nth-child(3) {
  padding-left: 10px;
}
.player-body--ready {
  background-color: #104869;
}
.player-body--error,
.player-body--loading {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
}
.player-body--loading > .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.player-body--error > .error-msg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.player-body--free-playlist {
  background-color: #333366;
}
.player-body--free-playlist .control-panel > li.hide-for-free {
  display: none;
}
.player-body--tracks-download .control-panel > li.hide-for-download {
  display: none;
}

.tracks-list {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tracks-list > ul {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;

}
.tracks-list.tracks-list--with-scroll > ul {
  right: 17px;
}
.tracks-list--user-tracks {
  height: 100%;
}
.tracks-list--cart-tracks {
  height: 200px;
}
.track {
  font-family: 'Nunito';

  display: block;
  position: relative;
  width: 100%;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  
}
.track:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0px;
  border-radius: 5px;
}
.track:hover:before {
  background-color: #093654;
}
.track__index,
.track__title,
.track__time {
  font-family: 'Nunito';
  
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
}
.track__index {
font-family: 'Nunito';

  width: 26px;
  left: 0;
  font-size: 15px;
  color: #7ea4ae;
  text-align: right;
}
.track__title {
  font-family: 'Nunito';

  left: 26px;
  right: 46px;
  box-sizing: border-box;
  padding: 0 8px;
  color: #cccccc;
  font-size: 17px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: lighter;
}
.track__time {
  right: 10px;
  width: 36px;
  color: #63c7f9;
  font-size: 14px;
  text-align: right;
}
.track--active:before,
.track--active:hover:before {
  background-color: #001c37;
}
.track--fav .track__title {
  color: #da62bd;
}
.iScrollVerticalScrollbar {
  right: 0 !important;
}
.iScrollIndicator {
  background-color: #0B2E44 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.iScrollIndicator:before,
.iScrollIndicator:after {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background-color: #30647C;
  position: absolute;
  left: 0;
}
.iScrollIndicator:before {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.iScrollIndicator:after {
  top: 100%;
}
.label { 
  line-height: 80px;
  vertical-align: bottom;
  font-family: 'Nunito';
  margin-top:48px;
  font-size: 22px;
  color: #6E8A9A;
}
.label--cart {
   line-height: 80px;
  font-family: 'Nunito';
  margin-top: 48px;
  color: #ffffff;
  
  margin-left: 5px;
}
.label--downloads {
   line-height: 80px;
  margin-top:48px; 
  color: #FF6699;
  
  margin-left: 5px;
}
.label-group {

  display: inline-block;
}
.label-group .label {
  display: inline-block;
}
.preloader {
  display: inline-block;
}
.preloader__title {
  font-family: 'Nunito';

  display: inline-block;
  color: #999999;
  font-size: 14px;
  
  vertical-align: middle;
}
.preloader__icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../assets/icon-preloader.png");
}
.error-msg {
  display: inline-block;
}
.error-msg__title {
  font-family: 'Nunito';

  display: inline-block;
  color: #999999;
  font-size: 14px;
  
  vertical-align: middle;
}
.error-msg__icon {
  color: #ff0000;
  vertical-align: middle;
}
.error-msg__icon + .error-msg__title {
  margin-left: 10px;
}
.cart-ui {
  position: absolute;
  bottom: 11px;
  right: 0;
  text-align: right;
  margin-right: 10px
}
.cart-ui > div:nth-child(2) {
  margin-top: 16px;
  min-height: 39px;
}
.misc-ui {
  display: block;
  width: 100%;
  position: relative;
  top: 0px;
}
.misc-ui:before,
.misc-ui:after {
  content: " ";
  display: table;
}
.misc-ui:after {
  clear: both;
}
.misc-ui > .cycle-ui {
  float: left;
  margin-top: 8px;
  margin-left: 46px;
}
.misc-ui > .sound-ui {
  float: right;
  margin-top: 8px;
  margin-right: 40px;
}
.free-playlist-ui .link-btn--download {
  position: absolute;
  bottom: 11px;
  right: 0;
}

.tracks-download-ui .download-control-panel {
  display: block;
  min-width: 300px;
  position: absolute;
  left: 0;
  bottom: -8px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.tracks-download-ui .download-control-panel > li {
  display: block;
  float: right;
  margin-left: 26px;
}
.control-panel {
  display: block;
  min-width: 382px;
  position: absolute;
  left: 0;
  bottom: -8px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.control-panel:before,
.control-panel:after {
  content: " ";
  display: table;
}
.control-panel:after {
  clear: both;
}
.control-panel > li {
  display: block;
  float: left;
  margin-right: 26px;
}
.control-panel > li:last-child {
  margin-right: 0;
}
.progress-ui {
  display: block;
  position: relative;
  width: 314px;
  margin-top: 25px;
}
.progress-bar {
  position: relative;
  display: block;
  margin-top: 3px;
  height: 70px;
  z-index: 1;
}
.progress-bar__img {
  position: absolute;
  left: 0;
  top: 0;
}
.progress-bar__img > img {
  outline: none;
  border: none;
}
.progress-bar__drag-area {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.5);
  opacity: 0;
}
.progress-bar__bar {
  display: block;
  width: 100%;
  height: 3px;
  
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.progress-bar__bar:before,
.progress-bar__bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.progress-bar__bar:before {
  top: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.progress-bar__bar:after {
  bottom: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.progress-bar__bar--bg {
  background-color: #e1e1e1;
}
.progress-bar__bar--loading {
  background-color: #acdfff;
}
.progress-bar__bar--playing {
  background-color: #66FFFF;
}
.progress-bar__bar--playing:before {
  position: absolute;
  height:70px;
  margin-top:35px;
  
 background: linear-gradient(to bottom, #104869 0%,#66ffff 50%,#104869 100%);
  opacity: 0.3;

}
.progress-bar__bar--playing:after {

}
.progress-ui__labels {
  display: block;
  position: relative;
  top: -3px;
  z-index: 2;
}
.progress-ui__labels:before,
.progress-ui__labels:after {
  content: " ";
  display: table;
}
.progress-ui__labels:after {
  clear: both;
}
.progress-ui__label {
  font-family: 'Nunito';

  display: block;
  float: left;
  color: #0099cc;
  background-color: #002e69;
  font-size: 14px;
  padding: 3px 8px;
  border-radius: 4px;
}
.progress-ui__label:nth-child(2) {
  float: right;
}
.progress-ui__available-durations {
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.progress-ui__available-duration {
  font-family: 'Nunito';

  padding: 3px 3px;
  display: inline-block;
  width: 40px;
  text-align: center;
  font-size: 14px;
  color: #00cccc;
  background-color: #006666;
  border-radius: 3px;
  margin-left: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.progress-ui__available-duration:first-child {
  margin-left: 0;
}
.sound-ui__inner:before,
.sound-ui__inner:after {
  content: " ";
  display: table;
}
.sound-ui__inner:after {
  clear: both;
}
.sound-ui__mute-btn,
.sound-ui__volume {
  float: left;
}
.sound-ui__volume {
  position: relative;
  display: block;
  width: 50px;
  height: 24px;
  margin-left: 4px;
}
.sound-ui__dots-mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sound-ui__dots {
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sound-ui__dots:before,
.sound-ui__dots:after {
  content: " ";
  display: table;
}
.sound-ui__dots:after {
  clear: both;
}
.sound-ui__dot {
  float: left;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0 1px;
  background: #d2dce3;
}
.sound-ui__dots--active > .sound-ui__dot {
  background: #4fa3d8;
}
.plus-one-animation {
  font-family: 'Nunito';

  display: block;
  position: absolute;
  left: 60%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  
  visibility: hidden;
}
.plus-one-animation--active {
  -webkit-transition: top 0.8s ease-out 0s, opacity 0.8s ease-out 0s;
          transition: top 0.8s ease-out 0s, opacity 0.8s ease-out 0s;
  top: -70%;
  opacity: 0;
  visibility: visible;
}
.mini-player {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  vertical-align: middle;
}
.mini-player:before,
.mini-player:after {
  content: " ";
  display: table;
}
.mini-player:after {
  clear: both;
}
.mini-player__btn {
  display: block;
  float: left;
}
.mini-player__btn + .mini-player__btn {
  margin-left: 10px;
}
.tabs + .player-body {
  margin-top: -1px;
}



/*# sourceMappingURL=app-bdec38f7.css.map */
