/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

/*# sourceMappingURL=maps/custom.css.map */

body {
	font-size: 16px
}

@media (min-width: 768px) {
	body {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	body {
		font-size: 20px;
	}
}


a {
	color: #b39500;
}

.site-header--top .header-logo--img img {
	margin-top: 13px;
	max-height: 40px;
}

@media screen and (min-width: 1920px) {
	.site-header--top .header-logo--img img {
		margin-top: 3px;
		max-height: 100px;
	}
}

a {
	text-decoration: none;
}

.site-layout--landing .site-content {
	margin-top: 100px;
}

@media screen and (min-width: 768px) {
	.site-layout--landing .site-content {
		margin-top: 0;
	}
}

.header-menu-toggle__inner {
	user-select: none;
}

.main-nav li a.nav-item__discord i {
	color: #b39500;
	transition: all 240ms ease;
}

.main-nav li a.nav-item__discord:hover i, .main-nav li a.nav-item__discord:hover {
	color: #5468ff !important;
}

.error__logo-wrapper {
	text-align: left;
}

.error__logo-wrapper .error__logo {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100%;
}

.error__txt-wrapper {
	text-align: left;
	z-index: 99;
}

.error__txt-wrapper .error__title {
	font-size: 6.375rem;
	line-height: .8125em;
	color: #fff;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.error__txt-wrapper .error__title {
		font-size: 10rem;
	}
}

.error__txt-wrapper .error__subtitle {
	font-size: 2.875rem;
	line-height: 1em;
	color: #b39500;
}

@media (min-width: 992px) {
	.error__txt-wrapper .error__subtitle {
		font-size: 3.75rem;
	}
}

.error__txt-wrapper .error__desc {
	color: #c6cbea;
	font-size: 1.2rem;
	line-height: 1.5em;
}

.error__txt-wrapper .error__desc a {
	color: #b39500;
}

.ncr-page-decor__layer-3 {
	background-color: #b39500;
	background-image: linear-gradient(#ffdd33, #806a00);
	opacity: 0.6;
}

.header-account {
	position: relative !important;
	left: 0;
	margin-left: 34px;
}

.header-menu-toggle {
	margin-left: 10px;
}

.btn-discord {
	background-color: #5468ff;
	color: #fff;
}

.btn i {
	margin-right: 0;
	vertical-align: middle;
}

.page-thumbnail {
	background: url('../img/background.png');
}

.accordion-item__icon {
	border-color: #b39500;
}

.accordion-item__link:hover .accordion-item__icon {
	border-color: #b39500;
}

.accordion-item__link:hover .accordion-item__icon:after, .accordion-item__link:hover .accordion-item__icon:before {
	background-color: #b39500;
}

.accordion-item__icon::before, .accordion-item__icon::after {
	background-color: #b39500;
}

.rules {
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

.rules-slick>.slick-dots {
	margin: 3rem 1rem;
	padding-left: 0;
	margin-bottom: 0;
}

.rules-slick>.slick-dots .slick-icon {
	display: block;
	width: 34px;
	height: 34px;
	line-height: 30px;
	border: 2px solid #5e627e;
	border-radius: 100%;
	text-align: center;
}

@media (min-width: 1920px) {
	.rules-slick>.slick-dots .slick-icon {
		width: 44px;
		height: 44px;
		line-height: 38px;
		border-width: 3px;
	}
}

body:not(.cursor-is--active) .rules-slick>.slick-dots li {
	cursor: pointer;
}

.rules-slick>.slick-dots .slick-icon svg {
	display: inline-block;
	width: 12px;
	height: 12px;
	fill: #5e627e;
	-webkit-transition: fill 300ms ease;
	transition: fill 300ms ease;
}

@media (min-width: 1920px) {
	.rules-slick>.slick-dots .slick-icon svg {
		width: 16px;
		height: 16px;
	}
}

.rules-slick>.slick-dots li:hover .slick-icon, .rules-slick>.slick-dots li.slick-active .slick-icon {
	border-color: #b39500;
}

.rules-slick>.slick-dots li:hover svg, .rules-slick>.slick-dots li.slick-active svg {
	fill: #fff;
}

.rules-slick>.slick-dots li:hover i, .rules-slick>.slick-dots li.slick-active i {
	color: #fff;
}

.rules-slick>.slick-dots li {
	display: flex;
}

.rules-slick>.slick-dots li+li {
	position: relative;
}

.rule-li i {
	color: #363847;
}

@media (max-width: 374px) {
	.player-info-page .rules-slick>.slick-dots li+li {
		margin-left: 30px;
	}
}


.rules-slick>.slick-dots li+li {
	margin-top: 6px;
}

@media (min-width: 1920px) {
	.rules-slick>.slick-dots li+li {
		margin-top: 10px;
	}
}

.rules-slick>.slick-dots .slick-text a {
	margin-left: 0.5rem;
	text-align: center;
	line-height: 34px;
	color: #999;
	transition: all 20ms ease;
}

@media (min-width: 1920px) {
	.rules-slick>.slick-dots .slick-text {
		line-height: 43px;
	}
}

.rules-slick>.slick-dots li:hover .slick-text, .rules-slick>.slick-dots li.slick-active .slick-text a {
	color: #fff !important;
	/* font-size: 18px; */
}

.lh-13 {
	line-height: 1.3;
}

.rules-ol li::marker {
	font-size: 1.125rem;
	font-weight: bold;
}

.rules-p {
	font-size: 16px;
}

.rules-p strong, .rule-figure strong {
	font-weight: 600;
}

.rule-figure b {
	font-weight: 600;
}

@media (min-width: 1920px) {
	.rules-p {
		font-size: 20px;
	}

	.rules-ol li::marker {
		font-size: 1.5rem;
	}
}

.no-capitalize {
	text-transform: none !important;
}

.rules-command {
	background-color: #f1c900;
}

.rule-figure {
	line-height: 1.1;
	font-weight: 400;
	background-color: rgba(179, 149, 0, 0.3);
	padding: 0.5rem;
	border-radius: 3px;
}

@media (min-width: 992px) {
	.site-content__larger {
		width: 70% !important;
	}

	.site-content__larger .page-thumbnail {
		width: 30%;
	}
}

html {
	scroll-behavior: smooth;
}

.rules-div {
	margin-top: 6rem;
}

.rules-div:target::before {
	content: '';
	display: block;
	height: 180px;
	margin-top: -180px;
}

.iframe_custom {
	width: 100%;
	height: 300px;
}

@media (min-width: 620px) {
	.iframe_custom {
		height: 400px;
	}
}

@media (min-width: 800px) {
	.iframe_custom {
		height: 500px;
	}
}

.site-layout--default .site-content__inner .site-content__holder {
	max-width: 100% !important;
}

@media (min-width: 1920px) {
	.iframe_custom {
		height: 550px;
	}

	.page-thumbnail--text {
		padding-top: 3rem;
	}
}

.header-logo--img img {
	width: 100%;
	max-width: 90px;
}

.page-thumbnail--text {
	padding-left: 3rem;
}

.accordion-item {
	border-top: none;
	border-left: none;
	border-right: none;
}

.error__logo-wrapper .error__logo {
	position: relative;
	top: 0;
	transform: none;
}

.offcanvas {
	background-color: #222430;
	padding-top: 72px;
}

@media (min-width: 1920px) {
	.offcanvas {
		padding-top: 100px;
	}
}

.offcanvas-title {
	color: #fff;
}

.offcanvas-body {
	color: #fff;
}


/**
* TEAM SECTION
*/
.team-section {
	margin-bottom: 3rem;
}

h3.team-section__heading {
	color: #fff;
}

.team-member {
	display: inline-flex;
	background-color: rgba(255, 255, 255, 0.2);
	transition: all 100ms ease;
	padding: 1.5rem;
	width: 100%;
}

.team-member:hover, .team-member.active {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.1);
	background-repeat: no-repeat;
	background-position: 0% 0%, 100% 0%, 100% 100%, 0% 100%;
	background-size: 1.25em 1.25em, 1.25em 1.25em, 1.25em 1.25em, 1.25em 1.25em;
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%23b39500%22 %2F%3E%3C%2Fsvg%3E"),
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%23b39500%22 transform=%22translate(40, 0) rotate(90)%22 %2F%3E%3C%2Fsvg%3E"),
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%23b39500%22 transform=%22translate(40, 40) rotate(180)%22 %2F%3E%3C%2Fsvg%3E"),
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%23b39500%22 transform=%22translate(0, 40) rotate(270)%22 %2F%3E%3C%2Fsvg%3E");
}

.team-member__avatar img {
	width: 80px;
	height: 80px;
	border: #b39500 5px solid;
}

.team-member__content {
	padding-left: 2rem;
	width: 100%;
}

.team-member__content h4 {
	color: #fff;
	text-transform: none !important;
	margin-bottom: 0.4rem;
}

.team-member__content h6 {
	color: #b39500;
	margin-bottom: 0;
}

.team-member__social {
	color: #b39500;
	font-size: 30px;
	width: 100%;
}

.team-member__social a {
	margin-right: 0.5rem;
	transition: all 100ms ease;
}

@media (min-width: 720px) {
	.team-member__avatar img {
		width: 120px;
		height: 120px;
	}

	.team-member__social a {
		margin-right: 1rem;
	}

	.team-member {
		padding: 2rem;
	}
}

.team-member__social a:hover {
	color: #fff;
}

.team-detail {
	padding: 2rem;
	position: relative;
}

.team-detail .team-detail__avatar {
	width: 100%;
	text-align: center;
}

.team-detail .team-detail__avatar img {
	width: 160px;
	height: 160px;
	/* border: #b39500 5px solid; */
	padding: 1rem;
	background-repeat: no-repeat;
	background-position: 0% 0%, 100% 0%, 100% 100%, 0% 100%;
	background-size: 2em 2em, 2em 2em, 2em 2em, 2em 2em;
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%23b39500%22 %2F%3E%3C%2Fsvg%3E"),
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%23b39500%22 transform=%22translate(40, 0) rotate(90)%22 %2F%3E%3C%2Fsvg%3E"),
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%23b39500%22 transform=%22translate(40, 40) rotate(180)%22 %2F%3E%3C%2Fsvg%3E"),
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%23b39500%22 transform=%22translate(0, 40) rotate(270)%22 %2F%3E%3C%2Fsvg%3E");
}

.team-detail .team-detail__text {
	margin-top: 2rem;
	text-align: center;
}

.team-detail .team-detail__text h6 {
	color: #b39500;
}

.team-detail .team-detail__text h3 {
	color: #fff;
	text-transform: none;
}

.team-detail .team-detail__text hr {
	border-color: #5e627e;
}

.team-detail .team-detail__social {
	background-color: #1b1d2c;
	display: grid;
}

.social__item {
	width: 100%;
	display: inline-flex;
	border-bottom: #5e627e solid 1px;
}

.social__item .social__icon {
	width: 40px;
	/* border-right: #5e627e 2px solid; */
	color: #b39500;
	padding-top: 6px;
	font-size: 28px;
	line-height: 1;
}

.social__item .social__text {
	margin-left: 1rem;
	font-size: 22px;
	line-height: 2;
	color: #fff;
	transition: all 5ms ease;
}

@media (min-width: 1920px) {
	.social__item .social__icon {
		width: 48px;
		font-size: 36px;
	}

	.social__item .social__text {
		font-size: 30px;
		line-height: 1.5;
	}

}

.social__item:hover .social__text {
	color: #b39500;
}

.team-detail__about {
	background-color: #1b1d2c;
	color: #fff;
	position: relative;
	padding: 0.5rem;
	padding-top: 1.5rem;
	line-height: 1.2;
	font-size: smaller;
	text-align: left;
}

.team-detail__about .about-title {
	position: absolute;
	opacity: 0.5;
	font-size: 15px;
	top: 2px;
	left: 5px;
}

.team-detail .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* TEAM TWITCH */
.team-twitch .player-info-subtitle {
	color: #6441a5;
}

.bg-twitch {
	background-color: #6441a5;
}

.team-twitch .team-member__avatar img {
	border-color: #6441a5;
}

.team-twitch .team-member {
	background-color: rgba(0, 0, 0, 0.6);
}

.team-twitch .team-member:hover, .team-twitch .team-member.active {
	background-color: rgba(0, 0, 0, 0.4);
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%236441a5%22 %2F%3E%3C%2Fsvg%3E"),
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%236441a5%22 transform=%22translate(40, 0) rotate(90)%22 %2F%3E%3C%2Fsvg%3E"),
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%236441a5%22 transform=%22translate(40, 40) rotate(180)%22 %2F%3E%3C%2Fsvg%3E"),
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%236441a5%22 transform=%22translate(0, 40) rotate(270)%22 %2F%3E%3C%2Fsvg%3E");
}

.team-twitch .team-member__content hr {
	border-color: #fff;
}

.team-twitch .team-member__content h6 {
	color: #6441a5;
}

.team-twitch .team-member__social a {
	color: #6441a5;
}

.team-twitch .team-member__social a:hover {
	color: #fff;
}

.team-twitch .social__item .social__icon {
	color: #6441a5;
}

.team-twitch .team-detail .team-detail__avatar img {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%236441a5%22 %2F%3E%3C%2Fsvg%3E"),
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%236441a5%22 transform=%22translate(40, 0) rotate(90)%22 %2F%3E%3C%2Fsvg%3E"),
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%236441a5%22 transform=%22translate(40, 40) rotate(180)%22 %2F%3E%3C%2Fsvg%3E"),
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox=%220 0 40 40%22%3E%3Cpolygon points=%2240 0 8 0 0 0 0 8 0 40 8 40 8 8 40 8 40 0%22 fill=%22%236441a5%22 transform=%22translate(0, 40) rotate(270)%22 %2F%3E%3C%2Fsvg%3E");
}

.team-twitch .social__item .social__text a {
	color: #fff;
}

.team-twitch .social__item:hover .social__text a, .team-twitch .social__item:hover .social__text {
	color: #6441a5;
}

.team-twitch .team-detail .team-detail__text h6 {
	color: #6441a5;
}

.team-detail__stream a:hover img.stream-thumbnail {
	filter: opacity(50%);
}

.team-detail__stream .stream-thumbnail {
	width: 100%;
}


/* ALERTS */
.alert {
	background-color: transparent;
	color: #fff;
}

.site-content__inner .alert, .account-content .alert {
	background-color: #fff;
	color: #222430;
}

/**
* WHITELIST FORM
*/
.site-header--top + .site-content.page.site-content--whitelist {
	padding-top: calc(80px + 35px);
}


.whitelist-form .whitelist-form__content {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 1.5rem;
}

.whitelist-form .whitelist-form__section-title {
	color: #fff;
}

.whitelist-form .whitelist-form__question-title {
	color: #b39500;
}

.whitelist-form input.form-control::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.whitelist-form textarea.form-control::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.whitelist-form .form-control {
	color: #fff;
}

.whitelist-form .form-control:focus {
	border-color: #b39500;
	color: #b39500;
}

.whitelist-form .control-label {
	color: #fff;
}

.whitelist-form .whitelist-form__controls {
	margin-top: 1.5rem;
}

.whitelist-form__content {
	min-height: 400px;
}

.whitelist-form__navbar {
	display: inline-flex;
	margin-bottom: 1rem;
}

.whitelist-form__navbar-item {
	background: rgba(255, 255, 255, 0.2);
	padding: 0.5rem 1rem;
	color: #fff;
	font-weight: 600;
	margin-right: 0.25rem;
	cursor: pointer;
}

.whitelist-form__navbar-item.active {
	background: rgba(255, 255, 255, 0.1);
	color: #b39500;
}

.whitelist-form__navbar-item.danger {
	background: rgba(255, 128, 128, 0.2);
}

.whitelist-form__navbar-item.danger.active {
	background: rgba(255, 128, 128, 0.1);
}

.whitelist-form__navbar-item.success {
	background: rgba(128, 255, 128, 0.2);
}

.whitelist-form__navbar-item.success.active {
	background: rgba(128, 255, 128, 0.1);
}

.whitelist-form__navbar-item:hover {
	background: rgba(255, 255, 255, 0.1);
}


/**
* ACCOUNT
*/
.account-navigation__meta span {
	color: #222430;
}

.form-control:focus, .has-active .form-control {
	border-color: #b39500;
}

.control-label {
	color: #000;
	font-size: 1rem;
}

.input-group-text {
	background: transparent;
	color: #b39500;
	margin-right: 0.5rem;
	border: none;
	font-weight: 500;
	padding: 0 0 0px;
	font-size: 22px;
}

/**
* Admin
*/
@media (min-width: 992px) {
	.admin-page .account-navigation {
		width: 20%;
	}

	.admin-page .account-content {
		flex: 0 0 80%;
		-ms-flex: 0 0 80%;
	}

	.account-page.admin-page:before {
		flex: 0 0 20%;
		-ms-flex: 0 0 20%;
	}
}

.admin-page .acount-navigation {
	padding-left: 20px;
	padding-right: 20px;
}

.admin-page .account-navigation__menu a {
	padding-top: 11px;
	padding-bottom: 10px;
}

.admin-page .account-navigation__menu a:before {
	display: none;
}

@media (min-width: 768px) {
	.account-content {
		padding: 50px;
	}
}

@media (min-width: 1920px) {
	.account-content {
		padding: 80px;
	}
}

.modal {
	z-index: 1110;
}

.modal-dark h5.modal-title {
	color: #fff;
}

.modal-dark .modal-content {
	background-color: #222430;
	color: #fff;
}

.table-form {
	background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-2 {
	background-color: rgba(255, 255, 255, 0.2);
}

.table-form th {
	text-align: center;
	color: #fff;
}

.table-form td {
	color: #b39500;
	text-align: center;
	font-weight: 700;
	font-size: 1.5rem;
}

.vysledek-parent {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.vysledek{
	padding: 0.5rem;
	padding-left: 1rem;
	position: absolute;
	border-left: 10px solid;
	width: 100%;
	height: 100%;
	font-weight: 600;
}

#forms .modal-footer .border {
	border-width: 0.25rem !important;
}

.form-control-pohovor {
	border: #ff1c5c solid 2px;
	border-left: none !important;
}

.form-control-pohovor input {
	color: #fff;
}

.form-control-pohovor label {
	top: -5px;
}

.form-control-pohovor input:focus {
	color: #b39500;
}

.form-setup .form-control {
	display: block;
    /* width: 100%; */
    padding: 0.375rem 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/**
* RESPONSIVITY FIXES, because template developer is an idiot
*/

.site-header--landing .header-logo--img {
	padding-left: 5rem;
	padding-right: 5rem;
}

.site-header--landing .main-nav__list>li {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

@media (min-width: 992px) {
	.site-header--landing .main-nav__list>li {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.social-menu--landing li {
	margin: 0;
}

.social-menu--landing li a {
	padding: 1.125rem 3rem;
	padding-left: calc(3rem + 2.875rem);
}

.social-menu--landing li a i {
	top: 1.125rem;
	left: 2.875rem;
}

@media (min-width: 768px) {
	.social-menu--landing li {
		margin: 0;
	}
	.social-menu--landing li a {
		padding-right: 1.5rem;
		padding-left: calc(1.5rem + 2.875rem);
	}
	.social-menu--landing li a i {
		left: 1.225rem;
	}
}

@media (min-width: 1200px) {
	.social-menu--landing li {
		margin: 0;
	}
	.social-menu--landing li a {
		padding-right: 3rem;
		padding-left: calc(3rem + 2.875rem);
	}
	.social-menu--landing li a i {
		left: 2.725rem;
	}
}

.accordion-item__link {
	padding: 0 0 0 22px;
}

.accordion-item__icon {
	right: unset;
	left: 0;
	top: 5px;
}

.clickable-row {
	cursor: pointer;
}

.header-account .header-account__name {
	font-size: 20px;
}

.header-account .header-account__body a:hover .header-account__name {
	color: #b39500;
}

.header-account__icon i {
	color: #fff;
	font-size: 25px;
}

.header-account__icon i:hover {
	color: #b39500;
}


.tooltip {
    position: fixed;
	z-index: 9999;
}

/* FOOTER */
.site-footer {
	margin-top: -100px;
	height: 100px;
	background-color: #101010;
	z-index: 10;
	position: relative;
}

.site-layout--vertical .site-content {
	min-height: calc(100vh - 100px) !important;
	padding-bottom: 150px !important;
}

.site-content__inner {
	min-height: calc(100vh - 72px - 100px) !important;
}
.account-content, .account-navigation {
	min-height: calc(100vh - 72px - 100px) !important;
}

@media (min-width: 576px) {
	.site-footer {
		margin-top: -50px;
		height: 50px;
	}
	.site-content__inner {
		min-height: calc(100vh - 72px - 50px) !important;
	}
	.account-content, .account-navigation {
		min-height: calc(100vh - 72px - 50px) !important;
	}
	.site-layout--vertical .site-content {
		padding-bottom: 50px !important;
	}
}
@media (min-width: 1920px) {
	.site-content__inner {
		min-height: calc(100vh - 100px - 50px) !important;
	}
	.account-content, .account-navigation {
		min-height: calc(100vh - 100px - 50px) !important;
	}
}

.site-layout--vertical .main-nav {
	padding-right: 150px;
}

.custom-menu {
	padding: 0 !important;
	padding-top: 16px !important;
	margin-bottom: 16px !important;
	text-transform: none !important;
}

.custom-menu__avatar {
	height: 40px;
	margin-right: 20px;
	border-radius: 100%;
}

@media (min-width: 1920px) {
	.custom-menu {
		padding-top: 25px !important;
		margin-bottom: 25px !important;
	}
	.custom-menu__avatar {
		height: 50px;
	}
}

/* NAVBAR */
.site-header--top, .site-header--bottom {
	background-color: #141414;
}

img.video-full-bg__clip {
	mix-blend-mode: overlay !important;
	opacity: 0.7 !important;
}

.btn--landing:after, .btn--landing:before {
	content: none !important;
}

.bg-transparent-1 {
	background-color: rgba(255, 255, 255, 0.1);
}

.bg-gray {
	background-color: #f2f2f2 !important;
}

.bg-transparent-black {
	background-color: rgba(0, 0, 0, 0.1);
}

/* SHOP */

.shop-item .shop-item__img {
	background-color: rgba(0, 0, 0, 0.1);
}

.shop-item .shop-item__img img {
	max-width: 100%;
}

.shop-item__content {
	padding: 1rem;
}

.shop-item__content .shop-item__content-title {
	text-transform: none;
	margin-bottom: 0.25rem;
}

.shop-item .shop-item__lore {
	line-height: 1.3;
	font-size: 18px;
}

.shop-item .shop-item__price {
	color: #998200;
}