/*
KOLORY
*/
/*
KOLORY
*/
/*
    css do paska z playerem (fixed)
*/
/* line 4, ../sass/player/_player.scss */
.player-content {
  position: relative;
  float: left;
  width: 100%;
}

/* line 9, ../sass/player/_player.scss */
.player-fixed {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 62px;
  position: fixed;
  bottom: -62px;
  z-index: 1000;
}
/* line 18, ../sass/player/_player.scss */
.player-fixed .atdsplayer-btn-play-big, .player-fixed .atdsplayer-spinner, .player-fixed .atdsplayer-btn-play, .player-fixed .atdsplayer-btn-pause, .player-fixed .atdsplayer-btn-stop, .player-fixed .atdsplayer-btn-play-pause, .player-fixed .atdsplayer-btn-stop, .player-fixed .atdsplayer-renderers, .player-fixed .spinner, .player-fixed .atdsplayer-spinner {
  display: none !important;
}

/* line 22, ../sass/player/_player.scss */
.myplayer {
  background-color: #383846;
  width: 100%;
  height: 62px;
  position: fixed;
  display: none;
  margin: auto;
  bottom: -62px;
}
/* line 30, ../sass/player/_player.scss */
.myplayer .spinner, .myplayer .spinner-preload {
  float: left;
  position: static;
  font-size: 29px;
  width: 15px;
  height: 15px;
  margin: 24px 10px 0 15px;
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: 0;
  color: white;
}
/* line 42, ../sass/player/_player.scss */
.myplayer .spinner.on, .myplayer .spinner-preload.on {
  display: block;
}
/* line 46, ../sass/player/_player.scss */
.myplayer .channel-image {
  width: 68px;
  height: 68px;
  float: left;
  overflow: hidden;
}
/* line 52, ../sass/player/_player.scss */
.myplayer .sound-gif {
  float: left;
  height: 100%;
  padding: 16px 10px 6px 5px;
}
/* line 57, ../sass/player/_player.scss */
.myplayer .info {
  float: left;
  color: #FFFFFF;
  /*        margin-top: $grid-gutter-width / 2;*/
  font-size: 11px;
  width: 135px;
  height: 100%;
  display: table;
  padding-right: 10px;
}
/* line 66, ../sass/player/_player.scss */
.myplayer .info > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 70, ../sass/player/_player.scss */
.myplayer .info p {
  margin: 0;
}
/* line 72, ../sass/player/_player.scss */
.myplayer .info p.channelTitle {
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
/* line 81, ../sass/player/_player.scss */
.myplayer .button {
  margin-top: 10px;
  float: left;
  font-size: 12px;
  cursor: pointer;
}
/* line 87, ../sass/player/_player.scss */
.myplayer .button span {
  border: 2px solid #FFFFFF;
  padding: 12px 10px 10px 13px;
  width: 40px;
  height: 40px;
  float: left;
  color: #FFFFFF;
  border-radius: 50%;
}
/* line 95, ../sass/player/_player.scss */
.myplayer .button span.icon-play {
  padding-top: 12px;
  padding-left: 14px;
}
/* line 98, ../sass/player/_player.scss */
.myplayer .button span.icon-play.icon-pause {
  padding-left: 13px;
}
/* line 104, ../sass/player/_player.scss */
.myplayer #volume {
  font-size: 24px;
  float: left;
  padding: 20px 0 0 22px;
  color: #AEAEAE;
}
/* line 109, ../sass/player/_player.scss */
.myplayer #volume:focus {
  outline: none;
}
/* line 112, ../sass/player/_player.scss */
.myplayer #volume > span {
  min-width: 28px;
  display: inline-block;
  cursor: pointer;
}
/* line 116, ../sass/player/_player.scss */
.myplayer #volume > span:focus {
  outline: none;
}
/* line 122, ../sass/player/_player.scss */
.myplayer #slider {
  float: left;
  width: 65px;
  height: 3px;
  margin-top: 30px;
  margin-left: 8px;
}
/* line 128, ../sass/player/_player.scss */
.myplayer #slider .ui-slider-range-min {
  background-color: #075DED;
}
/* line 131, ../sass/player/_player.scss */
.myplayer #slider.ui-widget.ui-widget-content {
  border: none;
}
/* line 135, ../sass/player/_player.scss */
.myplayer #slider > span.ui-state-default {
  border: none !important;
  background: #075DED !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 25px;
  top: -8px !important;
  cursor: pointer;
}
/* line 143, ../sass/player/_player.scss */
.myplayer #slider > span.ui-state-default:focus {
  outline: none;
}
/* line 149, ../sass/player/_player.scss */
.myplayer .artist-image {
  width: 65px;
  height: auto;
  overflow: hidden;
  float: left;
}
/* line 155, ../sass/player/_player.scss */
.myplayer .artist-info {
  float: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  /*margin-top: $grid-gutter-width / 2;*/
  padding-left: 15px;
}
/* line 163, ../sass/player/_player.scss */
.myplayer .artist-info > div {
  float: left;
  margin: 10px 0px 0 10px;
  margin: 10px 0 0 10px;
}
/* line 168, ../sass/player/_player.scss */
.myplayer .artist-info .cc-image {
  float: left;
}
/* line 171, ../sass/player/_player.scss */
.myplayer .artist-info p {
  margin: 0;
}
/* line 173, ../sass/player/_player.scss */
.myplayer .artist-info p.name {
  font-size: 12px;
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 180, ../sass/player/_player.scss */
  .myplayer .artist-info {
    display: none;
  }
  /* line 183, ../sass/player/_player.scss */
  .myplayer .sound-gif {
    display: none;
  }
  /* line 186, ../sass/player/_player.scss */
  .myplayer .info {
    padding-left: 10px;
  }
  /* line 189, ../sass/player/_player.scss */
  .myplayer #slider {
    display: none;
  }
}
@media (max-width: 543px) {
  /* line 194, ../sass/player/_player.scss */
  .myplayer #slider {
    display: none;
  }
}

/* line 199, ../sass/player/_player.scss */
.atdsplayer-red-container {
  position: relative;
}

/* line 203, ../sass/player/_player.scss */
.spinner, .spinner-preload {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
}
/* line 213, ../sass/player/_player.scss */
.spinner i, .spinner-preload i {
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  display: inline-block;
}
/* line 217, ../sass/player/_player.scss */
.spinner.on, .spinner-preload.on {
  opacity: 1;
  visibility: visible;
}

/*
    css do playera duzego
*/
/* line 227, ../sass/player/_player.scss */
.main-player {
  width: 780px;
  height: 440px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  margin: 0px auto 0 auto;
  clear: both;
}
/* line 236, ../sass/player/_player.scss */
.main-player .error {
  display: none;
}
/* line 238, ../sass/player/_player.scss */
.main-player .error.show {
  display: inline-block;
}
/* line 242, ../sass/player/_player.scss */
.main-player .main-player-mask {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  position: absolute;
}
/* line 249, ../sass/player/_player.scss */
.main-player .main-player-active {
  margin-top: 20px;
  position: absolute;
  opacity: 0;
  width: 100%;
}
/* line 256, ../sass/player/_player.scss */
.main-player .button-play2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  cursor: pointer;
  z-index: 5;
  border: 5px solid #FFF;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
/* line 272, ../sass/player/_player.scss */
.main-player .button-play2.hidden {
  opacity: 0;
  visibility: hidden;
}
/* line 276, ../sass/player/_player.scss */
.main-player .button-play2 span {
  position: relative;
  top: 31%;
  left: 4%;
  font-size: 37px;
}
/* line 282, ../sass/player/_player.scss */
.main-player .button-play2 i {
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  letter-spacing: -0.02em;
}
/* line 294, ../sass/player/_player.scss */
.main-player .button-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  cursor: pointer;
  z-index: 5;
  border: 5px solid #FFF;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}
/* line 309, ../sass/player/_player.scss */
.main-player .button-play.hidden {
  opacity: 0;
  visibility: hidden;
}
/* line 313, ../sass/player/_player.scss */
.main-player .button-play span {
  position: relative;
  top: 31%;
  left: 4%;
  font-size: 37px;
}
/* line 319, ../sass/player/_player.scss */
.main-player .button-play i {
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  letter-spacing: -0.02em;
}
/* line 333, ../sass/player/_player.scss */
.main-player.set-player .main-player-right ul {
  width: 100%;
}
/* line 335, ../sass/player/_player.scss */
.main-player.set-player .main-player-right ul li {
  height: 45px;
  position: relative;
  cursor: pointer;
}
/* line 339, ../sass/player/_player.scss */
.main-player.set-player .main-player-right ul li:after {
  content: '\e90a';
  font-family: 'icomoon';
  position: absolute;
  right: 60px;
  top: 45%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 4px 0 0 4px;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  font-size: 10px;
}
/* line 355, ../sass/player/_player.scss */
.main-player.set-player .main-player-right ul li.active:after {
  content: "\e90b";
  padding-left: 1px;
  padding-top: 5px;
}
/* line 361, ../sass/player/_player.scss */
.main-player.set-player .main-player-right ul li.active p {
  color: white;
}
/* line 365, ../sass/player/_player.scss */
.main-player.set-player .main-player-right ul li p {
  color: rgba(255, 255, 255, 0.6);
}
/* line 373, ../sass/player/_player.scss */
.main-player .main-player-left {
  width: 465px;
  height: 385px;
  margin-left: 25px;
  float: left;
}
/* line 378, ../sass/player/_player.scss */
.main-player .main-player-left .img {
  float: left;
  clear: both;
  width: 250px;
}
/* line 384, ../sass/player/_player.scss */
.main-player .main-player-left .img-ulubione {
  float: right;
  margin: -10px 10px 0 0;
  display: none;
}
/* line 389, ../sass/player/_player.scss */
.main-player .main-player-left .button {
  margin-top: 110px;
  margin-left: 40px;
  float: left;
  cursor: pointer;
}
/* line 394, ../sass/player/_player.scss */
.main-player .main-player-left .button span {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  padding: 45px;
  display: inline-block;
  font-size: 42px;
  text-align: center;
}
/* line 403, ../sass/player/_player.scss */
.main-player .main-player-left .button span.icon-pause:before {
  display: inline-block;
  -moz-transform: translate(1px, 1px) !important;
  -ms-transform: translate(1px, 1px) !important;
  -webkit-transform: translate(1px, 1px) !important;
  transform: translate(1px, 1px) !important;
}
/* line 407, ../sass/player/_player.scss */
.main-player .main-player-left .button span.icon-play:before {
  display: inline-block;
  -moz-transform: translate(4px, 1px);
  -ms-transform: translate(4px, 1px);
  -webkit-transform: translate(4px, 1px);
  transform: translate(4px, 1px);
}
/* line 413, ../sass/player/_player.scss */
.main-player .main-player-left h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 8px 0;
  float: left;
}
/* line 421, ../sass/player/_player.scss */
.main-player .main-player-left .description {
  padding-top: 25px;
  clear: both;
  width: 100%;
  float: left;
}
/* line 426, ../sass/player/_player.scss */
.main-player .main-player-left .description .align-middle {
  display: block;
}
/* line 429, ../sass/player/_player.scss */
.main-player .main-player-left .description #name p {
  font-weight: bold;
  font-size: 19px;
}
/* line 433, ../sass/player/_player.scss */
.main-player .main-player-left .description p {
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 439, ../sass/player/_player.scss */
.main-player .main-player-left .icons {
  float: left;
  padding-top: 40px;
  cursor: pointer;
  display: none;
}
/* line 444, ../sass/player/_player.scss */
.main-player .main-player-left .icons > span {
  padding: 10px;
  border: 1px solid #CFCECE;
  border-radius: 50%;
}
/* line 448, ../sass/player/_player.scss */
.main-player .main-player-left .icons > span:first-child {
  margin-right: 4px;
}
/* line 454, ../sass/player/_player.scss */
.main-player .main-player-right {
  height: 390px;
  width: 275px;
  float: left;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
/* line 461, ../sass/player/_player.scss */
.main-player .main-player-right:after {
  content: '';
  position: absolute;
  left: 1px;
  width: calc(100% - 1px);
  bottom: 0;
  background: red;
  height: 50px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1MjQyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1MjQyNCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #252424), color-stop(100%, rgba(37, 36, 36, 0)));
  background: -moz-linear-gradient(bottom, #252424 0%, rgba(37, 36, 36, 0) 100%);
  background: -webkit-linear-gradient(bottom, #252424 0%, rgba(37, 36, 36, 0) 100%);
  background: linear-gradient(to top, #252424 0%, rgba(37, 36, 36, 0) 100%);
  display: none;
}
/* line 472, ../sass/player/_player.scss */
.main-player .main-player-right h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  float: left;
}
/* line 479, ../sass/player/_player.scss */
.main-player .main-player-right h3:first-child {
  padding-left: 20px;
}
/* line 484, ../sass/player/_player.scss */
.main-player .main-player-right .list {
  float: left;
  border-left: 1px solid #666;
  padding-left: 20px;
}
/* line 490, ../sass/player/_player.scss */
.main-player .main-player-right .list .next-played li:first-child {
  display: block;
}
/* line 495, ../sass/player/_player.scss */
.main-player .main-player-right ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  float: left;
  margin: 0;
}
/* line 502, ../sass/player/_player.scss */
.main-player .main-player-right ul li {
  float: left;
  width: 100%;
  margin: 6px 0 6px 0;
  height: 80px;
}
/* line 507, ../sass/player/_player.scss */
.main-player .main-player-right ul li img {
  float: left;
  width: 70px;
}
/* line 511, ../sass/player/_player.scss */
.main-player .main-player-right ul li .description {
  float: left;
  width: 145px;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding-left: 10px;
}
/* line 518, ../sass/player/_player.scss */
.main-player .main-player-right ul li .description .align-middle {
  display: block;
}
/* line 521, ../sass/player/_player.scss */
.main-player .main-player-right ul li .description p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 145px;
}
/* line 527, ../sass/player/_player.scss */
.main-player .main-player-right ul li .description .name {
  font-size: 15px;
  margin: 0;
  font-weight: bold;
}
/* line 532, ../sass/player/_player.scss */
.main-player .main-player-right ul li .description .title {
  font-size: 12px;
  margin: 0;
}
@media (max-width: 991px) {
  /* line 227, ../sass/player/_player.scss */
  .main-player {
    width: 100%;
    height: auto;
    float: left;
  }
  /* line 544, ../sass/player/_player.scss */
  .main-player .main-player-active {
    position: relative;
  }
  /* line 547, ../sass/player/_player.scss */
  .main-player .main-player-left, .main-player .main-player-right {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  /* line 552, ../sass/player/_player.scss */
  .main-player .main-player-active {
    padding: 0 20px;
  }
  /* line 555, ../sass/player/_player.scss */
  .main-player .main-player-left {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  /* line 559, ../sass/player/_player.scss */
  .main-player .main-player-left .img {
    width: 200px;
  }
  /* line 561, ../sass/player/_player.scss */
  .main-player .main-player-left .img img {
    width: 100%;
    height: auto;
  }
  /* line 566, ../sass/player/_player.scss */
  .main-player .main-player-left .button {
    margin-top: 0;
  }
  /* line 569, ../sass/player/_player.scss */
  .main-player .main-player-left .description {
    clear: none;
    width: 100%;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  /* line 227, ../sass/player/_player.scss */
  .main-player {
    width: 100%;
    height: auto;
    min-height: 465px;
    float: left;
    background-position: center center;
  }
  /* line 583, ../sass/player/_player.scss */
  .main-player .main-player-active {
    position: relative;
  }
  /* line 586, ../sass/player/_player.scss */
  .main-player .main-player-left, .main-player .main-player-right {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  /* line 591, ../sass/player/_player.scss */
  .main-player .main-player-active {
    padding: 0 20px;
  }
  /* line 594, ../sass/player/_player.scss */
  .main-player .main-player-left {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  /* line 598, ../sass/player/_player.scss */
  .main-player .main-player-left .img {
    width: 200px;
  }
  /* line 600, ../sass/player/_player.scss */
  .main-player .main-player-left .img img {
    width: 100%;
    height: auto;
  }
  /* line 605, ../sass/player/_player.scss */
  .main-player .main-player-left .button {
    margin-top: 0;
  }
  /* line 608, ../sass/player/_player.scss */
  .main-player .main-player-left .description {
    clear: none;
    width: 100%;
    padding-left: 40px;
  }
}
@media (max-width: 543px) {
  /* line 227, ../sass/player/_player.scss */
  .main-player {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  /* line 619, ../sass/player/_player.scss */
  .main-player .main-player-left .description {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  /* line 624, ../sass/player/_player.scss */
  .main-player .main-player-left .button {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  /* line 629, ../sass/player/_player.scss */
  .main-player .main-player-left .img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: 12px 0 17px;
    position: relative;
    text-align: center;
  }
  /* line 636, ../sass/player/_player.scss */
  .main-player .main-player-left .img img {
    width: auto;
    height: 100%;
    /*                    position: absolute;
                        left: 0;
                        top: 50%;
                        @include transform( translate(0, -50%) );*/
  }
  /* line 648, ../sass/player/_player.scss */
  .main-player .main-player-right h3:first-child {
    padding-left: 0;
  }
}

/* line 656, ../sass/player/_player.scss */
.sponsor-label {
  width: 780px;
  background: white;
  height: 80px;
  margin: 0 auto 100px auto;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 664, ../sass/player/_player.scss */
.sponsor-label.radio-zet {
  /*        .channel-image{
              width: 110px;
              text-align: center;
          }*/
  /*        .channel-program{
              border-left: 1px solid rgba(0,0,0,0.1);
              border-right: 1px solid rgba(0,0,0,0.1);
          }*/
  /*        .channel-program{
              width: 360px;
              border-left: 1px solid rgba(0,0,0,0.1);
              border-right: 1px solid rgba(0,0,0,0.1);
              .left, .right{
                  span{
                      display: inline-block;
                      color: rgba(0,0,0,0.2);
                      &:hover{
                          color: rgba(0,0,0,0.8);
                      }
                  }
              }
              .left{
                  left: 0;
              }
              .right{
                  right: 0;
              }
          }*/
  /*        .channel-links{
              padding-left: $grid-gutter-width / 4;
          }*/
}
/* line 669, ../sass/player/_player.scss */
.sponsor-label.radio-zet .channel-sponsor {
  display: block;
}
/* line 701, ../sass/player/_player.scss */
.sponsor-label.antyradio {
  background: url("../images/backgrounds/bg-antyradio.jpg");
  border-left: none;
  /*        .channel-program{
              width: calc(100% - 180px - 120px);
              border-right: 1px solid #3e3e3e;
              border-left: 1px solid #3e3e3e;
              color: $white;
              span{
                  &[class*="icon-arrow"]{
                      color: #979797;
                  }
              }
              .na-antenie{
                  color: #eaca81;
              }
              .title{
                  color: #eaca81;
                  span{
                      color: $white;
  
                  }
              }
          }*/
  /*        .channel-image{
              width: 180px;
                          padding: 10px;
          }*/
  /*        .channel-links{
              width: 120px;
          }*/
}
/* line 704, ../sass/player/_player.scss */
.sponsor-label.antyradio .channel-program {
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 738, ../sass/player/_player.scss */
.sponsor-label.zet-chilli {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyNmNhOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwMmQ3YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a26ca8), color-stop(100%, #302d7a));
  background-image: -moz-linear-gradient(left, #a26ca8, #302d7a);
  background-image: -webkit-linear-gradient(left, #a26ca8, #302d7a);
  background-image: linear-gradient(to right, #a26ca8, #302d7a);
  border-left: none;
  /*        .channel-image{
              padding: 8px 18px;
          }*/
}
/* line 744, ../sass/player/_player.scss */
.sponsor-label.zet-chilli .sponsor-label {
  border-left: none;
}
/* line 747, ../sass/player/_player.scss */
.sponsor-label.zet-chilli .channel-program {
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 750, ../sass/player/_player.scss */
.sponsor-label.zet-chilli .channel-program .na-antenie {
  color: #76bc42;
}
/* line 753, ../sass/player/_player.scss */
.sponsor-label.zet-chilli .channel-program .title {
  color: #76bc42;
}
/* line 755, ../sass/player/_player.scss */
.sponsor-label.zet-chilli .channel-program .title span {
  color: #FFFFFF;
}
/* line 760, ../sass/player/_player.scss */
.sponsor-label.zet-chilli .channel-program .artist {
  color: #FFFFFF;
}
/* line 765, ../sass/player/_player.scss */
.sponsor-label.zet-gold {
  background: url("../images/backgrounds/bg-zetgold.jpg");
  border-left: none;
  /*        .channel-program{
              .na-antenie{
                  color: #E46318;
              }
              .title{
                  span{
                      color: #E46318;
                  }
              }
          }*/
}
/* line 768, ../sass/player/_player.scss */
.sponsor-label.zet-gold .channel-program {
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 783, ../sass/player/_player.scss */
.sponsor-label.planeta-fm {
  border-left: none;
  background: #000000;
  /*        .channel-program{
              .na-antenie{
                  color: #2FAF7F;
              }
              .title{
                  span{
                      color: #2FAF7F;
                  }
              }
          }*/
  /*        .channel-image{
              padding: $grid-gutter-width $grid-gutter-width / 2 - 2 0;
          }*/
}
/* line 786, ../sass/player/_player.scss */
.sponsor-label.planeta-fm .channel-program {
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 806, ../sass/player/_player.scss */
.sponsor-label.channel-player .channel-image {
  width: 80px;
}
@media (max-width: 991px) {
  /* line 656, ../sass/player/_player.scss */
  .sponsor-label {
    width: 100%;
  }
}

/* line 816, ../sass/player/_player.scss */
.channel-image {
  width: 80px;
  float: left;
  /*padding: 0 10px;*/
  text-align: center;
}
/* line 821, ../sass/player/_player.scss */
.channel-image img {
  width: auto;
  height: 100%;
}

/* line 827, ../sass/player/_player.scss */
.channel-sponsor {
  float: left;
  width: 180px;
  height: 100%;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  text-align: center;
  display: none;
}

/* line 837, ../sass/player/_player.scss */
.buttons-news.icon-facebook {
  margin-right: 0;
}

/* line 841, ../sass/player/_player.scss */
.icons.rectangle {
  display: inline-block;
  color: #FFFFFF;
  font-size: 25px;
  text-align: center;
}
/* line 848, ../sass/player/_player.scss */
.icons.rectangle .buttons-news span.icon-facebook {
  margin-right: 0;
}
/* line 853, ../sass/player/_player.scss */
.icons.rectangle span[class*="icon"] {
  background: #3159B1;
  padding: 10px 0;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  display: inline-block;
}
/* line 860, ../sass/player/_player.scss */
.icons.rectangle span[class*="icon"].icon-facebook {
  margin-right: 8px !important;
}
/* line 863, ../sass/player/_player.scss */
.icons.rectangle span[class*="icon"].icon-google-plus {
  background: #D84736;
}

/* line 870, ../sass/player/_player.scss */
.channel-links {
  float: right;
  width: 120px;
  height: 100%;
  padding-top: 15px;
  padding-left: 10px;
}
/* line 876, ../sass/player/_player.scss */
.channel-links img {
  margin-top: 20px;
}
/* line 879, ../sass/player/_player.scss */
.channel-links .icons {
  cursor: pointer;
}

/* line 886, ../sass/player/_player.scss */
.channel-program, .channel-title {
  /*width: calc(100% - 180px - 120px);*/
  width: calc(100% - 85px - 115px);
  float: left;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
/* line 894, ../sass/player/_player.scss */
.channel-program .arrows, .channel-title .arrows {
  position: relative;
  top: 50%;
  margin-top: -16px;
}
/* line 900, ../sass/player/_player.scss */
.channel-program span[class*="icon-arrow"], .channel-title span[class*="icon-arrow"] {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.3);
}
/* line 904, ../sass/player/_player.scss */
.channel-program span[class*="icon-arrow"]:hover, .channel-title span[class*="icon-arrow"]:hover {
  color: rgba(255, 255, 255, 0.8);
}
/* line 908, ../sass/player/_player.scss */
.channel-program .left, .channel-title .left {
  left: 10px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
  z-index: 1;
}
/* line 916, ../sass/player/_player.scss */
.channel-program .right, .channel-title .right {
  right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
  z-index: 1;
}
/* line 924, ../sass/player/_player.scss */
.channel-program .info, .channel-title .info {
  width: 100%;
  height: 100%;
  /*        margin: 0px 38px;*/
  text-align: center;
  overflow: hidden;
  position: relative;
}
/* line 931, ../sass/player/_player.scss */
.channel-program .info .desc, .channel-title .info .desc {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  text-align: center;
}
/* line 939, ../sass/player/_player.scss */
.channel-program .na-antenie, .channel-title .na-antenie {
  font-size: 11px;
  color: #d2d2d2;
  margin: 10px 0 5px 0;
  min-height: 15px;
}
/* line 945, ../sass/player/_player.scss */
.channel-program .title, .channel-title .title {
  font-size: 11px;
  color: #9e9e9e;
  margin: 0;
}
/* line 949, ../sass/player/_player.scss */
.channel-program .title span, .channel-title .title span {
  font-size: 13px;
  color: #000000;
  margin: 0;
  font-weight: bold;
}
/* line 956, ../sass/player/_player.scss */
.channel-program .artist, .channel-title .artist {
  color: black;
  color: #9e9e9e;
  font-size: 12px;
}
@media (max-width: 767px) {
  /* line 886, ../sass/player/_player.scss */
  .channel-program, .channel-title {
    display: none;
  }
}

/* line 965, ../sass/player/_player.scss */
.channel-title {
  line-height: 80px;
  text-align: center;
}

/*.atdsplayer-red-btn-play-big{
    background: url(/images/player/sluchaj.png) !important;
    width: 137px !important;
    height: 137px !important;
    margin: 0  !important;
    @include transform( translate(-50%, -50%) );
    position: absolute;
    left: 50%;
    top: 50%;
}*/
@-webkit-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
