* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-webkit-text-size-adjust: 100%;
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

*::-webkit-scrollbar {
	display: none;
}

html,
body {
	background-color: #141414;
	/*border: 1px solid red;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*height: auto;*/
	margin: 0px;
	padding: 0px;
	/*width: 100%;*/
}

header {
	background-color: transparent;
	left: 0;
	position: fixed;
	top: 0;
	transition: all ease 600ms;
	width: 100%;
	z-index: 100;

	color: white;
	cursor: default;
	font-family: inherit;
	left: 0;
	transition: all ease 600ms;
	top: 0;
	width: 100%;
	z-index: 100;
}

header.black-bg {
	background-color: rgb(20, 20, 20);
}

li {
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
	padding: 3px 3px 3px 3px;
}

li:hover {
	background-color: white;
	border-radius: 5px 5px 0px 0px;
	color: black;
	cursor: pointer;
}

ul {
	padding: 0px;
}

#container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction: row;

	-webkit-justify-content: center;
	justify-content: center;

	align-content: space-between;
	-webkit-align-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

	/*border: 2px solid red;*/
}

#content {
	max-width: 600px;
	margin-top: 10px;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction: row;

	-webkit-justify-content: center;
	justify-content: center;

	align-content: space-between;
	-webkit-align-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

	/*border: 2px solid red;*/
}



.actor-tag {
	background-color: green;
	border: 2px solid green;
	border-radius: 6px;
	color: white;
	float: none;
	margin: 2px;
	min-width: 100px;
	padding: 2px;
	text-align: center;
}

.actor-tag:hover {
	background-color: green;
	border: 2px solid orange;
	border-radius: 6px;
	color: white;
	float: none;
	min-width: 100px;
	text-align: center;
}

.admin {}

.admin_hidden {
	display: none;
}

.button {
	cursor: pointer;
}

.center {
	/* border: 3px solid green; */
	margin: auto;
	padding: 10px;
	width: 50%;
}

.collection-tag {
	background-color: green;
	border: 2px solid green;
	border-radius: 6px;
	color: white;
	float: none;
	margin: 2px;
	min-width: 100px;
	padding: 2px;
	text-align: center;
}

.collection-tag:hover {
	background-color: green;
	border: 2px solid orange;
	border-radius: 6px;
	color: white;
	float: none;
	min-width: 100px;
	text-align: center;
}

.debug {
	border: 1px solid orange;
}

.error {
	border: 1px solid red;
}

.gallery {
	/*border: 1px solid #a0a0a03b;*/
}

.gallery-item {
	background-color: black;
	/*border: 1px solid #a0a0a03b;*/
	display: inline-block;
	height: 244px;
	margin: 10px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: 244px;
}

.gallery-item-preview {
	/*border: 1px solid #a0a0a03b;*/
	display: block;
	height: 137px;
	margin: auto;
	overflow: hidden;
	width: 244px;
}

.gallery-item-add-to-playlist {
	background: rgba(0, 0, 0, .6);
	border: none;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 700;
	padding: 5px;
	position: absolute;
	right: 4px;
	text-align: center;
	top: 12px;
}

.gallery-item-info {
	border: 1px solid green;
}

.gallery-item-title {
	color: orange;
	cursor: pointer;
	font-size: 14px;
}

.header-navbar--border-bottom {
	/*bottom: 0px;*/
}

.hidden {
	display: none;
}

.loading_spinner {
	left: calc(50% - 100px);
	position: absolute;
	text-align: center;
	width: 100px;
}

.preview {
	cursor: pointer;
	display: block;
	height: 100%;
	margin: auto;
}

.rating {
	font-size: 12px;
	padding: 2px 0px;
}

.shown {}

div.plugin {
	/* border: 2px solid red; */
	justify-content: center;
	margin: auto;
	max-width: 1100px;
	position: relative;
	width: 80%;
}

.sub-plugin {
	border: 1px solid #313131;
	border-radius: 4px;
	display: block;
	margin: 10px 0px 10px 0px;
	overflow: auto;
	padding: 10px;
	text-align: center;
	width: 100%;
}

.tag-tag {
	background-color: green;
	border: 2px solid green;
	border-radius: 6px;
	color: white;
	float: none;
	margin: 2px;
	min-width: 100px;
	padding: 2px;
	text-align: center;
}

.tag-tag:hover {
	background-color: green;
	border: 2px solid orange;
	border-radius: 6px;
	color: white;
	float: none;
	min-width: 100px;
	text-align: center;
}

.title {
	text-align: center;
	font-family: inherit;
	font-size: 30px;
}

.video-wrapper {
	background: #101010;
	border: 1px solid #313131;
	border-radius: 4px;
	padding: 20px;
	position: relative;
	width: 100%;
}

.X {
	margin: 1px;
	padding: 1px;
	text-align: center;
}

.X:hover {
	color: orange;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	text-align: center;
}


#background_stripe {
	background-color: white;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

#clientarea {
	/*border: 1px solid blue;*/

	background-color: black;
	position: relative;
	width: 100%;
}

#container {
	background-color: black;
	/*border: 1px solid green;*/
	color: #4a5c69;
	/*height: 100%;*/
	top: 0px;
	width: 100%;
}

#footer {
	background-color: #f1f1f1;
	/*border: 1px solid red; */
	bottom: 0px;
	clear: left;
	height: 100px;
	left: 0px;
	padding: 1rem;
	position: relative;
	right: 0px;
	text-align: center;
}

#header {
	font-size: 12pt;
}

#login_label {
	font-size: 10px;
	position: absolute;
	right: 5%;
}

#navigation {
	height: auto;
	list-style-type: none;
	margin: 0px;
	position: relative;
}

#notification-area {
	display: flex;
	flex-direction: column;
	/*height: 100vh;*/
	justify-content: flex-end;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 300px;
	z-index: 10000;
}

#notification-area .notification {
	animation: showNotification 500ms ease-in-out forwards;
	background: #111;
	border-radius: 5px;
	color: #f5f5f5;
	font-size: 15px;
	font-weight: 600;
	left: 20px;
	margin: 5px 0px;
	padding: 15px 10px;
	opacity: 0;
	position: relative;
}

@keyframes showNotification {
	to {
		left: 0px;
		opacity: 1;
	}
}

#notification-area .notification.error {
	background: #ad1903;
}

#notification-area .notification.info {
	background: #0186bb;
}

#notification-area .notification.success {
	background: #1f661f;
}

#notification-area .notification.warning {
	background: orange;
}

#plugin_html {
	background-color: black;
	/* border: 1px solid orange; */
	color: white;
	float: left;
	/* left: calc(50% - 550px); */
	min-height: 700px;
	padding-top: 80px;
	position: relative;
	/* width: 1100px; */
}

#search-area {
	border: 1px white;
	color: #4a5c69;
	left: 10%;
	width: 60%;
}

#query {
	width: 40%;
}

#Statusbar {
	background: linear-gradient(#838c88, #101010);
	/* border: 1px solid blue; */
	/* min-height: 100px; */
	padding-top: 20px;
	/* position: absolute; */
	text-align: center;
}


.greyButton {
	color: #acacac;
	background: #1f1f1f;
}

.orangeButton {
	background: #ff9900;
	color: #000000;
}

.blackButton,
.greenButton,
.greyButton,
.orangeButton,
.pinkButton {
	border: none;
	border-radius: 4px;
	display: inline-block;
	font-family: inherit;
	font-weight: 400;
	margin: 0;
	padding: 6px 15px;
	cursor: pointer;
	position: relative;
	outline: 0 none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	vertical-align: top;
	text-decoration: none;
	font-weight: 700;
}

div.pagination3 {
	clear: both;
	margin: 20px 0 0 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

div.pagination3 ul {
	cursor: pointer;
	display: inline-block;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: auto;
	zoom: 1;
}

div.pagination3 ul li.page_number {
	margin: 3px;
	padding: 0;
	width: auto;
}

div.pagination3 ul li.page_current {
	padding: 0;
	width: auto;
}

div.pagination3 ul li.page_current span {
	background: #f90;
	color: #000;
	padding: 0;
	width: auto;
}


/* UNDER 1100PX */

@media all and (max-width: 1100px) {
	#container {
		left: 0px;
		position: absolute;
		top: 0px;
		width: 100%;
	}

	#header {
	}

	#plugin_html {
		left: 0px;
		width: 100%;
	}

	.footer {
		clear: left;
	}
}

/* UNDER 825PX */

@media all and (max-width: 825px) {
	#header {
	}

	ul {
		padding-left: 0px;
	}

	li {
		margin-left: 5px;
		margin-right: 5px;
		padding: 3px;
	}

	.gallery-item {
		background-color: black;
		/*border: 1px solid #a0a0a03b;*/
		display: inline-block;
		height: 204px;
		margin: 10px;
		overflow: hidden;
		padding: 10px;
		width: 204px;
	}

	.gallery-item-preview {
		/*border: 1px solid #a0a0a03b;*/
		display: block;
		height: 113px;
		margin: auto;
		overflow: hidden;
		width: 182px
	}

	.video-wrapper {
		background: #101010;
		border: 1px solid #313131;
		border-radius: 4px;
		left: 0%;
		padding: 20px;
		position: relative;
		width: 100%;
	}

}


/* UNDER 700PX */

@media all and (max-width: 600px) {
	#header {
	}

	div.plugin {
		width: 90%;
	}

	ul {
		padding-left: 0px;
	}

	li {
		margin-left: 3px;
		margin-right: 3px;
		padding: 3px;
	}

	.gallery-item {
		background-color: black;
		/*border: 1px solid #a0a0a03b;*/
		display: inline-block;
		height: 160px;
		margin: 4px;
		overflow: hidden;
		padding: 10px;
		width: 164px;
	}

	.gallery-item-preview {
		/*border: 1px solid #a0a0a03b;*/
		display: block;
		height: 90px;
		margin: auto;
		overflow: hidden;
		width: 144px
	}

	.video-wrapper {
		background: black;
		border: none;
		border-radius: 0px;
		left: 0%;
		padding: 0px;
		position: relative;
		width: 100%;
	}

}



/* Header Css */

.header-cont {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.left-cont,
.right-cont {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header-brand {
	max-width: 110px;
}

.main-nav {
	list-style: none;
	display: inline-flex;
	flex-direction: row;
}

.nav-item {
	margin-right: 20px;
	color: #e5e5e5;
	opacity: .83;
}

.nav-item.active {
	color: white;
	opacity: 1;
	font-weight: 500;
}

.right-cont svg,
.right-cont img {
	margin-right: 22px;
	cursor: pointer;
}

.right-cont svg {
	color: white;
}

.right-cont img {
	max-width: 40px;
}



/* Movies Section CSS */
.header-brand {
	cursor: pointer;
}

.movies-section {
	margin: 41px 0;
}

.movie-section-heading {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: white;
	cursor: pointer;
	margin-bottom: 10px;
}

.explore-nudge {
	color: #54b9c5;
	font-size: 12px;
	display: none;
}

.movie-section-heading:hover .explore-nudge {
	display: inline-block;
}

.movies-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	/* overflow-x: auto; */
	/* overflow-y: hidden; */
}

.movie-item {
	width: 245px;
	object-fit: contain;
	margin-right: 6px;
	border-radius: 4px;
	position: relative;
}

.move-item-img {
	max-height: 138px;
	width: inherit;
}

.movie-item .iframe-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
	border: none;
	outline: none;
}

.movie-item:hover .iframe-wrap {
	display: block;
}

.movie-item:hover {
	transform: scale(1.3);
	transition: transform linear 300ms;
    z-index: 1000;
}


/* Banner Section */
.banner-section {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 98vh;
	padding-top: 80px;
	position: relative;
}

.banner-content {
	display: flex;
	flex-direction: column;
	padding-top: 70px;
}

.banner__title {
	color: white;
	font-size: 84px;
	line-height: 1.1;
	margin: 0;
	margin-bottom: 16px;
	max-width: 40%;
}

.banner__info {
	margin-bottom: 14px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	color: white;
}

.banner__overview {
	font-size: 16.4px;
	color: white;
	line-height: 1.3;
	max-width: 40%;
}

.action-buttons-cont {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.action-button {
	border: none;
	background-color: white;
	padding: 8px 23px;
	margin-right: 11px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	flex-direction: row;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

.action-button:last-child {
	background-color: rgba(109, 109, 110, 0.7);
	color: white;
}

.banner_fadeBottom {
	height: 120px;
	background: linear-gradient(180deg,
			transparent,
			rgba(37, 37, 37, .61),
			#141414);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}



/* RESPONSIVE CSS */
@media (max-width:767px) {
	.main-nav {
		display: none;
	}

	.banner__overview,
	.banner__title {
		max-width: 100%;
	}
}