body {
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: #000;
	overflow-y: scroll;
}

input,
select,
textarea {
	font-family: 'Roboto', sans-serif;
	color: #000;
	outline: none;
}

button {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	background: #FF5100;
	color: #FFF;
}

a,
a:visited {
	color: #FF5100;
}
a:hover,
a:focus,
a:active {
	color: #FF5100;
}

ul {
	margin: 0;
}

.orange {
	color: #FF5100;
}
.gray {
	color: #757575;
}

.clear-after::after {
	display: block;
	clear: both;
	content: '';
}

.widget {
	margin: 0;
}

.site {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 6px;
	background: #FFF;
	z-index: 10;
}

.special-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center top;
	z-index: 1;
}

.no-results {
	padding: 15px;
	background: #FFF;
}
.no-results .page-content {
	margin-top: 0;
}

p {
	margin-top: 0.75em;
}

h3 {
	font-weight: 400;
}
h4 {
	margin: 0.5em 0;
}

.hidden {
	display: none !important;
}

.btn {
	padding: 20px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	background: #FF5100;
	color: #FFF;
	cursor: pointer;
}
.btn:disabled {
	opacity: 0.7;
	cursor: default;
}
a.btn {
	color: #FFF;
}

/* TITLES */
h5 {
	position: relative;
	display: inline-block;
	margin: 0;
	color: #FF5100;
}
h5::after {
	display: block;
	content: '';
	position: absolute;
	left: calc(100% + 20px);
	top: 50%;
	transform: translateY(-50%);
	width: 1200px;
	height: 1px;
	background: #FF5100;
}

.section-title-container {
	display: flex;
	margin: 0 0 20px;
}

.section-title {
	flex-grow: 1;
	overflow: hidden;
}
.section-title a,
.section-title span {
	position: relative;
	display: inline-block;
	padding-left: 0;
	color: #FF5100;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}
.section-title a::after,
.section-title span::after {
	display: block;
	content: '';
	position: absolute;
	left: calc(100% + 20px);
	top: 50%;
	transform: translateY(-50%);
	width: 1200px;
	height: 2px;
	background: #FF5100;
	cursor: auto;
}

.section-title-container .read-more {
	display: inline-block;
	margin-left: 20px;
	padding: 5px 30px 6px 30px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	background: #FF5100;
	color: #FFF;
}

@media only screen and (max-width: 480px) {
	.section-title-container .read-more {
		display: none;
	}
}

/* PAGE BUILDER */
.site .vc_row {
	margin-left: 0;
	margin-right: 0;
}
.site .vc_row.vc_column-gap-20 {
	margin-left: -10px;
	margin-right: -10px;
}
/*.site .vc_row .wpb_wrapper {
	overflow: hidden;
}*/
.site .vc_row .wpb_content_element {
	margin-bottom: 20px;
}
/*.site .vc_row.vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 20px;
}*/

/* HEADER */
.site-header .banner-mobile {
	display: none;
	margin: 20px 0 0;
}
.site-header .banner-mobile img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.site-header-top {
	position: relative;
	padding: 36px 20px 28px;
}

.site-header-top .logo {
	display: block;
	float: left;
	width: 32%;
}
.site-header-top .logo img {
	display: block;
	margin: 0 auto 0 0;
}

.site-header-top .search-box {
	float: left;
	width: 32%;
	margin-left: 2%;
}
.site-header-top .search-box .search-form {
	position: relative;
	max-width: 340px;
	margin: 11px auto 0;
	background-color: #F6F6F6;
	background-repeat: no-repeat;
	border: 1px solid #000;
	z-index: 10;
}
.site-header-top .search-box .search-form::after {
	display: block;
	content: '';
	clear: both;
}
.site-header-top .search-box .search-form label {
	float: left;
	width: calc(100% - 40px);
}
.site-header-top .search-box .search-form label .search-field {
	display: block;
	width: 100%;
	padding: 4px 11px;
	border: none;
	background: transparent;
	color: #000;
}
.site-header-top .search-box .search-form .search-submit {
	float: right;
	display: block;
	width: 40px;
	height: 32px;
	border: none;
	background: transparent url('images/ico_search.png') center center no-repeat;
	text-indent: -99px;
	overflow: hidden;
}
.site-header-top .search-box .btn-search-mobile {
	display: none;
}

.site-header-top .search-box .search-form.loading {
	background-position: calc(100% - 10px) center;
	background-image: url('images/loading_search.gif');
}
.site-header-top .search-box .search-form.loading::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	
}
.site-header-top .search-box .search-form.loading .search-submit {
	display: none;
}

.site-header-top .search-box .search-form .autocomplete-results {
	display: none;
	position: absolute;
	left: -1px;
	top: 100%;
	width: calc(100% + 2px);
	background: #F6F6F6;
	border: 1px solid #000;
	border-top: none;
	z-index: 20;
}
.site-header-top .search-box .search-form:hover .autocomplete-results,
.site-header-top .search-box .search-form:focus-within .autocomplete-results {
	display: block;
}
.site-header-top .search-box .search-form .autocomplete-results .result {
	display: block;
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #FF5100;
	color: #000;
}
.site-header-top .search-box .search-form .autocomplete-results .result:focus,
.site-header-top .search-box .search-form .autocomplete-results .result:hover,
.site-header-top .search-box .search-form .autocomplete-results .result:active {
	color: #FF5100;
}
.site-header-top .search-box .search-form .autocomplete-results .result::after {
	display: block;
	content: '';
	clear: both;
}
.site-header-top .search-box .search-form .autocomplete-results .result .image {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.site-header-top .search-box .search-form .autocomplete-results .result .image img {
	display: block;
}
.site-header-top .search-box .search-form .autocomplete-results .result .info {
	float: right;
	width: calc(100% - 110px);
	height: 3.75em;
	font-size: 15px;
	line-height: 1.25em;
	overflow: hidden;
}
.site-header-top .search-box .search-form .autocomplete-results .show-all {
	display: block;
	width: calc(100% - 20px);
	margin: 0 10px;
	padding: 10px 0;
	color: #FF5100;
	font-size: 13px;
	line-height: 1em;
	text-align: center;
	text-transform: lowercase;
	background: transparent;
	border: none;
}
.site-header-top .search-box .search-form .autocomplete-results .no-results {
	display: block;
	margin: 0 10px;
	padding: 10px 0;
	font-size: 13px;
	line-height: 1em;
	background: transparent;
	color: #FF5100;
}

.site-header-top .newsletter-box {
	float: right;
	width: 32%;
	margin-left: 2%;
	cursor: pointer;
}
.site-header-top .newsletter-box .btn-newsletter {
	display: block;
	padding: 15px 15px 10px;
	text-align: center;
	background: #FF5100;
	color: #FFF;
}
.site-header-top .newsletter-box .btn-newsletter > span {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	text-transform: uppercase;
}
.site-header-top .newsletter-box .btn-newsletter > span::before {
	display: inline-block;
	float: left;
	width: 41px;
	height: 29px;
	margin-right: 10px;
	content: '';
	background: url('images/ico_newsletter.png') left center no-repeat;
}
.site-header-top .newsletter-box .btn-newsletter > small {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1em;
}
.site-header-top .newsletter-box .btn-newsletter-mobile {
	display: none;
}

.site-header-menus {
	position: relative;
}

@media only screen and (min-width: 981px) {
	body.fixed-header .site-header {
		padding-bottom: 152px;
	}
	body.fixed-header .site-header-menus {
		position: fixed;
		top: 0;
		left: calc(50% - 600px);
		width: 1200px;
		padding: 0 6px;
		background: #FFF;
		z-index: 10;
		box-shadow: 0 7px 5px 0 rgba(50,50,50,0.2);
	}
	body.fixed-header .site-header-menus #site-navigation {
		padding-top: 0;
		padding-bottom: 0;
	}
	body.fixed-header .site-header-menus .featured-navigation {
		margin-top: 10px;
		padding-bottom: 10px;
	}
	body.fixed-header.admin-bar .site-header-menus {
		top: 32px;
	}
}

@media only screen and (max-width: 1200px) {
	.site-header-top .search-box {
		width: 25%;
	}
	.site-header-top .newsletter-box {
		width: 39%;
	}
	.site-header .banner-mobile {
		display: block;
	}
	body.fixed-header .site-header-menus {
		left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 980px) {
	
	.site-header-top .logo {
		float: none;
		width: auto;
		max-width: 365px;
	}
	
	.site-header-top .search-box {
		float: none;
		position: absolute;
		top: 55px;
		right: 250px;
		width: auto;
		margin-left: 0;
	}
	.site-header-top .search-box .search-form {
		display: none;
		position: absolute;
		top: 23px;
		left: 50%;
		transform: translateX(-50%);
		width: 220px;
	}
	.site-header-top .search-box .search-form.open {
		display: block;
	}
	.site-header-top .search-box .btn-search-mobile {
		position: relative;
		display: block;
		padding-left: 29px;
		font-weight: 500;
		line-height: 22px;
		color: #000;
		cursor: pointer;
	}
	.site-header-top .search-box .btn-search-mobile::before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 22px;
		height: 22px;
		background: url('images/ico_search.png') left top no-repeat;
	}
	
	.site-header-top .newsletter-box {
		float: none;
		position: absolute;
		top: 55px;
		right: 110px;
		width: auto;
		margin-left: 0;
	}
	.site-header-top .newsletter-box .btn-newsletter {
		display: none;
	}
	.site-header-top .newsletter-box .btn-newsletter-mobile {
		position: relative;
		display: block;
		padding-left: 38px;
		font-weight: 500;
		line-height: 22px;
		color: #000;
		cursor: pointer;
	}
	.site-header-top .newsletter-box .btn-newsletter-mobile::before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 31px;
		height: 22px;
		background: url('images/btn_newsletter.png') left top no-repeat;
	}
	
	.site-header-top .menu-toggle {
		position: absolute;
		top: 55px;
		right: 20px;
		padding-left: 29px;
		color: #000;
		font-weight: 500;
		line-height: 22px;
		cursor: pointer;
	}
	.site-header-top .menu-toggle::before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 22px;
		height: 22px;
		background: url('images/ico_menu.png') left top no-repeat;
	}
	
}

@media only screen and (max-width: 767px) {
	.site-header-top .logo {
		max-width: 250px;
	}
	.site-header-top .search-box {
		top: 44px;
		right: 150px;
	}
	.site-header-top .search-box .btn-search-mobile {
		padding-left: 22px;
	}
	.site-header-top .search-box .btn-search-mobile span {
		display: none;
	}
	.site-header-top .newsletter-box {
		top: 44px;
		right: 80px;
	}
	.site-header-top .newsletter-box .btn-newsletter-mobile {
		padding-left: 31px;
	}
	.site-header-top .newsletter-box .btn-newsletter-mobile span {
		display: none;
	}
	.site-header-top .menu-toggle {
		top: 44px;
	}
	.site-header-top .menu-toggle span {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.site-header-top .logo {
		max-width: 175px;
	}
	.site-header-top .search-box {
		top: 38px;
		right: 115px;
	}
	.site-header-top .newsletter-box {
		top: 38px;
		right: 65px;
	}
	.site-header-top .menu-toggle {
		top: 38px;
	}
}

/* MAIN MENU */
.main-navigation {
	float: none;
	padding: 13px 20px;
	background: #000;
	transition: padding 0.25s linear;
}
.main-navigation ul {
	display: flex;
	align-items: center;
}
.main-navigation ul li {
	flex-grow: 1;
	padding: 7px 0;
	text-align: center;
}
.main-navigation ul li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFF;
}
.main-navigation ul li.orange > a,
.main-navigation ul li.orange > a:hover {
	color: #FF5100;
}
.main-navigation ul li.menu-item-has-children > a {
	padding-right: 16px;
}
.main-navigation ul li.menu-item-has-children > a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 9px;
	height: 7px;
	background: url('images/ico_dropdown.png') left top no-repeat;
}

.main-navigation ul ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #1B1B1B;
}
.main-navigation ul ul li {
	width: 180px;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #FFF;
}
.main-navigation ul ul li:last-child {
	border-bottom: none;
}
.main-navigation ul ul li a {
	display: block;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: 400;
}
.main-navigation ul li:hover > ul {
	left: 25%;
}

.main-navigation ul li.notorious-legion {
	padding-top: 0;
	padding-bottom: 0;
}
.main-navigation ul li.notorious-legion > a {
	display: block;
	width: 175px;
	height: 38px;
	margin: 0 auto;
	background: url('images/notorious_legion_e-sports.jpg') center center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

@media only screen and (max-width: 980px) {
	.main-navigation {
		display: none;
	}
}

/* SECONDARY MENU */
.featured-navigation {
	margin: 25px 0 0;
	padding: 0 5% 25px;
	transition: margin 0.25s linear, padding 0.25s linear;
}
.featured-navigation ul {
	display: flex;
	padding: 0;
	list-style: none;
}
.featured-navigation ul li {
	flex-grow: 1;
	text-align: center;
}
.featured-navigation ul li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
	text-decoration: none;
	color: #3F3F3F;
}
.featured-navigation ul li a::before {
	display: inline-block;
	content: '';
	margin-right: 15px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: left top;
}
.featured-navigation ul li.ico-magazine a::before {
	width: 28px;
	height: 35px;
	background-image: url('images/ico_magazine.png');
}
.featured-navigation ul li.ico-depliant a::before {
	width: 33px;
	height: 26px;
	background-image: url('images/ico_depliant.png');
}
.featured-navigation ul li.ico-poi a::before {
	width: 20px;
	height: 26px;
	background-image: url('images/ico_poi.png');
}
.featured-navigation ul li.ico-calendar a::before {
	width: 25px;
	height: 25px;
	background-image: url('images/ico_calendar.png');
}

@media only screen and (max-width: 980px) {
	.featured-navigation {
		display: none;
	}
}

/* MOBILE MENU */
.mobile-navigation {
	display: none;
}

@media only screen and (max-width: 980px) {
	.mobile-navigation {
		position: absolute;
		top: -50px;
		right: 10px;
		width: 310px;
		padding: 7px 0;
		background: #000;
		z-index: 101;
	}
	.mobile-navigation.open {
		display: block;
	}
	.mobile-navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.mobile-navigation ul li {
		text-align: left;
	}
	.mobile-navigation ul li a {
		position: relative;
		display: block;
		padding: 7px 20px;
		font-weight: 500;
		line-height: 1em;
		text-decoration: none;
		color: #FFF;
	}
	.mobile-navigation ul li.orange > a,
	.mobile-navigation ul li.orange > a:hover {
		color: #FF5100;
	}

	.mobile-navigation ul ul {
		margin: 0;
		padding: 0;
		background: #1B1B1B;
	}
	.mobile-navigation ul ul li a {
		padding-left: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.mobile-navigation {
		position: relative;
		top: 0;
		right: 0;
		width: auto;
	}
}

/* FOOTER */
.footer {
	margin-top: 30px;
	background: #000;
}
.footer a {
	color: #757575;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
}

.footer-left {
	float: left;
	width: 66%;
	padding: 20px 0 0;
	color: #757575;
}
.footer-left .col1,
.footer-left .col2 {
	float: left;
	width: 50%;
	padding: 0 40px;
}
.footer-left .col1 .logo {
	display: block;
}
.footer-left .col1 .logo img {
	display: block;
	margin: 0 auto 0 0;
}
.footer-left .col1 .info {
	padding-left: 40px;
	font-size: 15px;
}
.footer-left .col1 .info > div {
	margin-top: 20px;
}
.footer-left .col1 .info > div > span {
	margin-right: 5px;
}
.footer-left .col1 .info .info-contacts a {
	color: #FFF;
}
.footer-left .col2 {
	border-left: 1px solid #757575;
}
.footer-left .col2 .menu {
	list-style: none;
	padding: 20px 0;
	columns: 2;
}
.footer-left .col2 .menu li {
	margin-bottom: 5px;
	line-height: 1em;
}
.footer-left .col2 .menu li a {
	font-size: 12px;
	line-height: 1em;
	color: #757575;
}
.footer-left .col2 .menu li a:hover,
.footer-left .col2 .menu li a:active {
	color: #FFF;
}
.footer-left .footer-bottom {
	clear: both;
	padding: 30px 0 10px;
	font-size: 13px;
	text-align: center;
}

.footer-right {
	float: right;
	width: 34%;
	padding: 20px 30px;
	text-align: center;
	background: #FF5100;
	color: #FFF;
}
.footer-right .col3 .subscribeForm fieldset {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
.footer-right .col3 .subscribeForm p {
	margin: 0;
}
.footer-right .col3 .subscribeForm .widget-title {
	margin: 0; 
	font-size: 15px;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFF;
}
.footer-right .col3 .subscribeForm .muDescription {
	margin: 10px 0 0; 
	font-size: 13px;
	line-height: 1em;
	color: #FFF;
}
.footer-right .col3 .subscribeForm .muField {
	margin-top: 15px;
}
.footer-right .col3 .subscribeForm .muField:nth-child(5) {
	float: left;
	width: 49%;
}
.footer-right .col3 .subscribeForm .muField:nth-child(6) {
	float: right;
	width: 49%;
}
.footer-right .col3 .subscribeForm .muField input[type="text"],
.footer-right .col3 .subscribeForm .muField input[type="email"] {
	width: 100%;
	max-width: 450px;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 1em;
	color: #3f3f3f;
	border: 1px solid #3f3f3f;
	background: rgba(255,255,255,0.75);
}
.footer-right .col3 .subscribeForm .muTerms {
	clear: both;
	margin: 0;
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.25em;
	color: #FFF;
}
.footer-right .col3 .subscribeForm .muTerms a {
	color: #FFF;
}
.footer-right .col3 .subscribeForm .muTermsCheckbox {
	margin: 10px 0 0; 
	font-size: 12px;
	line-height: 1em;
	color: #FFF;
}
.footer-right .col3 .subscribeForm .muTermsCheckbox label {
	cursor: pointer;
}
.footer-right .col3 .subscribeForm .muSubmit input {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 150px;
	padding: 5px;
	background: #000;
	border: none;
	color: #FFF;
	font-size: 15px;
	line-height: 1em;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.footer-right .col3 .subscribeForm .show-response {
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1em;
	color: #FFF;
}

.powered-by {
	display: block;
	padding-bottom: 10px;
	text-align: center;
}
.powered-by a {
	font-size: 12px;
}
.powered-by a img {
	margin-left: 5px;
	vertical-align: sub;
}

@media only screen and (max-width: 980px) {
	.footer-left,
	.footer-right,
	.footer-right .col3 .subscribeForm .muField:nth-child(5),
	.footer-right .col3 .subscribeForm .muField:nth-child(6) {
		float: none;
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.footer-left .col1,
	.footer-left .col2 {
		float: none;
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.footer-left .col1 .logo {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-left .col1 .logo img {
		margin-left: auto;
	}
	.footer-left .col1 .info {
		padding-left: 0;
		text-align: center;
	}
	.footer-left .col2 .menu {
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	.footer-left .col2 .menu {
		columns: auto;
	}
}

/* SOCIAL */
.social a {
	display: inline-block;
	width: 24px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: left center;
}
.social a:last-child {
	margin-right: 0;
}
.social a.facebook {
	background-image: url('images/ico_facebook.png');
}
.social a.instagram {
	background-image: url('images/ico_instagram.png');
}
.social a.youtube {
	background-image: url('images/ico_youtube.png');
}

/* BANNER */
.banner-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 0;
}
.banner-background img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* SLIDER */
.item-slider {
	padding: 20px;
}
.item-slider .swiper-container {
	cursor: grab;
}

.item-slider .item a {
	position: relative;
	display: block;
}
.item-slider .item a img {
	display: block;
}
.item-slider .item a .day-one {
	position: absolute;
	left: 0;
	bottom: 5px;
	padding: 5px 10px;
	color: #FFF;
	background: #0051FF;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
}
.item-slider .item a .day-one.released {
	background: #FF1100;
}
.item-slider .item a .day-one.not-released {
	background: #FF5100;
}
.item-slider .item a span {
	font-weight: 700;
}

.item-slider.related-products {
	background: #000;
}

/* PRODUCT */
.gametekk_product {
	padding: 20px;
	background: #E6E6E6;
}
.gametekk_product .entry-content {
	margin-top: 0;
}
.gametekk_product .entry-content .vc_column_container > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.gametekk_product .logo {
	margin-bottom: 35px;
}
.gametekk_product .logo img {
	display: block;
	margin: 0 auto;
}

.gametekk_product .tabs-container {
	clear: both;
	margin-bottom: 30px;
}
.gametekk_product .tabs-container .tabs-buttons {
	display: block;
	margin: 0;
	padding: 0;
}
.gametekk_product .tabs-container .tabs-buttons::after {
	display: block;
	clear: both;
	content: '';
}
.gametekk_product .tabs-container .tabs-buttons li {
	display: block;
	float: left;
	color: #000;
	padding: 8px 10px;
	margin-right: 7px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	cursor: pointer;
}
.gametekk_product .tabs-container .tabs-buttons li:last-child {
	margin-right: 0;
}
.gametekk_product .tabs-container .tabs-buttons li.active {
	color: #BFBFBF;
	background: #FFF;
	cursor: default;
}
.gametekk_product .tabs-container .tabs-content {
	padding: 20px;
	background: #FFF;
}
.gametekk_product .tabs-container .tabs-content .tab-content {
	display: none;
}
.gametekk_product .tabs-container .tabs-content .tab-content.active {
	display: block;
}
.gametekk_product .tabs-container .tabs-content .tab-content .image {
	position: relative;
}
.gametekk_product .tabs-container .tabs-content .tab-content .image img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.gametekk_product .tabs-container .tabs-content .tab-content .day-one {
	position: absolute;
	left: 0;
	bottom: 10px;
	padding: 10px 20px;
	color: #FFF;
	background: #0051FF;
	font-size: 20px;
	line-height: 1em;
	text-transform: uppercase;
}
.gametekk_product .tabs-container .tabs-content .tab-content .day-one.released {
	background: #FF1100;
}
.gametekk_product .tabs-container .tabs-content .tab-content .day-one.not-released {
	background: #FF5100;
}
.gametekk_product .tabs-container .tabs-content .tab-content .day-one span {
	font-weight: 700;
}
.gametekk_product .tabs-container .tabs-content .tab-content .grid-screenshots {
	margin: 0 0 -12px;
	padding: 0;
	list-style: none;
}
.gametekk_product .tabs-container .tabs-content .tab-content .grid-screenshots::after {
	display: block;
	clear: left;
	content: '';
}
.gametekk_product .tabs-container .tabs-content .tab-content .grid-screenshots li {
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	margin-bottom: 12px;
}
.gametekk_product .tabs-container .tabs-content .tab-content .grid-screenshots li:nth-child(3n) {
	margin-right: 0;
}
.gametekk_product .tabs-container .tabs-content .tab-content .grid-screenshots li img {
	display: block;
	width: 100%;
	margin: 0;
}
.gametekk_product .tabs-container .tabs-content .tab-content .product-video p {
	margin: 0;
}
.gametekk_product .tabs-container .tabs-content .tab-content .product-video iframe {
	width: 100%;
}
.gametekk_product .tabs-container .tabs-content .tab-content .swiper-container {
	cursor: grab;
}

.gametekk_product .tabs-container .tabs-buttons li.product_tab_esclusiva,
.gametekk_product .tabs-container .tabs-buttons li.active.product_tab_esclusiva {
	color: #FF5100;
}

.gametekk_product .entry-content-left {
	float: left;
	width: 400px;
	padding: 0 40px 0 20px;
}
.gametekk_product .entry-content-right {
	float: right;
	width: calc(100% - 400px);
	padding-right: 20px;
}

.gametekk_product .product-box {
	margin-bottom: 25px;
}
.gametekk_product .product-box img {
	display: block;
	width: 100%;
	max-width: 380px;
	height: auto;
	margin: 0 auto 0 0;
}

.gametekk_product .product-attributes h4 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 6px 22px 6px 12px;
	background: #FF5100;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFF;
}
.gametekk_product .product-attributes h4:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-bottom: 30px solid #FF5100;
	border-right: 8px solid transparent;
}
.gametekk_product .product-attributes .product-attribute {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
}
.gametekk_product .product-attributes .product-attribute label {
	margin-right: 5px;
	color: #FF5100;
}
.gametekk_product .product-attributes .product-attribute a {
	color: #000;
	text-decoration: none;
}

.gametekk_product .entry-content-left .product-side-actions {
	margin-top: 40px;
	text-align: center;
}
.gametekk_product .entry-content-left .product-side-actions .countdown-container {
	float: none;
}
.gametekk_product .entry-content-left .product-side-actions .countdown-container .countdown {
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
}
.gametekk_product .entry-content-left .product-side-actions .countdown-container .countdown > .info {
	margin-left: 0;
	margin-right: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.gametekk_product .entry-content-left .product-side-actions .btn-shop {
	display: inline-block;
	float: none;
	margin-top: 15px;
}

.gametekk_product .entry-title {
	display: block;
	margin: 0 0 25px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1em;
}

.gametekk_product .top-right {
	float: right;
	margin-bottom: 10px;
}

.gametekk_product .countdown-container {
	float: left;
}
.gametekk_product .btn-shop {
	display: block;
	float: right;
	padding: 16px 20px 15px;
}

@media only screen and (max-width: 1200px) {
	.gametekk_product .top-right {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 980px) {
	.gametekk_product .entry-content-left {
		width: 300px;
	}
	.gametekk_product .entry-content-right {
		width: calc(100% - 300px);
	}
	.gametekk_product .entry-content-left .product-side-actions .countdown-container .countdown {
		display: flex;
		flex-wrap: wrap;
	}
	.gametekk_product .entry-content-left .product-side-actions .countdown-container .countdown > .info {
		float: none;
		width: 240px;
		margin-right: 0;
	}
	.gametekk_product .entry-content-left .product-side-actions .countdown-container .countdown > span {
		flex-grow: 1;
	}
}

@media only screen and (max-width: 767px) {
	.gametekk_product .top-right {
		float: none;
		text-align: center;
	}
	.gametekk_product .top-right .countdown-container {
		float: none;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.gametekk_product .top-right .countdown-container .countdown {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
	}
	.gametekk_product .top-right .countdown-container .countdown > .info {
		float: none;
		width: 200px;
		margin-left: 0;
		margin-right: 0;
	}
	.gametekk_product .top-right .countdown-container .countdown > span {
		flex-grow: 1;
	}
	.gametekk_product .top-right .btn-shop {
		display: inline-block;
		float: none;
		margin-top: 15px;
	}
	.gametekk_product .tabs-container .tabs-buttons {
		display: flex;
	}
	.gametekk_product .tabs-container .tabs-buttons li {
		float: none;
	}
	.gametekk_product .tabs-container .tabs-content .tab-content .grid-screenshots li {
		width: 49%;
		margin-right: 1%;
	}
	.gametekk_product .tabs-container .tabs-content .tab-content .grid-screenshots li:nth-child(2n) {
		margin-right: 0;
	}
	.gametekk_product .tabs-container .tabs-content .tab-content .grid-screenshots li:nth-child(3n) {
		margin-right: 1%;
	}
	.gametekk_product .entry-content-left {
		float: none;
		width: auto;
		margin-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.gametekk_product .entry-content-left::after {
		display: block;
		content: '';
		clear: both;
	}
	.gametekk_product .entry-content-right {
		float: none;
		width: auto;
		padding-right: 0;
	}
	.gametekk_product .product-box {
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 0;
	}
	.gametekk_product .product-attributes {
		float: right;
		width: 48%;
	}
	.gametekk_product .product-attributes .product-attribute {
		font-size: 16px;
	}
	.gametekk_product .entry-content-left .product-side-actions {
		clear: both;
	}
	.gametekk_product .entry-content-left .product-side-actions .countdown-container {
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		max-width: 480px;
	}
	.gametekk_product .entry-content-left .product-side-actions .countdown-container .countdown > .info {
		width: 200px;
	}
	
}

@media only screen and (max-width: 480px) {
	.gametekk_product .tabs-container .tabs-buttons {
		display: block;
	}
	.gametekk_product .tabs-container .tabs-buttons li {
		float: none;
	}
	.gametekk_product .tabs-container .tabs-content .tab-content .grid-screenshots li {
		float: none;
		width: auto;
		margin-right: 0;
	}
	.gametekk_product .product-box {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.gametekk_product .product-attributes {
		float: none;
		width: auto;
	}
	.gametekk_product .top-right .countdown-container .countdown > .info,
	.gametekk_product .entry-content-left .product-side-actions .countdown-container .countdown > .info {
		display: block;
		width: 100%;
	}
}

/* PRODUCTS GRID */
.products-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 15px;
	list-style: none;
	background: #FFF;
}
.products-grid li {
	margin-bottom: 20px;
}

.products-grid li .product-image {
	position: relative;
	display: block;
}
.products-grid li .product-image img {
	display: block;
	width: 100%;
	height: auto;
}
.products-grid li .product-image .day-one {
	position: absolute;
	left: 0;
	bottom: 5px;
	padding: 5px 10px;
	color: #FFF;
	background: #0051FF;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
}
.products-grid li .product-image .day-one.released {
	background: #FF1100;
}
.products-grid li .product-image .day-one.not-released {
	background: #FF5100;
}
.products-grid li .product-image .day-one span {
	font-weight: 700;
}

.products-grid li .product-title {
	display: block;
	margin-top: 10px;
}

.products-grid li .product-description {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.25em;
}

@media only screen and (min-width: 981px) {
	.products-grid.col-2 li {
		width: 49%;
		margin-right: 2%;
	}
	.products-grid.col-2 li:nth-child(2n) {
		margin-right: 0;
	}
	.products-grid.col-3 li {
		width: 32%;
		margin-right: 2%;
	}
	.products-grid.col-3 li:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 481px) and (max-width: 980px) {
	.products-grid.col-2 li {
		width: 49%;
		margin-right: 2%;
	}
	.products-grid.col-2 li:nth-child(2n) {
		margin-right: 0;
	}
	.products-grid.col-3 li {
		width: 49%;
		margin-right: 2%;
	}
	.products-grid.col-3 li:nth-child(2n) {
		margin-right: 0;
	}
}

/* PAGINATION */
nav.pagination {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
}
nav.pagination .nav-links {
	display: inline-block;
}
nav.pagination .nav-links::after {
	display: block;
	clear: both;
	content: '';
}
nav.pagination .nav-links > * {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 10px 15px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	background: #FF5100;
	color: #FFF;
	cursor: pointer;
}
nav.pagination .nav-links > *:last-child {
	margin-right: 0;
}
nav.pagination .nav-links > .current {
	background: #000;
	cursor: default;
}
nav.pagination .nav-links .prev img,
nav.pagination .nav-links .next img {
	display: block;
	width: 10px;
}

/* FILTERS */
.filters {
	padding: 20px;
}
.filters .filter {
	margin-top: 30px;
}
.filters .filter:first-child {
	margin-top: 0;
}
.filters .filter label {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	color: #909090;
}
.filters .filter .select-container {
	margin: 10px 20px 0;
	background: #FAFAFA url('images/select.png') calc(100% - 7px) center no-repeat;
	border: 1px solid #959595;
	overflow: hidden;
}
.filters .filter .select-container select {
	display: block;
	width: calc(100% + 20px);
	padding-left: 7px;
	padding-right: 27px;
	font-size: 15px;
	background: transparent;
	cursor: pointer;
	border: none;
}

@media only screen and (max-width: 980px) {
	.filters {
		display: flex;
		flex-wrap: wrap;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.filters .filter {
		width: 33.33%;
		margin-top: 0;
	}
	.filters .filter label {
		margin-top: 10px;
	}
	.filters .filter .select-container {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.filters .filter {
		width: 50%;
	}
	.filters .filter label {
		font-size: 18px;
	}
	.filters .filter .select-container {
		margin-top: 5px;
	}
}

@media only screen and (max-width: 480px) {
	.filters .filter label {
		font-size: 16px;
	}
}

/* ARCHIVE */
.archive .site-main {
	padding: 20px;
	background: #E6E6E6;
}
.archive .site-main .col-left {
	float: left;
	width: 33%;
}
.archive .site-main .col-right {
	float: right;
	width: 67%;
}
.archive .site-main .col-right .page-header {
	display: none;
}

.archive .section-title {
	margin: 0 0 10px;
}
.archive .section-title a {
	font-size: 18px;
	color: #000;
}
.archive .section-title a::after {
	background: #000;
}

@media only screen and (max-width: 980px) {
	.archive .site-main .col-left,
	.archive .site-main .col-right {
		float: none;
		width: auto;
	}
}

/* SEARCH RESULTS */
.search-results .site-main {
	padding: 20px;
	background: #E6E6E6;
}
.search-results .site-main .col-right .page-header {
	display: none;
}

.search-results .section-title {
	margin: 0 0 10px;
}
.search-results .section-title a {
	padding-left: 0;
	font-size: 18px;
	color: #000;
}
.search-results .section-title a::after {
	background: #000;
}

/* STORE LOCATOR */
#wpsl-wrap .wpsl-search form {
	display: flex;
	flex-wrap: wrap;
}
#wpsl-wrap .wpsl-search form::after {
	display: block;
	content: '';
	clear: both;
}
#wpsl-wrap .wpsl-search form .wpsl-input {
	width: auto;
}
#wpsl-wrap .wpsl-search form .wpsl-select-wrap {
	width: auto;
}
#wpsl-wrap .wpsl-search form .wpsl-search-btn-wrap {
	width: auto;
}
#wpsl-wrap .wpsl-search form input {
	border-radius: 0;
}
#wpsl-wrap .wpsl-search form label {
	width: auto;
	margin-top: 4px;
}
#wpsl-wrap .wpsl-search #wpsl-search-btn {
	padding: 14px 20px;
	line-height: 1em;
	text-transform: uppercase !important;
	text-decoration: none;
	background: #FF5100;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #FFF;
	cursor: pointer;
}

@media only screen and (max-width: 480px) {
	#wpsl-wrap .wpsl-search form label {
		font-size: 15px;
	}
}

/* STORES GRID */
.stores-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 15px;
	list-style: none;
}
.stores-grid li {
	padding: 12px;
	margin-bottom: 20px;
	border: 2px solid #FF5100;
	background: #FFF url('images/logo.png') center 20px no-repeat;
	background-size: 110px auto;
	text-align: center;
}

.stores-grid li .store-title {
	display: block;
	margin-top: 90px;
	font-size: 30px;
	font-weight: 700;
}

.stores-grid li .store-location {
	margin-top: 10px;
	color: #FF5100;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25em;
}

.stores-grid li .read-more {
	display: inline-block;
	padding: 7px 14px;
	margin: 30px auto 0;
	background: #FF5100;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}

.store-modal {
	width: 100%;
	max-width: 600px;
}
.store-modal .store-title {
	display: block;
	font-size: 30px;
	font-weight: 700;
}
.store-modal .store-location {
	margin-top: 20px;
	margin-bottom: 10px;
}
.store-modal .store-location > span {
	color: #FF5100;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25em;
}

body.single-wpsl_stores .entry-header,
body.single-wpsl_stores .entry-content > .wpsl-gmap-canvas,
body.single-wpsl_stores .entry-content > .wpsl-locations-details,
body.single-wpsl_stores .entry-content > .wpsl-opening-hours {
	display: none;
}
body.single-wpsl_stores .navigation {
	display: none;
}

@media only screen and (min-width: 981px) {
	.stores-grid li {
		width: 32%;
		margin-right: 2%;
	}
	.stores-grid li:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	.stores-grid li {
		width: 49%;
		margin-right: 2%;
	}
	.stores-grid li:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.stores-grid li {
		width: 100%;
	}
}

/* PAGE MODAL */
.page-modal {
	width: 100%;
	max-width: 600px;
}
.page-modal .image {
	margin-bottom: 20px;
}
.page-modal .image img {
	display: block;
	width: 100%;
	height: auto;
}
.page-modal .content p {
	margin-bottom: 0;
}

/* BACK TO TOP */
#back-to-top {
	position: fixed;
	left: calc(50% + 620px);
	bottom: -40px;
	width: 40px;
	height: 40px;
	background-color: #FF5100;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTUwNi44ODQsMzUwLjkxNUwyNjcuNzk1LDExMS44NDFjLTMuNDE2LTMuNDE5LTcuMzQ3LTUuMTMyLTExLjc5Mi01LjEzMg0KCQljLTQuNDQ2LDAtOC4zODMsMS43MTItMTEuODAxLDUuMTMyTDUuMTMyLDM1MC45MTVDMS43MDcsMzU0LjM0LDAsMzU4LjI3LDAsMzYyLjcxOGMwLDQuNDQ1LDEuNzEyLDguMzgxLDUuMTMyLDExLjc5OA0KCQlsMjUuNjQ2LDI1LjY0NWMzLjQyLDMuNDIsNy4zNTUsNS4xMjksMTEuODAxLDUuMTI5YzQuNDQ1LDAsOC4zODEtMS43MDksMTEuOC01LjEyOWwyMDEuNjI0LTIwMS42MmwyMDEuNjMxLDIwMS42MzMNCgkJYzMuNDE4LDMuNDE5LDcuMzU0LDUuMTE4LDExLjc5Myw1LjExOGM0LjQ1MywwLDguMzg5LTEuNzA5LDExLjgwNi01LjExOGwyNS42NS0yNS42NTVjMy40MTctMy40MTgsNS4xMTUtNy4zNTQsNS4xMTUtMTEuNzk5DQoJCUM1MTIsMzU4LjI3LDUxMC4zMDIsMzU0LjMzNSw1MDYuODg0LDM1MC45MTV6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	background-size: 24px 24px;
	cursor: pointer;
    -webkit-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    transition: bottom 0.5s;
	z-index: 10;
}
#back-to-top.active {
	bottom: 20px;
}

@media only screen and (max-width: 1320px) {
	#back-to-top {
		left: auto;
		right: 6px;
	}
}

/* POST GRID */
/*.vc_grid-container .vc-gitem-zone-height-mode-auto::before {
	padding-top: 75%;
}*/
.vc_grid-container .vc_gitem-post-data-source-post_title h4 {
	text-align: center !important;
}

/* PAGE: HOMEPAGE */
.home-exclusives {
	background: #000;
}
.home-exclusives .section-title a {
	color: #FFF;
}
.home-exclusives .section-title a::after {
	background: #FFF;
}

.home-preorder {
	padding: 0;
}

.home-new {
	padding: 23px 20px;
}
.home-new .section-title a {
	padding-left: 0;
}

.home-gtcard-text {
	padding-left: 60%;
	color: #FFF;
	text-align: right;
}

@media only screen and (max-width: 1200px) {
	.home-gtcard-text {
		padding-left: 50%;
	}
}

/* PAGE: MONTH OFFERS */
.offers-column > .vc_column-inner > .wpb_wrapper  {
	padding-bottom: 105px;
}
.offers-column-button {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

/* PAGE: GT CARD */
@media only screen and (max-width: 767px) {
	.col-vantaggi > .vc_column-inner {
		margin: 0 !important;
	}
}

/* PAGE: CHAMPIONSHIP */
.vc_grid-container.post-grid-championship .vc_gitem-zone-c {
	display: none;
}
