@import url('../fonts/fonts.css?5');

html, body, form, input, textarea, h1, h2, h3, h4, h5, h6, p, ul, li {margin: 0; padding: 0;}
html, body {width: 100%; height: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, form, label {display: block;}
img {border: 0; -ms-interpolation-mode: bicubic;}
:focus {outline: 0;}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
	background: #fff;
}
body.no-scroll {
	overflow: hidden;
}
body, table, td, th {
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #dadada;
}
button, input, optgroup, select, textarea {
	font: inherit;
	color: inherit;
	border: 0 none;
}
a, button {
	cursor: pointer;
}

a {
	color: #dadada;
	text-decoration: none;
	transition: 0.3s all;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

b, strong { font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'basebloomregular', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 20px 0;
	color: #fff;
}
h1 { font-size: 44px; line-height: 50px; }
h2 { font-size: 30px; line-height: 36px; }
h3 { font-size: 22px; line-height: 26px; }
h4 { font-size: 17px; line-height: 24px; }
h5 { font-size: 14px; line-height: 20px; }
h6 { font-size: 10px; line-height: 20px; }
p {margin: 20px 0;}
ul {list-style-type: none;}
ol {padding-left: 20px; padding-inline-start: 20px;}
ul li {
	background-image: url('../icons/bullet-icon-white.svg');
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 15px 15px;
	padding: 0 0 7px 18px;
}


.home .notice {
	/*display:none;*/
	position:fixed;
	bottom:auto;
	top:0;
	left: 50%;
	right: 50%;
	font-size: 12px;
	color: #FFF;
	background: grey;
	z-index: 999999999;
	width: 500px;
	padding: 5px 10px;
	text-align: center;
	transform: translate(-50%, -50%);
	margin-top: 25px;
	border-radius:4px;
}
.home.dimmed .notice {

	bottom:0;
	top:auto;
	margin-top: 0;
	margin-bottom: -30px;

}

.mobilemenu {
	display: none;
	background: transparent;
	padding: 10px 6px;
	margin-right: -6px;
	width: 36px;
}
.mobilemenu span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: 0.3s all;
}
.mobilemenu span + span {
	margin-top: 5px;
}
.mobilemenu.active {
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobilemenu.active span {
	margin: 0;
	position: absolute;
}
.mobilemenu.active span:nth-child(1) {
	transform: rotate(45deg);
}
.mobilemenu.active span:nth-child(2) {
	display: none;
}
.mobilemenu.active span:nth-child(3) {
	transform: rotate(-45deg);
}
.mobile-menu {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(0,0,0,.9);
	z-index: 20000;
	padding: 40px 20px 40px;
	text-align: center;
	overflow: hidden;
	overflow-y: auto;
}
.mobile-menu.active {
	display: block;
}
.mobile-menu .menu-logo {
	display: block;
	width: 126px;
	height: auto;
	margin: 0 auto;
}
.mobile-menu .menu-links {
	margin-top: 40px;
}
.mobile-menu .menu-links a {
	display: block;
	font-family: 'basebloomregular', sans-serif;
	font-size: 16px;
}
.mobile-menu .menu-links a:first-child {
	display: none;
}
.mobile-menu .menu-links a + a {
	margin-top: 15px;
}
.mobile-menu .menu-links a.active {
	color: #7eb557;
}
.mobile-menu .languages {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 60px 0 0 -20px;
}
.mobile-menu .languages a {
	margin: 0 0 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	color: #8c8c8c;
}
.mobile-menu .languages a.active {
	color: #fff;
	font-weight: 700;
}
.mobile-menu .menu-close {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #212121;
	background-image: url('../icons/close-icon-white.svg');
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: center center;
	position: fixed;
	top: 12px;
	right: 10px
}
.viewer ul li {
	background-image: url('../icons/bullet-icon-black.svg');
}
.page-view ul li {
	background-image: url('../icons/bullet-icon-black.svg');
}
.bg-video {
	position: fixed;
	width: auto;
	height: 100%;
	top: 40px;
	right: 40px;
	left: 40px;
	overflow: hidden;
}
.bg-video video {
	display: block;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@media (orientation: portrait) {
	.bg-video video {
		max-height: 100%;
	}
}
.bg-video:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition: 0.8s background;
}
.dimmed .bg-video:after {
	background: rgba(0,0,0,0.9);
}
.btn {
	padding: 11px 21px;
	font-size: 16px;
	font-weight: 700;
}
.black-btn {
	background-color: #000;
	color: #fff !important;
	transition: 0.3s background-color;
}
.black-btn:hover {
	background-color: #252525;
	color: #fff !important;
}
.border-btn {
	padding: 10px 21px;
	color: #ababab;
	border: 1px solid #ccc;
	font-weight: normal;
}
.border-btn:hover {
	border-color: #000;
	color: #000;
}
header, section, main, footer {
	width: 100%;
	margin: 0 auto;
}
section:after,
main > div:after,
footer > div:after {
	display: block;
	content: "";
	clear: both;
	overflow: hidden;
}
section, footer {
	position: relative;
	z-index: 5;
}
.content-wrapper,
.viewer .page-view {
	width: 1346px;
	margin: 0 auto;
}
section#home,
section#esileht {
	position: relative;
	min-height: 100%;
	border: 0px solid #fff;
	border-top-width: 40px;
}
.home-wrapper {
	height: 100%;
	padding-top: 101px;
}
.home-wrapper .site-logo {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 52px;
	height: auto;
	margin: 0 auto;
}
.home-wrapper .heading {
	position: absolute;
	top: calc(50% - 100px);
	width: 100%;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	text-align: center;
}
.home-wrapper .heading h1 {
	font-size: 60px;
	line-height: 58px;
}
.home-wrapper > * > * {
	position: relative;
	z-index: 5;
}
.home-wrapper .languages {
	display: none;
}
.explore {
	position: relative;
	margin: 20px 0 -17px -17px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.explore > a {
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	margin: 0 0 17px 17px;
	background: #777 no-repeat center center;
}
.explore > a:hover {
	background-color: #ddd;
}
.explore .facebook {
	background-image: url('../icons/facebook-icon-black.svg');
	background-size: 22px 22px;
}
.explore .instagram {
	background-image: url('../icons/instagram-icon-black.svg');
	background-size: 20px 20px;
}
.explore .spotify {
	background-image: url('../icons/spotify-icon-black.svg');
	background-size: 32px 32px;
}
.explore .youtube {
	background-image: url('../icons/youtube-icon-black.svg');
	background-size: 22px 22px;
}
.explore .twitter {
	background-image: url('../icons/twitter-icon-black.svg');
	background-size: 20px 20px;
}
.explore .deezer {
	background-image: url('../icons/deezer-icon-black.svg');
	background-size: 20px 20px;
}
.explore .apple-music {
	background-image: url('../icons/apple-music-icon-black.svg');
	background-size: 18px 18px;
}
.explore .wikipedia {
	background-image: url('../icons/wikipedia-icon-black.svg');
	background-size: 22px 22px;
}
.spotify-follow {
	height: 26px;
	width: 92px;
	margin: 20px 0 0 0;
}
.home-wrapper .mobile-nav {
	display: none;
}
header {
	background: #fff;
	position: relative;
	z-index: 200;
}
header > div {
	height: 100px;
	display: flex;
	align-items: center;
}
header .header-logo {
	display: block;
	width: 130px;
	max-width: 100%;
	height: auto;
}
header nav {
	display: flex;
	align-items: center;
	height: inherit;
	flex: 1;
}
header nav a {
	display: block;
	font-family: 'basebloomregular', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #848484;
}
header nav a:hover {
	color: #000;
}
header .header-cart {
	display: none;
	align-items: center;
	justify-content: center;
	background: #000;
	height: 30px;
	padding-left: 15px;
	border-radius: 20px;
	font-family: 'basebloomregular', sans-serif;
	transition: 0.3s background;
	height: 40px;
	background: #000 url(../icons/buy-icon-white.svg) no-repeat left 12px center;
	background-size: 16px 16px;
	padding-left: 36px;
}
header .header-cart.active {
	display: flex;
	margin-left: 30px;
}
header .header-cart:hover {
	background-color: #252525;
	color: #dadada;
}
header.page-header .header-cart:hover span {
	color: #fff;
}
header .header-cart > span {
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	transition: 0.3s color;
	text-transform: uppercase;
}
header .header-cart > b {
	font-size: 12px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #fff;
 	color: #000;
	text-align: center;
	line-height: 20px;
	margin: 0 9px;
}
header:not(.static-header) {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 0 80px;
	height: 100px;
}
header.page-header {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
header.page-header nav a:hover {
	color: #fff;
}
.page-header-placeholder {
	height: 100px;
}
header img {
	margin-right: 50px;
}
header nav {
	justify-content: normal;
	position: relative;
	margin: 0 0 0 -50px;
}
header nav a {
	margin: 0 0 0 50px;
}
header nav a:first-child {
	display: none;
}
header .languages {
	position: relative;
	margin: 0 0 0 -30px;
	height: auto;
}
header .languages a {
	display: block;
	font-family: 'basebloomregular', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #848484;
	margin: 0 0 0 30px;
}
header .languages a:hover {
	color: #000;
}
header.page-header .languages a:hover {
	color: #fff;
}
.static-header-placeholder {
	height: 114px;
}
header.sticky-header {
	position: fixed;
	top: -200px;
	width: 100%;
	transition: 0.3s top;
}
.dimmed header.sticky-header {
	top: 0;
	left: 0;
	transition-delay: 0.5s;
}
header.static-header {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 120px;
	transition: 0.3s all;
	display: flex;
	align-items: center;
	padding: 0 80px;
}
header.static-header nav {
	margin-right: 150px;
}
header.static-header .header-cart {
	margin-left: 50px;
}
.dimmed header.static-header {
	bottom: -300px;
	opacity: 0;
	transition-delay: 0.3s;
}
body > section {
	padding-top: 190px;
}
body > section#home,
body > #home + section,
body > section#esileht,
body > #esileht + section {
	padding-top: 0;
}
/*
body.tradfest-hide > #tradfest {
	display: none !important;
}
body.tradfest-hide > #tradfest-1 {
	display: none !important;
}
.tradfest-hide header nav a[href="#tradfest"],
.tradfest-hide header nav a[href="#tradfest-1"],
.tradfest-hide .home-wrapper .mobile-nav a[href="#tradfest"],
.tradfest-hide .home-wrapper .mobile-nav a[href="#tradfest-1"] {
	display: none !important;
}
.tradfest-hide .mobile-menu .menu-links a[href="./#tradfest"],
.tradfest-hide .mobile-menu .menu-links a[href="./#tradfest-1"]  {
	display: none !important;
}
*/
.events-wrapper h2 {
	font-size: 36px;
	line-height: 42px;
	text-align: left;
	margin: 0 0 20px;
}
.events-wrapper h2:before,
.master-plan-wrapper h2:before {
	display: none;
}
.events-bar {
	display: flex;
	/*height: 78px;*/
	margin-top: 40px;
}
.events-wrapper + .events-wrapper .events-bar {
	margin-top: 20px;
}
.events-bar > * {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	flex: 1;
	position: relative;
}
.events-bar > *:not(.coming-event):before {
	content: attr(events-data);
	min-width: 34px;
	height: 34px;
	min-height: 34px;
	background: #dadada;
	color: #000;
	border-radius: 17px;
	font-size: 12px;
	line-height: 33px;
	text-transform: uppercase;
	margin-bottom: 10px;
	transition: 0.3s all;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}
.events-bar > *:hover:not(.coming-event):before {
	background: #000;
	color: #dadada;
	border: 1px solid #dadada;
}
.events-bar > *:after {
	height: 2px;
	width: 100%;
	content: "";
	background: #dadada;
	position: absolute;
	z-index: -1;
	top: 16px;
}
/*
.events-bar > *:last-child:after {
	left: 100%;
}
*/
.events-bar > *.finished-event > span {
	color: #fff;
	font-family: 'basebloomregular', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}
.events-bar > * .year-details {
	display: none;
	position: absolute;
	top: -100%;
	left: 0;
	background: #000;
	padding: 12px 16px;
	border-radius: 16px;
	z-index: 21;
	cursor: default;
}
.events-bar > *:hover .year-details {
	display: block;
}
.events-bar > * .year-details span {
	display: block;
	white-space: nowrap;
	font-size: 15px;
	color: #dadada;
}
.events-bar > *.coming-event {
	flex-direction: row;
	/*padding-right: 69px;*/
	padding-right: 20px;
    max-width: 25%;
}
.events-bar > *.coming-event:last-child:after {
    display: none;
}
.events-bar > *.coming-event .coming-event-inner {
	display: flex;
	background: #dadada;
	padding: 19px;
	border-radius: 16px;
	min-width: 240px;
	position: relative;
	top: -70px;
    width: 100%;
}
.events-bar > *.coming-event .event-date {
	font-family: 'basebloomregular', sans-serif;
	text-transform: uppercase;
	color: #7a7a7a;
	flex-direction: row;
	text-align: center;
}
.events-bar > *.coming-event .event-date .date {
	font-size: 36px;
	line-height: 1;
}
.events-bar > *.coming-event .event-date .month {
	font-size: 27px;
	line-height: 1;
}
.events-bar > *.coming-event .event-date .year {
	font-size: 20px;
	line-height: 1;
}
.events-bar > *.coming-event .event-data {
	margin-left: 16px;
	color: #000;
}
.events-bar > *.coming-event .event-data .event-name {
	font-size: 13px;
	line-height: 16px;
}
.events-bar > *.coming-event .event-data .event-location {
	font-size: 14px;
	line-height: 17px;
	font-weight: 900;
	margin-top: 2px;
}
.events-bar > *.coming-event .event-data .event-tickets-cta {
	display: block;
	float: left;
	font-size: 12px;
	padding: 6px 19px;
	border-radius: 17px;
	margin-top: 15px;
}
.master-plan-wrapper h2 {
	text-align: left;
}
.master-plan-wrapper .master-plan-overview {
	overflow: hidden;
}
.master-plan-wrapper .master-plan-progress .progress {
	font-family: 'basebloomregular', sans-serif;
	text-transform: uppercase;
	font-size: 72px;
	line-height: 1;
	margin-bottom: 4px;
	color: #fff;
}
.master-plan-wrapper .master-plan-progress h2 {
	font-size: 30px;
	margin: 0 0 50px;
}
.master-plan-wrapper .master-plan-progress p {
	font-size: 20px;
	line-height: 30px;
	color: #dadada;
}
.master-plan-wrapper .left-width {
	float: left;
	width: 425px;
	padding-right: 50px;
}
.master-plan-wrapper .right-width {
	float: right;
	width: calc(100% - 425px);
}
.master-plan-wrapper .visited-countries-inner {
	position: relative;
	margin: 0 0 -39px -39px;
	clear: both;
	height: 464px;
	overflow: hidden;
}
.master-plan-wrapper .visited-countries-inner .visited-countries-inner-scroll {
	position: absolute;
	width: 100%;
	top: 0;
	transition: 0.5s top;
}
.master-plan-wrapper .visited-countries-inner a {
	display: block;
	float: left;
	width: calc(100% / 4 - 39px);
	margin: 0 0 39px 39px;
	height: 191px;
	padding-bottom: 20%;
	position: relative;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
	transition: 0.5s all;
}
.master-plan-wrapper .visited-countries-inner a.no-hover {
	cursor: default;
}
.master-plan-wrapper .visited-countries-inner a.disabled {
	width: 0;
	height: 0;
	margin: 0;
}
.master-plan-wrapper .visited-countries-inner a.disabled span {
	display: none;
}
.master-plan-wrapper .visited-countries-inner a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url('../img/country-overlay-pattern.svg');
	background-color: rgba(43, 43, 43, 0.34);
	transition: 0.3s background;
}
.master-plan-wrapper .visited-countries-inner a:hover:after {
	background: none;
}
.master-plan-wrapper .visited-countries-inner a span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'basebloomregular', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	z-index: 20;
	text-align: center;
	line-height: 19px;
}
.master-plan-wrapper .master-plan-bottom {
	margin-top: 63px;
	display: flex;
	align-items: center;
}
.master-plan-wrapper .master-plan-search .search-country {
	width: 100%;
	max-width: 324px;
	position: relative;
	display: flex;
	align-items: center;
}
.master-plan-wrapper .master-plan-search .search-country input {
	width: 100%;
	height: 54px;
	border-radius: 27px;
	font-size: 18px;
	color: #999999;
	padding: 0 58px 0 19px;
	transition: 0.3s background-color;
}
.master-plan-wrapper .master-plan-search .search-country input:focus {
	background: #dcdcdc;
}
.master-plan-wrapper .master-plan-search .search-country input::placeholder {
	color: #999999;
}
.master-plan-wrapper .master-plan-search .search-country .search-icon {
	display: block;
	width: 22px;
	height: 22px;
	background: url('../icons/search-icon-black.svg') no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 19px;
}
.master-plan-wrapper .master-plan-bottom .master-plan-pagination-inner {
	position: relative;
	margin: 0 0 -7px -7px;
}
.master-plan-wrapper .master-plan-bottom .master-plan-pagination-inner > span {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 34px;
	min-width: 34px;
	height: 34px;
	border-radius: 17px;
	font-size: 12px;
	background: #000;
	color: #fff;
	border: 2px solid #dadada;
	cursor: pointer;
	margin: 0 0 7px 7px;
	transition: 0.3s all;
}
.master-plan-wrapper .master-plan-bottom .master-plan-pagination-inner > span.active,
.master-plan-wrapper .master-plan-bottom .master-plan-pagination-inner > span:hover {
	background: #dadada;
	border: 2px solid #dadada;
	color: #000;
}
section h2 {
	text-align: center;
	margin: 0 0 90px;
}
.videos-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 50px;
	grid-column-gap: 50px;
}
.videos-list > a {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.videos-list > a:nth-child(1) {
	grid-row-start: 1;
	grid-row-end: 3;
	height: auto;
	padding-bottom: 123%;
}
.videos-list > a:nth-child(2) {
	grid-row: 1;
	grid-column: 2 / 3;
}
.videos-list > a:nth-child(3) {
	grid-row: 2;
	grid-column: 2 / 3;
}
.videos-list > a:nth-child(4) {
	grid-row-start: 1;
	grid-row-end: 3;
}
.videos-list > a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../icons/youtube-play-icon.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 50px;
	background-color: rgba(27, 27, 27, 0.3);
	transition: 0.3s background-color;
}
.videos-list > a:hover:after {
	background-color: rgba(27, 27, 27, 0);
}
.bio-wrapper .story {
	float: left;
	width: 820px;
	padding-right: 75px;
}
.bio-wrapper .story > p:first-child {
	margin-top: 0;
}
.bio-wrapper .story a {
	color: #8a8a8a;
	text-decoration: underline;
}
.bio-wrapper .testimonials {
	float: right;
	width: calc(100% - 820px);
}
.bio-wrapper .testimonials .testimonial {
	display: block;
	background: url('../icons/quote-left-icon-white.svg') no-repeat left top;
	background-size: 36px 36px;
	padding: 20px 0 0 50px;
}
.bio-wrapper .testimonials .testimonial + .testimonial {
	margin-top: 50px;
}
.bio-wrapper .testimonials .testimonial p {
	font-style: italic;
}
.bio-wrapper .testimonials .testimonial span {
	font-family: 'basebloomregular', sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.listen-wrapper .spotify-list {
	text-align: center;
}
.listen-wrapper .spotify-list iframe {
	width: 300px;
	height: 460px;
}
.listen-wrapper .spotify-list .slick-prev,
.listen-wrapper .spotify-list .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	box-shadow: 0 0 10px rgba(72, 72, 72, 0.75);
}
.listen-wrapper .spotify-list .slick-arrow {
	background-color: #fff !important;
	background-size: 20px 20px !important;
	background-position: center center !important;
	border-radius: 50%;
	transition: 0.3s background-color;
}
.listen-wrapper .spotify-list .slick-arrow:hover {
	background-color: #d4d4d4 !important;
}
.listen-wrapper .spotify-list .slick-prev {
	left: -30px;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIKICAgICB2aWV3Qm94PSIwIDAgMjYgMjYiCiAgICAgc3R5bGU9ImZpbGw6IzAxMjMzYzsiPjxnIGlkPSJzdXJmYWNlMSI+PHBhdGggc3R5bGU9IiAiIGQ9Ik0gMTAuNTkzNzUgMTMgTCAxOS4xNzk2ODggNC4yMzQzNzUgQyAxOS41NjI1IDMuODQzNzUgMTkuNTU4NTk0IDMuMjE4NzUgMTkuMTcxODc1IDIuODI4MTI1IEwgMTcuNjM2NzE5IDEuMjkyOTY5IEMgMTcuMjQyMTg4IDAuOTAyMzQ0IDE2LjYwOTM3NSAwLjkwMjM0NCAxNi4yMTg3NSAxLjI5Njg3NSBMIDUuMjkyOTY5IDEyLjI5Mjk2OSBDIDUuMDk3NjU2IDEyLjQ4ODI4MSA1IDEyLjc0MjE4OCA1IDEzIEMgNSAxMy4yNTc4MTMgNS4wOTc2NTYgMTMuNTExNzE5IDUuMjkyOTY5IDEzLjcwNzAzMSBMIDE2LjIxODc1IDI0LjcwMzEyNSBDIDE2LjYwOTM3NSAyNS4wOTc2NTYgMTcuMjQyMTg4IDI1LjA5NzY1NiAxNy42MzY3MTkgMjQuNzA3MDMxIEwgMTkuMTcxODc1IDIzLjE3MTg3NSBDIDE5LjU1ODU5NCAyMi43ODEyNSAxOS41NjI1IDIyLjE1NjI1IDE5LjE3OTY4OCAyMS43NjU2MjUgWiAiPjwvcGF0aD48L2c+PC9zdmc+') 50% 50% no-repeat;
}
.listen-wrapper .spotify-list .slick-next {
	right: -30px;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIKICAgICB2aWV3Qm94PSIwIDAgMjYgMjYiCiAgICAgc3R5bGU9ImZpbGw6IzAxMjMzYzsiPjxnIGlkPSJzdXJmYWNlMSI+PHBhdGggc3R5bGU9IiAiIGQ9Ik0gMTUuNDA2MjUgMTMgTCA2LjgyMDMxMyA0LjIzNDM3NSBDIDYuNDM3NSAzLjg0Mzc1IDYuNDQxNDA2IDMuMjE4NzUgNi44MjgxMjUgMi44MjgxMjUgTCA4LjM2MzI4MSAxLjI5Mjk2OSBDIDguNzU3ODEzIDAuOTAyMzQ0IDkuMzkwNjI1IDAuOTAyMzQ0IDkuNzgxMjUgMS4yOTY4NzUgTCAyMC43MDcwMzEgMTIuMjkyOTY5IEMgMjAuOTAyMzQ0IDEyLjQ4ODI4MSAyMSAxMi43NDIxODggMjEgMTMgQyAyMSAxMy4yNTc4MTMgMjAuOTAyMzQ0IDEzLjUxMTcxOSAyMC43MDcwMzEgMTMuNzA3MDMxIEwgOS43ODEyNSAyNC43MDMxMjUgQyA5LjM5MDYyNSAyNS4wOTc2NTYgOC43NTc4MTMgMjUuMDk3NjU2IDguMzYzMjgxIDI0LjcwNzAzMSBMIDYuODI4MTI1IDIzLjE3MTg3NSBDIDYuNDQxNDA2IDIyLjc4MTI1IDYuNDM3NSAyMi4xNTYyNSA2LjgyMDMxMyAyMS43NjU2MjUgWiAiPjwvcGF0aD48L2c+PC9zdmc+') 50% 50% no-repeat;
}
section .shop-wrapper h2 {
	margin-bottom: 0;
}
.shop-categories {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	background: transparent;
	/*border-top: 2px solid rgba(255,255,255,0.3);*/
	border-bottom: 2px solid rgba(255,255,255,0.3);
	height: 60px;
	width: 100%;
	margin-bottom: 50px;
}
.shop-categories > div {
	font-size: 17px;
	font-family: 'basebloomregular', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	color: #636363;
	transition: 0.3s color;
}
.shop-categories > div + div {
	margin-left: 10px;
}
.shop-categories > div:hover {
	color: #969696;
}
.shop-categories > div.active {
	color: #bfbfbf;
}
.shop-list {
	position: relative;
	margin: 0 0 -51px -51px;
}
.shop-list .product {
	display: block;
	float: left;
	width: calc(100% / 5 - 51px);
	margin: 0 0 51px 51px;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	height: auto;
	padding-bottom: 21.475%;
}
.shop-list .product.hidden {
	opacity: 0;
	transition-delay: 1.2s;
}
.shop-list .product.hidden:nth-child(1) {transition-delay: 0s;}
.shop-list .product.hidden:nth-child(2) {transition-delay: 0.1s;}
.shop-list .product.hidden:nth-child(3) {transition-delay: 0.2s;}
.shop-list .product.hidden:nth-child(4) {transition-delay: 0.3s;}
.shop-list .product.hidden:nth-child(5) {transition-delay: 0.4s;}
.shop-list .product.hidden:nth-child(6) {transition-delay: 0.5s;}
.shop-list .product.hidden:nth-child(7) {transition-delay: 0.6s;}
.shop-list .product.hidden:nth-child(8) {transition-delay: 0.7s;}
.shop-list .product.hidden:nth-child(9) {transition-delay: 0.8s;}
.shop-list .product.hidden:nth-child(10) {transition-delay: 0.9s;}
.shop-list .product.hidden:nth-child(11) {transition-delay: 1s;}
.shop-list .product.hidden:nth-child(12) {transition-delay: 1.1s;}
.shop-list .product.disabled {
	display: none;
}
.shop-list .product:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}
.shop-list .product .product-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 30px 20px 30px;
	z-index: 20;
}
.shop-list .product .product-price {
	display: flex;
	align-items: flex-end;
}
.shop-list .product .product-price .normp {
	color: #fff;
	font-weight: 900;
	line-height: 1;
}
.shop-list .product .product-price .normp span:first-child {
	font-size: 30px;
}
.shop-list .product .product-price .normp span:last-child {
	font-size: 17px;
	position: relative;
	top: -10px;
}
.shop-list .product .product-price .oldp {
	font-size: 17px;
	text-decoration: line-through;
	margin-bottom: 2px;
	color: #ababab;
}
.shop-list .product .product-price .shopcart-cta {
	display: block;
	background: url('../icons/buy-icon-white.svg') no-repeat center center;
	background-size: contain;
	width: 22px;
	height: 22px;
	margin-left: auto;
	margin-bottom: 4px;
}
.shop-list .product .product-name {
	color: #dadada;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	visibility: hidden;
	max-height: 0;
	transition: 0.3s all ease-in-out;
}
.shop-list .product:hover .product-name {
	visibility: visible;
	max-height: 200px;
	padding-top: 15px;
}
.shop-buy-nothing .shop-list .product:after {
	background: rgba(0, 0, 0, 0.77);
	z-index: 20;
}
.shop-buy-nothing .shop-list {
	overflow: hidden;
}
.shop-buy-nothing .shop-list .shop-message {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 51px;
	z-index: 22;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 34px;
	line-height: 38px;
	color: #fff;
	font-family: 'basebloomregular', sans-serif;
}
.shop-buy-nothing .shop-list .shop-message span {
	display: block;
	font-size: 20px;
	line-height: 26px;
}
.post-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 40px 0 -40px -40px;
}
.post-list .post-list-item {
	width: calc(100% / 3 - 40px);
	margin: 0 0 40px 40px;
}
.post-list .post-list-item .post-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.3s transform;
}
.post-list .post-list-item .post-header {
	display: block;
	position: relative;
	overflow: hidden;
	height: 230px;
}
.post-list .post-list-item .post-header:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 120px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%)
}
.post-list .post-list-item .post-header:hover .post-image {
	transform: scale(1.05);
}
.post-list .post-list-item .post-header .post-header-inner {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 10px;
	z-index: 2;
}
.post-list .post-list-item .post-header .post-title {
	font-size: 19px;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
}
.post-list .post-list-item .post-header .post-date {
	font-size: 12px;
	color: #b9b9b9;
	margin-top: 4px;
}
.post-list .post-list-item .post-content {
	margin: 20px 0;
	font-size: 18px;
	line-height: 1.5;
}
.post-list .post-list-item .read {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
.more-posts .post-list {
	margin-top: 40px;
}
.post-view {
	padding: 0 0 40px;
}
.post-view .post-header {
	display: block;
	position: relative;
	overflow: hidden;
	height: 550px;
}
.post-view .post-header:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 160px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%)
}
.post-view .post-header .post-header-inner {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
	z-index: 2;
}
.post-view .post-header .post-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.post-view .post-header .post-title {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
}
.post-view .post-header .post-date {
	font-size: 14px;
	color: #b9b9b9;
	margin-top: 4px;
}
.post-view .post-image-signature {
	padding-top: 8px;
	font-size: 14px;
	text-align: right;
	font-style: italic;
	color: #5f5f5f;
}
.post-view .post-content {
	overflow: hidden;
}
.post-view .post-content p {
	line-height: 1.8;
}
.post-view .post-content p a {
	color: #8a8a8a;
	text-decoration: underline;
}
.post-view .post-content p img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}
.post-view .post-author {
	display: flex;
	align-items: center;
	margin-top: 40px;
	display: none !important;
}
.post-view .post-author .post-author-image {
	display: block;
	width: 65px;
	min-width: 65px;
	height: 65px;
}
.post-view .post-author .post-author-inner {
	margin-left: 20px;
	background: #f1f1f1;
	padding: 6px 18px;
	border-radius: 5px;
}
.post-view .post-author .name {
	font-size: 15px;
	font-weight: 700;
}
.post-view .post-author .position {
	font-size: 14px;
	line-height: 1.4;
}
.post-view .post-author .email {
	display: block;
	font-size: 14px;
	line-height: 1.4;
}
.more-posts {
	margin-top: 60px;
	float: left;
	overflow: hidden;
	padding-bottom: 40px;
}
.content-outer {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
}
.content-outer:before,
.content-outer:after {
	content: "";
	position: fixed;
	top: 0;
	bottom: 0;
}
.content-outer:before {
	left: 0;
	border-left: 40px solid #000;
}
.content-outer:after {
	right: 0;
	border-right: 40px solid #000;
}
.main-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
.main-wrapper .page-content h1 {
	margin-top: 0;
}
.contact-wrapper h2 {
	margin: 0 0 40px;
}
.contacts-wrapper .booking-contacts {
	width: calc(100% - 440px);
	float: left;
}
.contacts-wrapper .booking-contacts h2,
.contacts-wrapper .booking-contacts h4 {
	width: 140px;
}
.contacts-wrapper .booking-contacts .our-contacts-inner {
	columns: 2;
}
.contacts-wrapper .management-contacts {
	width: 440px;
	float: right;
}
.contacts-wrapper .management-contacts h2,
.contacts-wrapper .management-contacts h4 {
	width: 200px;
}
.contacts-wrapper .management-contacts .our-contacts-inner {
	columns: 1;
}
.contacts-wrapper .our-contacts-inner > div {
	break-inside: avoid;
	padding-top: 30px;
}
.contacts-wrapper .our-contacts-inner > div ul {
	padding-left: 30px;
}
.contacts-wrapper a:hover {
	color: #777;
}
.contacts-wrapper h4 {
	float: left;
	display: block;
	clear: left;
	margin: 0;
	text-align: right;
}
.contacts-wrapper ul {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.contacts-wrapper li {
	margin: 0;
	padding: 0;
	background-image: none;
}
.contacts-wrapper h2 {
	text-align: right;
	margin: 0 0 10px;
}
.join-newsletter.tradfest-newsletter {
	margin: 80px 0 100px;
}
.footer-wrapper {
	padding: 200px 0 170px;
}
.join-newsletter .frm-join-nl {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	margin: 0 0 -14px -20px;
}
.join-newsletter .frm-join-nl > div {
	margin: 0 0 14px 20px;
}
.join-newsletter .frm-join-nl input {
	width: 240px;
	max-width: 100%;
	height: 48px;
	border: 1px solid #fff;
	box-shadow: none;
	font-size: 16px;
	color: #fff;
	padding: 0 20px;
	overflow: hidden;
	border-radius: 27px;
	background: transparent;
	transition: 0.3s background-color;
}
.join-newsletter .frm-join-nl input:focus {
	background: #fff;
	color: #000;
}
.join-newsletter .frm-join-nl input:focus::placeholder {
	color: #000 !important;
}
.join-newsletter .frm-join-nl input::placeholder {
	color: #fff;
}
.join-newsletter .frm-join-nl input.error {
	border-color: #ff0000;
}
.join-newsletter .frm-join-nl button {
	font-family: 'basebloomregular', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	height: 48px;
	border-radius: 27px;
	padding: 0 20px;
	white-space: nowrap;
	background: #fff;
	color: #000;
	box-shadow: 0;
	-webkit-animation: none;
	border: 1px solid #000;
	transition: 0.3s background;
}
.join-newsletter .frm-join-nl button:hover {
	background: #000;
	color: #fff;
	border: 1px solid #fff;
}
.join-newsletter .form-response-message {
	text-align: center;
	color: #fff;
	padding: 5px 10px;
	font-weight: 700;
	font-size: 22px;
}
.footer-wrapper .explore {
	display: none;
}
.footer-wrapper .terms {
	margin-top: 60px;
	text-align: center;
}
.footer-wrapper .terms > a,
.footer-wrapper .terms > span {
	display: block;
	font-size: 16px;
	line-height: 20px;
}
.footer-wrapper .terms > a  + a {
	margin-top: 10px;
}

.footer-wrapper .terms > span {
	margin-top: 30px;
}
.viewer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.85);
	opacity: 0;
	transition: opacity .25s ease, visibility 0s .25s;
	visibility: hidden;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.viewer.active {
	opacity: 1;
	visibility: visible;
}
.viewer-inner {
	background: #fff;
	overflow: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}
.viewer.mini .viewer-inner {
	padding: 0 20px;
}
.viewer-inner.content-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.close {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-image: url('../icons/close-icon-black.svg');
	background-repeat: no-repeat;
	background-size: 36px 36px;
	background-position: center center;
	background-color: #e8e8e8;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 20;
	cursor: pointer;
	transition: 0.3s background-color;
}
.close:hover {
	background-color: #c7c7c7;
}
.viewer-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.viewer-bg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.46);
}
.viewer-content-header {
    text-align: center;
    position: relative;
    z-index: 19;
    width: 100%;
    max-width: 1300px;
}
.viewer-content-header h1 {
	margin: 0 0 40px;
}
.viewer-content {
	margin-top: 40px;
	position: relative;
	z-index: 5;
}
.viewer-content-videos {
	position: relative;
	margin: 100px 0 -20px -20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.viewer-content-videos > a {
	display: block;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0 0 20px 20px;
	position: relative;
	overflow: hidden;
	transition: transform .2s;
}
.viewer-content-videos > a:hover {
	transform: scale(1.1);
}
.viewer-content-videos > a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../icons/youtube-play-icon.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 40px;
	/* background-color: rgba(27, 27, 27, 0.3); */
	transition: 0.3s background-color;
}
.viewer-content-videos > a:hover:after {
	background-image: unset;
}
.product-view {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	color: #000;
	padding: 40px;
	overflow: hidden;
}
.product-view .product-view-left {
	float: left;
	width: 50%;
}
.product-view .product-view-right {
	float: right;
	width: 50%;
}
.product-view .product-view-right a {
	color: #8a8a8a;
	text-decoration: underline;
}
.product-view .product-view-left .product-view-images {
	overflow: hidden;
}
.product-view .product-view-left .product-view-images .main-image img {
	display: block;
	width: 100%;
	height: auto;
}
.product-view .product-view-left .product-view-images .thumbs {
	position: relative;
	margin: 40px 0 -40px -40px;
}
.product-view .product-view-left .product-view-images .thumbs a {
	display: block;
	float: left;
	width: calc(100% / 2 - 40px);
	margin: 0 0 40px 40px;
}
.product-view .product-view-left .product-view-images .thumbs img {
	display: block;
	width: 100%;
	height: auto;
}
.product-view .product-view-left .product-view-images .thumbs .video {
	background-size: cover;
	background-position: center center;
	position: relative;
}
.product-view .product-view-left .product-view-images .thumbs .video:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../icons/youtube-play-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 62px;
	background-color: rgba(27, 27, 27, 0.3);
	transition: 0.3s background-color;
}
.product-view .product-view-left .product-view-images .thumbs .video:hover:after {
	background-color: rgba(27, 27, 27, 0);
}
.product-view .product-view-left .product-view-images .thumbs .video img {
	display: block;
	width: 100%;
	height: auto;
}
.product-view .product-view-left .listen-spotify {
	margin-top: 40px;
}
.product-view .product-view-left .listen-spotify iframe {
	width: 100%;
	/*height: 454px;*/
	height: 300px;
}
.product-view .product-view-right {
	padding-left: 80px;
}
.product-view .product-view-right h1 {
	color: #000;
	margin: 0 0 50px;
}
.product-view .product-view-right .table-outer {
	overflow: hidden;
	overflow-x: auto;
	width: 100%;
	margin: 30px 0;
}
.product-view .product-view-right table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	min-width: 500px;
}
.product-view .product-view-right table th {
	background: #f5f5f5;
	padding: 5px 0px;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	color: #000;
}
.product-view .product-view-right table td {
	font-size: 15px;
	text-align: left;
	color: #000;
	padding: 5px 0;
}
.product-view .product-view-right table tr th:first-child,
.product-view .product-view-right table tr td:first-child {
	width: 150px;
}
.product-view .product-view-right .product-extrafields .extrafield-row {
	overflow: hidden;
	padding: 10px 0;
	transition: 0.3s padding;
	cursor: default;
}
.product-view .product-view-right .product-extrafields .extrafield-row:hover {
	padding-left: 20px;
}
.product-view .product-view-right .product-extrafields .extrafield-row + .extrafield-row {
	border-top: 1px solid #f5f5f5;
}
.product-view .product-view-right .product-extrafields .extrafield-row .exf-label {
	float: left;
	width: 180px;
	color: #ababab;
	font-size: 15px;
}
.product-view .product-view-right .product-extrafields .extrafield-row .exf-value {
	float: left;
	font-size: 16px;
}
.product-view .product-view-right .product-view-price {
	margin: 50px 0 20px;
}
.product-view .product-view-right .product-view-price .normp > span:first-child {
	font-size: 44px;
	line-height: 1;
	font-weight: 700;
}
.product-view .product-view-right .product-view-price .normp > span:last-child {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	position: relative;
	top: -12px;
}
.product-view .product-view-right .product-view-price .oldp {
	font-size: 23px;
	text-decoration: line-through;
	color: #ababab;
	margin-bottom: 5px;
}
.product-view .product-view-right .product-variations form > * + * {
	margin-top: 10px;
}
.product-view .product-view-right .product-variations select {
	font-size: 16px;
	color: #444;
	padding: 14px 60px 14px 20px;
	width: 100%;
	border: 1px solid #aaa;
	-webkit-appearance: none;
	background-color: #fff;
	border-radius: 0;
	background-image: url('../icons/down-icon-black.svg');
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 21px 21px;
}
.product-view .product-view-right .product-variations select::-ms-expand {
	display: none;
}
.product-view .product-view-right .product-variations select:hover {
	border-color: #888;
}
.product-view .product-view-right .product-variations select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	outline: none;
}
.product-view .product-view-right .product-buy {
	margin-top: 20px;
}
.product-view .product-view-right .product-buy .buy-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
}
.product-view .product-view-right .product-buy .buy-button span {
	background: url('../icons/buy-icon-white.svg') no-repeat right center;
	background-size: 18px 18px;
	padding-right: 28px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.product-view .more-products {
	margin: 100px 0 -20px -20px;
}
.product-view .more-products .product {
	display: block;
	float: left;
	width: calc(100% / 3 - 20px);
	margin: 0 0 20px 20px;
	padding-bottom: 42.858%;
}
.product-view .more-products .product .product-bottom {
	padding: 0 20px 20px 20px;
}
.checkout-padding {
	padding: 40px;
}
.shopcart {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.shopcart form {
	margin-top: 40px;
}
.shopcart .cart-head {
	overflow: hidden;
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	align-items: center;
}
.shopcart .cart-right-col {
	margin-left: auto;
}
.shopcart .cart-right-col > div {
	padding-left: 20px;
	float: left;
}
.shopcart .cart-left-col > div {
	float: left;
}
.shopcart .cart-list .cart-list-row  {
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.shopcart .cart-list .cart-list-row + .cart-list-row {
	border-top: 1px solid #f5f5f5;
}
.shopcart .cart-list .cart-list-row .cart-right-col {
	display: flex;
	align-items: center;
}
.shopcart .cart-list .cart-list-row .quantity-select {
	display: flex;
	align-items: center;
}
.shopcart .cart-list .cart-list-row .quantity-select > * {
	display: flex;
	align-items: center;
	height: inherit;
}
.shopcart .cart-list .cart-list-row .quantity-select > a {
	display: block;
	font-size: 22px;
}
.shopcart .cart-list .cart-list-row .quantity-select > input {
	width: 30px;
	text-align: center;
}
.shopcart .cart-list .cart-list-row .price {
	font-size: 22px;
	white-space: nowrap;
}
.shopcart .cart-list .cart-list-row .remove {
	color: #ff0000;
	font-size: 14px;
}
.shopcart .col-1 {
	width: 100px;
	min-width: 100px;
}
.shopcart .col-1 img {
	display: block;
	width: 100%;
	height: auto;
}
.shopcart .col-2 {
	padding-left: 20px;
}
.shopcart .col-3 {width: 80px; text-align: right;}
.shopcart .col-4 {width: 80px;}
.shopcart .col-5 {width: 100px; text-align: right;}
.shopcart .col-6 {width: 80px; text-align: right;}
.shopcart .cart-total {
	border-top: 1px solid #d9d9d9;
	padding: 20px 0;
	text-align: right;
}
.shopcart .cart-total > span:first-child {
	margin-right: 4px;
	font-size: 25px;
}
.shopcart .cart-total > span:last-child {
    font-size: 25px;
    font-weight: bold;
}
.shopcart .cart-buttons {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.shopcart .cart-buttons a {
	display: block;
	float: left;
	margin-right: 10px;
}
.shopcart .cart-buttons .back {
	font-weight: normal;
}
.shopcart .cart-buttons .buy {
	float: right;
	margin-right: 0;
	margin-left: auto;
}
.shopcart .coupons {
	margin-top: 80px;
	background: #f9f9f9;
	padding: 40px;
	overflow: hidden;
}
.shopcart .coupons h2 {
	margin-top: 0;
	font-size: 28px;
	line-height: 1;
}
.shopcart .coupons form {
	display: flex;
	align-items: center;
}
.shopcart .coupons form input {
	width: 100%;
	height: 54px;
	border-radius: 0;
	font-size: 18px;
	color: #999999;
	padding: 0 20px;
	transition: 0.3s background-color;
	border: 1px solid #efefef;
	border-right: 0 none;
	-webkit-appearance: none;
}
.shopcart .coupons form input:focus {
	background: #f3f3f3;
}
.shopcart .coupons form input::placeholder {
	color: #999999;
}
.shopcart .coupons form button {
	height: 54px;
	white-space: nowrap;
	padding: 0 20px;
	background: #fff;
	color: #ababab;
	border: 1px solid #efefef;
	transition: 0.3s all;
}
.shopcart .coupons form button:hover {
	border-color: #000;
	color: #000;
}
.shopcart .coupons .coupon-data {
	position: relative;
	margin: 0 0 -10px -20px;
}
.shopcart .coupons .coupon-data > div {
	float: left;
	margin: 0 0 10px 20px;
}
.shopcart .coupons .coupon-data > div > span {
	margin-left: 8px;
}
.error-message-container {
	padding: 30px;
	text-align: center;
	margin-top: 20px;
}
.error-message-container .message-text {
	font-size: 24px;
}
.error-message-container .btn {
	display: inline-block;
	margin-top: 40px;
}
.checkout {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}
.checkout h3 {
	margin: 60px 0;
	font-family: 'Jost', sans-serif;
}
.checkout h3:before,
.checkout h3:after {
	border-top: 2px solid rgba(206, 206, 206, 0.3);
}
.checkout div.delivery-options {
	display: block;
}
.checkout div.delivery-options .delivery-price {
	margin-left: 5px;
	color: #737272;
	font-size: 15px;
}
.checkout div.payment-options {
	display: block;
}
.checkout .payment-options > div > label {
	display: flex;
	align-items: center;
	float: left;
	padding: 8px;
	border: 1px solid #efefef;
	border-radius: 4px;
	clear: none;
	margin: 0 10px 10px 0;
}
.checkout .payment-options > div > label:hover {
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.checkout .payment-options .label-checkbox > span {
	margin-right: 8px;
}
.checkout .payment-options .label-checkbox:hover > span {
	border-color: #d8d8d8;
}
.checkout .payment-options > div > label img {
	display: block;
	width: 88px;
	height: 31px;
}
.checkout .i-agree {
	margin: 0 4px;
}
.sticky-cart {
	display: none;
}
.campaign {
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.campaign .campaign-inner {
	width: 100%;
	height: auto;
	max-width: 768px;
	max-height: 576px;
	position: relative;
}
.campaign .campaign-inner > img {
	display: block;
	width: 100%;
	max-width: 768px;
	height: auto;
}
.campaign .campaign-inner .campaign-buttons {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 0 -10px -14px;
	padding: 0 40px 40px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.campaign .campaign-inner .campaign-buttons > a {
	display: block;
	float: left;
	font-size: 15px;
	margin: 0 0 10px 14px;
	padding: 12px 34px;
	border-radius: 24px;
	font-weight: 700;
	box-shadow: 0 0 20px rgba(115, 115, 115, 0.65);
	transition: 0.3s all;
}
.campaign .campaign-inner .campaign-buttons .tickets-cta {
	background: #fff;
	color: #000;
}
.campaign .campaign-inner .campaign-buttons .tickets-cta:hover {
	background: #e8e8e8;
	color: #000;
}
.campaign .campaign-inner .campaign-buttons .continue-cta {
	background: #000;
	color: #fff;
}
.campaign .campaign-inner .campaign-buttons .continue-cta:hover {
	background: #e8e8e8;
	color: #000;
}
pre {
	font-family: 'basebloomregular', sans-serif;
	font-size: 48px;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	white-space: normal;
	text-align: center;
	margin: 80px 0 100px;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 30px 0 -10px -10px;
}
.gallery > a {
	display: block;
	width: calc(100% / 9 - 10px);
	margin: 0 0 10px 10px;
}
.gallery > a img {
	display: block;
	width: 100%;
	max-width: 184px;
	height: auto;
}
hr {
	position: relative;
	border: 0;
	clear: both;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	margin: 40px 0;
}
hr:before {
	content: '';
	display: block;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #dddddd, rgba(0, 0, 0, 0));
	background-size: contain;
	width: 100%;
	height: 1px;
}
hr:after {
	content: '';
	display: block;
	background: url('../img/trad-attack-logo-gray.svg') no-repeat center center;
	background-size: auto 23px;
	background-color: #fff;
	height: 32px;
	padding: 0 20px;
	padding: 0px 40px;
	position: absolute;
	z-index: 1;
}
.img-align-left {
	display: block;
	float: left;
	margin: 10px 30px 10px 0;
}
.img-align-center {
	display: block;
	margin: 10px auto 10px;
}
.img-align-right {
	display: block;
	float: right;
	margin: 10px 0 10px 30px;
}
.img-align-left,
.img-align-right {
	max-width: 50% !important;
}
.label-checkbox {
	cursor: pointer;
	clear: both;
	margin: 0;
	overflow: hidden;
	display: block;
}
.label-checkbox + .label-checkbox {
	margin-top: 10px;
}
.label-checkbox input {
	display: none !important;
}
.label-checkbox > span {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	margin: 0 10px 0 0;
	background: #fff;
	box-shadow: 1.5px 2.5px 3px 0px rgba(0,0,0,0.05) inset;
	border: 1px solid #ddd;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-radius: 50%;
	transition: 0.3s border-color;
}
.label-checkbox.active > span {
	background: #fff url('../icons/check-icon-black.svg') no-repeat center center;
	background-size: 16px 16px;
}
.label-checkbox:hover > span {
	border: 1px solid #000;
}
.label-checkbox.active > span {
	background-position: center center;
}
.label-checkbox > div {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.form .form-row {
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.form .form-row:after {
	display: block;
	content: "";
	clear: both;
}
.form .form-row > label {
	width: 250px;
	float: left;
	line-height: 19px;
	padding-right: 10px;
	font-size: 16px;
	color: #696969;
}
.form .form-row > label .note {
	display: block;
	clear: both;
	font-style: italic;
	color: #a2a2a2;
	font-size: 12px;
	line-height: 1;
	margin-top: 4px;
}
.form .form-row > label b {
	color: #8a8a8a;
	font-size: 28px;
	font-weight: normal;
	position: relative;
	top: 5px;
}
.form .form-row > div {
	width: calc(100% - 250px);
	float: right;
	position: relative;
}
.form .form-row > div input,
.form .form-row > div textarea,
.form .form-row > div select {
	width: 100%;
	height: 42px;
	padding: 0 10px;
	transition: 0.5s background, 0.5s border, 0.5s color;
	background: #fff;
	border: 1px solid #ababab;
	border-radius: 0;
	-webkit-appearance: none;
}
.form .form-row > div select {
	background-image: url('../icons/down-icon-black.svg');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px 16px;
}
.form .form-row > div textarea {
	height: 140px;
	padding: 10px;
}
.form .form-row > div input:focus,
.form .form-row > div textarea:focus,
.form .form-row > div select:focus {
	border-color: #000;
}
.form .form-row > div input:read-only,
.form .form-row > div textarea:read-only,
.form .form-row > div select:read-only,
.form .form-row > div input:disabled,
.form .form-row > div textarea:disabled,
.form .form-row > div select:disabled {
	background-color: #fff;
}
.form .form-row > div > b {
	position: absolute;
	top: 15px;
	right: 10px;
	color: #b1b1b1;
	font-size: 30px;
	font-weight: normal;
}
.form .form-row > div > button {
	width: 100%;
	padding: 12px 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	transition: 0.3s all;
	margin-top: 20px;
}
.security-code > div {
	display: flex;
	align-items: center;
}
.form .security-code input {
	float: left;
}
.form .security-code img {
	float: left;
}
.form .form-error,
.form .form-row.form-error > div b,
.form .form-row.form-error a {
	color: #ff0000;
}
.form .form-error input,
.form .form-error select,
.form .form-error textarea,
.form .form-field-error {
	border-color: #ff0000 !important;
	color: #ff0000 !important;
}
.form .form-error-msg {
	display: block;
	border: 3px solid #ff0000;
	color: #ff0000;
	font-weight: 700;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 10px;
}
body > .bg {
	display: block;
	position: fixed;
	z-index: 1;
	left: 40px;
	top: 0;
	right: 40px;
	bottom: 0;
	z-index: -1;
	background: #000;
}
body > .bg .image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: url('../img/bg2.jpg') no-repeat left top;
	background-size: cover;
}
body > .bg .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	transition: 0.5s opacity;
	opacity: 0;
	background: rgba(0,0,0,0.7);
}
body.dimmed > .bg .overlay {
	opacity: 1;
}
body.page,
.viewer .page-view,
.page .page-view {
	color: #000;
}
body.page a,
.viewer .page-view a,
.page .page-view a {
	color: #ababab;
}
body.page a:hover,
.viewer .page-view a:hover,
.page .page-view a:hover {
	color: #000;
}
body.page h1,
body.page h2,
body.page h3,
body.page h4,
body.page h5,
body.page h6,
.viewer .page-view h1,
.viewer .page-view h2,
.viewer .page-view h3,
.viewer .page-view h4,
.viewer .page-view h5,
.viewer .page-view h6 {
	color: #000;
}
body.page .viewer-content-header,
.page-view .viewer-content-header {
	color: #fff;
}
body.page .viewer-content-header h1,
.page-view .viewer-content-header h1 {
	color: #fff;
}
body.home .page-view,
body.home .gallery {
	width: 1346px;
	max-width: 100%;
    	margin: 0 auto;
}
body.home .form {
	max-width: 100%;
	width: 640px;
	margin: 0 auto;
	padding: 0 20px;
	margin-top: 40px;
}
body.home .form .form-row > label {
	font-size: 18px;
	color: #dadada;
}
body.home .form .form-row > div input {
	color: #000;
}
body.home .form .form-row > div > button {
	margin-top: 0;
	border: 2px solid #fff;
}
body.home section:not(#get-in-touch) .page-view h2 {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}
body.home section:not(#get-in-touch) .page-view h2:before,
body.home section:not(#get-in-touch) .page-view h2:after {
	content: '';
	flex: 1 0 20px;
	border-top: 2px solid rgba(255,255,255,0.3);
	margin: 4px 20px 0 0;
	border-bottom: 2px solid rgba(255,255,255,0.3);
	height: 6px;
}
body.home section:not(#get-in-touch) .page-view h2:after {
	margin: 4px 0 0 20px;
}
body.home .gallery {
	margin-top: 60px;
}
.not-set {
	display: none;
}
.show-mobile {
	display: none;
}
.slick-list {
	max-height: 460px;
}
.side-lines {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.side-lines:before,
.side-lines:after {
	content: '';
	flex: 1 0 20px;
	border-top: 2px solid rgba(255,255,255,0.3);
	margin: 4px 20px 0 0;
	border-bottom: 2px solid rgba(255,255,255,0.3);
	height: 6px;
}
.side-lines:after {
	margin: 4px 0 0 20px;
}
.payment-options .image-container {
	width: 88px;
    height: 31px;
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center; 
}
.payment-options .image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
}
.pm-id-15-cardPayments {
	width: 240px;
}
.payment-options .pm-id-15-cardPayments .image-container, 
.payment-options .pm-id-15-cardPayments .image-container img {
	width: 176px;
}
@keyframes appear {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.appear {
	opacity: 0;
}
.appear.lazyloaded {
	opacity: 1;
	animation: appear 0.7s forwards;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.videos-list {
		position: relative;
		margin: 0 0 -50px -50px;
	}
	.videos-list > a {
		float: left;
		width: calc(100% / 2 - 50px);
		margin: 0 0 50px 50px;
		padding-bottom: 24% !important;
	}
	.videos-list > a:nth-child(1) {
		padding-bottom: initial;
	}
	.join-newsletter .newsletter-form .newsletter-form-inner {
		display: block;
	}
	.join-newsletter .newsletter-form input {
		width: auto;
		float: left;
		margin: 2px 0 0 2px;
	}
	.join-newsletter .newsletter-form button {
		float: right;
		margin-top: 2px;
	}
}