@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');

body {
	font-family: 'Oswald', sans-serif;
	color: #231F20;
	background: #26292C;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}
a {
	transition: .3s;
}
a:hover {
	text-decoration: none;
}
/* =========================================
Preloader css
============================================ */
body.preloader-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    overflow: hidden;
}
.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999999999;
}
.preloader-spinner {
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    position: absolute;
    border-radius: 50%;
    border-top: 3px solid transparent;
    border-top-color: #ff0;
    animation: loader 2s linear infinite;
}
.preloader-spinner::before {
	content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #03deff;
    animation: loader 3s linear infinite;
}
.preloader-spinner::after {
	content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0350ff;
    animation: loader 1.5s linear infinite;
}
@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.header-top {
	background: #232323;
}
.header-social {
	float: right
}
.header-social li {
	display: inline-block;
	padding: 7px 12px;
}
.header-social li a {
	color: #aaa;
}
.header-social li a:hover {
	color: #fff;
}
#header-select {
	background: #323232;
	font-size: 14px;
	padding: 3px 10px;
	color: #fff;
}
select:focus {
	outline: 0px;
}

.absolute {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	background: rgba(0,0,0,.3);
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 15px;
	text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.page-one {
	overflow: hidden;
	width: 100%;
}
.page-one-content {
	position: relative;
}
.page-one-text {
	position: absolute;
	width: 100%;
	bottom: 5px;
	left: 0;
	text-align: center;
}
.page-one-text h1 {
	font-size: 110px;
	color: #ddd;
	font-weight: 300;
}
.page-one-text h2 {
	font-size: 35px;
	color: #fff;
	background: #111;
	font-weight: 300;
	padding: 8px 0px 12px;
}
/* Page three */
.about-content {
	background: #fff;
}
.about-img {
	position: relative;
}
.about-img img {
	width: 100%;
}
.about-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
}
.about-overlay h2 {
	font-size: 60px;
	font-weight: 400;
	color: #ddd;
}
.about-text {
	font-size: 18px;
	padding: 0 10px 20px 30px;
}
.about-text p {
	font-weight: 300;
}
.sidebar {
	float: right;
	width: 350px;
	margin-left: 20px;
	border: 2px solid #111;
}
.sidebar-content {
	margin: 10px;
	padding: 10px;
	background: #232323;
	color: #fff;
	font-weight: 300;
}
.sidebar-content h4 {
	position: relative;
	padding-bottom: 7px;
	letter-spacing: 1.5px;
}
.sidebar-content h4::before {
	content: '';
	position: absolute;
	width: 150px;
	height: 2px;
	background: #fff;
	bottom: 0;
	left: -10px;
}
.sidebar-content ul {
	padding: 0;
	margin: 0;
}
.sidebar-content ul li {
	list-style: none;
}
.sidebar-content ul li a {
	color: #ddd;
}
.sidebar-content ul li a:hover {
	color: #fff;
}
.sidebar-content ul li a img {
	width: 40px;
	height: 35px;
	padding: 7px;
}
/* Page four */
.page-four, .page-five, .page-six {
	overflow: hidden;
}
.page-four {
	background: #fff;
}
.wide-2 {
	width: 50%;
	float: left;
}
.wide-33 {
	width: 33.3333%;
	float: left;
}
.news-item {
	margin-bottom: 20px;
}
.news-item img, .event-item img, .various-item img {
	width: 100%;
}

.news-item img {
	transition: .3s;
	opacity: 1;
}
.news-item img:hover {
	opacity: .7;
}

/* Page Five */
.event-item {
	position: relative;
	overflow: hidden;
	height: 470px;
}
.various-item {
	position: relative;
	overflow: hidden;
	height: 400px;
}

.various-item img {
	min-height: 100%;
}

.event-item span,
.various-item span {
	position: absolute;
	width: 80%;
	top: 10px;
	left: 0;
	background: #232323;
	color: #fff;
	font-size: 30px;
	padding: 7px 50px;
	z-index: 999;
}
.event-overlay {
	position: absolute;
	width: 0;
	height: 100%;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(225,225,225,.8);
	opacity: 0;
	transition: .3s;
}
.event-item:hover .event-overlay {
	opacity: 1;
	width: 100%;
}
.event-content {
	bottom: 30px;
	left: 15px;
	position: absolute;
}
.link a {
	position: absolute;
	bottom: 40px;
	right: 15px;
	width: 40px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	color: #232323;
	border: 1px solid #232323;
	border-radius: 50%;
	display: block;
}
.img-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	top: 0;
	left: -100%;
	transition: .3s;
	opacity: 0;
}
.various-item:hover .img-overlay {
	left: 0;
	opacity: 1;
}
.img-overlay a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin: auto;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
}




/* ==================
Page seven css
===================== */
.page7-content {
	background: #fff;
}
.page7-header {
	background: #232323;
	padding: 7px 20px;
	overflow: hidden;
}
.page7-title h2 {
	background: #232323;
	color: #fff;
	padding: 7px 7px 7px 50px;
	display: inline-block;
	margin-bottom: 0px;
}

.page7-content {
	background: #fff;
	padding-bottom: 5px;
}
.page7-title h2 {
	background: #232323;
	color: #fff;
	padding: 7px 20px 7px 50px;
	display: inline-block;
	margin-bottom: 0px;
}
.header-img {
	float: left;
	padding-right: 20px;
	width: 12%;
}
.page7-menu {
	float: left;
	position: relative;
	width: 88%;
}
.top-menu {
	margin-bottom: 5px;
}
.top-left {
	width: 65%;
	float: left;
}
.top-left input {
	width: 65%;
	padding: 4px 15px;
	border: 0px;
	border-radius: 4px 0px 0px 4px;
}
.top-left input::placeholder {
	font-size: 14px;
}
.top-left select {
	color: #777;
	font-size: 14px;
	padding: 4px 12px;
	border: 0px;
}
.top-left select option {
	padding: 10px ;
}
.search-btn {
	padding: 4px 10px;
	background: #F8C419;
	border: 0px;
	border-radius: 0px 4px 4px 0px;
	cursor: pointer;
}
.top-right {
	float: right;
	text-align: right;
}
.imdbpro {
	position: relative;
	padding: 0px 10px;
}
.imdbpro::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 15px;
	background: #fff;
	top: 7px;
	right: 0;
}
.help-link {
	text-align: right;
	position: relative;
	padding: 0 10px;
	margin-right: 10px;
	color: #aaa;
	font-size: 14px;
	transition: .3s;
}
.help-link:hover {
	color: #fff;
}
.help-link::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 15px;
	background: #fff;
	top: 5px;
	right: 0;
}
.top-social {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.top-social li {
	display: inline-block;
}
.top-social li a {
	padding: 3px;
	display: block;
	color: #aaa;
}
.top-social li a:hover {
	color: #fff;
}

.bottom-menu nav {
	width: 70%;
	float: left;
	margin-top: 5px;
}
.bottom-menu ul li {
	float: left;
	display: inline-block;
}
.bottom-menu ul li p {
	border-right: 1px solid #aaa;
	padding: 0px 20px;
	margin-bottom: 0px;
	height: 50px;
}
.bottom-menu ul li p,
.bottom-menu ul li p a {
	color: #aaa;
}
.bottom-menu ul li p a:hover {
	color: #fff;
}
.singin {
	margin-top: 5px;
	width: 30%;
	float: right;
}
.singin a {
    color: #232323;
    display: inline-block;
    padding: 2px 30px;
    background: #F8C419;
    text-decoration: none;
    border-radius: 4px;
    float: right;
}

#video-gallery {
	display: flex;
}
.video-gallery {
	width: 73%;
	margin: 15px;
	border: 1px dotted #777;
	border-radius: 4px;
	padding: 10px;
	overflow: hidden;
}
.video-gallery-top {
	overflow: hidden;
}
.video-top-img {
	float: left;
	margin-right: 30px;
}
.video-top-content h1 a {
    font-size: 28px;
}
.video-top-content h2 {
	font-size: 35px;
	font-weight: 400;
}
.pagination {
	margin: 10px 0px;
	color: #777;
}
.video-meta {
	width: 50%;
	float: left;
}
.video-sort {
	width: 50%;
	text-align: right;
	float: right;
}
.video-sort select {
	padding: 0px 5px;
	color: #777;
}
.video-sort button {
	cursor: pointer;
}
.video-sort button .fa-long-arrow-alt-up {
	color: #777;
}
.videos {
	overflow: hidden;
	padding: 10px 0px;
	border-bottom: 1px dotted #777;
}
.video {
	width: 32%;
	float: left;
	margin: 0px 3px;
	padding:5px 0px 10px;
	border-top: 1px dotted #777;
}
.video iframe {
	width: 100%;
	height: auto;
}
.video a {
	color: #777;
	text-decoration: none;
	transition: .3s;
}
.video a:hover {
	color: #232323;
}
.video-sidebar {
	width: 25%;
	background: #15141C;
	float: left;
}
.video-sidebar h1 {
	padding-top: 200px;
    color: #ddd;
    font-size: 80px;
    text-align: center;
    font-weight: 400;
    align-self: center;
}
.video-sidebar img {
	width: 100%;
}
/* =========================================
Footer css 
============================================ */
.footer {
	background: #232323;
	color: #fff;
	text-align: center;
	padding: 15px;
}
.footer-social ul li {
	display: inline-block;
	padding: 5px;
}
.footer-social ul li a {
	color: #aaa;
}
.footer-social ul li a:hover {
	color: #fff;
}
.copy-right {
	margin-bottom: 0px;
	padding: 5px;
}
/* =========================================
Scroll top css 
============================================ */
.scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #fff;
	display: none;
	cursor: pointer;
	transition: .4s;
	z-index: 9;
}
.scroll-top:hover {
	background: #fff;
	color: #232323;
}