/**
 * @license
 * MyFonts Webfont Build ID 4104002, 2021-06-15T13:46:44-0400
 * 
 * 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: BauhausPro-Medium by ITC
 * URL: https://www.myfonts.com/fonts/itc/bauhaus/pro-medium-177552/
 * Copyright: Copyright &amp;#x00A9; 2014 Monotype ITC Inc. All rights reserved.
 * 
 * 
 * 
 * © 2021 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3e9f42");
	
@font-face {
	font-family: "BauhausPro-Medium";
	src: url('webFonts/BauhausProMedium/font.woff2') format('woff2'), url('webFonts/BauhausProMedium/font.woff') format('woff');
}

html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


:root {
	--color_bg: #d1cfde;
	--color_text: #000;
	--color_text_light: #fff8eb;
	--color_hi: #111010;
	--color_button: #e73c54;
}


html, body {
	height: 100%;
}
body {
	background-color: var(--color_bg);
	color: var(--color_text);
	font-family: "BauhausPro-Medium", Helvetica, Arial, sans-serif; 
	font-size: 16px;
	line-height: 1.3;
}
a {
	color: var(--color_text);
	text-decoration: underline;
}
a:hover {
	color: var(--color_hi);
}

.space_top_big {
	margin-top: 90px;
}
.space_top {
	margin-top: 30px;
}
.space_bot_big {
	margin-bottom: 90px;
}
.space_bot {
	margin-bottom: 30px;
}

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

.img_full {
	display: block;
	width: 100%;
	height: auto;
}
.img_square {
	width: 100%;
	padding-bottom: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.img_16_9 {
	width: 100%;
	padding-bottom: 56.25%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.relative {
	position: relative;
}
.abs_100 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 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;
}


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

@media (max-width: 767px) {
	h1 {
		font-size: 45px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 14px;
	}

}
@media (min-width: 768px) {
	h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 14px;
	}
}










.header_holder {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	color: #fff;
	background-color: var(--color_hi);
}  
.header_logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding: 10px;
}

.header_logo_in_menu {
	height: 60px;
	margin-bottom: 30px;
}
.header_buy_tickets {
	margin-left: 20px;
}
.hamburger {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1002;
	cursor: pointer;
}
.hamburger_image {
	width: 33px;
	background-image: url(/images/burger.png);
	background-size: cover;
}
.hamburger_image.is-active {
	background-image: url(/images/burger_x.png);
}
.header_elements {
	display: inline-block;
}
.header_socials {
	height: 20px;
}


.burger_menu_link {
	text-decoration: none;
	line-height: 1.0;
}
.burger_menu_link:hover {
	text-decoration: none;
}


.header_button {
	border: 1px solid #000;
	background-color: var(--color_button);
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.header_button:hover {
	border: 1px solid #000;
	background-color: #000;
	color: var(--color_button);
	text-decoration: none;
}
.home_button {
	margin-top: 10px;
	margin-bottom: 10px;
}
.home_input {
	background-color: #fff;
	margin-bottom: 10px;
	border: 1px solid #000;
	color: #000;
}

.footer_logo {
	height: 80px;
	display: inline-block;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {

	.header_holder {
		padding: 10px 15px;
		min-height: 45px;
	}
	.header_holder_pushdown {
		height: 45px;
	}
	
	.header_elements {
		height: 20px;
	}
	
	.header_button {
		font-size: 15px;
		padding: 5px 10px 0px;
		border-radius: 20px;
	}
	.home_input {
		font-size: 15px;
		padding: 5px 10px 0px;
		border-radius: 20px;
		width: 70%;
	}
	
	.burger_menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: var(--color_hi);
		z-index: 1001;
		transition: all 0.3s;
		opacity: 0;
		visibility: hidden;
	}
	.burger_menu.visible {
		opacity: 1;
		visibility: visible;
	}	

	.burger_menu_links_holder {
		width: 100%;
		height: 100%;
		text-align: center;
	}
	
	.header_socials_holder {
		margin-top: 60px;
	}
	.header_socials {
		height: 50px;
	}
	
	.burger_menu_link {
		font-size: 30px;
		display: inline-block;
		margin-bottom: 20px;
		color: var(--color_text_light);
	}
	.burger_menu_link:hover {
		color: var(--color_button);
	}
	

	.header_socials_holder svg {
		width: 30px;
		height: 30px;
		fill: var(--color_text_light);
		margin-left: 5px;
		margin-right: 5px;
		cursor: pointer;
	}
	.header_socials_holder svg:hover {
		fill: var(--color_button);
	}
	
	.home_socials_holder {
		margin-bottom: 25px;
	}
	.home_socials_holder svg {
		width: 20px;
		height: 20px;
		fill: #000;
		margin-left: 5px;
		margin-right: 5px;
		cursor: pointer;
	}
	.home_socials_holder svg:hover {
		color: var(--color_hi);
	}

	
	footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}




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

	.header_holder {
		padding: 15px 30px;
		min-height: 60px;
	}
	.header_holder_pushdown {
		height: 60px;
	}
	.header_elements {
		height: 30px;
	}
	
	
	.header_button, .home_input {
		font-size: 17px;
		padding: 9px 15px 4px;
		border-radius: 20px;
	}
	.home_input {
		width: 50%;
	}
	
	.burger_menu_link {
		font-size: 17px;
		vertical-align: text-top;
		display: inline-block;
		margin-right: 14px;
		color: var(--color_text_light);
	}
	.burger_menu_link:hover {
		color: var(--color_button);
	}


	.header_socials_holder svg {
		width: 20px;
		height: 20px;
		fill: var(--color_text_light);
		margin-left: 5px;
		cursor: pointer;
	}
	.header_socials_holder svg:hover {
		fill: var(--color_button);
	}
	
	.home_socials_holder svg {
		width: 20px;
		height: 20px;
		fill: #000;
		margin-left: 5px;
		margin-right: 5px;
		cursor: pointer;
	}
	.home_socials_holder svg:hover {
		color: var(--color_hi);
	}

	
	footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}



}


footer a {
	text-decoration: none;
}



.page_header {
	position: relative;
	color: var(--color_hi);
	z-index: 1;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}


.page_header:before, .page_header:after {
	position: absolute;
	top: 51%;
	overflow: hidden;
	width: 48%;
	height: 2px;
	content: '\a0';
	background-color: var(--color_hi);
}
.page_header:before {
	margin-left: -50%;
	text-align: right;
}
.page_header:after {
	margin-left: 2%;
}

.lineup_link {
	cursor: pointer;
}

.lineup_bg, .lineup_text {
	transition: all 0.3s;
}

.lineup_link:hover .lineup_bg {
	opacity: 0.3;
}
.lineup_text {
	opacity: 0;
	color: var(--color_button);
}

.lineup_link:hover .lineup_text {
	opacity: 1;
}


@media (max-width: 767px) {
	.page_header {
		font-size: 30px;
		margin-top: 30px;
		padding-top: 10px;
		margin-bottom: 15px;
	}
	.lineup_text {
		font-size: 14px;
	}
	
	.about_image {
		display: none;
	}
}
@media (min-width: 768px) {
	.page_header {
		font-size: 50px;
		margin-top: 50px;
		padding-top: 10px;
		margin-bottom: 30px;
	}
	.lineup_text {
		font-size: 40px;
	}
	
	.main_pad {
		padding-left: 20%;
		padding-right: 20%;
	}	
}

@media (min-width: 768px) {
	.about_image {
		width: 167px;
		position: absolute;
	}	
	.about_image_left {
		left: -167px;
		top: 96px;
	}	
	.about_image_right {
		right: -167px;
		top: 0px;
	}	
}

@media (min-width: 992px) {
	.about_image {
		width: 225px;
		position: absolute;
	}	
	.about_image_left {
		left: -225px;
		top: 127px;
	}	
	.about_image_right {
		right: -225px;
		top: -2px;
	}	
}

@media (min-width: 1200px) {
	.about_image {
		width: 267px;
		position: absolute;
	}	
	.about_image_left {
		left: -267px;
		top: 151px;
	}	
	.about_image_right {
		right: -267px;
		top: -3px;
	}	
}

.main_pad img {
	max-width: 100%;
}

.news_box_outer {
	border: 2px solid #000;
	margin-bottom: 20px;
}
.news_box_name {
	padding: 20px;
}



@media (max-width: 767px) {
	.splash_video_holder {
		width: 100%;
	}
	.splash_video {
		width: 100%;
		height: auto;
	}
	.splash_buttons_holder {
		height: 140px;
	}
	.splash_button {
		height: 75px;
	}
}
@media (min-width: 768px) {
	
	.splash_video_holder {
		width: 100%;
		
		/* height: calc(100vh - 200px); */
	}
	.splash_video {
		height: 100%;
		max-width: 100%;
	}
	
	.splash_buttons_holder {
		height: 150px;
	}
	.splash_button {
		height: 100px;
	}
}

.schedule_day_container {
	position: relative;
}
.schedule_day_header {
	position: sticky;
	background-color: var(--color_bg);
	top: 0px;
	padding-top: 30px;
}

.schedule_day_event {
	margin-bottom: 30px;
}
.schedule_day_name {
	font-size: 24px;
}
.schedule_day_location {
	font-size: 20px;
}

.schedule_location {
	border: 1px solid #000;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 40px;
	border-radius: 20px;
}
.schedule_location_ball {
	border: 1px solid #e64e2b;
	background-color: #ffd12d;
}


.background_2023_timer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
}
.background_2023 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	
}
@media (max-width: 767px) {
	.background_2023 {
		background-image: url(/images/BowieConvention2023_m.jpg);
	}
}
@media (min-width: 768px) {
	.background_2023 {
		background-image: url(/images/BowieConvention2023_d.jpg);
	}
}
.button_2023 {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 28px;
}


.clockdiv_holder {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.digit_holder {
	text-align: center;
	color: var(--color_button);
	text-transform: uppercase;
	font-size: 50px;
}
.digit_label {
	font-size: 20px;
}


.foot_sponsors_holder {
	background-color: var(--color_hi);
	margin-bottom: 60px;
}
.foot_sponsors {
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
}
.foot_sponsor {
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: middle;
}
.foot_sponsor img {
	width: auto;
	height: 100px;
}

.slick_quotes_holder {
	padding: 0 20px;
}

.quote_slide {
	font-size: 20px;
	padding: 0 20px;
}
.quote_name {
	font-weight: bold;
	margin-top: 10px;
}



.home_2024_text_3 strong {
	text-transform: uppercase;
	color: var(--color_button);
	line-height: 1;
}

.home_2024_text_5 {
	background-color: var(--color_hi);
	color: #fff;
}
.home_2024_text_5 strong {
	color: var(--color_button);
}

@media (max-width: 767px) {
	.home_2024_text_3 {
		font-size: 18px;
	}
	.home_2024_text_3 strong {
		font-size: 30px;
	}
	.home_2024_text_5 {
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.home_2024_text_3 {
		font-size: 24px;
	}
	.home_2024_text_3 strong {
		font-size: 40px;
	}
	.home_2024_text_5 {
		font-size: 24px;
	}
}

.cancellation_holder {
	background-color: #000;
}