.barra-preview{
	background-color: #f4f4f4 !important;
	padding-right: 11px;
}
.barra-preview span{
	font-size:21px;
	position: relative;
	top: 5px;
}
.barra-preview a{
	text-decoration: none;
	font-size: 15px;
}
.videoPremiumTitulo{
	font-family: rubikbold; 
	font-size:24px;
	color:#E2007A
}


.videoPremiumDescripcion{ 
	font-size:16px;
	color:#000000
}

/******ESCRIBIR COMENTARIO CSS*************/
#escribe_comentario{
	display:none;
	width:100%;
	right:0;
	z-index:10;
	background-color:#ffffff;
}
#escribe_comentario .form-control{
	background-color:#dcdcdc;
}


#comentarios_ampliar hr{
	margin-left:15px;
	margin-right:15px;
}
.cinco_estrellas img{
    width: 14%;
    margin-left: 3%;
    margin-right: 3%;
	display: inline-block!important;
	opacity:0.3;
}
.cinco_estrellas>img.active{
	opacity:1;
}
#errorComentario p{
	margin-top:10px!important;
	padding-left:0px!important;
}
/**********STAR RATING CSS**********/
#rating{
	margin-top:0px;
}
.star-rating4{
	margin-top:0px;
}
#ratingContainer{
	padding:20px;
	padding-left:0px;
}
ul.estrellas>li>span{
	font-family:'rubikbold'
}

.estrella7:hover, .estrella10:hover, .estrella:hover{
	background:url('/imagenes/ico_estrellas.png');
}
.estrella7{
	height:7px;
	width:7px;
	opacity:0.3;
	display:inline-block!important;
}
.estrella10{	
    margin: 1px;
	height:10px;
	width:10px;
	opacity:0.3;
	display:inline-block!important;
}
.estrella7.active , .estrella10.active{
	opacity:1;
}	
.star-rating5{
	background-size: 20px!important;
}
.star-rating5 li.current-rating {	
	background-size: 20px!important;
}
/********PROGRESS STAR RATING***********/
.progress{
	margin-left:10px;
	margin-right:10px;
	width:65%;
	display:inline-block;
}
.progress , .progress-bar{
	height:5px;
	margin-bottom:0px;
}

.progress-bar-stars{
	background-color:#7d7d7d;
}
.form-group>#nombre{
	background-color: white!important;
	background:none;
	width:100%;
	border:1px solid #cccccc;
}
/*//////////////FORMCOMENTARIO*/
/******ESCRIBIR COMENTARIO CSS*************/
#formComentario #escribe_comentario{
	display:none;
	width:100%;
	right:0;
	z-index:10;
	background-color:#ffffff;
}
#formComentario #escribe_comentario .form-control{
	background-color:#dcdcdc;
}


#formComentario .cinco_estrellas img{
    width: 14%;
    margin-left: 3%;
    margin-right: 3%;
	display: inline-block!important;
	opacity:0.3;
}
#formComentario .cinco_estrellas>img.active{
	opacity:1;
}
#errorComentario p{
	margin-top:10px!important;
	padding-left:0px!important;
}
#textAreaComentario{
	border: 1px solid #cccccc;
	width:100%;
	height:125px!important;
}
/**********STAR RATING CSS**********/
#formComentario ul.estrellas>li>span{
	font-family:'rubikbold'
}

#formComentario .estrella7:hover, .estrella10:hover, .estrella:hover{
	background:url('/imagenes/ico_estrellas.png');
}
#formComentario .estrella7{
	height:7px;
	width:7px;
	opacity:0.3;
	display:inline-block!important;
}
#formComentario .estrella10{	
    margin: 1px;
	height:10px;
	width:10px;
	opacity:0.3;
	display:inline-block!important;
}
#formComentario .estrella7.active , .estrella10.active{
	opacity:1;
}	
#formComentario .star-rating5{
		background-size: 20px!important;
	}
#formComentario .star-rating5 li.current-rating {	
		background-size: 20px!important;
	}
/********PROGRESS STAR RATING***********/
#formComentario .progress{
	margin-left:10px;
	margin-right:10px;
	width:65%;
	display:inline-block;
}
#formComentario .progress , .progress-bar{
	height:5px;
	margin-bottom:0px;
}

#formComentario .progress-bar-stars{
	background-color:#7d7d7d;
}
#formComentario .form-group>#nombre{
	background-color: white!important;
	background:none;
	width:100%;
	border:1px solid #cccccc;
}
#errorValoracion img{
	position: absolute;
	right: 0;
	z-index: 4;
}
#errorComentario img{
	position: absolute;
	left: 0;
	z-index: 4;
}
@media (max-width: 1000px) { 	
	.barra-preview{
		padding-right: 30px !important;
	}
	.barra-preview a{
		font-size: 25px !important;
	}
	.barra-preview span{
		font-size:30px;
		top: 8px;
	}
	.marginTop20{
		margin-top: 40px;
	}
}
@media (max-width: 700px) { 
	#errorValoracion img{
		left:15px;
	}
	.tooltip {
		z-index:-1;
	} 
	.btn-vivlium-acceso{
		margin-top: 15px;
	}
	.nomarginXS{
		margin-bottom:0px;
	}
	.littleText{
		font-size:2em;
	}
	.littleText2{
		font-size:1.5em;
	}
	#ratingContainer{
		padding-top: 20px;	
	}
}