:root {
	--color_black: #000;
	--color_gold: #dfbe59;
	--color_red: #e62323;
}


/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Mr Dodo Light by Hipopotam Studio
 * URL: https://www.myfonts.com/collections/hipopotam-foundry

 * Webfont: Mr Dodo by Hipopotam Studio
 * URL: https://www.myfonts.com/collections/hipopotam-foundry
 
 * © 2025 MyFonts Inc. */


	
@font-face {
	font-family: "MrDodo";
	src: url('webFonts/MrDodoLight/font.woff2') format('woff2'), url('webFonts/MrDodoLight/font.woff') format('woff');
	font-weight: 400;
}
@font-face {
	font-family: "MrDodo";
	src: url('webFonts/MrDodo/font.woff2') format('woff2'), url('webFonts/MrDodo/font.woff') format('woff');
	font-weight: 700;
}

@font-face {
	font-family: 'CheapPine-Sans';

	font-weight: 400;
	src: url('/webfonts/39A7CE_0_0.eot');
	src: url('/webfonts/39A7CE_0_0.eot?#iefix') format('embedded-opentype'),url('/webfonts/39A7CE_0_0.woff2') format('woff2'),url('/webfonts/39A7CE_0_0.woff') format('woff'),url('/webfonts/39A7CE_0_0.ttf') format('truetype');

}

@font-face {
	font-family: 'TheHandExtrablack';
	src: url('/webfonts/2D55C4_0_0.eot');
	src: url('/webfonts/2D55C4_0_0.eot?#iefix') format('embedded-opentype'),url('/webfonts/2D55C4_0_0.woff2') format('woff2'),url('/webfonts/2D55C4_0_0.woff') format('woff'),url('/webfonts/2D55C4_0_0.ttf') format('truetype'),url('/webfonts/2D55C4_0_0.svg#wf') format('svg');
}



html {
	font-size: 10px;
}
html, body {
	height: 100%;
}



body {
	color: var(--color_gold);
	background-color: var(--color_black);
	font-family: "CheapPine-Sans", Helvetica, Arial, sans-serif; 
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-size: 62.5%;
	line-height: initial;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	z-index: 0;
}





.pine {
	font-family: CheapPine-Sans, Helvetica, Arial, sans-serif;
}


a {
	color: var(--color_gold);
	text-decoration: none;
}
a:hover {
	color: var(--color_gold);
	text-decoration: underline;
}

.white {
	color: #f5f5eb;
}

.column {
	min-height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}


.Aligner-item {
	flex: 1;
}

.abs_100 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slick_slider_2024_signup {
	width: 100%;
	height: 100vh;
}
.slick_slider_2024_signup_slide {
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.signup_filter {
	background-color: rgba(0,0,0,0.3);
	z-index: 1000;
}

.space_top_big {
	margin-top: 9.0rem;
}
.space_top {
	margin-top: 3.0rem;
}
.space_top_mini {
	margin-top: 1.5rem;
}
.space_bot_big {
	margin-bottom: 9.0rem;
}
.space_bot {
	margin-bottom: 3.0rem;
}
.space_bot_mini {
	margin-bottom: 1.5rem;
}

textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
.input-checkbox,
select {
	-webkit-appearance: none;
	border-radius: 0;
}

.img_full {
	display: block;
	width: 100%;
	height: auto;
}
.relative {
	position: relative;
}
.starblast {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	scale: 0.5;
}
.starblast_position {
	opacity: 0;
}
.home_ufo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
}
.home_logo {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	opacity: 0;
}
.home_town {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.home_date {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
}
.home_scroll {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
}

/* centered columns styles */
.row-centered {
	text-align:center;
}
.col-centered {
	display:inline-block;
	float:none;
	/* reset the text-align */
	text-align:left;
	/* inline-block space fix */
	margin-right:-4px;
}

.flex_centerer {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	position: relative;
}
.flex_centerer_vertical {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	position: relative;
}
.flex_centerered {
	flex: 1;
	position: relative;
}


.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: inherit;
}




.content_padding {
}
.content_inner, .bg_black {
	position: relative;
	/*overflow-x: hidden;*/
	background-color: #000;
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;
}
.invert_background {
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
}
.invert_background .main_text {
	color: #000;
}

.footer {
	position: fixed;
	bottom: 0;
	z-index: 100;
	pointer-events: none;
}

.menu {
	width: 100%;
	position: fixed;
	z-index: 100;
	background-size: cover;
	background-position: top center;
	font-family: CheapPine-Sans, Helvetica, Arial, sans-serif;
	font-weight: 700;
	background-color: var(--color_black);
}

.menu_links_holder {
}
.menu_link {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: var(--color_gold);
	line-height: 4.0rem;
	margin-right: 2.0rem;
}
@media (max-width: 767px) {
	.menu_link {
		font-size: 3.2rem;
		margin-right: 2.0rem;
	}
	.menu_link_tickets {
		margin-right: 10px;
		margin-left: 10px;
		height: 28px;
	}
}
@media (min-width: 768px) {
	.menu_link {
		font-size: 2.0rem;
		margin-right: 1.0rem;
	}
}
@media (min-width: 992px) {
	.menu_link {
		font-size: 2.8rem;
		margin-right: 2.0rem;
	}
}
@media (min-width: 1200px) {
	.menu_link {
		font-size: 3.2rem;
		margin-right: 2.0rem;
	}
}

.menu_link:hover {
	color: var(--color_gold);
	text-decoration: none;
}
.menu_link:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: var(--color_gold);
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.menu_link:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


.main_text {
	text-align: center;
	color: var(--color_gold);
}
.main_text_lineup {
	font-family: CheapPine-Sans, Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.main_text_lineup_2 {
	font-size: 85%;
}
.main_text_lineup em {
	font-style: normal;
	font-size: 60%;
	font-weight: 400;
}
.main_text_title {
	text-decoration: underline;
}
.after_parties_images img {
	width: 50%;
}
.after_tickets {
	border: 4px solid var(--color_gold);
	padding: 1.0rem;
}


@media (max-width: 767px) {
	.logo_footer_holder {
		margin: auto auto 2.0rem auto;
		width: 20.0rem;
		padding-top: 3.0rem;
	}
}
@media (min-width: 768px) {
	.logo_footer_holder {
		margin: auto auto 5.0rem auto;
		width: 30.0rem;
		padding-top: 6.0rem;
	}
}
@media (min-width: 992px) {
	.logo_footer_holder {
		margin: auto auto 7.0rem auto;
	}
}
@media (min-width: 1200px) {
	.logo_footer_holder {
		margin: auto auto 9.0rem auto;
	}
}
@media (min-width: 1600px) {
	.logo_footer_holder {
		margin: auto auto 12.0rem auto;
	}
}
.logo_footer_animation_holder {
	position: relative;
	display: inline-block;
	opacity: 0;
	
	transform: translateY(30px);
}



.culture_header {
	position: relative;
	padding-top: 2.0rem;
	padding-bottom: 2.0rem;
}
.culture_linebreak {
	background-image: url('/images_2026/line_break_gold.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding-top: 2.0rem;
	padding-bottom: 2.0rem;
	position: relative;
}


.info_holder {
	text-align: left;
	margin-top: 3.0rem;
}
.info_header {
	background-image: url('/images_2026/line_break_gold.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding-top: 2.0rem;
	padding-bottom: 2.0rem;
	cursor: pointer;
	position: relative;
}
.info_plus {
	float:right;
}

.info_block {
	padding-bottom: 2.0rem;
	font-weight: 400;
}
.info_block strong {
	font-family: CheapPine-Sans, Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.info_block iframe {
	width: 100%;
}
.info_block img {
	max-width: 100%;
}
.info_block a {
	text-decoration: underline;
}


.blog_subtitle {
	font-size: 60%;
}

.blog_image_holder {
	display: inline-block;
	position: absolute;
	background-size: cover;
	background-position: center center;	
}
.blog_title_holder {
	display: inline-block;
	vertical-align: top;
}
.blog_title {
}

@media (max-width: 767px) {
	.blog_image_holder {
		margin-bottom: 2.0rem;
	}
	.blogmask {
		width: 4.0rem;
	}
	.blog_title_holder {
		margin-left: 5.0rem;
		margin-top: 0.5rem;
		margin-right: 2.0rem;
	}
}
@media (min-width: 768px) {
	.blogmask {
		width: 10.0rem;
	}	
	.blog_title_holder {
		margin-left: 14.0rem;
		margin-top: 1.0rem;
		margin-right: 5.0rem;
	}


}


@media (max-width: 767px) {
	.menu {
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.menu_links_holder {
		position: fixed;
		top: 0;
		width: 95%;
		height: 100vh;
		_background:  #e2e0d4 url(/images/background_texture_mobile.jpg) no-repeat center center; 
		background: var(--color_black);
		z-index: 1001;
		transition: all 0.3s;
		opacity: 0;
		visibility: hidden;
	}
	.menu_links_holder.visible {
		opacity: 1;
		visibility: visible;
	}
	.menu_mobile_centerer {
		height: 100%;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		position: relative;
	}
	.menu_logo {
		height: 30px;
	}
	.burger {
		float: right;
		cursor: pointer;
		height: 30px;
	}
	.burger:hover {
	
	}
	.burger_x {
		position: absolute;
		top: 20px;
		right: 0;
		cursor: pointer;
		height: 30px;
	}
	.burger_x:hover {
	
	}
	.footer {
		left: 2.5%;
		right: 2.5%;
	}
		
	
	.content_padding, .menu {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	.content_padding {
		padding-top: 65px;
	}
	.content_padding_nomenu {
		padding-top: 15px;
	}
	.content_inner {
		min-height: calc(100vh - 65px);
	}
	.bg_black {
	}
	
	.info_block {
		font-size: 2.2rem;
	}
	
	.main_text {
		font-size: 2.5rem;
	}	
	.main_text_title {
		padding-top: 2rem;
		padding-bottom: 3rem;
	}
		
	.info_plus {
		font-size: 8rem;
		line-height: 3rem;
	}
}
@media (min-width: 768px) {
	.menu {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.menu_logo {
		height: 40px;
		float: right;
	}
	.burger, .burger_x {
		display: none;
	}
	.footer {
		left: 1.5%;
		right: 1.5%;
	}
	.content_padding, .menu {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
	.content_padding {
		padding-top: 90px;
	}
	.content_padding_nomenu {
		padding-top: 20px;
	}
	.content_inner {
		min-height: calc(100vh - 90px);
	}
	.bg_black {
	}
	
	.info_block {
		font-size: 3.2rem;
	}
	.main_text {
		font-size: 4.0rem;
	}	
	.main_text_title {
		padding-top: 3rem;
		padding-bottom: 5rem;
	}

	.info_plus {
		font-size: 12rem;
		line-height: 5rem;
	}
}

@media (max-width: 767px) {
	.main_text_lineup {
		font-size: 14px;
	}
	.artist_name {
		font-size: 24px;
	}
}
@media (min-width: 768px) {
	.main_text_lineup {
		font-size: 20px;
	}
	.artist_name {
		font-size: 32px;
	}
}
@media (min-width: 992px) {
	.main_text_lineup {
		font-size: 27px;
	}
}
@media (min-width: 1200px) {
	.main_text_lineup {
		font-size: 32px;
	}
	.artist_name {
		font-size: 40px;
	}
}
@media (min-width: 1400px) {
	.main_text_lineup {
		font-size: 37px;
	}
}







.home_hero_animation_overlay {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
}




/**
 * Form
 **/
 
@media (max-width: 767px) {
	input, button, select, .signup_text {
		padding: 5px;
		font-family: TheHandExtrablack, Helvetica, Arial, sans-serif; 
		font-size: 3.0rem;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 768px) {
	input, button, select, .signup_text {
		padding: 5px 10px;
		font-family: TheHandExtrablack, Helvetica, Arial, sans-serif; 
		font-size: 4.0rem;
		display: inline-block;
	}
} 







.lineup_arena {
	margin-bottom: 50px;
	padding-right: 20px;
}
.lineup_arena_name {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 4px solid var(--color_gold);
}
.lineup_arena_name:last-of-type {
	margin-right: 0px;
}
.lineup_arena_lineup {
	margin-right: 20px;
}
.lineup_arena_full {
	width: 100%;
}


@media (max-width: 991px) {
	.lineup_arena {
		width: 50%;	
	}
	.lineup_arena:nth-of-type(even) {
		padding-right: 0px;
	}
}
@media (min-width: 992px) {
	.lineup_arena {
		width: 33.33%;	
	}
	.lineup_arena:last-of-type {
		padding-right: 0px;
	}
}

@media (max-width: 767px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}




.owl-carousel {
	position: relative;
}

	
.main_text_title_gallery_overlay {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 99;
}
	

.owl-arrow {
	width: 100%;
}

.owl-prev, .owl-next {
	width: 5%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block !important;
}
.owl-prev { left: 20px; }
.owl-next { right: 20px; }

.page_header_clouds {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.page_header_clouds_sticky {
	position: sticky;
	left: 0;
	width: 100%;
}
@media (max-width: 767px) {
	.page_header_clouds_sticky {
		top: 65px;
	}
	.previous_artists_outer {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media (min-width:768px) {
	.page_header_clouds_sticky {
		top: 90px;
	}
	.previous_artists_outer {
		height: 90vh;
	}
}
.footer_clouds {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.bottom_clouds_mask {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #000;
	z-index: 101;
}

.bottom_clouds {
	transform: translateY(100%);
	position: absolute;
	bottom: 20px;
	z-index: 1;
}




.button_link {
	border-radius: 5px;
	color: #353534;
	background-color: var(--color_gold);
	padding: 10px 30px;
	font-size: 120%;
	transition: all .25s ease-in-out;
	cursor: pointer;
	border: 2px solid #353534;
	display: inline-block;
}
.button_link:hover {
	text-decoration: none;
	color: #353534;
	transform: scale(1.05); 
}

.buy_tickets_home_button {
	height: 50px;
	display: block;
}

@media (min-width: 768px) {
	.button_link {
		margin: 30px 0;
	}
}

@media (max-width: 767px) {
	.button_link {
		scale: 0.7;
	}
	.bottom_clouds_mask {
		height: 15px;
	}
	.bottom_clouds {
		bottom: 15px;
	}
}
.bottom_clouds_left {
	width: 30%;
	left: 0;
}
.bottom_clouds_right {
	width: 30%;
	right: 0;
}



.artist_name {
	padding: 0 10px;
	opacity: 0;
}