.collectionInfoLabel {
	color: rgba(255, 255, 255, .5);
	font-weight: normal;
}

.collectionSubtitlesBadge {
	text-transform: uppercase;
	padding: 5px 5px 5px 5px;
	border-radius: 6px;
	font-weight: bold;
}

p {
	font-weight: normal;
}

#titleSerieCollection {
	color: white;
	margin: 0;
	font-weight: 600;
	font-size: 40px;
}

#parentsSeries {
	line-height: 190%;
}

#htmlDescription {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 17px;
	padding-right: 2%;
	margin-bottom: 2rem!important;
	margin-top: 2rem !important;
	/* margin-top:10px; */
}

/* #htmlDescription{
	color:white;
	font-size: 15px;
	margin-top: 20px;
	font-weight: 400;
	font-weight: normal;
	max-height: 150px;
	max-width: 100%;
	overflow-y:hidden;
	padding-right: 5px;
} */


/* TIMELINE */

.container_timeline {
	width: 100%;
	margin: auto;
}

.timeline_list {
	position: relative;
}

.timeline_list li {
	list-style: none;
	float: left;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	padding-left: 0px !important;
}

.timeline_list .slick-prev,
.timeline_list .slick-next {
	top: 95%;
}


.notEnabled li:before {
	border: 3px solid grey !important;
}

.timeline_list li:before {
	width: 50px;
	height: 50px;
	/* border: 3px solid #067fcb; */
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 50px;
	margin: 0 auto 10px auto;
	background: #F1F1F1;
	color: #000;
	transition: all ease-in-out .3s;
	cursor: pointer;
}

.timeline_list li:after {
	width: 65%;
	content: "";
	position: absolute;
	height: 2px;
	background-color: grey;
	top: 25px;
	left: -32%;
	transition: all ease-in-out .3s;
}

.timeline_list li:first-child:after {
	content: none;
}

.timeline_list li.active {
	color: #555555;
}

.timeline_list li.active:before {
	background: #067fcb;
	color: #F1F1F1;
}

.timeline_list li.active+li:after {
	background: #067fcb;
}



.containerCollection {
	padding: 0px;
	margin: 0px;
	min-height: 550px;
	background: #1B1E31;
	color: white;
}

.collectionInfo {
	margin-top: 100px;
	padding-left: 5%;
}

.collectionInfo .titleCollection {
	color: white;
	font-weight: light;
	padding: 0px;
}

.collectionInfo .viewsCollection {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.6);
}

.collectionInfo .viewsCollection .textViews {
	margin-right: 30px;
}

.videoTrailer {
	margin-top: 100px;
	width: 80%;
	height: 310px;
	background-image: url('/app/img/videoBg.jpg');
	background-position: center;
	padding: 0px;
	overflow: hidden;
	margin-left: 10% !important;
	padding: 20px;
	margin-bottom: 20px;
}

.videoTrailer video {
	margin-top: 0px;
}

.playTrailerBtn {
	position: absolute;
	right: 15.5%;
	top: 200px;
	z-index: 999999;
	z-index: 99;
}

@media screen and (max-width: 768px) {

	#titleSerieCollection {
		font-size: 30px;
	}

	#htmlDescription {
		font-size: 15px;
		font-weight: 400;
		/* max-height: 110px; */
	}

	#nVotes {
		margin-left: 6px;
	}

}

.series-chevron-left {
	left: 16px !important;
	top: 427px !important;
}

.series-chevron-right {
	top: 427px !important;
}



.subListDet {
	width: 100%;
	position: relative;
}

.firstDisplaySubscription {
	width: 80%;
}

.buttonOtherSub {
	display: none;
	margin-left: 5px;
	max-width: 140px;
}

/*.otherHiddenSubscription{
	display:block;
}*/


.ratingSerie {
	display: none;
}

#htmlCertificate {
	display: none;
}

/* new code */
#info_serie_header {
	padding-left: 3%;
	text-align: left;
}

.info_serie_header_container {
	margin-bottom: 5%;
}


.cardSerie {
	padding: 0px !important;
	margin: 0px !important;
	min-height: 100px;
}

.cardSerieBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 600px;
	width: 100%;
	opacity: 0.2;
	z-index: -1;

	/* Add the blur effect */
	filter: blur(20px);
	-webkit-filter: blur(20px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#modal_pagamento {
	z-index: 9;
	position: absolute;
	width: 100%;
	display: none;
}

#modal_payment_parent_box {
	display: none;
}

#originalSerieBox {
	display: none;
	color: white;
	text-transform: uppercase;

}

#ratingImage {
	margin-top: -4px;
	opacity: 0.6;
	cursor: pointer;
}

#collection_credits {
	/* background:black; */
	font-size: 12px;
}

#collection_information {
	/* display: none; */
	margin-bottom: 10px;
	/* text-transform: uppercase;
	font-weight: bold;
	color: rgba(255,255,255,0.6); */
}

#age_restriction {}

.infoCollectionTextMargin {
	margin-right: 10px !important;
}

.ageRestrictionText, .originalLanguageText {
	border-radius: 4px;
	text-transform: uppercase;
}

.boxPrices {
	padding-left: 0px;
	margin-bottom: 40px;
	margin-top: 40px;
}


#list-video-collection-load-more {
	display: none;
	/*width: 100%;
	position: absolute;
	text-align: center;
	margin-top: 20px;
	*/
}


#liveHorizontalSerieBox {
	margin-top: 40px;
}


.btn-collection-trailer {
	margin-right: 10px !important;
}

/* 
.btn-start-now-collection{
	margin-bottom: 20px !important;
} */

#nVideoOndemand {
	font-size: 15px;
}


.backgroundImageSeries {
	width: 100%;
	right: 0px;
}





.previewVideoTrailerCollection{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.previewVideoTrailerCollection iframe {
	width: 100%;
	height: 100%;
}






/*
@media screen and (min-width: 768px) {
	#previewTrailerCollection{
		position:relative!important;left:0px;
		top:0px;
		width:100%!important;
		max-width:100%!important;
		height:56vw!important;
		z-index:0!important;
		margin-top:-100px;
	}
}*/

#media_serie_header {
	margin-top: 0;
	padding: 0px;
}


.modal_popup_lc_content .info_serie_header_container{
	position: relative;
	margin-top: -65px;
}

.modal_popup_lc_content #htmlDescription, .modal_popup_lc_content .info_serie_header_container{
	width: 100% !important;
}



.modal_popup_lc_content #media_serie_header {
	margin-top: 0px !important;
}
@media screen and (max-width: 947px) {
	.info_serie_header_container {
		margin-top: -45px;
		padding-left: 5px;
		padding-right: 5px;
	}
	#media_serie_header{
		margin-top: 60px;
	}
}
/* 
@media screen and (max-width: 790px) {

	/* #media_serie_header {
		margin-top: 70px;
		padding: 0px;
	} 
} */

#previewTrailerCollection {
	height: 100%;
	width: 100%;
	opacity: 1;
	position: absolute;
	background-size: cover;
}

#parentsSeriesspan,
#parentsSeriesa {
	color: #696969 !important;
}




@media screen and (min-width: 1220px) {
	.info_serie_header_container {
		width: 45%;
	}
}


@media screen and (max-width: 946px) {
	.collectionLogoTitle{
		width: 60% !important;
		max-width: 300px !important;
	}
}

.backgroundImageSeries {
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
	z-index: 0 !important;
}

@media screen and (min-width: 946px) {
	.info_serie_header_container {
		width: 50%;
		margin-left: 0px;
		margin-top: -40%;
		/* position: absolute; */
		bottom: 0;
	}

	.backgroundImageSeries {
		-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(60%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0))), -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.8)), color-stop(80%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
  	-webkit-mask-composite: source-out;
	}

}

#trailer_btns_box {
	display: block;
	position: absolute;
	bottom: 45px;
	z-index: 9;
	right: 20px;
}

#htmlAccess {
	display: inline-block;
	float: left;
	margin-right: 5px;
}


.selectNavigationCollectionEpisodes{
	display: none;
}


.label_extra_info{
	background: #33373d;
  border-radius: 4px;
  color: #fff;
  padding: 0 4px;
	font-weight: 600;
}

.collectionLogoTitle{
	display: block;
	max-height: 120px;
	max-width: 85%;
}