﻿h4 {
	color: #FFF;
}

.h-player-bg {
	background: #3b0826;
}

.bg-plum {
	background: #8e1763;
}

section.Main {
	position: relative;
}

@media (min-width: 992px) {
	.h-player .container-fluid {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.h-player .container-fluid {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.h-player .container-fluid {
		max-width: 1600px;
	}
}

.h-player .Footer .container-fluid, .h-player .Tail .container-fluid {
	max-width: none;
}

.page-item.active .page-link {
	background-color: #3B0826;
	border-color: #3B0826;
}

@media (min-width: 576px) {
	.Main.open::before {
		background: rgba(0,0,0,0.7);
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		content: "";
		z-index: 99;
	}
}

.Main .h-player-bg {
	padding-bottom: 1rem;
}

.h-player-bg a {
	color: #FFF;
}

.h-player a.langsel {
	background: #b96ea6;
	border: #b96ea6;
}

.h-player .top-menu {
	padding: .5rem 0;
	color: #FFF;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(185, 110, 166, .7);
}

.h-player h1.home-title {
	margin: 0.5rem 0;
	width: 100%;
}

.h-player h1.home-title a {
	font-family: 'Gill Sans Nova W04 Book';
	font-size: 3.25rem;
	color: #FF0063;
}


.h-player .header-container {
	min-height: 120px;
}

.h-player .header-lower {
	padding: .75rem 0;
	color: #FFF;
}

.h-player h2.home-subtitle {
	margin: 0;
	width: 100%;
	font-family: 'Gill Sans Nova W04 Book';
	font-size: 1.5rem;
	text-transform: none;
	color: #fff;
	line-height: 1;
}

@media (min-width: 768px) {
	.h-player h2.home-subtitle {
		padding-bottom: 1.25rem;
	}
}

.h-player .header-lower h5 {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans MT W03 Book";
	font-size: 1rem;
	line-height: 1;
}

.h-player .header-lower span {
	font-size: 1rem;
	line-height: 1;
}

.h-player .header-lower a {
	color: #FFF;
}

.h-player-filters {
	position: relative;
	width: 100%;
}

.filter-container {
	width: 100%;
}


.h-player-filters button, .h-player-filters input, .h-player-filters optgroup, .h-player-filters select, .h-player-filters textarea, .h-player-filters span {
	padding: 0 1rem;
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #FFF;
}

.h-player-filters .filter-select::before, .h-player-filters .filter-search::before, .h-player-filters .filter-toggle::before {
	font: normal normal normal 17px/1 "Font Awesome 6 Pro";
	font-weight: 900;
	color: #FFF;
}

.h-player-filters .filter-toggle.filter::before {
	content: '\f0b0';
}

.h-player-filters .filter-select.festival::before {
	content: '\f57d';
}

.h-player-filters .filter-select.language::before {
	content: '\f075';
}

.h-player-filters .filter-select.genre::before {
	content: '\f518';
}

.h-player-filters .filter-select.year::before {
	content: '\f073';
}

.h-player-filters .filter-search::before {
	content: '\f002';
}

.h-player-filters .filter-select.up, .h-player-filters.focus .filter-search {
	z-index: 999;
}

.h-player-filters .filter-select.up::after {
	content: '\f0d8';
}

.dropdown-toggle::after {
	display: inline-block;
	font: normal normal normal 17px/1 "Font Awesome 6 Pro";
	font-weight: 900;
	color: #FFF;
	width: 0;
	height: 0;
	margin-left: .255em;
	content: '\f0d7';
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	position: absolute;
	right: 28px;
	top: 5px;
}


.h-player-filters .filter-search .form-control::placeholder {
	color: #FFF;
	opacity: 1;
	line-height: 1.9;
	text-overflow: ellipsis;
}

.h-player-filters .filter-search .form-control::-moz-placeholder {
	color: #FFF;
	opacity: 1;
	line-height: 1.9;
}

.h-player-filters .filter-select select::-ms-expand {
	display: none;
}

.h-player-filters .filter-select, .h-player-filters .filter-toggle {
	width: 100%;
	display: inline-block;
	position: relative;
	min-width: 175px;
}

.h-player-filters .filter-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: transparent;
	border: none;
	border-bottom: 3px solid #8e1763;
}

.h-player-filters .filter-select select:focus, .h-player-filters .filter-search input:focus {
	color: #FFF;
	box-shadow: none;
}

.h-player-filters .filter-search {
	padding-left: 0;
	display: flex;
	align-items: center;
	min-width: 320px;
}

.h-player-filters .btn.close-search {
	padding: 0;
	opacity: 0;
	background: transparent;
	transition: all .5s;
}

.h-player-filters.focus .btn.close-search {
	opacity: 1;
}

.h-player-filters .filter-search .form-inline {
	height: 38px;
	/*-ms-flex-line-pack: center;
	align-content: center;*/
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.h-player-filters #search-hp {
	margin-top: 0;
}

.h-player-filters #search-hp input {
	display: inline-block;
	font-size: 1.125rem;
	background: transparent;
	color: #FFF;
	border: none;
}

/*.h-player-filters .filter-search {
	background: #3b0826;
}*/

.h-player-filters #search-results {
	position: absolute;
	left: 0;
	background: #b96ea6;
	z-index: 99;
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
}

.search-results-container {
	max-height: 100vh;
	overflow-y: scroll;
}

@media (min-width: 992px) {
	.h-player-filters .filter-search.es {
		min-width: 510px;
	}
	.h-player-filters #search-results {
		max-width: 1600px;
		
	}
	.h-player-filters #search-results {
		margin-top: 0.5rem;
		left: unset;
	}
}

.h-player-filters #search-results span.hl {
	background-color: #C4C4C2;
	font-size: 1.125rem;
	text-transform: none;
	color: #333;
	padding: 0;
}

#search-results a, #search-results a:visited {
	color: #FFF;
	display: block;
	padding: 0.25rem 1rem;
}

#search-results a:hover {
	color: #FFF;
}

#search-results .btn.btn-sm {
	margin: 1rem;
	border-color: #FFF;
}

.filter-menu .festival-item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}

.filter-menu .festival-item img {
	width: 100%;
}

.filter-menu .festival-item .overlay {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
}

.filter-menu .festival-item span {
	position: absolute;
	left: 10px;
	bottom: 5px;
	color: #FFF;
	text-transform: uppercase;
}

.filter-menu.filter-menu-festival, .filter-menu.filter-menu-genre {
	margin-top: 0;
	padding: 1.5rem;
	width: 100%;
	background: #b96ea6;
	border: none;
	border-radius: 0;
}

.filter-menu.filter-menu-genre ul {
	list-style: none;
	line-height: 2;
}

.filter-menu.filter-menu-genre ul li {
	display: block;
	font-size: 1.25rem;
}

/*#search-results {
	position: absolute;
	z-index: 999;
	width: 100%;
	background: #b96ea6;
	padding: 1rem 0px;
	display: block;
}*/

.h-player .filter-toggle {
	cursor: pointer;
}

.h-player .filter-container {
	display: -ms-flexbox;
	display: flex;
}

.h-player .filter-container.hide {
	display: none;
}

@media (min-width: 576px) {
	.h-player .filter-toggle {
		display: none;
	}

	/*.h-player .filter-container, .h-player .filter-container.hide {
		display: flex;
	}*/

	.h-player-filters.focus {
		flex: 1;
		transition: all .5s;
	}
}

@media (min-width: 768px) {
	.filter-menu.filter-menu-genre ul {
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5;
	}
}

@media (min-width: 1200px) {
	.h-player .header-inner {
		flex: 1 0 45%;
		max-width: 45%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.h-player .header-container {
		background-image: url('images/h-player-header-bg.jpg');
		background-repeat: no-repeat;
		background-size: auto;
		background-position-x: right;
		background-position-y: bottom;
	}
}

/* Top + Page Featured Categories */

.featured-category {
	background: #C2AA9A;
	margin-bottom: 2rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.featured-category h2 {
	margin-top: 0;
}

.featured-category a {
	color: #3B0826;
}


.featured-category.top {
	background: none;
}

.featured-category.top {
	padding-top: 0;
	padding-bottom: 0;
}

.featured-category.top a {
	color: #FFF;
}


.featured-category-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
}

.featured-category.top .featured-category-row {
	justify-content: space-between;
}

.featured-category-row .item {
	max-width: 100%;
	flex: 1 0 100%;
	margin-bottom: 1.25rem;
}

.featured-category.top .featured-category-row .item {
	max-width: 48%;
	flex: 1 0 48%;
	margin-bottom: 1.25rem;
}

.featured-category-row .item a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: flex-start;
}

.featured-category-row .item img {
	flex: 1 1 25%;
	align-self: flex-start;
	max-width: 25%;
	min-height: 1px;
	height: auto;
	margin-right: 1rem;
	box-shadow: 2px 2px 4px #575756;
}

.featured-category.top .featured-category-row .item img {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	align-self: flex-start;
	max-width: 100%;
	min-height: 1px;
	margin-right: 0;
	box-shadow: none;
}


.featured-category.top .featured-category-row .item a {
	-ms-flex-direction: column;
	flex-direction: column;
}

.featured-category-row .item img.img-fluid.mx-auto {
	margin-right: 1rem !important;
	margin-left: 0 !important;
}

@media only screen and (min-width : 768px) {
	.featured-category.top .featured-category-row {
		margin-right: 0;
		margin-left: 0;
		justify-content: space-between;
	}
	.featured-category.top .featured-category-row .item {
		margin-right: 0;
		margin-left: 0;
	}
	.featured-category.top .featured-category-row .item {
		max-width: 21%;
		-ms-flex: 0 0 21%;
		flex: 0 0 21%;
	}
	.featured-category-row .item {
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
		max-width: calc(33.333333% - 30px);
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
	}
	.featured-category-row .item a {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.featured-category-row .item img {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		max-width: 100%;
		margin-right: 0;
	}
}

@media only screen and (min-width : 992px) {
	.featured-category-row {
		margin-right: -15px;
		margin-left: -15px;
	}
	.featured-category-row .item {
		margin-right: 15px;
		margin-left: 15px;
		max-width: calc(16.666667% - 30px);
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 15%;
	}
	.featured-category.top .featured-category-row .item {
		max-width: 23%;
		-ms-flex: 1 0 23%;
		flex: 1 0 23%;
		margin-bottom: 26px;
	}
}



.featured-category-row .item p {
	font-size: 0.9rem;
	line-height: 0.9rem;
	margin: 0.3rem 0 0 0;
	padding: 0.1rem 0;
}

.featured-category-row .item h4 {
	padding: 0 0 0.25rem 0;
	height: 5rem;
	display: -webkit-box !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	font-family: 'Gill Sans Nova W04 Book';
	font-size: 1rem;
	color: inherit;
	text-transform: none;
}

.featured-category.top .title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	padding: 0.5rem;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0,0,0,0.7);
}

.featured-category.top h2 {
	margin: 1rem 0;
	color: #BA6EA8;
}

.featured-category.top h2.feature {
	color: #fff;
}

@media only screen and (min-width : 992px) {
	.featured-category.top h2 {
		font-size: 1.5rem;
	}
}

.featured-category.top .item {
	position: relative;
	margin-top: 0;
}

.featured-category.top .item:hover .title {
	opacity: 1;
}

.featured-category.top .item.free-film .title p {
	font-size: 2rem;
}

.featured-category.top .item h4 {
	color: #fff;
}

.hay-player p.popular {
	font-size: 2rem;
	line-height: 2rem;
	padding: 0.5rem;
}

.carousel-control-next, .carousel-control-prev {
	display: none;
}

@media (min-width: 1400px) {
	.carousel-control-next, .carousel-control-prev {
		display: block;
	}
}

.carousel-control-next, .carousel-control-prev {
	padding-bottom: 5rem;
	background: none;
	opacity: 1;
	border: none;
	cursor: pointer;
}

.carousel-control-prev {
	left: -75px;
}

.carousel-control-next {
	right: -75px;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233b0826' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233b0826' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators .active {
	background-color: #3b0826;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: rgba(59, 8, 38,.5);
}

.view-more.btn.btn-primary {
	width: 100%;
	background: #3b0826;
	border-color: #3b0826;
	color: #FFF;
}

ul.navlist {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

ul.navlist li {
	width: 100%;
	margin-bottom: 0.5rem;
	display: inline-block;
}

ul.navlist li:first-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	ul.navlist li {
		width: auto;
		margin-bottom: 0;
	}
	ul.navlist li:first-child {
		margin-right: 2rem;
	}
}
@media (min-width: 992px) {
	ul.navlist li {
		margin-right: 3rem;
	}
}
.video-pay {
	margin-top: 1rem;
	color: #FFF;
}

.video-pay .btn.btn-primary {
	background: #b96ea6;
	border-color: #b96ea6;
}

.h-player-bg .progItemContent a, .h-player-bg .price a, .h-player-bg .social a {
	color: #8e1763;
}

.h-player-bg .price .btn-primary, .h-player-bg .price a.btn-primary, .h-player-bg .price a.btn-primary:visited {
	color: #fff;
	background-color: #3B0826;
	border-color: #3B0826;
}

.h-player-bg .price .btn-primary:hover, .h-player-bg .price a.btn-primary:hover {
	color: #fff;
	background-color: #8E1763;
	border-color: #8E1763;
}

.h-player-bg .price .addmsg {
	border: 1px dotted #3b0826;
	background-color: #C2AA9A;
}