/*
  Theme Name: ForgottenChain .
  Support: alex@byb.ro
  Description: ForgottenChain - BlockChain Game.
  Version: 0.1.22
  Date:08.11.2021
*/

/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800|Poppins:400,400i,500,500i,600,600i,700,700i&display=swap');
@font-face {
    font-family: 'Poppins';
    
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	font-weight: 500;
	color: #d4d4d4;
	background-color:#bbbaba;
}
body:after {
	display: none;
	content: url(../img/assets/doors/get_started_open.png) url(../img/assets/doors/ICO_open.png) url(../img/assets/doors/marketplace_open.png);
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
a:hover {
	color: #a12222;
	text-decoration: none;
}
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #d33;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', cursive;
	color: #fff;
	margin-top: 0px;
	font-style: normal;
	font-weight: 800;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	color: #cbcbcb;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #d33 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.btn {
	-moz-user-select: none;
	border: medium none;
	border-radius: 5px;
	color: #1c1121;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 44px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.btn:hover {
	color: #1c1121;
}
.btn::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	background-image: url(../img/images/btn_overlay.png);
	width: 100%;
	height: 55px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	z-index: -1;
	transition: .3s linear;
}
.btn:hover::before {
	bottom: 0;
}
.btn i {
	margin-right: 5px;
}
.btn.transparent-btn {
	border: 2px solid #9f999d;
	background: transparent;
	color: #fff;
}
.btn.transparent-btn:hover {
	border: 2px solid #d33;
	color: #1c1121;
}
.btn.transparent-btn::before {
	display: none;
}
.btn.btn-style-two {
	color: white;
	background: transparent;
	padding: 20px 35px;
	margin: 0 8px;
}
.btn.btn-style-two::before {
	content: "";
	position: absolute;
	right: -13px;
	top: 0;
	height: 100%;
	width: 5px;
	transform: skewX(-16deg);
	z-index: 1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
	background-color: #d33;
}
.btn.btn-style-two::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-16deg);
	z-index: -1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
	background-color: #d33;
}
.btn.btn-style-two:hover::before {
	right: 0;
}

.btn.btn-style-three {
	color: white;
	background: transparent;
	padding: 20px 35px;
	margin: 0 8px;
}
.btn.btn-style-three::before {
	content: "";
	position: absolute;
	left: -13px;
	top: 0;
	height: 100%;
	width: 5px;
	transform: skewX(16deg);
	z-index: 1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	right: auto;
	background-color: #d33;
}
.btn.btn-style-three::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(16deg);
	z-index: -1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	right: auto;
	background-color: #d33;
}
.btn.btn-style-three:hover::before {
	left: 0;
}

.breadcrumb > .active {
	left: #888;
}

/* scrollUp */
#scrollUp {
	background: #d33;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 50px;
	color: #1c1121;
	text-align: center;
	border-radius: 0;
	font-size: 22px;
	line-height: 38px;
}
#scrollUp:hover {
	background: #444;
	color: #fff;
}


/* 2. Header */
.header-top-area {
	background: #1c1121;
}
.container-full-padding {
	padding: 0 260px;
}
.s-container-full-padding {
	padding: 0 230px;
}
.header-top-offer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.header-top-offer p,
.time-count {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
	color: #a5a5a5;
}
.header-top-offer .time-count {
	display: none;
}
.header-top-offer .time-count:first-child {
	display: block;
}
.header-top-offer .time-count > span {
	display: inline-block;
	padding: 16px 25px;
	font-weight: 900;
	font-size: 18px;
	color: #1c1121;
	position: relative;
	z-index: 1;
}
.header-top-offer .time-count > span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../img/images/offer_count_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}
.header-top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-social ul {
	display: flex;
	flex-wrap: wrap;
}
.header-social ul li {
	margin-left: 15px;
	display: inline-block;
}
.header-social ul li:first-child {
	margin-left: 0;
}
.header-social ul li a {
	color: #b4b0b5;
	font-size: 13px;
}
.header-social ul li a:hover,
.header-top-mail p span,
.header-top-mail p i,
.header-action ul li.header-search a,
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu > li:hover > a,
.slider-content h6,
.slider-content h2 span,
.section-title h2 span,
.map-post-content h5 a:hover,
.map-meta ul li i,
.testi-avatar-info span,
.features-item .features-list-content .product-tag a,
.features-list-content h6 a:hover,
.newsletter-form-grp i,
.newsletter-form button:hover,
.fw-link ul li a:hover,
.copyright-text p a {
	color: #d33;
}
.header-top-action ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-top-mail p {
	margin-bottom: 0;
	font-size: 12px;
	color: #bcbcbc;
}
.header-top-mail p a {
	color: #bcbcbc;
}
.header-top-action {
	margin-left: 20px;
}
.header-top-action ul li:last-child {
	margin-left: 15px;
	overflow: hidden;
}
.header-top-mail p span {
	display: inline-block;
	margin-right: 15px;
}
.header-top-mail p i {
	margin-right: 10px;
}
.header-user-login > a {
	display: block;
	background: #181719;
	color: #edeaea;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0 0 2px 2px;
	height: 35px;
	line-height: 35px;
	padding: 0 18px 0 0;
	border-top: 1px solid #d33;
}
.header-user-login > a i {
	display: inline-block;
	width: 40px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 15px;
	color: #1c1121;
}
.main-header {
	background-image: url(../img/bg/header_bg.jpg);
	background-position: right center;
	background-size: cover;
	position: relative;
}
.main-menu nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
}
.navbar-wrap ul li {
	position: relative;
}
.navbar-wrap ul li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #edeaea;
	padding: 43px 26px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
	font-family: 'Poppins', cursive;
}
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-10deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	opacity: 0;
}
.navbar-wrap ul li.show a::after,
.navbar-wrap ul li.active a::after,
.navbar-wrap ul li:hover > a::after {
	content: "";
	position: absolute;
	height: 3px;
	background: #d33;
	right: 40px;
	left: 0;
	bottom: 0;
}
.navbar-wrap ul li:hover > a {
	color: #1c1121;
}
.navbar-wrap ul li.show,
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li:hover > a::before {
	opacity: 1;
}
.navbar-wrap ul li.show > a {
	color: #1c1121;
}
.navbar-wrap ul li.active > a::before {
	opacity: 1;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.header-action > ul li {
	position: relative;
	margin-left: 40px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
	color: #edeaea;
	font-size: 14px;
}
.header-shop-cart a span {
	position: absolute;
	right: -13px;
	top: -2px;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
	line-height: 18px;
	color: #1c1121;
}
.header-action ul li.header-search a {
	width: 56px;
	height: 48px;
	display: block;
	text-align: center;
	line-height: 48px;
	background: #111111;
	border-radius: 5px;
	font-size: 13px;
	box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2),inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
}
.header-shop-cart ul.minicart {
	background: #1c1121;
	opacity: 0;
	padding: 25px;
	position: absolute;
	right: -15px;
	top: 63px;
	transition: all 0.5s ease 0s;
	width: 350px;
	z-index: 9;
	box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
	visibility: hidden;
	transform: translateY(20px);
}
.header-shop-cart ul.minicart::before {
	position: absolute;
	content: '';
	left: 0px;
	top: -40px;
	width: 100%;
	height: 45px;
	display: block;
}
.header-shop-cart:hover ul.minicart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	z-index: 9;
}
.header-shop-cart .minicart > li {
	display: block;
	margin-bottom: 22px;
	margin-left: 0;
	overflow: hidden;
	padding: 0;
}
.header-shop-cart .minicart .cart-img {
	float: left;
}
ul.minicart .cart-img img {
	width: 100px;
}
.header-shop-cart .minicart .cart-content {
	float: left;
	padding-left: 15px;
	text-align: left;
	padding-right: 25px;
}
.cart-content h4 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
}
ul.minicart .cart-content a {
	font-size: 14px;
	background: none;
	font-weight: 600;
}
ul.minicart .cart-price span {
	color: #747691;
	font-size: 13px;
	font-weight: 500;
}
ul.minicart .cart-price .new {
	font-size: 14px;
	color: #a5a5a5;
}
.header-shop-cart .minicart .del-icon {
	float: right;
	margin-top: 30px;
}
.minicart .del-icon > a {
	font-size: 18px;
}
.total-price {
	border-top: 1px solid #473151;
	overflow: hidden;
	padding-top: 25px;
	margin-top: 10px;
}
.total-price span {
	color: #a5a5a5;
	font-weight: 500;
}
.header-shop-cart .minicart > li:last-child {
	margin-bottom: 0;
}
.header-shop-cart .minicart .checkout-link a {
	color: #1c1121;
	display: block;
	font-weight: 500;
	padding: 16px 30px;
	text-align: center;
	font-size: 13px;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.header-shop-cart .minicart .checkout-link a.red-color {
	background: #291b35;
	color: #fff;
}
.menu-style-two .navbar-wrap ul li.show a::after,
.menu-style-two .navbar-wrap ul li:hover > a::after {
	display: none;
}
.menu-style-two {
	padding: 28px 30px;
	border-radius: 0 0 14px 14px;
	background-image: url(../img/bg/header_bg.jpg);
	background-position: right center;
	background-size: cover;
	position: relative;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	height: auto;
	z-index: 9;
}
.s-header-top-area .header-top-offer .time-count > span {
	padding: 9px 25px;
}
.menu-style-two .navbar-wrap ul li a {
	padding: 15px 23px;
}
.menu-style-two .navbar-wrap ul li.show a::before,
.menu-style-two .navbar-wrap ul li a::before {
	transform: skewX(-16deg);
	transition: .3s linear;
}
.s-header-top-area {
	background: #131014;
}
.navbar-wrap ul li > .submenu {
	position: absolute;
	z-index: 9;
	background-color: #fff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	display: block;
	left: -9px;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #3a2746;
	background: #1c1421;
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	margin: 0;
	border-radius: 2px;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li > .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li > .submenu li a {
	padding: 0 10px 0 25px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.navbar-wrap ul li > .submenu li a::before,
.navbar-wrap ul li > .submenu li a::after {
	display: none;
}
.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: url(../img/bg/header_bg.jpg);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    padding: 0;
}
.t-header-top-area .header-top-social ul {
    display: flex;
    align-items: center;
}
.t-header-top-area .header-top-social ul li:first-child {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', cursive;
    line-height: 1;
    letter-spacing: 2px;
    margin-right: 5px;
}
.t-header-top-area .header-top-social ul li + li {
	margin-left: 10px;
}
.t-header-top-area .header-top-social ul li a {
    background-image: url(../img/bg/header_social_bg.jpg);
    display: block;
    width: 38px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
    color: #d33;
    font-size: 12px;
}
.t-header-top-area .header-top-login ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.t-header-top-area .header-top-login ul li.or {
    margin: 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Poppins', cursive;
}
.t-header-top-area .header-top-login ul li a {
    display: block;
    background: #23262d;
    text-transform: uppercase;
    color: #cfcdcd;
    font-weight: 700;
    font-size: 11px;
    font-family: 'Poppins', cursive;
    padding: 2px 23px 2px 7px;
    border-top: 2px solid #2a2b37;
	border-bottom: 2px solid #2a2b37;
	border-radius: 3px;
  	box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px 0px;
}
.t-header-top-area .header-top-login ul li a i {
    width: 29px;
    height: 25px;
    box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2), inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
    text-align: center;
    line-height: 25px;
    background: #1d1e29;
    margin-right: 15px;
    color: #d33;
}
.t-header-top-area .header-top-login ul li a:hover {
	color: #d33;
}
.t-header-top-area {
    background: transparent;
    padding: 14px 0;
    border-bottom: 1px solid rgb(50 49 49 / .7);
}
.third-header-bg {
	position: relative;
	z-index: 9;
}
.third-header-bg .bg {
    /* background-image: url(../img/bg/h3_header_bg.jpg); */
	background-color: #1f2029;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 129px;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.third-header-bg .menu-style-two {
    background-image: none;
    padding: 0;
}
.custom-container {
    max-width: 1330px;
}
.custom-container-two {
    max-width: 1430px;
}
.third-header-bg .navbar-wrap ul li.show a::before,
.third-header-bg .navbar-wrap ul li a::before {
	display: none;
}
.third-header-bg .navbar-wrap ul li.show > a,
.third-header-bg .navbar-wrap ul li:hover > a,
.third-header-bg .navbar-wrap ul li .submenu li.active > a,
.third-header-bg .navbar-wrap ul li .submenu li:hover > a,
.third-header-bg .header-action ul li.header-search a,
.third-header-bg #search-modal .modal-dialog .modal-content form button,
.third-banner-content h2 span,
.third-title-style h2 span,
.third-title-style .vertical-title {
    color: #d33;
}
.third-header-bg .menu-style-two .navbar-wrap > ul > li > a {
    padding: 35px 0;
}
.third-header-bg .menu-style-two .navbar-wrap > ul > li + li {
	margin-left: 42px;
}
.third-header-bg .navbar-wrap .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top: -62px;
	z-index: 9;
}
.third-header-bg .navbar-wrap .logo img {
	max-height: 132px
}
.third-header-bg .navbar-wrap ul.left {
    margin-left: 0;
    margin-right: auto;
}
.header-bottom-bg {
    background-image: url(../img/bg/header_bottom_bg.png);
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    width: 1499px;
    height: 28px;
    margin: 0 auto;
    z-index: -1;
}
.third-header-bg .header-action ul li.header-search a {
    background: #262831;
}
.third-header-bg .navbar-wrap ul li > .submenu {
    border: 1px solid #d3345e;
    background: #1c1f26;
}
.third-header-bg .header-action > ul {
	margin-left: 30px;
}
.third-header-bg .sticky-menu .navbar-wrap .logo {
	top: 0;
}
.third-header-bg .sticky-menu {
    background-image: url(../img/bg/h3_header_bg.jpg);
}

/* 4. Breadcrumb */
.breadcrumb-bg {
	background-image: url(../img/bg/streaming_bg02.jpg);
	padding-top: 275px;
	padding-bottom: 170px;
	background-position: center;
	background-size: cover;
	margin-top:-20px;
}
.s-breadcrumb-bg {
	background-image: url(../img/bg/breadcrumb_bg02.jpg);
}
.third-breadcrumb-bg {
	background-image: url(../img/bg/breadcrumb_bg03.jpg);
}
.breadcrumb-content h2 {
	font-size: 70px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: .8;
}
.breadcrumb-content .breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	justify-content: center;
}
.breadcrumb-content .breadcrumb li {
	text-transform: uppercase;
	font-weight: 600;
	color: #d33;
}
.breadcrumb-content h2 span {
	color: #d33;
}
.breadcrumb-content .breadcrumb li a {
	color: #fff;
}
.breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #fff;
	content: "\f101";
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
}
.game-overview-breadcrumb .breadcrumb-content .breadcrumb {
	justify-content: flex-start;
	margin-bottom: 25px;
}
.game-overview-img {
	margin-left: -100px;
}
.game-overview-status ul li {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.game-overview-status ul li:last-child {
	margin-bottom: 0;
}
.game-overview-status {
	margin-bottom: 40px;
}
.game-overview-status ul li span {
	min-width: 115px;
	display: inline-block;
	color: #fff;
}
.game-overview-status ul li:first-child {
	color: #e9a301;
}
.game-overview-breadcrumb .breadcrumb-content h2 {
	margin-bottom: 36px;
}
.game-overview-breadcrumb.breadcrumb-bg {
	padding-top: 225px;
	padding-bottom: 120px;
}



.third-banner-bg {
    background-color: #1a1a1e;
	
	background-position: center center;
    background-size: cover;
    position: relative;
    margin-top: -20px;
    min-height: calc(100vh + 60px);
}

.flags div {
    position: absolute;
	opacity: 0.7;
	transition: all 0.3s ease 0s;
}
.flags div:hover {
	opacity: 1;
}
.emp1 {
    background-image: url(../img/assets/doors/xaetha.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12vw;
    height: 21vh;
    left: 15.5%;
    top: 1%;
}
.emp2 {
    background-image: url(../img/assets/doors/drakary.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12vw;
    height: 21vh;
    left: 29.5%;
    top: 1%;
}
.emp3 {
    background-image: url(../img/assets/doors/taria.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12vw;
    height: 21vh;
    left: 43.5%;
    top: 1%;
}

.door {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 18vw;
    height: 50vh;
	transition: all 0.3s ease 0s;
}
.door1 {
    background-image: url(../img/assets/doors/get_started_close.png);
    left: 6.5%;
    top: 34.5%;
}
.door2 {
    background-image: url(../img/assets/doors/ICO_close.png);
    left: 23.5%;
    top: 34.5%;
}
.door3 {
    background-image: url(../img/assets/doors/marketplace_close.png);
    left: 41%;
    top: 34.5%;
}
.door1:hover {
    background-image: url(../img/assets/doors/get_started_open.png);
}
.door2:hover {
    background-image: url(../img/assets/doors/ICO_open.png);
}
.door3:hover {
    background-image: url(../img/assets/doors/marketplace_open.png);
}

.rotated-btn {
    font-size: 16px;
    background: #d33;
    border-radius: 0;
    color: #fff;
    padding: 19px 31px;
    margin-left: 17px;
    margin-right: 17px;
}
.rotated-btn:hover {
	color: #fff;
}
.rotated-btn::before {
    background-image: none;
    bottom: 0;
    border-radius: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 54px solid #d33;
    left: -17px;
	border-left: 17px solid transparent;
	transition: all 0.3s ease 0s;
}
.rotated-btn::after {
	content: "";
	position: absolute;
    bottom: 0;
    border-radius: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 54px solid #d33;
    right: -17px;
	border-right: 17px solid transparent;
	transition: all 0.3s ease 0s;
}
.rotated-btn:hover {
	background: #18191f;
}
.rotated-btn:hover::before {
	border-top-color: #18191f;
}
.rotated-btn:hover::after {
	border-top-color: #18191f;
}


.rotated-left-btn, .rotated-right-btn {
    font-size: 16px;
    background: #d33;
    border-radius: 0;
    color: #fff;
    padding: 19px 31px;
    margin-left: 17px;
    margin-right: 17px;
}
.rotated-left-btn:hover, .rotated-right-btn:hover {
	color: #fff;
}
.rotated-left-btn::before, .rotated-right-btn::before {
    background-image: none;
    bottom: 0;
    border-radius: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 54px solid #d33;
    left: -17px;
	border-left: 17px solid transparent;
	transition: all 0.3s ease 0s;
}
.rotated-left-btn::after, .rotated-right-btn::after {
	content: "";
	position: absolute;
    bottom: 0;
    border-radius: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 54px solid #d33;
    right: -17px;
	border-right: 17px solid transparent;
	transition: all 0.3s ease 0s;
}
.rotated-left-btn:hover, .rotated-right-btn:hover {
	background: #18191f;
}
.rotated-left-btn:hover::before, .rotated-right-btn:hover::before {
	border-top-color: #18191f;
}
.rotated-left-btn:hover::after, .rotated-right-btn:hover::after {
	border-bottom-color: #18191f;
}

.third-banner-content h2 {
	font-size: 78px;
	text-shadow: 0px 2px 4.2px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: bold;
	margin-bottom: 0;
}
.third-banner-content h6 {
	text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 50px;
    margin-bottom: 30px;
	text-shadow: 0px 2px 4.2px rgba(0, 0, 0, 1);
}
.third-banner-img {
    text-align: center;
	margin-bottom: -40px;
	position: relative;
	z-index: 1;
}
.third-banner-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 20px;
    width: 1065px;
   
    margin: 0 auto;
	right: 0;
	opacity: .35;
}
.third-banner-content {
    position: relative;
    z-index: 1;
}

/* 6. Brand */
.brand-bg {
	background-image: url(../img/bg/brand_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}
.brand-item {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 82px;
}
.brand-item img {
	display: inline-block;
}
.slick-slide:focus {
	outline: none;
}
.t-brand-bg {
    background-color: #131418;
    padding: 20px 0;
}
.t-brand-item {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.t-brand-item img {
	max-width: 100%;
}

/* area-bg */
.area-bg-one {
	background-image: url(../img/bg/area_bg01.jpg);
	background-position: center;
	background-size: cover;
}
.area-bg-two {
	background-image: url(../img/bg/area_bg02.jpg);
	background-position: center;
	background-size: cover;
	padding-bottom: 55px;
}
.home-four-area-bg {
	position: relative;
}
.home-four-area-bg .bg {
    background-image: url(../img/bg/home_four_area_bg.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1390px;
    background-position: bottom center;
    background-size: cover;
}

/* 7. Product-area */
.section-title > span {
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	color: #c8c8c8;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.section-title h2 {
	font-size: 45px;
	font-weight: 800;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: -2px;
}
.latest-games-items {
	position: relative;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.35);
}
.latest-games-thumb img {
	width: 100%;
}
.latest-games-content {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(23, 13, 28, 0.929);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.35);
	width: 100%;
	padding: 35px 30px;
	z-index: 1;
}
.lg-tag {
	position: absolute;
	left: 30px;
	top: -30px;
	z-index: 1;
}
.lg-tag a,
.product-content .product-tag a,
.features-item .product-tag a {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	color: #1c1121;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 20px;
}
.lg-tag a::before,
.product-content .product-tag a::before,
.features-item .product-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-10deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.latest-games-content h4 {
	font-size: 22px;
	margin-bottom: 13px;
	line-height: 1;
}
.latest-games-content p {
	line-height: 1;
	margin-bottom: 0;
	color: #c9c9c9;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 13px;
}
.latest-games-active.owl-carousel .owl-nav,
.testimonial-active.owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -85px;
	z-index: 1;
}
.latest-games-active.owl-carousel .owl-nav button,
.testimonial-active.owl-carousel .owl-nav button {
	width: 37px;
	height: 33px;
	color: #bebac0;
	border: 3px solid #bebac0;
	display: inline-block;
	transition: .3s linear;
}
.latest-games-active.owl-carousel .owl-nav button.owl-next,
.testimonial-active.owl-carousel .owl-nav button.owl-next {
	margin-left: 10px;
}
.latest-games-active.owl-carousel .owl-nav button:hover,
.product-active .slick-arrow:hover,
.testimonial-active.owl-carousel .owl-nav button:hover {
	border-color: #d33;
}
.home-four-title h2 {
	text-transform: uppercase;
	font-size: 36px;
	letter-spacing: 0;
}
.home-four-title.black-title h2 {
	color: #1c1121;
}
.home-four-latest-games .latest-games-content h4 {
    font-size: 20px;
    text-transform: uppercase;
}

/* 8. About-us */
.about-img {
	padding: 15px;
	background-color: rgba(245, 58, 7, 0);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.23);
	position: relative;
}
.about-img > img {
	width: 100%;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.23);
	border-radius: 6px;
}
.about-img .popup-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.title-style-two,
.title-style-three {
	padding-bottom: 35px;
	position: relative;
}
.title-style-two::before,
.title-style-three::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/images/title_bar.png);
	width: 270px;
	height: 13px;
	background-repeat: no-repeat;
}
.title-style-three::before {
	background-image: url(../img/images/title_bar02.png);
}
.title-style-three h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 10px;
}
.title-style-three p {
	color: #6c6c6c;
	margin-bottom: 0;
}
.about-content {
	padding-right: 70px;
}
.about-content p:first-child {
	margin-bottom: 20px;
}
.about-content p:nth-child(2) {
	margin-bottom: 55px;
}
.inner-about-area .title-style-three {
	padding-bottom: 30px;
}
.inner-about-area .title-style-three h2 {
	margin-bottom: 0;
}
.inner-about-content h5, .inner-about-content h1 {
	font-size: 22px;
	color: #d33;
	margin-bottom: 20px;
	font-weight: 800;
}
.inner-about-content p {
	color: #6c6c6c;
	margin-bottom: 12px;
}
.inner-about-content p:nth-child(3) {
	margin-bottom: 35px;
}
.inner-about-area .container {
	padding-bottom: 85px;
    padding-top: 70px;
}
.inner-about-img {
	position: absolute;
}
.inner-about-img img {
	margin-top: -220px;
    margin-left: -65px;
}
.inner-about-img img:nth-child(2) {
	margin-top: -175px;
    margin-left: 380px;
}
.inner-about-area {
	position: relative;
	/*
	padding-bottom: 120px;
	padding-top: 105px;
	*/
	background-color:#1a1a1e;
}
.inner-about-shape {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.third-about-bg {
    background-color: #2a2a34;
    background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.third-about-img .shadow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.third-title-style h2, .third-title-style h1 {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 45px;
    line-height: 1;
	margin-bottom: 17px;
	letter-spacing: -1px;
}
.third-title-style .inner {
    padding-left: 45px;
    position: relative;
    margin-bottom: 45px;
}
.third-title-style .vertical-title {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    position: absolute;
    transform: rotate(-90deg);
    left: -45px;
    margin-bottom: 0;
    top: 65px;
}
.third-title-style .inner p {
    font-size: 16px;
    margin-bottom: 0;
}
.my-info-box {
    text-align: center;
}
.third-section-title h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: normal;
    margin-bottom: 0;
}
.third-section-title h2 span {
	color: #d33;
}
.third-section-title {
    padding-bottom: 25px;
    position: relative;
}
.third-section-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/images/section_line.png);
    width: 120px;
    height: 8px;
    margin: 0 auto;
}
.my-info-box {
    text-align: center;
    background: #18191f;
    box-shadow: 0px 3px 24px 0px rgba(55, 17, 2, 0.52);
    position: relative;
}
.my-info-box-top {
    background-image: url(../img/bg/my_info_box_bg.png);
    min-height: 48px;
    width: 100%;
    background-position: center;
    position: relative;
	display: inline-block;
	z-index: 1;
    margin-top: -7px;
}
.my-info-box-top h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #dcdcdc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	font-family: 'Poppins', sans-serif;
	transition: .3s linear;
}
.my-info-box-content {
	
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 30px;
}
.mt-award img {
    max-width: 100%;
	max-height: 334px;
}
.my-info-box-top .info-box-top-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s linear;
    opacity: 0;
    z-index: -1;
}
.my-info-box:hover .my-info-box-top .info-box-top-hover {
	opacity: 1;
}
.my-info-box:hover .my-info-box-top h6 {
	color: #fff;
}
.my-info-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.my-info-social ul li {
    margin: 5px 6px;
}
.my-info-social ul li a {
    display: block;
    background: #202020;
    padding: 10px 20px;
    line-height: 1;
    color: #d3d3d3;
	font-size: 12px;
	font-weight: 600;
    border-radius: 30px;
}
.my-info-social ul li a i {
	margin-right: 5px;
	color: #d33;
	font-weight: 400;
}
.my-clan-wrap {
    display: flex;
    align-items: center;
}
.clan-logo {
    margin-right: 20px;
}
.my-clan-info {
    text-align: left;
}
.my-clan-info h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: normal;
    line-height: 1;
    margin-bottom: 8px;
}
.my-clan-info > span {
    display: block;
    text-transform: uppercase;
    color: #dcdcdc;
    font-size: 12px;
    font-weight: 700;
}
.my-clan-info h4 span {
	color: #d33;
}

/* 10. Game Manage */
.title-style-two.text-center::before,
.title-style-three.text-center::before {
	right: 0;
	margin: 0 auto;
}
.game-mange-bg {
	background-image: url(../img/bg/game_manage_bg.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.coming-action-team {
	display: flex;
	align-items: first baseline;
	justify-content: space-between;
	text-align: center;
	padding: 30px 35px 40px;
}
.coming-action-item {
	border-top: 5px solid #d33;
	background-color: rgb(33, 19, 44);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.action-team-name a {
	font-size: 14px;
	text-transform: uppercase;
	color: #d7d5d5;
	font-weight: 800;
	display: block;
	line-height: 1;
	margin-top: 20px;
}
.coming-action-status {
	margin: 0 25px;
}
.coming-action-info {
	padding: 35px 35px;
	text-align: center;
	background: #1b1024;
}
.coming-action-info h5,
.overview1-schedule-content h3 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.coming-action-info h5 span,
.overview1-schedule-content h3 span,
.overview1-schedule-content h3 a:hover {
	transition: .3s linear;
}
.action-rating i {
	font-size: 12px;
	color: #d33;
}
.action-rating {
	line-height: 1;
}
.action-info-action .btn {
	font-size: 12px;
	padding: 17px 17px;
}
.action-info-action .btn::before {
	height: 100%;
	bottom: 0;
}
.action-info-action {
	margin-top: 30px;
}
.action-info-action .transparent-btn {
	padding: 15px 17px;
	margin-left: 25px;
}
.coming-action-time .coming-time {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #20132b;
	padding: 20px 35px;
}
.coming-action-time .time-count span {
	display: block;
	text-align: center;
	font-size: 19px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 5px;
}
.coming-action-time .time-count {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	padding-right: 22px;
	margin-right: 22px;
	position: relative;
}
.coming-action-time .time-count:last-child {
	padding-right: 0;
	margin-right: 0;
}
.coming-action-time .time-count::before {
	content: ":";
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: #5e5e5e;
	font-weight: 500;
}
.coming-action-time .time-count:last-child::before {
	display: none;
}



/* 12. Cta */
.cta-bg {
	background-image: url(../img/bg/cta_bg.jpg);
	padding: 120px 0;
	background-position: center;
	background-size: cover;
	box-shadow: 0px 5px 10px 0px rgba(11, 11, 11, 0.52);
}
.cta-content {
	padding: 0 50px;
}
.cta-content .section-title h2 {
	font-size: 50px;
	margin-bottom: 5px;
}


/* 13. overview1 */
.overview1-top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: rgb(32, 19, 43);
	box-shadow: 0px 4px 5.58px 0.42px rgba(0, 0, 0, 0.13),inset 0px 1px 16px 0px rgba(228, 161, 1, 0.17);
	padding: 25px 30px;
}
.overview1-title h2 {
	font-size: 26px;
	letter-spacing: -1px;
}
.overview1-menu {
	display: flex;
	flex-wrap: wrap;
}
.overview1-menu button {
	font-size: 14px;
	border: none;
	background: transparent;
	padding: 0;
	color: #a0a0a0;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	margin-left: 30px;
	transition: .4s linear;
}
.overview1-menu button:first-child {
	margin-left: 0;
}
.overview1-menu button::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 3px;
	opacity: 0;
	transition: .4s linear;
}
.overview1-menu button.active::before {opacity: 1;}
.overview1-area {
	background-color: rgb(27, 16, 36);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.overview1-schedule-wrap {
	padding: 30px 30px 15px;
}
.overview1-schedule-item {
	display: flex;
	align-items: center;
	background: #23162e;
	padding: 37px 20px;
	justify-content: space-between;
	height: 100%;
}
.overview1-schedule-content {
	padding: 35px 35px;
	position: relative;
	background: #20132b;
	height: 100%;
}
.overview1-schedule-content h3 a:hover span {
	color: #fff;
}
.overview1-schedule-content p {
	margin-bottom: 0;
}
.overview1-schedule-meta {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
}
.overview1-schedule-meta h5 {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 0;
	color: #c9c9c9;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.overview1-schedule-meta h5 span {
	margin-left: 5px;
}
.overview1-schedule-meta a {
	display: block;
	border: 1px dashed #383838;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 12px 13px;
	line-height: 1;
	margin-left: 18px;
}
.overview1-schedule-meta a:hover {
	border: 1px solid #d33;
	color: #1c1121;
}
.latest-action-box {
	display: flex;
	align-items: center;
	background: #211e23;
	padding: 15px;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.latest-action-box .overview1-schedule-content {
	padding: 41px 30px;
	background: #1c181e;
}
.latest-action-box .overview1-schedule-content p {
	font-size: 13px;
	line-height: 2;
	padding-right: 20px;
}
.latest-action-box .overview1-schedule-meta a {
	color: #d7d5d5;
	background: #222225;
}
.latest-action-box .overview1-schedule-meta a:hover {
	color: #8f8a8a;
}

/* Game-gallery */
.game-gallery-area.position-relative {
    z-index: 1;
    padding: 120px 0 0;
    margin-bottom: -150px;
}
.game-gallery-bg {
    background-image: url(../img/bg/game_gallery_bg.png);
    background-position: top center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 715px;
    z-index: -1;
}
.game-gallery-item img {
    max-width: 100%;
    display: inline-block;
}
.game-gallery-item {
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
}
.game-gallery-active .slick-active.slick-center {
    margin-top: 0;
}
.game-gallery-active .slick-slide {
	margin-top: 80px;
	transition: .4s linear;
}
.game-gallery-area .slider-nav {
    max-width: 1080px;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-nav > span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #bebebe;
    cursor: pointer;
    transition: .3s linear;
}
.slider-nav > span.slick-next i {
	margin-left: 5px;
}
.slider-nav > span.slick-prev i {
	margin-right: 5px;
}
.slider-nav > span:hover {
	color: #d33;
}



/* 19. Game-overview */
.game-overview-content .upcoming-game-head {
	margin-bottom: 25px;
}
.overview-history-img img {
	width: 100%;
}
.overview-history-content {
	padding-right: 42px;
}
.overview-history-content p {
	margin-bottom: 35px;
	margin-left:60px;
}
.overview-history-list ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-top: 1px solid #d33;
	border-bottom: 1px solid #d33;
	margin-bottom: 10px;
	margin-left:20px;
}
.overview-history-list ul li:last-child {
	margin-bottom: 0;
	
}
.overview-list-thumb {
	margin-right: 20px;
}
.overview-list-content h4 {
	font-size: 16px;
	color: #1c1121;
	margin-bottom: 5px;
}
.overview-list-content h4 a:hover {
	color: #e9a301;
}
.overview-list-content span {
	display: block;
	font-size: 14px;
	color: #6c6c6c;
}
.overview-list-content {
	padding-right: 50px;
	margin-right: 30px;
	position: relative;
}
.overview-list-content::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	background: #dadada;
	height: 60px;
	border-radius: 50%;
}


/* 20. map */
.map-post-wrap {
	background-color: rgb(27, 16, 36);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
	padding: 30px;
}
.map-style-one {
	display: flex;
	align-items: center;
	background-color: rgb(32, 19, 43);
	box-shadow: 0px 7px 7.44px 0.56px rgba(18, 18, 18, 0.16);
	margin-bottom: 15px;
}
.map-style-one:last-child {
	margin-bottom: 0;
}
.map-style-one .map-post-content {
	padding: 18px 30px;
}
.map-meta ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.map-meta ul li {
	font-size: 14px;
	font-weight: 500;
	color: #9b9b9b;
	position: relative;
}
.map-meta ul li i {
	margin-right: 5px;
}
.map-meta ul li::after {
	content: "/";
	margin: 0 10px;
	color: #434344;
}
.map-meta ul li:last-child::after {
	display: none;
}
.map-style-one .map-post-content h5 {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.map-style-one .map-post-content p {
	margin-bottom: 0;
	font-style: italic;
}
.map-style-one .map-thumb img {
	width: 170px;
}
.map-post-content h5 a {
	display: inline-block;
}
.map-style-two .map-thumb img {
	width: 100%;
	box-shadow: 0px 5px 10px 0px rgba(11, 11, 11, 0.14);
}
.map-style-two .map-post-content h4 {
	font-size: 22px;
	color: #282828;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.map-style-two .map-post-content h4 a:hover {
	color: #e9a301;
}
.map-style-two .map-meta ul li,
.map-style-two .map-meta ul li a {
	font-size: 12px;
	color: #7f7a84;
	font-style: italic;
}
.map-style-two .map-meta ul {
	margin-bottom: 20px;
}
.map-style-two .map-post-content p {
	color: #6c6c6c;
	margin-bottom: 0;
}
.map-list-post {
	box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
	background: #fff;
	margin-bottom: 50px;
}
.map-list-post-thumb img {
	width: 100%;
}
.map-list-post-content {
	padding: 40px;
}
.map-list-post-tag a {
	font-size: 12px;
	text-transform: uppercase;
	color: #252525;
	font-family: 'Poppins', cursive;
	font-weight: 800;
	line-height: 1;
	display: inline-block;
	padding: 14px 23px;
	position: relative;
	z-index: 1;
	margin-left: 7px;
}
.map-list-post-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background: #d33;
	box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.map-list-post-content h2, .map-list-post-content h1 {
	font-size: 24px;
	text-transform: uppercase;
	color: #1c1121;
	margin-bottom: 10px;
	font-weight: 800;
}
.map-list-post-content h2 a:hover, .map-list-post-content h1 a:hover {
	color: #d33;
}
.map-list-post-content .map-meta ul {
	margin-bottom: 20px;
}
.map-list-post-content .map-meta ul li {
	text-transform: uppercase;
	font-size: 12px;
	color: #909090;
	display: inline-block;
}
.map-list-post-content .map-meta ul li a {
	font-weight: 500;
	color: #494949;
}
.map-list-post-content p {
	font-size: 14px;
	color: #6c6c6c;
	margin-bottom: 0;
}
.map-list-post-bottom ul {
	background: #252525;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 23px 40px 8px;
}
.map-list-post-bottom ul li {
	display: inline-block;
	margin-bottom: 15px;
}
.map-list-post-bottom ul li > a,
.map-list-post-bottom ul li > span {
	font-size: 14px;
	text-transform: uppercase;
	color: #dcdada;
	font-family: 'Poppins', cursive;
	font-weight: 800;
}
.map-list-post-bottom ul li > span,
.map-post-share {
	line-height: 1;
}
.map-post-share {
	margin-top: -3px;
}
.map-list-post-bottom ul li > a i {
	margin-left: 10px;
	color: #d33;
}
.map-list-post-bottom ul li:last-child {
	display: flex;
	align-items: center;
}
.map-list-post-bottom ul li .map-post-share a {
	font-size: 12px;
	color: #ffffff;
	margin-left: 15px;
}
.map-list-post-bottom ul li a:hover {
	color: #d33;
}
.map-sidebar {
	background: #252525;
	margin-left: 20px;
	padding: 25px;
}
.sidebar-about-thumb img {
	width: 100%;
	margin-bottom: 30px;
}
.sidebar-widget-title h4 {
	font-size: 22px;
	line-height: 1;
	position: relative;
	padding-left: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.sidebar-widget-title h4 span {
	color: #d33;
}
.sidebar-widget-title h4::before,
.sidebar-widget-title h4::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 22px;
	background: #d33;
}
.sidebar-widget-title h4::after {
	left: 7px;
	top: -4px;
}
.sidebar-about-content p {
	font-size: 14px;
	color: #a3a3a3;
	margin-bottom: 0;
}
.sidebar-search form {
	position: relative;
}
.sidebar-search form input {
	width: 100%;
	background: #1d1d1d;
	color: #fff;
	border: 1px solid #2b2b2b;
	padding: 15px 16px;
	font-size: 12px;
	padding-right: 50px;
	font-weight: 500;
}
.sidebar-search form input::placeholder {
	color: #909090;
	font-size: 12px;
}
.sidebar-search form button {
	position: absolute;
	right: 18px;
	font-size: 12px;
	padding: 0;
	background: none;
	border: none;
	color: #e9a301;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.sidebar-cat ul li {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #2e2e2e;
	margin-bottom: 10px;
}
.sidebar-cat ul li:last-child,
.rc-post-list ul li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}
.sidebar-cat ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #a3a3a3;
	display: inline-block;
}
.sidebar-cat ul li a:hover,
.rc-post-content h5 a:hover {
	color: #e9a301;
}
.rc-post-list ul li {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #2e2e2e;
}
.rc-post-thumb {
	margin-right: 20px;
}
.rc-post-thumb img {
	border-radius: 6px;
}
.rc-post-content h5 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.rc-post-content span {
	font-size: 12px;
	color: #909090;
	display: block;
}
.sidebar-trending-action ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #1d1d1d;
	border: 1px solid #2b2b2b;
	border-radius: 4px;
	padding: 17px 20px;
	position: relative;
}
.sidebar-trend-action-thumb {
	display: flex;
	height: 65px;
	align-items: center;
}
.sidebar-trend-action-action {
	font-size: 22px;
	font-weight: 800;
	font-family: 'Poppins', cursive;
	display: flex;
	align-items: center;
}
.sidebar-trend-action-action span:last-child {
	color: #d33;
}
.sidebar-trend-action-action span:nth-child(2) {
	color: #838383;
	margin: 0 20px;
}
.sidebar-trend-action-date {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	width: 140px;
	background: #252525;
	font-size: 12px;
	color: #909090;
	padding: 6px 14px;
	line-height: 1;
	border-radius: 4px;
}
.sidebar-tag-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sidebar-tag-list ul li {
	margin: 0 10px 10px 0px;
}
.sidebar-tag-list ul li a {
	display: block;
	background: #1d1d1d;
	color: #dcdada;
	text-transform: uppercase;
	border: 1px solid #2b2b2b;
	font-size: 14px;
	font-weight: 800;
	font-family: 'Poppins', cursive;
	line-height: 1;
	padding: 15px 20px;
}
.sidebar-tag-list ul li a:hover {
	color: #d33;
}
.map-details-wrap .map-list-post-content {
	padding: 45px 35px;
}
.map-details-img img {
	width: 100%;
}
.map-details-wrap .map-list-post-content h4 {
	font-size: 24px;
	color: #1c1121;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.map-details-wrap .map-list-post-content p {
	margin-bottom: 30px;
}
.map-details-img {
	margin-bottom: 30px;
}
.map-details-wrap blockquote {
	margin: 30px 0;
	text-transform: uppercase;
	font-size: 14px;
	color: #434243;
	font-weight: 700;
	line-height: 26px;
	padding-left: 20px;
	border-left: 4px solid #d33;
}
.map-details-list li {
	font-size: 14px;
	font-weight: 500;
	color: #434243;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.map-details-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	background-color: rgb(120, 119, 119);
	width: 6px;
	height: 6px;
}
.map-details-list li:last-child {
	margin-bottom: 0;
}
.map-details-list {
	margin-bottom: 30px;
}
.map-details-wrap .map-list-post-bottom ul {
	background: transparent;
	padding: 25px 0 0;
	border-top: 1px solid #ececec;
	margin-top: 60px;
}
.map-details-wrap .map-list-post-bottom ul li .map-post-share a {
	color: #434243;
}
.map-details-wrap .map-list-post-bottom ul li > a {
	color: #6c6c6c;
	font-weight: 600;
	margin-left: 8px;
}
.map-details-wrap .map-list-post-bottom ul li > span {
	color: #434243;
}
.map-details-wrap .map-list-post-bottom ul li > i {
	color: #d33;
	font-size: 12px;
	margin-right: 5px;
}
.map-details-wrap .map-list-post-bottom ul li > a:hover,
.map-details-wrap .map-list-post-bottom ul li .map-post-share a:hover,
.comment-avatar-info h4 a:hover,
.community-post-content span a:hover {
	color: #d33;
}
.sidebar-widget-title.map-details-title h4 {
	font-size: 24px;
	color: #1c1121;
}
.map-details-wrap {
	margin-bottom: 75px;
}
.map-comment ul li {
	box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
	background: #fff;
	margin-bottom: 10px;
	padding: 25px 30px;
	display: flex;
	align-items: center;
}
.comment-avatar-thumb  {
	margin-right: 25px;
}
.comment-avatar-thumb img {
	border-radius: 6px;
}
.comment-avatar-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 13px;
}
.comment-avatar-info h4 {
	font-size: 16px;
	color: #1c1121;
	text-transform: uppercase;
	margin-bottom: 0;
}
.comment-avatar-info h4 span {
	font-size: 12px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #6c6c6c;
	margin-left: 20px;
}
.comment-reply a {
	font-size: 12px;
	color: #d33;
}
.comment-text p {
	font-size: 14px;
	color: #6c6c6c;
	margin-bottom: 0;
	padding-right: 50px;
	line-height: 24px;
}
.map-comment ul li.comment-children {
	margin-left: 50px;
}
.comment-form textarea {
	width: 100%;
	padding: 20px 20px;
	border: none;
	margin-bottom: 20px;
	background: #f1f1f1;
	height: 160px;
	transition: .3s;
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
}
.comment-form input {
	width: 100%;
	padding: 19px 20px;
	border: none;
	margin-bottom: 20px;
	background: #f1f1f1;
	color: #6c6c6c;
	transition: .3s;
	font-size: 14px;
	font-weight: 500;
}
.comment-form input::placeholder,
.comment-form textarea::placeholder {
	color: #989797;
}
.comment-form .btn {
	margin-top: 10px;
	padding: 20px 47px;
}
.comment-form .btn::before {
	display: none;
}
.comment-check-box input {
	width: auto;
	margin: 5px 10px 0 0;
}
.comment-check-box label {
	font-size: 13px;
	font-weight: 500;
	color: #939393;
	margin: 0;
	user-select: none;
}
.comment-check-box {
	display: flex;
	align-items: flex-start;
}
.home-four-title.black-title p {
    color: #6c6c6c;
}
.map-thumb img {
    max-width: 100%;
}
.home-four-map-post .map-meta ul li::after {
    content: "-";
    margin: 0 10px;
    color: #a5a4a4;
}
.home-four-map-post .map-meta ul li {
    font-size: 12px;
    font-weight: 600;
    color: #a5a4a4;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.home-four-map-post .map-meta ul li a {
	color: #a5a4a4;
}
.home-four-map-post .map-post-content h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #282828;
    margin-bottom: 12px;
}
.home-four-map-post .map-post-content p {
    color: #6c6c6c;
    margin-bottom: 22px;
}
.home-four-map-post .map-post-content .read-more {
    text-transform: uppercase;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 700;
}
.home-four-map-post .map-post-content .read-more i {
	color: #e9a401;
	margin-left: 5px;
}
.home-four-map-post .map-post-content .read-more:hover,
.home-four-map-post .map-post-content h4 a:hover,
.home-four-map-post .map-meta ul li a:hover {
	color: #e9a401;
}

/* 21. Pagination */
.pagination-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pagination-wrap ul li {
	margin-right: 10px;
}
.pagination-wrap ul li a {
	display: block;
	background: #252525;
	color: #e9a301;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	font-family: 'Poppins', cursive;
	padding: 16px 24px;
}
.pagination-wrap ul li a:hover {
	background: #e9a301;
	color: #252525;
}

/* My action */
.my-action-bg {
	background-image: url(../img/bg/my_action_bg.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 190px;
}
.my-action-wrap {
    padding: 0 83px;
}
.my-action-box-wrap {
    position: relative;
    margin-top: -32px;
}
.my-action-box-wrap > img {
    max-width: 100%;
}
.my-action-box-wrap ul {
    display: flex;
    align-items: center;
    position: absolute;
    top: 80px;
    left: 120px;
    right: 100px;
}
.my-action-team {
    display: flex;
    align-items: center;
}
.my-action-box-wrap ul li:first-child {
    width: 400px;
    flex: 0 0 400px;
}
.my-action-box-wrap ul li:nth-child(2) {
    width: 350px;
    flex: 0 0 350px;
}
.my-action-box-wrap ul li:last-child {
	flex-grow: 1;
    text-align: right;
}
.my-action-team .vs {
    margin: 0 25px;
}
.my-action-info {
    padding: 0 35px;
}
.my-action-info .live-btn {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding: 7px 18px;
    z-index: 1;
    margin: 0 6px 10px;
}
.my-action-info .live-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-25deg);
    z-index: -1;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #d33;
}
.my-action-info .live-btn:hover,
.watch-stream:hover {
	color: #d33;
}
.my-action-info .live-btn:hover::before {
	background: #fff;
}
.my-action-info h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.my-action-info > span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #d33;
}


/* 25. Newsletter */
.newsletter-wrap {
	border-radius: 80px;
	background-color: rgb(25, 14, 34);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 65px;
	margin-top: -55px;
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}
.newsletter-form form {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.newsletter-form-grp {
	position: relative;
}
.newsletter-form-grp i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	left: 15px;
}
.newsletter-form form input {
	width: 495px;
	background: #24182d;
	border: none;
	color: #fff;
	padding: 17px 40px;
	font-size: 14px;
	font-weight: 500;
}
.newsletter-form form input::placeholder {
	color: #a0a0a0;
}
.newsletter-form-grp::before,
.newsletter-form button::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 55px 20px;
	border-color: transparent transparent #24182d transparent;
}
.newsletter-form-grp::after,
.newsletter-form button::after {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 55px 20px 0 0;
	border-color: #24182d transparent transparent transparent;
}
.newsletter-title h2 {
	font-size: 26px;
	letter-spacing: -1px;
}
.newsletter-form button {
	border: none;
	color: #1c1121;
	font-size: 14px;
	font-weight: 800;
	padding: 17px 15px;
	margin-left: 30px;
	position: relative;
	cursor: pointer;
	transition: .3s linear;
	background-color:#d33;
}
.newsletter-form button::before {
	border-color: transparent transparent #d33 transparent;
	transition: .3s linear;
}
.newsletter-form button::after {
	border-color: #d33 transparent transparent transparent;
	transition: .3s linear;
}
.newsletter-form button:hover {
	background: #fff;
}
.newsletter-form button:hover::before {
	border-color: transparent transparent #fff transparent;
}
.newsletter-form button:hover::after {
	border-color: #fff transparent transparent transparent;
}
.newsletter-form button i {
	font-size: 12px;
	margin-left: 5px;
}
.s-newsletter-area .newsletter-wrap {
	background-color: #1c181e;
}
.s-newsletter-area .newsletter-title h2 {
	letter-spacing: 0;
	text-transform: uppercase;
}
.s-newsletter-area .newsletter-form form input {
	background: #262228;
}
.s-newsletter-area .newsletter-form-grp::after {
	border-color: #262228 transparent transparent transparent;
}
.s-newsletter-area .newsletter-form-grp::before {
	border-color: transparent transparent #262228 transparent;
}


/* 26. Footer */
.footer-bg {
	background-image: url(../img/bg/footer_bg.jpg);
	background-color: #f9f9f9;
	background-position: top center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.third-footer-bg {
	background-image: url(../img/bg/t_footer_bg.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-text p {
	font-size: 15px;
	color: #90949c;
	margin-bottom: 15px;
}
.footer-contact ul li {
	margin-bottom: 10px;
	font-size: 15px;
	color: #90949c;
	line-height: 28px;
}
.footer-contact ul li i {
	margin-right: 10px;
}
.footer-contact ul li span {
	font-weight: 500;
}
.footer-contact ul li:last-child {
	margin-bottom: 0;
}
.fw-title h5 {
	font-size: 18px;
	color: #c8c8c8;
	margin-bottom: 0;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
}
.fw-title h5::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
}
.fw-link ul li {
	display: block;
}
.fw-link ul li a {
	color: #90949c;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
}
.fw-link ul li a:hover {
	padding-left: 5px;
}
.footer-social ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-social ul li {
	display: block;
	margin-right: 9px;
}
.footer-social ul li a {
	width: 36px;
	height: 36px;
	background-color: rgb(59, 89, 152);
	display: block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
}
.footer-social ul li a:hover {
	opacity: 0.5;
}
.footer-social ul li:nth-child(2) a {
	background: #55acee;
}
.footer-social ul li:nth-child(3) a {
	background: #d71e18;
}
.footer-social ul li:nth-child(4) a {
	background: #1565c0;
}
.footer-newsletter input {
	width: 100%;
	background: #24182d;
	border: none;
	padding: 12px 20px;
	color: #fff;
	padding-right: 60px;
	font-size: 14px;
}
.footer-newsletter input::placeholder {
	color: #7c7c7d;
	font-size: 14px;
}
.footer-newsletter form {
	position: relative;
}
.footer-newsletter button {
	position: absolute;
	width: 53px;
	height: 100%;
	border: none;
	color: #1c1121;
	right: 0;
	top: 0;
	cursor: pointer;
	font-size: 14px;
}
.footer-fire {
	position: absolute;
	left: 90px;
	bottom: 60px;
	z-index: -1;
}
.footer-fire img {
	width: 22vw;
}
.footer-fire-right {
	left: auto;
	right: 90px;
	top: 10%;
    overflow: hidden;
}
.footer-fire:not(.footer-fire-right) {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.copyright-wrap {
	background: #140a1c;
	padding: 20px 0;
}
.copyright-text p {
	font-size: 14px;
	color: #90949c;
	margin-bottom: 0;
}
.copyright-text p a {
	font-weight: 500;
}
.s-footer-bg {
	background-image: url(../img/bg/s_footer_bg.jpg);
}
.s-footer-bg .fw-title h5 {
	font-size: 16px;
	text-transform: uppercase;
}
.s-footer-bg .footer-newsletter input {
	background: #262228;
}
.s-copyright-wrap {
	background: #161417;
}
.fw-text p {
    font-size: 14px;
    line-height: 28px;
    padding-right: 70px;
    margin-bottom: 20px;
}
.fw-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fw-social ul li + li {
	margin-left: 15px;
}
.fw-social ul li a {
    display: block;
    font-size: 14px;
	color: #a6a6a5;
	line-height: 1;
}
.fw-social ul li a:hover,
.fw-quick-link ul li a:hover,
.fw-title h3 > span,
.third-copyright-wrap .copyright-text p a {
	color: #d33;
}
.fw-title h3 {
    font-size: 26px;
    font-family: 'Poppins';
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
}
.fw-quick-link ul li a {
    display: inline-block;
    font-size: 14px;
    color: #b5b5b5;
    font-weight: 500;
}
.fw-quick-link ul li + li {
	margin-top: 10px;
}
.third-copyright-wrap {
    background: #131418;
}

/* 27. Preloader */
#preloader{
	background-color: #161417;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	z-index: 99;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.harta-background {
    background-image: url(../img/assets/background-harta.jpg);
	
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 50px 0 30px;
    margin-top: -20px;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
}

.privacy h2 {
	padding-top: 20px;
}
.privacy p {
	text-indent: 30px;
}

.privacy li p {
	text-indent: 0!important;
}

.privacy ul {
	padding-left: 60px;
}
.privacy ul.alpha li {
	list-style-type:lower-alpha;
}
.privacy ul.roman li {
	list-style-type:lower-roman;
}
.privacy ul.initial li {
	list-style-type:initial;
}
.privacy a {
	word-break: break-all;
}

.terms h2 {
	padding-top: 20px;
}
.terms p {
	text-indent: 30px;
}

.terms li p {
	text-indent: 0!important;
}
.terms ul {
	padding-left: 30px;
}
.terms ul.decimal, .terms ul.roman, .terms ul.disc {
	padding-left: 60px;
}
.terms ul.roman li {
	list-style-type:lower-roman;
}
.terms ul.decimal li {
	list-style-type: decimal;
}
.terms ul.disc li {
	list-style-type: disc;
}
.terms a {
	word-break: break-all;
}
h1.title {
	border-bottom: 1px solid #3e3e4e;
}
.modal__img {
  width: 150px;
  margin-bottom: .75rem;
}
.discord-modal-text {
	text-align: center;
	color: white;
	font-size: 20px;
	padding: 10px;
}

.fa-discord {
  animation: animateScale 1s linear infinite;
  animation-direction: alternate;
}

@keyframes animateScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.75);
  }
}

@keyframes glowing {
  0% { box-shadow: 0 0 -10px #ec5f10; }
  40% { box-shadow: 0 0 10px #ec5f10; }
  60% { box-shadow: 0 0 10px #ec5f10; }
  100% { box-shadow: 0 0 -10px #ec5f10; }
}

.calendar-button {
	margin-right: 10px;
	color: #d26b31!important;
	animation: glowing 5000ms infinite;
}


.social-button {
	text-align: center;
	margin: 5px;
	text-transform: uppercase;
	background-color: transparent;
	font-weight: bold;
	color: #a91c29;
	padding: 6px 10px;
	font-size: 1.2rem;
	border-radius: 0.75rem;
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	border: none;
	cursor: pointer;
	border: 1px solid #a91c29;
	text-decoration: none;
	z-index: 10;
	position: relative;
  }
  
  .social-button:hover {
	box-shadow: 0 10px 20px rgba(211, 35, 51, 0.19), 0 6px 6px rgba(211, 35, 51, 0.23);
  }
  
  .social-button:active {
	position: relative;
	top: 1px;
	right: 1px;
	box-shadow: 0 3px 6px rgba(211, 35, 51, 0.16), 0 3px 6px rgba(211, 35, 51, 0.23);
  }

  .socialMiddle-button {
	text-align: center;
	text-transform: uppercase;
	background-color: transparent;
	font-weight: bold;
	color: #a91c29;
	padding: 6px 10px;
	font-size: 1.2rem;
	border-radius: 0.75rem;
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	border: none;
	cursor: pointer;
	border: 1px solid #a91c29;
	text-decoration: none;
	z-index: 10;
	position: relative;
  }
  
  .socialMiddle-button:hover {
	box-shadow: 0 10px 20px rgba(211, 35, 51, 0.19), 0 6px 6px rgba(211, 35, 51, 0.23);
  }
  
  .socialMiddle-button:active {
	position: relative;
	top: 1px;
	right: 1px;
	box-shadow: 0 3px 6px rgba(211, 35, 51, 0.16), 0 3px 6px rgba(211, 35, 51, 0.23);
  }

.imgSocial {
	margin: 5px;
}

.imgSocial:hover {
	transform: scale(1.05);
	cursor: pointer;
}

.imgSocial:active {
	transform: translateY(3px);
}
.mobile-b {
	display: none;
}
.limited-time {
    position: absolute;
    bottom: 0;
    left: 34vw;
    width: 20vh;
}
.limited-time span {
    text-shadow: 0px 2px 4.2px rgb(0 0 0);
	text-transform: uppercase;
    font-family: im;
	font-weight: normal;
    color: white;
    font-size: 20px;
}
.header-link:hover h2,
.header-link:hover h6 {
	transform: scale(1.05);
}

.partenersParent {
	max-width: 100%;
}

.partnersArray {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
	align-items: center;
	justify-content: center;
}

.partner {
	display: inline-block;
	cursor: pointer;
	width: 12%;
	margin: 2%;
}

.partner:hover {
	transform: scale(1.02);
}

.partner:active {
	transform: scaleX(-1);
}

.partner img {
	width: 100%;
}

.descriptionFooter {
	width: 35%;
	margin: 0px 15px;
}

@media (max-width: 744px) {
	.showDesc{
		display: none;
	}
}

@media (max-width: 580px) {
	.partner {
		width: 26%;
	}
	.descriptionFooter{
		width: 100%;
	}
	.footer-elem {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 991px) {
	.animation-parent {
		position: relative!important;
		height: 37vh!important;
		width: 85%!important;
		right: auto!important;
		margin: 0 auto;
		bottom: auto!important;
	}
}

@-webkit-keyframes inMask {
	0% {
		-webkit-mask-position: 0 50%;
		mask-position: 0 50%
	}

	to {
		-webkit-mask-position: 100% 50%;
		mask-position: 100% 50%
	}
}

@keyframes inMask {
	0% {
		-webkit-mask-position: 0 50%;
		mask-position: 0 50%
	}

	to {
		-webkit-mask-position: 100% 50%;
		mask-position: 100% 50%
	}
}

.project-vision-title {
	font-size: 42px!important;
}

.ask-team {
	color: #90949c
}

.ask-team:hover {
	color: #d33;
}

.map-desc img {
	max-width: 100%;
}

.map-desc p {
	text-indent: 1rem;
}

.ask-team span {
	color: #d33;
}

.annoucements-box {
	width: 85%;
	margin: auto;
}

.annoucements-scroll {
	white-space: nowrap;
	overflow: auto;
	max-width: 100%;
	position: relative;
	padding: 0 0 45px;
}

.annoucement-item {  
	width: 32%;
	max-width: 335px;
	display: inline-block;
	margin: 0 1.3% 0 0;
	/* transition: all .2s; */
	position: relative;
}

.annoucement-item-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.annoucement-item-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	font-size: 18px;
	padding: 20px 0;
}

.annoucement-item-date {
	color: #a2a2a2;
	font-size: 11px !important;
}

.annoucement-item-body {
	white-space: break-spaces;
	width: 100%;
	height: 110px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	overflow: hidden;
	-webkit-box-orient: vertical;

	font-size: 11px;
}

.annoucement-item-info {
	display: inline-block;
	cursor: pointer;
	color: #d33;
	margin-top: 25px;
	font-weight: 700;
}

.tab {
	float: left;
	/* border: 1px solid #ccc; */
	/* background-color: #f1f1f1; */
	/* width: 30%; */
	min-width: 135px;
	height: 400px;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
	display: block;
	background-color: inherit;
	color: white;
	padding: 22px 16px;
	/* width: 100%; */
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	/* height: 25%; */
  }

  .tab button p {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 25%;
  }
  
  .tab button:hover {
	color: rgba(221, 51, 51,0.5);
  }
  
  .tab button.active p {
	color: #d33;
	border-width: 0 5px 5px 0;
    border-style: none solid solid;
    border-color: transparent transparent #d33;
  }
  
  /* Style the tab content */
  .tabcontent {
	float: left;
	padding: 0px 12px;
	width: calc(100% - 180px);
	/* border-left: none; */
	/* height: 300px; */
  }

  .subtabcontent {
	display: flex;
	height: 100%;
  }
  
  .subtabcontent .animation-parent div {
	  cursor: pointer;
  }

  .charSelect {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
  }


  .mouse-cursor-gradient-tracking {
	position: relative;
	background: transparent;
	padding: 0;
	font-size: 1.2rem;
	border: none;
	color: white;
	cursor: pointer;
	outline: none;
	overflow: hidden;
  }
  
  .mouse-cursor-gradient-tracking span {
	position: relative;
  }
  
  .mouse-cursor-gradient-tracking:before {
	--size: 0;
	content: '';
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: var(--size);
	height: var(--size);
	background: radial-gradient(circle closest-side, #d33, transparent);
	transform: translate(-50%, -50%);
	transition: width 0.2s ease, height 0.2s ease;
	opacity: 0.5;
  }
  
  .mouse-cursor-gradient-tracking:hover:before {
	--size: 200px;
  }
  
  .char-description {
	 -webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		 -khtml-user-select: none; /* Konqueror HTML */
		   -moz-user-select: none; /* Old versions of Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
				user-select: none; /* Non-prefixed version, currently
									  supported by Chrome, Edge, Opera and Firefox */
  }


  .skill_img {
	width: 55px;
	margin: 0px 3px;
  }

  .leftArrowChar {
	min-width: 7%;
	background-color: #bc1a1a;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-right: 5%;
	transition: all 0.3s ease-out 0s;
  }

  .rightArrowChar {
	min-width: 7%;
	background-color: #028502;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-left: 5%;
	transition: all 0.3s ease-out 0s;
  }

  .leftArrowChar:hover, .rightArrowChar:hover {
	opacity: 0.4;
  }
  .leftArrowChar:active, .rightArrowChar:active {
	transform: scaleX(-1);
	transition: 0.25s;
  }


/* SND SKILL */

.optionsParent {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	/* height: 100vh; */
	transition: 0.25s;
}

.optionsParent .options {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	overflow: hidden;
	min-width: 900px;
	max-width: 1200px;
	width: calc(100% - 100px);
	height: 400px;
}

.nextSpell {
	display: none;
	position: absolute;
	background-color: #d33;
	width: 30px;
	color: white;
	font-size: 30px;
	cursor: pointer;
	text-align: center;
	padding: 0px 6px 0px 8px;
}
.nextSpell:hover {
	transform: scale(1.03);
}
.nextSpell:active {
	transform: translateY(3px);
}

.nextSpellLeft {
	left: 0;
}
.nextSpellRight {
	right: 0;
}

@media screen and (max-width: 1024px) {

	.optionsParent .options {
		min-width: calc(80vw);
	}

	.nextSpell {
		display: flex;
	}

	.optionsParent .options .option:not(.active) {
		display: none;
	}
}

@media screen and (max-width: 718px) {
	.optionsParent .options {
		min-width: 520px;
	}
	/* .optionsParent .options .option:nth-child(5) {
		display: none;
	}
	.optionsParent .options .option:nth-child(6) {
		display: none;
	} */
	.leftArrowChar, .rightArrowChar {
		position: absolute;
		min-width: 20%;
		height: 10%;
		bottom: 10px;
	}
}

@media screen and (max-width: 638px) {
	.optionsParent .options {
		min-width: 440px;
	}
	/* .optionsParent .options .option:nth-child(4) {
		display: none;
	} */
}

@media screen and (max-width: 558px) {
	.optionsParent .options {
		min-width: 360px;
	}
	/* .optionsParent .options .option:nth-child(3) {
		display: none;
	} */
}

@media screen and (max-width: 478px) {
	.optionsParent .options {
		min-width: 280px;
	}
	/* .optionsParent .options .option:nth-child(2) {
		display: none;
	} */
}

.optionsParent .options .option {
	position: relative;
	overflow: hidden;
	min-width: 60px;
	margin: 0px 7.5px;
	/* background: var(--optionBackground, var(--defaultBackground, #e6e9ed)); */
	background-size: auto 120%;
	cursor: pointer;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.99);
	border: 1px solid #d33;
}

/* .optionsParent .options .option:nth-child(1) {
	--defaultBackground: #ed5565;
}
.optionsParent .options .option:nth-child(2) {
	--defaultBackground: #fc6e51;
}
.optionsParent .options .option:nth-child(3) {
	--defaultBackground: #ffce54;
}
.optionsParent .options .option:nth-child(4) {
	--defaultBackground: #2ecc71;
}
.optionsParent .options .option:nth-child(5) {
	--defaultBackground: #5d9cec;
}
.optionsParent .options .option:nth-child(6) {
	--defaultBackground: #ac92ec;
} */

.optionsParent .options .option.active {
	flex-grow: 10000;
	transform: scale(1);
	max-width: 900px;
	margin: 0;
	border-radius: 40px;
	background-size: auto 100%;
}

.optionsParent .options .option.active .videoOption {
	position: absolute; width: 100%; height: 100%;
}

.optionsParent .options .option:not(.active) .videoOption {
	display: none;
}

.optionsParent .options .option.active .shadow {
	/* box-shadow: inset 0 -120px 120px -120px #000, inset 0 -120px 120px -100px #000; */
	box-shadow: inset 0 120px 20px -40px #000, inset 0 20px 120px -100px #000;
}

.optionsParent .options .option.active .label {
	bottom: 20px;
	left: 20px;
}

.optionsParent .options .option.active .label .info > div {
	left: 0;
	opacity: 1;
}

.optionsParent .options .option:not(.active) {
	flex-grow: 1;
	border-radius: 30px;
	transform: scale(0.8);
}

.optionsParent .options .option:not(.active) .shadow {
	bottom: -40px;
	box-shadow: inset 0 -120px 0px -120px #000, inset 0 -120px 0px -100px #000;
}

.optionsParent .options .option:not(.active) .label {
	bottom: 10px;
	left: 10px;	
}


.optionsParent .options .option:not(.active) .label .info > div {
	left: 20px;
	opacity: 0;
}

.optionsParent .options .option .shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	height: 120px;
	transition: 0.15s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.optionsParent .options .option .label {
	display: flex;
	position: absolute;
	right: 0;
	height: 40px;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.optionsParent .options .option .label .icon {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	max-width: 40px;
	border-radius: 100%;
	background-color: #fff;
}
.optionsParent .options .option .label .icon:hover {
	transform: translateY(-25px);
	transition: 1s;
	transform: scale(1.05);
}

.optionsParent .options .option .label .icon img {
	border-radius: 50%;
	width: 55px;
}

.optionsParent .options .option .label .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 10px;
	color: #fff;
	white-space: pre;
}

.optionsParent .options .option .label .info  > div {
	position: relative;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

.optionsParent .options .option .label .info .main {
	font-weight: bold;
	font-size: 1.2rem;
}
.optionsParent .options .option .label .info .sub {
	transition-delay: 0.1s;
}

/* Character page */
.char-header {
	background-image: url(../img/spells/Blurish.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	width: 100%;
	position: relative;
	top: -17px;
	margin: 0;
	
	border-bottom: 1px solid #d33;
}

.char-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.char-img {
	width: 65%;
	padding-top: 25px;
}

.spell-content {
	padding: 60px;
	width: 100%;
	justify-content: center;
	background-image: url(../img/spells/knight/class/class.png);
	background-repeat: no-repeat;
	background-position: center;
	align-items: center;
	margin: 0;
}

.carousel-controls {
	padding-bottom: 0!important;
	padding-top: 0!important;
}

#map {
	width: 100%;
	height: 100%;
    position: absolute;
    z-index: 0;
	display: none;
}

.markerIcon {
  background-color: black;
  border-radius: 50%;
  padding: 3px !important;
  border: 3px solid #554a3d;
}

.leaflet-popup {
  cursor: pointer;
}

.leaflet-popup-content p, .leaflet-marker-icon {
  text-align: center;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.leaflet-popup-content-wrapper {
	background-image: url(../img/map/title_btn.png) !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.leaflet-popup-content-wrapper:hover{
	transform: scale(1.05);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background-color: transparent !important;
  color: white!important;
}

#close_map {
	display: none;
    background: url(../img/map/close_button.png) no-repeat;
    background-size: 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
    cursor: pointer;
    right: 1rem;
    margin-top: 10px;
    position: absolute;
}

.stop-scrolling {
	height: 100%;
	overflow: hidden;
}

.no-margin {
	margin: 0!important;
}

#map_container {
	height: 100vh;
	pointer-events: none;
}

#map-canvas {
	display: none;
}

#map-canvas {
	width: 100%;
	height: 100%;
}

#map-warning {
	position: absolute;
	left: 50%;
	top: 5%;
	transform: translate(-50%);
	background: white;
	padding: 10px;
	display: none;
}
#map-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}
#map-logo {
    width: 154px;
    height: 130px;
    background: url('../img/map/fgc.png') no-repeat center;
    background-size: cover;
}
#map-progress-bar-empty {
    width: 141px;
    height: 18px;
    margin-top: 10px;
    margin-left: 6.5px;
    background: url('../img/map/progress-bar-empty-dark.png') no-repeat center
}
#map-progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 10px;
    background: url('../img/map/progress-bar-full-dark.png') no-repeat center
}

#map_info .modal-content {
    background-color: transparent;
    border: none;
}

#map_info .modal-header {
    background-image: url(../img/map/menu_title.png);
    width: 100%;
    height: 100%;
    background-size: cover;
	border-bottom: none!important;
}

#map_info .modal-content {
    padding: 0 3rem 0 3rem;
}

#map_info .modal-title {
	padding-left: 35px;
}

#map_info .close {
	color: white;
}

#map_info .modal-body {
    background-image: url(../img/map/menu_board.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    min-height: 250px;
}

#map_info .modal-body p {
	color: #807c7c;
    text-align: justify;
}

#map_info .modal-footer {
    background-image: url(../img/map/menu_footer.png);
    width: 100%;
    height: 100%;
    background-size: cover;
	border-top: none!important;
	min-height: 47px;
}

#map_info .map_button {
    background-image: url(../img/map/title_btn.png);
    background-size: cover;
    width: 210px;
    height: 44px;
    display: block;
	color: white;
    line-height: 40px;
}

#map_info .map_button:hover {
	opacity: 0.7;
}