
/*------------------------------------------------------------------
[6.08. player]
*/



/*
.playerRadio.horizontal .stanga .album-title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 5px;
  font-size: 14px;
  margin-top: 10px;
}
.playerRadio.horizontal .dreapta .album-title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 5px;
  font-size: 14px;
  margin-top: 10px;
}

@media (min-width: 768px) {
.playerRadio.horizontal .stanga .album-title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 5px;
  font-size: 14px;
  margin-top: 10px;
}
.playerRadio.horizontal .dreapta .album-title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 5px;
  font-size: 14px;
  margin-top: 10px;
}
}

.playerRadio.horizontal .stanga .album-title {
margin-top: 26px;
}
.playerRadio.horizontal .stanga .artist-name {
  color: #cccccc;
  font-size: 12px;
  line-height: 12px;
}

*/


/* DIN BOOTSTRAP */

.containerRadio {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.containerRadio:before,
.containerRadio:after {
  display: table;
  content: " ";
}

.containerRadio:after {
  clear: both;
}

.containerRadio:before,
.containerRadio:after {
  display: table;
  content: " ";
}

.containerRadio:after {
  clear: both;
}

@media (min-width: 768px) {
  .containerRadio {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .containerRadio {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .containerRadio {
    width: 1170px;
  }
}


/*  */



.playerRadio {
  position: relative;
}
.playerRadio.horizontal {
  background-color: #151518;
  overflow: hidden;
}
.intro .playerRadio.horizontal {
  background-color: transparent;
}
@media (min-width: 768px) {
    .playerRadio.horizontal {
	background-color: #151518;
    height: 100px;
  }
}

.playerRadio.horizontal .containerRadio {
  background-color: #151518;
  margin: 0 auto;
  max-width: 1010px;
  height: 100%;
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
    .playerRadio.horizontal .containerRadio {
  background-color: #151518;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }
}








	#parent {
	    width: 70%;
	    margin: 0 auto;
	}


@media (min-width: 768px) {
	.playerRadio.horizontal .player-content {
		position: relative;
		border-right: 1px solid #333;
		border-left: 1px solid #333;
		width: calc(100% - 470px);
		float: left;
	}
	#parent {
	    width: 49%;
	    margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	#parent {
	    width: 50%;
	    margin: 0 auto;
	}
}

.playerRadio.horizontal .stanga {
/*   display: inline-block; */
  padding: 10px 10px 10px 3px;
  border-bottom: 1px solid #333;
  text-align: center;
  float: left;
  width: 100%;
  display: none;

}
.playerRadio.horizontal .dreapta {
/*   display: inline-block; */
  padding: 10px 10px 10px 3px;
  border-top: 1px solid #333;
  text-align: center;
  float: left;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .playerRadio.horizontal .stanga {
	  width: 235px;
	  text-align: left;
	  border-right: 1px solid #333;
	  display: block; 
  }
  
  .playerRadio.horizontal .dreapta {
	  width: 235px;
	  text-align: left;
	  border-left: : 1px solid #333;
	  border-bottom: none;
	  border-top: none;
	  padding: 10px 3px 10px 15px;
	  display: block;
  }
}






.playerRadio.horizontal .stanga .album-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .playerRadio.horizontal .stanga .album-cover {
    float: left;
    margin-right: 11px;
  }
}





.playerRadio.horizontal .stanga .eticheta-prev {
  height: 27px;
  padding-left: 20px;
  padding-top: 7px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center -173px;
  background-position-x: 270px;
  background-image: url("../images/players-intro.png");
	
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 5px;
  font-size: 14px;
/*   margin-top: 10px; */
  }
.playerRadio.horizontal .dreapta .eticheta-next {
  height: 27px;
  padding-left: 15px;
  padding-top: 7px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center -114px;
  background-position-x: 270px;
  background-image: url("../images/players-intro.png");
	
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 5px;
  font-size: 14px;
/*   margin-top: 10px; */
}
@media (min-width: 768px) {
.playerRadio.horizontal .stanga .eticheta-prev {
  height: 27px;
  padding-left: 35px;
  padding-top: 7px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center -173px;
  background-position-x: 0px;
  background-image: url("../images/players-intro.png");
	
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 5px;
  font-size: 14px;
  margin-top: 10px;
  }
.playerRadio.horizontal .dreapta .eticheta-next {
  height: 27px;
  padding-left: 35px;
  padding-top: 7px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center -114px;
  background-position-x: 0px;
  background-image: url("../images/players-intro.png");
	
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 5px;
  font-size: 14px;
  margin-top: 10px;
}
}





.playerRadio.horizontal .stanga .nume-piesa {
  color: #cccccc;
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 12px;
}
.playerRadio.horizontal .dreapta .nume-piesa {
  color: #cccccc;
  font-size: 12px;
  line-height: 12px;
}


@media (min-width: 768px) {
	.playerRadio.horizontal .stanga .nume-piesa {
	  color: #cccccc;
	  font-size: 12px;
	  line-height: 12px;
	  overflow: hidden;
	  position: -12px;
	}
	.playerRadio.horizontal .dreapta .nume-piesa {
	  color: #cccccc;
	  font-size: 12px;
	  line-height: 12px;
	}
}