.dj-podcast #main {
  background-color: #fff !important;
  padding: 0;
}

.dj-podcast #wrapper, .category-linea-de-derechos-para-empleados #wrapper{
width: 100% !important;
max-width: 100%;
}

.podcast-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  /* font-family: 'Avenir', Helvetica, Arial, sans-serif; */
  /* font-family: 'Oswald', sans-serif; */
  font-size: 14px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .2);
  z-index: 1;
}

.album_title {
  float: left;
  line-height: 1.5;
  max-width: 90%;
  font-size: 14px;
}

.player-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

#lamusica-player {
  z-index: 1;
  height: 150px;
  position: relative;
  margin: 0 -15px;
/*  background-image: url('//sbs.co/wp-content/themes/sbsradio2014/css/lamusica-podcast/image/podcast-header-1.jpg');*/
  background-size: cover;
  background-position: center;
}

#lamusica-player.fixed {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  margin: 0;
}

#track {
  font-size: 14px;
	color: #fff;
}

.now-playing{
  font-weight: bold;
}

/* Top Info */
#title {
  pointer-events: none;
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1200px;
  font-size: 20px;
  color: #fff;
  margin: 48px auto 0;
  display: none;
}

#timer {
  float: left;
}

#duration {
  float: right;
}

/* Controls */
.controlsOuter {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: -60px;
  z-index: 2;
  background-color: #1f1e1e;
}

.controlsInner {
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
}

.btn-control {
  color: #fff;
  float: left;
  cursor: pointer;
  opacity: 0.9;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 20px;
}

.btn-control:hover {
  opacity: 1;
}

#playBtn {
  font-size: 25px;
}

#pauseBtn {
  display: none;
  font-size: 25px;
}

#prevBtn {
}

#nextBtn {
}

#icons {
  float: right;
  margin-top: 5px;
}

#icons span{
  margin-right: 15px;
}

#icons span:last-child{
  margin-right: 0;
}

#volumeBtn {
  float: right;
  font-size: 25px;
  margin-right: 0;
}

/* Progress */
#waveform {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -15% auto;
  display: none;
  cursor: pointer;
  opacity: 0.8;
  -webkit-user-select: none;
  user-select: none;
}

#waveform:hover {
  opacity: 1;
}

#bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
  opacity: 0.9;
  display: none;
}

#progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  border-right: 1px solid #fff;
}

.podcast-date {
  font-family: 'Oswald', sans-serif;
  display: block;
  padding-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
	color: #525252;
}

/* Loading */
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
  display: none;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Plylist */
.content-wrapper {
  margin: 60px auto 30px;
}

#playlist {
  width: 100%;
}

#list {
  width: 100%;
  margin-bottom: 30px;
}

#loadMore{
  display: block;
  width: 100%;
  background-color: #eaeaea;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


.list-song {
  width: 100%;
  font-size: 13px;
  font-weight: lighter;
  color: #fff;
  padding: 7px;
  border-bottom: 1px solid #1f1e1e;
}

.list-song.active{
  background-color: #1f1e1e;
  color: #fff;
}

.list-song.active:hover{
  background-color: #1f1e1e;
  color: #fff;
}

.list-song:hover {
  background-color: #1f1e1e;
  cursor: pointer;
}

.calendar {
  margin-right: 10px;
}

/* Volume */
#volume {
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  touch-action: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
}

.bar {
  position: absolute;
  top: 50%;
  left: 5%;
  margin: -3px auto;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}

#barEmpty {
  width: 90%;
  opacity: 0.5;
  box-shadow: none;
  cursor: pointer;
}

#barFull {
  width: 90%;
}

#sliderBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 93.25%;
  margin: -15px auto;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.33);
  border-radius: 25px;
  cursor: pointer;
}

.download .fa-spinner{
  display: none;
}

/* Fade-In */
.fadeout {
  -webkit-animation: fadeout 0.5s;
  -ms-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
}

.fadein {
  -webkit-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@-webkit-keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@-ms-keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}


/* Equalizer */
.list-song.active #icons .spinner{
  display: block;
}

.spinner {
  display: none;
  float: left;
  width: 50px;
  height: 15px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 4px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.card-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
/*  background: #f7f7f7;*/
  padding: 15px;
  color:#fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  font-size: 13px;	
	
}

.card-wrapper.first {
  margin-top: 30px;
}

/*
.card-wrapper.info {
  cursor: pointer;
}

.card-wrapper.info:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
*/

.sidebar-podcast-ad img{
  width: auto!important;	
}

.card-wrapper .live-info {
  text-align: right;
  padding-right: 25px;
  position: absolute;
  right: 45%;
/*  bottom: 11px;*/
  font-size: 14px;
  line-height: 1.5;
}

.card-wrapper .description {
  margin-bottom: 10px;
  line-height: 1.5;
}

.card-wrapper .description span {
  color: #f2494a;
}

.card-wrapper .social-medias {
  font-size: 24px;
  color: #f2494a;
}

.card-wrapper .social-medias i {
  margin-right: 5px;
  cursor: pointer;
}

.card-wrapper .live-info .text{
  color: #f2494a;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.card-wrapper img {
  float: right;
  width: 45%;
}



@media (max-width: 768px) {
  #lamusica-player {
    height: 100px;
}
	
  #track {
    max-width: 75%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: bold;
  }

  #volumeBtn, .now-playing {
    display: none;
  }

  .album_title {
    max-width: 100%;
    display: block;
    float: none;
    margin-bottom: 5px;
  }

  #icons {
    display: block;
    width: 100%;
  }

  .podcast-date {
    padding-top: 20px;
  }

  .controlsInner {
    padding: 0 30px;
  }
}