@font-face {
	font-family: HappiFont;
	letter-spacing: 1em;
	src: url("/site/templates/HappiFont/HappiFont-Regular.otf") format("opentype");
}

@font-face {
	font-family: HappiFont;
	font-weight: bold;
	letter-spacing: 1em;
	src: url("/site/templates/HappiFont/HappiFont-Bold.otf") format("opentype");
}

html, body {
	height: 100%;
	font-family: HappiFont;
	letter-spacing: .05em;
}

img {
	max-width: 100%;
}

.cc_btn {
	min-width: 200px;
}

div#background {
	visibility: hidden;
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 100%;
	background-attachment: fixed;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	font-weight: bold;
}

button {
	text-transform: uppercase;
}

a,
a:hover,
a:visited {
	text-decoration: none;
}

.align_center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#navi-toggle-wrapper {

}

#navi-show,
#navi-hide {
    position: fixed;
    right: 1em;
    top: 1em;
    color: #fff;
    text-shadow: 0px 0px 5px #333;
    z-index: 100;
    cursor: pointer;
    border: 0;
    background: transparent;
}

#navi-show > img,
#navi-hide > img {
	width: 50px;
}

#navi-overlay {
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	z-index: 98;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease;
	left: 0;
	top: 0;
}

#navi {
	position: absolute;
	height: 100%;
	overflow: hidden scroll;
	padding-top: 4em;
	padding-bottom: 4em;
	z-index: 99;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease;
}

a.nav-item,
a.nav-item h2 {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: HappiFont;
	letter-spacing: .3em;
	font-weight: bold;
}

a.nav-item:hover,
a.nav-item:visited {
	color: #fff;
}

a.nav-item:hover {
	text-decoration: underline;
}

div#content {
	min-height: 100px;
	width: 100%;
	padding: 2.875%;
	margin: 0px auto;
	position: relative;
	font-size: 1.2em;
}

.content-footer-container {
	padding: 1em 0;
	background-image: url('/site/templates/assets/footer/footer_bg4.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(25,25,25,0.8);
	color: #fff;
}

.content-footer,
.content-footer-small,
.logo-footer {
	text-align: center;
}

.content-footer {
	margin: .5em 0;
}

.content-footer-small {
	margin: .25em 0 .5em 0;
	font-size: .75em;
}

.logo-footer {
	margin: .5em 0 .25em 0;
}

.footer-seperator {
	color: #bdbdbd;
	margin: 0 1em;
	vertical-align: 2px;
    font-size: 1.2em;
}

a.footer-link {
	color: #fff;
	text-transform: uppercase;
}

.logo-footer > .footer-logo {
	width: 120px;
	height: auto;
}

.headerrow {
}

.headerrow img.side_logo {
	height: 60px;
	margin-top: -10px;
	margin-left: 10px;
	width: auto;
}

.headerrow .page-title-wrapper {
	margin-right: 10%;
}

.contentrow {
	padding-bottom: 2.875%;
	margin-right: 0;
	margin-left: 0;
	width: 102.875%;
	margin-left: -1.4375%;
}

.spacerrow {
	margin-bottom: 2.875%;
}

.mobile-spacerrow {
	display: none;
}

.tilerow {
	padding-bottom: 2.875%;
}

div.main_header,
div.header,
div.main_tile,
div.tile {
	min-height: 150px;
}

button.tile {
	border: 0;
	background: transparent;
	width: 100%;
}

div.main_tile.spotify-widget {
	background-color: #1f1f1f;
	height: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

div.main_tile.spotify-widget div.spotify-widget-logo-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}

div.main_tile.spotify-widget img.spotify-widget-logo {
	width: auto;
	max-width: 30%;
	opacity: .5;
	transition: all 200ms ease-in;
}

div.main_tile.spotify-widget:hover img.spotify-widget-logo {
	opacity: 1;
}

div.spotify-widget-frame-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}

iframe.spotify-widget-frame {
	width: 100%;
	min-height: 352px;
	height: 100%;
}

@media (max-width: 1150px) {
	iframe.spotify-widget-frame {
		min-height: 152px;
		height: 152px;
	}
}

@media (max-width: 768px) {
	iframe.spotify-widget-frame {
		min-height: 352px;
		height: 100%;
	}
}

@media (max-width: 700px) {
	iframe.spotify-widget-frame {
		min-height: 152px;
		height: 152px;
	}
}


.partner_tile {
	background-size: cover;
	padding-top: 66%;
}

div.main_header,
div.header {
	width: 100%;
	height: 381px;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
}

div.main_header .social-col-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

div.main_header .social-col {
	text-align: center;
}

div.main_header .social-row {
	position: relative;
	top: 83%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.social-subsite-row {
	padding-top: .5em;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.social-col img.social-icon {
	width: 1.5em;
	margin: .5em;
}

div.docking-header {

}

div.main_tile,
button.main_tile,
div.ticket_tile,
div.presales_countdown_tile {
	width: 100%;
	height: 381px;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
}

div.presales_countdown_tile {
	display: flex;
	flex-direction: column;
	font-weight: bold;
	text-transform: uppercase;
	justify-content: center;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

div.presales_countdown_tile_label {
	font-size: 2.5rem;
}

div.presales_countdown_tile_value {
	font-size: 8.5rem;
	line-height: 8rem;
}

.home-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.home-video-container iframe,
.home-video-container object,
.home-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.toggle_image_tile {
	cursor: pointer;
	transition: background-image .5s ease;
}

.contact_tile {
	cursor: pointer;
}

div.tile_headline_wrapper {
	background-image: url("/site/templates/assets/design/artist-title-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	padding: 1em;
	text-align: center;
}

div.tile_headline_wrapper > .tile_headline {
	color: #333;
	margin: 0;
}

img.go-to-parent {
    height: 2em;
    width: auto;
}

.contentbox, 
.contactbox {
	padding: 1em;
}

.contactbox {
	transition: all 1s ease;
}

.white {
	background: rgba(255,255,255,.6);
}

.single-headline {
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 5px #333;
}

.ekko-lightbox .modal-content {
	border-radius: 0px;
}

.ekko-lightbox .modal-header {
	display: none;
}

.ekko-lightbox .modal-title {
	height: 0px;
}

.ekko-lightbox .modal-body {
	padding: 0px;
}

.info-overlay-toggle {
	cursor: pointer;
}

#global-modal-content {
	overflow: hidden;
}

#global-modal-content img {
	max-width: 100%;
	width: 100%;
}

.scroll-arrow {
	cursor: pointer;
	font-size: 3em;
	color: #fff;
	position: relative;
	bottom: 100px;
	right: 37.5px;
}

.logo-col {
	overflow: hidden;
	text-align: center;
}

.logo-col img {
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 200px;
}

#privacy-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-height: 20px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 1em;
}

#privacy-footer .btn {
	margin-top: .5em;
	margin-bottom: .5em;
}

#privacy-footer .btn-primary {
	background: #ff8d00;
}

.frame-wrapper {
	position: relative;
	margin: 0px auto;
	width: 70%;
}

.job-tile {
	background-image: url(/site/templates/assets/gallery/loading.png);
	background-color: rgba(0, 0, 0, .2) !important;
	background-position: center;
	background-size: cover;
}

.gallery-tile {
	background-image: url(/site/templates/assets/gallery/loading.png);
	background-color: rgba(0, 0, 0, .2) !important;
}

.gallery-wood-box {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	background-image: url(/site/templates/assets/gallery/wood.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, .2) !important;
	padding: 1rem;
}

.gallery-wood-box a,
.gallery-wood-box button {
	text-transform: uppercase;
	color: rgba(54, 54, 54, .85);
	font-weight: bold;
	font-size: 2.6rem;
	padding-top: .2rem;
	cursor: pointer;
	width: 100%;
	text-align: center;
	border: 0;
	background: transparent;
}

.gallery-share-actions {
	margin-bottom: 1rem;
	text-align: center;
	text-transform: uppercase;
	color: rgba(54, 54, 54, 1);
	font-weight: bold;
	font-size: 1.6rem;
}

.gallery-details-image {
	width: 100%;
	background-size: contain;
	background-position: center; 
	background-color: #000;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.gallery-details-control {
	padding: 0;
	cursor: pointer;
	background: rgba(255, 255, 255, .5);
	transition: all .2s ease-in-out;
	border: 0;
}

.gallery-details-control img {
	width: 60px;
	height: auto;
}

.gallery-details-control:hover {
	background: rgba(255, 255, 255, .8);
	color: #000;
	transition: all .2s ease-in-out;
}

#gallery-details-loading-indicator {
	width: auto;
	max-width: 50%;
	padding: 2.5rem 3rem 3rem 3rem;
	line-height: 5rem;
	font-size: 5rem;
	color: #fff;
	background: rgba(255, 255, 255, .5);
	border-radius: 1rem;
	display: none;
}

.tile-grid {
	display: grid;
	gap: 3rem;
	grid-template-columns: repeat(auto-fill, minmax(min(300px,100%), 1fr));
}

.tile-grid .tile-grid-tile {

}

.crewtype-form-headline {
	display: block;
	border-bottom: 1px solid;
	margin-top: 4rem;
}

@media (max-width: 1100px) {
	div.main_header .social-row {
		top: 80%;
	}

	.social-col img.social-icon {
		width: 1.5em;
		margin: .5em;
	}

	.frame-wrapper {
		width: 100%;
	}

	.footer-link {
		font-size: .8em;
    }
}

@media (max-width: 992px) {

    .footer-seperator {
    	display: none;
    }
	
    .footer-link {
		font-size: 1em;
    	display: block;
    	text-align: center;
    	margin: .5em 0;
    }

    .partner_tile {
    	margin-bottom: 1rem;
    }
    
}

@media (max-width: 930px) {

	div.main_header .social-row {
		top: 80%;
	}

	.social-col img.social-icon {
		width: 1.5em;
		margin: .5em;
	}

}

@media (max-width: 767px) {

	div#content {
		font-size: 1.0em;
	}

	a.nav-item h2 {
		font-size: 18px;
		line-height: 10px;
	}

	div.tile_headline_wrapper {
		bottom: 10%;
	}

    #socialRow .col-xs-12 {
        margin-bottom:10px;
    }

    .headerrow img.side_logo {
	}

	div.main_header {
		margin-bottom: 2.875%;
	}

	.contentrow {
		padding-bottom: 0;
	}

	.newsrow {
		margin-bottom: 2.875%;		
	}

	.header {
		margin-bottom: 2.875%;		
	}

	div.news-header {
		margin-bottom: 0;
	}

	.mobile-spacerrow {
		display: block;
		margin-bottom: 2.875%;
	}

	div.main_header .social-row {
		top: 80%;
	}

	.social-col img.social-icon {
		width: 1em;
		margin: .5em;
	}

	.social-subsite-row .social-col img.social-icon {
		width: 1.5em;
	}

	#navi-show > img, #navi-hide > img {
		width: 40px;
		margin-top: 5px; 
	}

	.headerrow img.side_logo {
		height: 50px;
		margin-top: 0px;
	}

	.social-subsite-row {
		padding-top: 1em;
	}

	div.presales_countdown_tile_label {
		font-size: 2rem;
	}

	div.presales_countdown_tile_value {
		font-size: 6.5rem;
		line-height: 6rem;
	}

	div.ticket-application-row {
		margin-bottom: 2.875%;
	}

	.tile-grid {
		gap: calc(100vw*0.02875);
	}
}

@media (max-width: 545px) {

	.social-subsite-row .social-col img.social-icon {
		display: none;
	}

	.contentbox, 
	.contactbox {
		word-wrap: break-word;
	}

	div.presales_countdown_tile_label {
		font-size: 1.2rem;
	}

	div.presales_countdown_tile_value {
		font-size: 5rem;
		line-height: 4.5rem;
	}

	.gallery-wood-box {
		flex-direction: column;
	}

	.gallery-wood-box a {
		margin: .5rem 0;
	}
}