
html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: #180707;
}
body::-webkit-scrollbar {
	width: 1em;
	z-index: 3;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
	z-index: 3;
}

body::-webkit-scrollbar-thumb {
  background-color: #180707 ;
  z-index: 3;
}
body::-webkit-scrollbar-thumb {
  background: #700707;
 }

 body::-webkit-scrollbar-track {
  background: #180707;
}

div::-webkit-scrollbar {
  width: 1em;
  z-index: 3;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
  z-index: 3;
}

div::-webkit-scrollbar-thumb {
background-color: #180707 ;
z-index: 3;
}
div::-webkit-scrollbar-thumb {
background: #700707;
}

div::-webkit-scrollbar-track {
background: #180707;
}

#errors {
	background-color: #180707;
	border: 2px solid #f0bc55;
	padding: 10px;
}

#passeds {
	background-color: #180707;
    border: 2px solid #638d20;
    padding: 10px;
    color: #638d20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 500;
}



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

	h1 {
		font-size: 70px;
	}
	
	h2 {
		font-size: 36px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	h4 {
		font-size: 24px;
	}
	
	h5 {
		font-size: 18px;
	}
	
	h6 {
		font-size: 16px;
	}
	
	ul {
		list-style: none;
	}
	
	p {
		font-size: 15px;
		color: #dcdcdc;
		line-height: 1.6;
		font-weight: 500;
	}
}

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

	h1 {
		font-size: 70px;
	}
	
	h2 {
		font-size: 36px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	h4 {
		font-size: 24px;
	}
	
	h5 {
		font-size: 18px;
	}
	
	h6 {
		font-size: 16px;
	}
	
	ul {
		list-style: none;
	}
	
	p {
		font-size: 12px;
		color: #dcdcdc;
		line-height: 1.6;
		font-weight: 500;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1200px)  {

	h1 {
		font-size: 70px;
	}
	
	h2 {
		font-size: 36px;
	}
	
	h3 {
		font-size: 27px;
	}
	
	h4 {
		font-size: 24px;
	}
	
	h5 {
		font-size: 18px;
	}
	
	h6 {
		font-size: 16px;
	}
	
	ul {
		list-style: none;
	}
	
	p {
		font-size: 13px;
		color: #dcdcdc;
		line-height: 1.6;
		font-weight: 500;
	}

}

@media only screen and (min-width: 1200px) {

	h1 {
		font-size: 70px;
	}
	
	h2 {
		font-size: 36px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	h4 {
		font-size: 24px;
	}
	
	h5 {
		font-size: 18px;
	}
	
	h6 {
		font-size: 16px;
	}
	
	ul {
		list-style: none;
	}
	
	p {
		font-size: 15px;
		color: #dcdcdc;
		line-height: 1.6;
		font-weight: 500;
	}

}

img {
	max-width: 99%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	font-size: 14px;
}

:-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	font-size: 14px;
}

::-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	font-size: 14px;
}

::placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	font-size: 14px;
}

.debugOut {
	background-color: #282828;
	color: #9e9e9e;
	padding: 5px;
  }
  
  .debugInner {
	background-color:#4e3534;
	border-radius:10px;
	margin:5px;
	padding:5px;
	color:#dededc;
  }

  .debugInner p {
	color:#dededc;
  }

/*---------------------
  Helper CSS
-----------------------*/

.section-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
    padding-top: 0;
    padding-bottom: 80px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */
.fa-facebook:after {
    background-image: url() !important;
}
.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	min-width: 186px;
	padding: 24px 30px;
	border-radius: 0;
	text-transform: uppercase;
	color: #081624;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
}

.site-btn img {
	position: relative;
	left: 13px;
	width: auto !important;
	display: inline-block !important;
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 9px;
	top: 10px;
	background: #f0bc55;
	z-index: -2;
	-webkit-box-shadow: 0 0 9px 3px rgb(176 173 27 / 24%);
	box-shadow: 0 0 9px 3px rgb(176 173 27 / 24%);
}

.site-btn:before {
	left: 0;
	top: 0;
	background: #fff;
	z-index: -1;
}

.site-btn:hover {
	color: #081624;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}



@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
  Header section
---------------------*/

.header-section {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	padding: 15px 15px 0;
}

.header-warp {
	max-width: 1496px;
	margin: 0 auto;
}

.header-social p,
.footer-social p,
.geme-social-share p {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	padding-top: 4px;
}

.header-social a,
.footer-social a,
.geme-social-share a {
	display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin-left: 13px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-social a:hover,
.footer-social a:hover,
.geme-social-share a:hover {
	background: #f0bc55;
}

.header-bar-warp {
    /*background: #0a03036b;*/
	background-color: rgba(0, 0, 0, .5);
    padding: 29px 40px 0;
    -webkit-box-shadow: 0 0 9px 3px rgb(176 173 27 / 24%);
    box-shadow: 0 0 9px 3px rgb(176 173 27 / 24%);
}
/*
.header-bar-warp {
    background: #081624;
    padding: 39px 40px 0;
    -webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
    box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
}*/

.site-logo {
	float: left;
}

.user-panel {
	float: right;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-top: 3px;
}

.user-panel a {
	color: #fff;
}

.user-panel a:hover {
	color: #ff2222;
}

.main-menu {
	list-style: none;
	text-align: left;
	padding-top: 3px;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li span {
	display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-right: 40px;
    padding-bottom: 28px;
    position: relative;
    padding-right: 20px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.main-menu li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-right: 40px;
	padding-bottom: 28px;
	position: relative;
	padding-right: 20px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
/*
.main-menu li a:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	right: 0;
	top: 1px;
	background-image: url("../img/icons/arrow-down.png");
	background-repeat: no-repeat;
	background-position: right center;
}*/

.main-menu li a i {
	color: #928d92;
	margin-left: 5px;
}

.main-menu li a:hover {
	color: #f0bc55;
}
/*
.main-menu li a:hover:after {
	background-image: url("../img/icons/arrow-down-color.png");
}*/

.main-menu li a:hover i {
	color: #f0bc55;
}

.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.main-menu li:hover>a {
	color: #f0bc55;
}

.main-menu li:hover>a:after {
	background-image: url("../img/icons/arrow-down-color.png");
}

.main-menu li .sub-menu {
	position: absolute;
	list-style: none;
	text-align: left;
	width: 220px;
	left: 0;
	top: 100%;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.4);
}

.main-menu li .sub-menu li {
	display: block;
}

.main-menu li .sub-menu li a {
	display: block;
	color: #000;
	margin-right: 0;
	padding: 8px 30px;
}

.main-menu li .sub-menu li a:after {
	display: none;
}

.main-menu li .sub-menu li a:hover {
	color: #f0bc55;
}

.slicknav_menu {
	display: none;
}

/*------------------
  Hero section
---------------------*/

.hero-slider .owl-dots {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	left: calc(50% - 740px);
	bottom: 38px;
	position: relative;
	width: 1496px;
	position: absolute;
}

.hero-slider .owl-dots .owl-dot {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-slider .owl-dots .owl-dot.active {
    color: #ffffff;
    border: 2px solid #f0bc55;
    background-color: #8e7034;
}

.hero-slider .owl-nav {
	margin-top: -27px;
	display: block;
}

.hero-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 100px;
}

.hero-item {
	height: 921px;
	padding-top: 125px;
	border-bottom: 2px solid #f0bc55;
}

.hero-item h2 {
	font-size: 160px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	position: relative;
	top: 100px;
	opacity: 0;
	text-shadow: 1px 1px 2px #000000;
}

.hero-item p {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 500;
	opacity: 0.39;
	margin-bottom: 70px;
	position: relative;
	top: 50px !important;
	opacity: 0;
	text-shadow: 1px 1px 2px #000000;
}

.hero-item .site-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .owl-item.active .hero-item h2,
.hero-slider .owl-item.active .hero-item p,
.hero-slider .owl-item.active .hero-item .site-btn {
	top: 0;
	opacity: 1;

}

.hero-slider .owl-item.active .hero-item h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hero-item p {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hero-item .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hero-item .offer-card {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 1s;
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

/* ----------------
  Intro section
---------------------*/

.intro-section {
	background: #0a0a03;
	padding: 55px 0;
}

#version .top-meta {
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    border: 1px solid #444;
    caret-color: #f0bc55;
    background: linear-gradient(#333, #222);
    padding: 10px;
}

.version-content.open {
	padding: 10px;
}



.trigger img {
	position: absolute;
    right: 30px;
    top: 20px;
}

.text-box .top-meta a {
	color: #f0bc55;
}

.text-box h3 {
	margin-bottom: 40px;
	max-width: 420px;
}

.text-box p {
	font-size: 15px;
	font-weight: 500;
	color: #7d6464;
	margin-bottom: 35px;
	hyphens: auto;
}

.text-box .read-more {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	color: #fff;
}

.text-box .read-more img {
	margin-left: 13px;
}

/* ----------------
 Blog Section
---------------------*/
/*
.blog-section {

	background: #501755;

	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);

	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501755', endColorstr='#2d1854', GradientType=1);

}
*/
.blog-section {
	background: #180606;
	background: -webkit-linear-gradient(45deg, #180606 0%, #180707 100%);
	background: -o-linear-gradient(45deg, #180606 0%, #180707 100%);
	background: linear-gradient(45deg, #180606 0%, #180707 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#180606', endColorstr='#180707', GradientType=1);
}




.blog-section .section-title {
	margin-bottom: 25px;
	margin-top: 20px;
}

.blog-filter {
	list-style: none;
	display: block;
}

.blog-filter li {
	display: inline-block;
}

.blog-filter li a {
	display: block;
	color: #fff;
	padding: 16px 36px;
	font-size: 16px;
	font-weight: 700;
	background: #952b2b;
	line-height: 1.1;
	margin-right: 7px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 10px;
}

.blog-filter li a:hover {
	background: #f0bc55;
}

.blog-item {
	/*margin-top: 86px;*/
	box-sizing: border-box;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: inset 0 0 1px #272727;
    background-color: #0e0e0e;
	border-bottom: 2px solid #f0bc55;
}

.blog-item .blog-thumb {
	width: 410px;
	float: left;
	margin-right: 30px;
}

.blog-item .text-box {
	overflow: hidden;
}

.blog-item .text-box p {
	margin-bottom: 42px;
}

.widget-item {
	margin-bottom: 85px;
}

.widget-item:last-child {
	margin-bottom: 0;
}

.widget-item .widget-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	padding-left: 38px;
	margin-bottom: 48px;
}

.trending-widget .tw-item {
	margin-bottom: 38px;
}

.trending-widget .tw-item:last-child {
	margin-bottom: 0;
}

.trending-widget .tw-thumb {
	float: left;
	margin-right: 17px;
	overflow: hidden;
}

.trending-widget .tw-text .tw-meta {
	color: #7d6464;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 7px;
}

.trending-widget .tw-text .tw-meta a {
	color: #f0bc55;
}

.trending-widget .tw-text h5 {
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
}

.categories-widget {
	background: #480c0c;
	padding: 55px 0 25px;
}

.categories-widget ul {
	list-style: none;
	padding: 0 38px;
}

.categories-widget ul li {
	display: block;
}

.categories-widget ul li a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #7d6464;
	font-weight: 500;
	margin-bottom: 15px;
	padding-right: 19px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-image: url("../img/icons/double-arrow.png");
	background-repeat: no-repeat;
	background-position: right -120% center;
	background-size: 11px;
}

.categories-widget ul li a:hover {
	color: #f0bc55;
	background-position: right center;
}

.search-widget {
	position: relative;
}

.search-widget input {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 2px solid #72628b;
	background: none;
	padding-right: 60px;
	color: #fff;
	padding: 10px;
    padding-bottom: 20px;
}

.search-widget button {
	position: absolute;
	right: 0;
	top: 0;
	color: #f0bc55;
	font-weight: 700;
	font-size: 14px;
	font-style: italic;
	cursor: pointer;
	background: none;
	border: none;
	text-transform: uppercase;
}

.latest-comments .lc-item {
	margin-bottom: 30px;
}

.latest-comments .lc-item:last-child {
	margin-bottom: 0;
}

.latest-comments .lc-item .lc-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	float: left;
	margin-right: 12px;
}

.latest-comments .lc-item .tw-text {
	padding-top: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.latest-comments .lc-item .tw-text a {
	color: #f0bc55;
}

.latest-comments .lc-item .tw-text span {
	color: #7d6464;
}

/* --------------------
  Intro video section
-----------------------*/

.intro-video-section {
	height: 757px;
	position: relative;
}

.video-play-btn {
	position: absolute;
	left: calc(50% - 61px);
	top: calc(50% - 61px);
	width: 122px;
	height: 122px;
	text-align: center;
	padding-top: 35px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
}

.video-text {
	margin-bottom: 80px;
	padding: 27px 0;
	padding-left: 25px;
	position: relative;
}

.video-text h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1px;
}

.video-text p {
	font-size: 18px;
	color: #a3a1b3;
	font-weight: 500;
	margin-bottom: 0;
}

.video-text:after {
	position: absolute;
	content: "";
	width: 9px;
	height: 100%;
	left: -22px;
	top: 0;
	border-left: 3px solid #de4646;
	background: #fff;
	-webkit-box-shadow: 0 0 9px 3px rgba(222, 70, 70, 0.5);
	box-shadow: 0 0 9px 3px rgba(222, 70, 70, 0.5);
}

/* ----------------
  Featured section
---------------------*/

.featured-section {
	position: relative;
	overflow: hidden;
}

.featured-bg {
	width: calc(50% - 156px);
	float: left;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
}

.featured-box {
	float: right;
	width: calc(50% + 156px);
	padding: 100px 50px 130px 79px;
}

.featured-box .text-box {
	max-width: 810px;
}

.featured-box .text-box .top-meta {
	color: #7d6464;
}

.featured-box .text-box h3 {
	font-size: 60px;
	max-width: 100%;
	color: #fff;
}

.featured-box .text-box p {
	font-size: 16px;
}

.featured-box .text-box .read-more {
	color: #251e2f;
}

.gradient-bg,
.newsletter-section {
	text-align: center;
    background: #380d0d;
    background: -webkit-linear-gradient(left, #380d0d 0%, #36150d 100%);
    background: -webkit-gradient(linear, left top, right top, from(#380d0d), to(#36150d));
    background: -o-linear-gradient(left, #380d0d 0%, #36150d 100%);
    background: linear-gradient(to right, #380d0d 0%, #36150d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#380d0d', endColorstr='#36150d', GradientType=1);

}

/* --------------------
  Newsletter section
----------------------*/

.newsletter-section {
	padding: 108px 0 95px;
	text-align: center;
}

.newsletter-section h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 73px;
}

.newsletter-form {
	padding-left: 56px;
}

.newsletter-form input {
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	width: 787px;
	border: none;
	border-bottom: 2px solid #9b91a6;
	background: none;
	height: 63px;
	margin-right: 26px;
	padding: 10px;
    padding-bottom: 20px;
}

/* ----------------
  Footer section
---------------------*/

.footer-section {
	background: #0a0a03;
    /*background: -webkit-linear-gradient(left, #180606 0%, #180707 100%);
    background: -webkit-gradient(linear, left top, right top, from(#180606), to(#180707));
    background: -o-linear-gradient(left, #180606 0%, #180707 100%);
    background: linear-gradient(to right, #180606 0%, #180707 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#180606', endColorstr='#180707', GradientType=1);
	*/
}

.footer-section .container {
	position: relative;
	padding: 60px 15px 25px;
}

.footer-left-pic {
	position: absolute;
	left: -13px;
	bottom: 19px;
}

.footer-right-pic {
	position: absolute;
	right: 50px;
	bottom: 19px;
}

.footer-menu {
	padding-top: 62px;
	text-align: center;
}

.footer-menu li:last-child a {
	margin-right: 0;
}

.footer-social {
	padding-top: 20px;
	padding-bottom: 40px;
}

.footer-social a:first-child {
	margin-left: 0;
}

.copyright {
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	opacity: 0.40;
	text-align: center;
}

.copyright a {
	color: #ffffff;
}

.copyright a:hover {
	text-decoration: underline;
}

/* ----------------
  Other Pages
=====================
---------------------*/

.page-top-section {
	height: 355px;
	padding-top: 210px;
	border-bottom: 2px solid #f0bc55;
}

.page-info {
	max-width: 1496px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	padding-left: 60px;
}

.page-info h2 {
	color: #fff;
	font-size: 48px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.site-breadcrumb a,
.site-breadcrumb span {
	font-style: italic;
	color: #fff;
	margin: 0 10px;
	font-weight: 700;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.site-breadcrumb a:first-child {
	margin-left: 0;
}

.site-breadcrumb span {
	color: #fff;
}

/* --------------
  Games Page
-----------------*/

.games-section {
	padding: 108px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #501755;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.game-filter {
	list-style: none;
	margin-bottom: 82px;
}

.game-filter li {
	display: inline-block;
	width: 40px;
	height: 34px;
	background: #503c6e;
	border-radius: 17px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.game-filter li:hover {
	background: #c31313;
}

.game-filter li a {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 7px;
}

.game-item {
	margin-bottom: 80px;
}

.game-item h5 {
	font-size: 20px;
	color: #fff;
	padding-top: 30px;
	margin-bottom: 20px;
}

.game-item .read-more {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	color: #f0bc55;
}

.game-item .read-more img {
	margin-left: 13px;
}

.site-pagination {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-pagination a {
	width: 38px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.site-pagination a.active {
	width: 44px;
	margin: 0 10px;
	color: #f0bc55;
	border: 2px solid #f0bc55;
}

.site-pagination a.active:first-child {
	margin-left: 0;
}

.game-page-sideber .widget-item {
	margin-bottom: 55px;
}

/* ------------------
  Game single Page
---------------------*/

.games-single-page,
.review-section,
.blog-page,
.contact-page {
	padding: 104px 0;
	background: #0a0a03;

}

.game-single-preview {
	margin-bottom: 108px;
}

.game-single-content .gs-meta {
	font-size: 18px;
	color: #7d6464;
	font-weight: 500;
	margin-bottom: 20px;
}

.game-single-content .gs-meta a {
	color: #f0bc55;
}

.game-single-content .gs-title {
	font-size: 60px;
	color: #fff;
	margin-bottom: 40px;
}

.game-single-content h4 {
	color: #f0bc55;
	margin-bottom: 20px;
}

.game-single-content p {
	font-size: 16px;
	font-weight: 500;
	color: #7d6464;
	line-height: 1.8;
	margin-bottom: 70px;
}

.rating-widget {
	background: #480c0c;
	padding: 55px 0 30px;
}

.rating-widget ul {
	list-style: none;
	padding: 0 38px;
	margin-bottom: 30px;
}

.rating-widget ul li {
	display: block;
	font-size: 16px;
	color: #f0bc55;
	font-weight: 500;
	margin-bottom: 10px;
}

.rating-widget ul li span {
	float: right;
	color: #7d6464;
}

.rating-widget h5 {
	text-align: right;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-right: 38px;
}

.rating-widget h5 i {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #65607b;
	text-transform: uppercase;
	margin-right: 18px;
}

.rating-widget h5 span {
	color: #f0bc55;
}

.testimonials-widget {
	background: #480c0c;
	padding: 55px 0 50px;
}

.testimonials-widget .testim-text {
	padding: 0 30px;
}

.testimonials-widget .testim-text p {
	font-size: 16px;
	font-weight: 500;
	color: #7d6464;
	line-height: 1.8;
	margin-bottom: 40px;
}

.testimonials-widget .testim-text h6 {
	color: #7d6464;
	padding-left: 15px;
}

.testimonials-widget .testim-text h6 span {
	color: #f0bc55;
}

.game-author-section {
	background: #3a1854;
	padding: 51px 0;
	overflow: hidden;
}

.game-author-pic {
	width: 117px;
	height: 117px;
	border-radius: 50%;
	float: left;
	margin-right: 55px;
}

.game-author-info {
	overflow: hidden;
	padding-top: 10px;
}

.game-author-info h4 {
	color: #fff;
	margin-bottom: 20px;
}

.game-author-info h4 span {
	color: #f0bc55;
}

.game-author-info p {
	font-size: 16px;
	font-weight: 500;
	color: #7d6464;
	line-height: 1.8;
	margin-bottom: 0;
}

/* ----------------
  Review section
---------------------*/

.review-item {
	margin-bottom: 87px;
}

.review-content {
	position: relative;
}

.review-content h3 {
	max-width: 100%;
	margin-bottom: 35px;
}

.review-content p {
	margin-bottom: 40px;
}

.review-content .rating {
	position: absolute;
	right: 0;
	top: 0;
}

.review-content .rating h5 {
	text-align: right;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-right: 38px;
}

.review-content .rating h5 i {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #65607b;
	text-transform: uppercase;
	margin-right: 18px;
}

.review-content .rating h5 span {
	color: #c31313;
}

/* ------------------
	Blog Page
---------------------*/

.blog-page .blog-filter {
	margin-bottom: 77px;
}

.big-blog-item {
	margin-bottom: 65px;
}

.big-blog-item .blog-thumbnail {
	margin-bottom: 30px;
}

.big-blog-item .blog-content .top-meta {
	margin-bottom: 15px;
}

.big-blog-item .blog-content h3 {
	max-width: 100%;
	margin-bottom: 25px;
}

.big-blog-item .blog-content p {
	margin-bottom: 10px;
}
/* ----------------
  Registration page
---------------------*/
.general-form input,.general-form input:active,.general-form input:focus,
.general-form textarea {
	width: 100%;
	border: none;
	background-color: transparent !important;
	border-bottom: 2px solid rgba(255, 255, 255, 0.54);
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	line-height: 1;
	padding: 10px;
    padding-bottom: 20px;
}

.general-form textarea {
	line-height: 1.4;
	height: 156px;
	margin-bottom: 48px;
}

.general-form .site-btn img {
	left: 5px;
}

.general-text h3 {
	margin-bottom: 25px;
}

.general-text p {
	line-height: 1.9;
	color: #7d6464;
	margin-bottom: 50px;
}

.gen-info {
	overflow: hidden;
	margin-bottom: 20px;
}

.gen-info .ci-icon {
	float: left;
	width: 32px;
	margin-right: 26px;
}

.gen-info .ci-text {
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
}
/* ----------------
  Contact page
---------------------*/

.map iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 104px;
}
#contact_send .error {
	border: 1px solid red !important;
}
/*
.contact-form .error {
	border: 1px solid red !important;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid rgba(255, 255, 255, 0.54);
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	line-height: 1;
	padding: 10px;
    padding-bottom: 20px;
}

.contact-form textarea {
	line-height: 1.4;
	height: 156px;
	margin-bottom: 48px;
}

.contact-form .site-btn img {
	left: 5px;
}
*/
.contact-text h3 {
	margin-bottom: 25px;
}

.contact-text p {
	line-height: 1.9;
	color: #7d6464;
	margin-bottom: 50px;
}

.cont-info {
	overflow: hidden;
	margin-bottom: 20px;
}

.cont-info .ci-icon {
	float: left;
	width: 32px;
	margin-right: 26px;
}

.cont-info .ci-text {
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
}

/* ----------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1350px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.container {
		max-width: 1050px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (max-width: 768px) {
	.container {
		max-width: 100%;
	}
}


@media (max-width: 1530px) {
	.hero-slider .owl-dots {
		width: 1170px;
		left: calc(50% - 585px);
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-item .blog-thumb {
		width: 410px;
	}
	.hero-item p {
		font-size: 22px;
	}
	.hero-slider .owl-nav .owl-next {
		right: 30px;
	}
	.hero-slider .owl-dots {
		width: 930px;
		left: calc(50% - 465px);
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		padding: 10px;
		padding-bottom: 20px;
	}
	.game-filter li {
		width: 31px;
		height: 31px;
	}
	.game-filter li a {
		padding-top: 5px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-bar-warp {
		padding: 29px 15px 0;
	}
	.main-menu li a {
		margin-right: 10px;
	}
	.hero-item h2 {
		font-size: 110px;
	}
	.hero-item p {
		font-size: 16px;
		padding: 0 30px;
	}
	.hero-slider .owl-nav .owl-next {
		right: 0;
	}
	.hero-slider .owl-dots {
		width: 690px;
		left: calc(50% - 345px);
	}
	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.featured-bg {
		display: none;
	}
	.featured-box {
		float: none;
		width: 100%;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		padding: 10px;
		padding-bottom: 20px;
	}
	.footer-right-pic {
		right: 15px;
	}
	.footer-left-pic {
		left: -44px;
	}
	.game-filter {
		text-align: center;
	}
	.game-filter li {
		margin-bottom: 5px;
	}
	.game-single-content .gs-title {
		font-size: 40px;
	}
	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}
	.contact-text {
		margin-bottom: 50px;
	}
}

/* Large Mobile :480px. */

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


	.header-bar-warp {
		padding: 10px 20px 10px;
	}
	.main-menu.primary-menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
        background-color: rgba(0, 0, 0, .5);
	}
	.slicknav_btn {
		margin-right: 10px;
		background: #3a3a3a;
	}
	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_row:hover {
		background: #cd9830;
		color: #fff;
	}
	.hero-item h2 {
		font-size: 70px;
	}
	.hero-item p {
		font-size: 18px;
	}
	.footer-right-pic,
	.footer-left-pic {
		display: none;
	}
	.hero-slider .owl-nav .owl-next {
		top: auto;
		bottom: 33px;
		right: 15px;
		z-index: 99;
	}
	.hero-slider .owl-dots {
		width: 100%;
		left: 0;
		padding-left: 15px;
	}
	.intro-text-box {
		margin-bottom: 40px;
	}
	/*
	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}*/
	.sidebar {
		padding-top: 60px;
	}
	.featured-bg {
		display: none;
	}
	.featured-box {
		float: none;
		width: 100%;
	}
	.featured-box .text-box h3 {
		font-size: 45px;
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		padding: 10px;
		padding-bottom: 20px;
	}
	.video-text:after {
		left: 0;
	}
	.page-top-section {
		height: 400px;
		padding-top: 250px;
	}
	.game-filter {
		text-align: center;
	}
	.game-filter li {
		margin-bottom: 5px;
	}
	.game-single-content .gs-title {
		font-size: 40px;
	}
	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}
	.contact-text {
		margin-bottom: 50px;
	}
	.review-content .rating {
		position: relative;
		margin-bottom: 20px;
	}
	.review-content .rating h5 {
		text-align: left;
		padding-right: 0;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hero-item h2 {
		font-size: 55px;
		margin-bottom: 20px;
	}
	.hero-item p {
		font-size: 15px;
	}
	.video-text h2 {
		font-size: 30px;
	}
	.video-play-btn {
		top: calc(30% - 61px);
	}
	.featured-box {
		padding: 100px 15px;
	}
	.featured-box .text-box h3,
	.newsletter-section h2 {
		font-size: 35px;
	}
	.main-menu li a {
		margin-right: 20px;
	}
	.game-author-pic {
		float: none;
		margin-bottom: 20px;
	}
}





.sl-overlay {
	opacity: 1 !important;
}

.container .gallery a img {
	height: auto;
	border: 3px solid transparent;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: relative;
	width: 100%;
}

.container .gallery a img:hover {
	
	height: auto;
	border: 3px solid #f0bc55;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: relative;
}




.clear {
	clear: both;
}


/*LOGIN REG FORMS*/


@media only screen and (max-width: 400px) {
    .special-form {
    position: absolute; 
    top: 0; left: 0;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background-color: rgb(25 22 17 / 80%);
    padding: 10px 35px 20px;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 5px;
}
}

@media only screen and (min-width: 400px) {
    .special-form {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
	background-color: rgb(25 22 17 / 80%);
    padding: 10px 35px 20px;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 5px;
}
}



.text{
  font-size: 30px;
  color: #c7c7c7;
  font-weight: 600;
  letter-spacing: 2px;
}
form{
  margin-top: 40px;
}

form .field{
  margin-top: 20px;
  display: flex;
}

.contact-form .field .fas {
	text-align: center;
	height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  border: 1px solid #444;
  border-right: none;
  border-radius: 5px 0 0 5px;
  background: linear-gradient(#333, #222);
}

.field .fas{
	text-align: center;
  	height: 48.2px;
    width: 60px;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    border-left: 1px solid #444;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
    border-right: none;
    background: transparent;
}
.field input{
  height: 50px;
  width: 100%;
  outline: none;
  color: #ffffff;
  padding: 0 15px;
  border: 1px solid #444;
  caret-color: #f0bc55;
  background: transparent;
  font-size: 1em;
  font-weight: 400;
}

.field textarea {
	min-height: 150px;
    height: auto;
	width: 100%;
	outline: none;
	color: #ffffff;
	padding: 10px 15px;
	border: 1px solid #444;
	caret-color: #f0bc55;
	background: transparent;
	resize: none;
	font-size: 1em;
    font-weight: 400;
}

.field input:focus, .field textarea:focus{
  color: #f0bc55;
  box-shadow: 0 0 5px rgba(127, 112, 27, 0.2),
              inset 0 0 5px rgba(127, 114, 27, 0.1);
			  background: transparent;
  animation: glow .8s ease-out infinite alternate;
}

@keyframes glow {
   0%{
  
    box-shadow: 0 0 5px rgba(127, 112, 27, 0.2),
                inset 0 0 5px rgba(0,0,0,.1);
  }
   100%{
   
    box-shadow: 0 0 5px rgba(127, 112, 27, 0.6),
                inset 0 0 10px rgba(127,114,27,.4);
  }
}

button{
  margin-top: 20px;
  border-radius: 5px!important;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}

.link{
  margin-top: 25px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.link a{
  color: #f0bc55;
  text-decoration: none;
}
.link a:hover{
  text-decoration: none;
  color: white;
}

.login-footer {
margin-top: 25px;
 color: #706f6f
}

.login-footer a{
  color: #f0bc55;
  text-decoration: none;
}
.login-footer a:hover{
  text-decoration: none;
  color: white;
}

#aboutthegame {

}


.user-panel ul li {
	display: inline-block;
	position: relative;
}



@media only screen and (min-width: 768px) {
	.user-panel ul li a, .user-panel ul li span {
		display: block;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		margin-left: 40px;
		padding-bottom: 28px;
		position: relative;
		padding-left: 20px;
		text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
	}
}

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

	.header-bar-warp {
		/*background: #0a03036b;*/
		background-color: rgba(0, 0, 0, .5);
		padding: 29px 40px 0;
		box-shadow: none;
	}

	.header-warp {
		-webkit-box-shadow: 0 0 9px 3px rgb(176 173 27 / 24%);
		box-shadow: 0 0 9px 3px rgb(176 173 27 / 24%);
	}
	
	.user-panel ul li a, .user-panel ul li span {
		display: block;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		margin-left: 10px;
		padding-bottom: 28px;
		position: relative;
		padding-left: 10px;
		text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
	}

	.online {
		padding-left: 15px;
	}
}

/*CRT*/

@keyframes flicker {
	0% {
	  opacity: 0.27861;
	}
	5% {
	  opacity: 0.34769;
	}
	10% {
	  opacity: 0.23604;
	}
	15% {
	  opacity: 0.90626;
	}
	20% {
	  opacity: 0.18128;
	}
	25% {
	  opacity: 0.83891;
	}
	30% {
	  opacity: 0.65583;
	}
	35% {
	  opacity: 0.67807;
	}
	40% {
	  opacity: 0.26559;
	}
	45% {
	  opacity: 0.84693;
	}
	50% {
	  opacity: 0.96019;
	}
	55% {
	  opacity: 0.08594;
	}
	60% {
	  opacity: 0.20313;
	}
	65% {
	  opacity: 0.71988;
	}
	70% {
	  opacity: 0.53455;
	}
	75% {
	  opacity: 0.37288;
	}
	80% {
	  opacity: 0.71428;
	}
	85% {
	  opacity: 0.70419;
	}
	90% {
	  opacity: 0.7003;
	}
	95% {
	  opacity: 0.36108;
	}
	100% {
	  opacity: 0.24387;
	}
  }
  @keyframes textShadow {
	0% {
	  text-shadow: 0.4389924193300864px 0 1px rgba(0,30,255,0.5), -0.4389924193300864px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	5% {
	  text-shadow: 2.7928974010788217px 0 1px rgba(0,30,255,0.5), -2.7928974010788217px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	10% {
	  text-shadow: 0.02956275843481219px 0 1px rgba(0,30,255,0.5), -0.02956275843481219px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	15% {
	  text-shadow: 0.40218538552878136px 0 1px rgba(0,30,255,0.5), -0.40218538552878136px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	20% {
	  text-shadow: 3.4794037899852017px 0 1px rgba(0,30,255,0.5), -3.4794037899852017px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	25% {
	  text-shadow: 1.6125630401149584px 0 1px rgba(0,30,255,0.5), -1.6125630401149584px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	30% {
	  text-shadow: 0.7015590085143956px 0 1px rgba(0,30,255,0.5), -0.7015590085143956px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	35% {
	  text-shadow: 3.896914047650351px 0 1px rgba(0,30,255,0.5), -3.896914047650351px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	40% {
	  text-shadow: 3.870905614848819px 0 1px rgba(0,30,255,0.5), -3.870905614848819px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	45% {
	  text-shadow: 2.231056963361899px 0 1px rgba(0,30,255,0.5), -2.231056963361899px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	50% {
	  text-shadow: 0.08084290417898504px 0 1px rgba(0,30,255,0.5), -0.08084290417898504px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	55% {
	  text-shadow: 2.3758461067427543px 0 1px rgba(0,30,255,0.5), -2.3758461067427543px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	60% {
	  text-shadow: 2.202193051050636px 0 1px rgba(0,30,255,0.5), -2.202193051050636px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	65% {
	  text-shadow: 2.8638780614874975px 0 1px rgba(0,30,255,0.5), -2.8638780614874975px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	70% {
	  text-shadow: 0.48874025155497314px 0 1px rgba(0,30,255,0.5), -0.48874025155497314px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	75% {
	  text-shadow: 1.8948491305757957px 0 1px rgba(0,30,255,0.5), -1.8948491305757957px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	80% {
	  text-shadow: 0.0833037308038857px 0 1px rgba(0,30,255,0.5), -0.0833037308038857px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	85% {
	  text-shadow: 0.09769827255241735px 0 1px rgba(0,30,255,0.5), -0.09769827255241735px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	90% {
	  text-shadow: 3.443339761481782px 0 1px rgba(0,30,255,0.5), -3.443339761481782px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	95% {
	  text-shadow: 2.1841838852799786px 0 1px rgba(0,30,255,0.5), -2.1841838852799786px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
	100% {
	  text-shadow: 2.6208764473832513px 0 1px rgba(0,30,255,0.5), -2.6208764473832513px 0 1px rgba(255,0,80,0.3), 0 0 3px;
	}
  }

/* Glitch effekt a szövegre (kevésbé színes) */
@keyframes glitch {
	0% {
	  transform: translate(0);
	  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	2% {
	  transform: translate(-2px, 2px);
	  clip-path: polygon(0 20%, 100% 20%, 100% 30%, 0 30%);
	}
	4% {
	  transform: translate(2px, -2px);
	  clip-path: polygon(0 40%, 100% 40%, 100% 50%, 0 50%);
	}
	6% {
	  transform: translate(-2px, 2px);
	  clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%);
	}
	8% {
	  transform: translate(2px, -2px);
	  clip-path: polygon(0 80%, 100% 80%, 100% 90%, 0 90%);
	}
	10% {
	  transform: translate(0);
	  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	20% {
	  transform: translate(0);
	  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	21% {
	  transform: translate(-3px, 3px);
	  clip-path: polygon(0 15%, 100% 15%, 100% 25%, 0 25%);
	}
	22% {
	  transform: translate(3px, -3px);
	  clip-path: polygon(0 35%, 100% 35%, 100% 45%, 0 45%);
	}
	23% {
	  transform: translate(-3px, 3px);
	  clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%);
	}
	24% {
	  transform: translate(3px, -3px);
	  clip-path: polygon(0 75%, 100% 75%, 100% 85%, 0 85%);
	}
	25% {
	  transform: translate(0);
	  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	100% {
	  transform: translate(0);
	  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
  }
  
  @keyframes glitchColors {
	0% { color: #9c9797; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }
	25% { color: #ccc; text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5); }
	50% { color: #999; text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.5); }
	75% { color: #666; text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); }
	100% { color: #9c9797; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }
  }
  
  /* AV-1 stílus a bal felső sarokban */
  .av1-glitch {
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: 'Arial', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #9c9797;
	animation: glitch 2s infinite, glitchColors 2s infinite, textShadow 1.6s infinite,flicker 5s infinite;
	z-index: 3; /* Glitch effekt a CRT felett */
  }

  .crt::after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(18, 16, 16, 0.1);
	opacity: 0;
	z-index: 2;
	pointer-events: none;
	animation: flicker 5s infinite;
  }
  .crt::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
	z-index: 2;
	background-size: 100% 2px, 3px 100%;
	pointer-events: none;
  }
  .crt {
	animation: textShadow 1.6s infinite,glitch 1s;
	border-radius: 0px 0px 10px 10px;
  }

