@charset "UTF-8";
/* CSS Document */

* {
	box-sizing: border-box;
	faqtransition: .15s ease;
}

body {
	font-family: 'Montserrat', sans-serif;
	background-color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	color: #FFFFFF;
	box-sizing: border-box;
	transition: 0s !important;
}

.clear {
	clear: both;
}

h1 {
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .66);
	letter-spacing: 1px;
}

h2 {
	font-size: 28px;
	text-align: center;
	font-weight: 800;
	margin: 0 auto 44px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .76);
	line-height: 1.15;
	letter-spacing: 1px;
}

h3 {
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .66);
	letter-spacing: 1px;
}

h5 {
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .66);
	letter-spacing: 1px;
}

p {
	font-size: 14px;
	line-height: 1.8;
}

a {
	cursor: pointer;
	text-decoration: none;
}

.floatingmail #mc_embed_signup_scroll {
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
}

.floatingmail {
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 15px;
	background-color: #ffe53e;
	color: #000;
	border-radius: 4px;
	box-shadow: 2px 3px 4px black;
}

.floatingmail input[type=email] {
	padding: 10px;
	margin: 10px 0;
	border-radius: 4px;
}

.floatingmail input[type=submit] {
	padding: 10px;
	margin-left: 10px;
	background-color: #000;
	color: #fff;
	border-radius: 4px;
}

.floatingmail .newslettertitle {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding-bottom: 5px;
}

@media screen and (max-width: 500px) {
	.floatingmail {
		position: initial;
		right: 20px;
		bottom: 20px;
		padding: 15px;
		background-color: #ffe53e;
		color: #000;
		border-radius: 0px;
		box-shadow: 2px 3px 4px black;
		margin-top: 20px;
	}

	.buttonsmusic {
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (min-width: 768px) {
	h2 {
		font-size: 44px;
	}

	p {
		font-size: 16px;
	}
}

input,
textarea,
select {
	outline: none !important;
	border: none !important
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
	border: none !important
}

a.button {
	border-radius: 4px;
	max-width: 250px;
	display: block;
	margin: 0 auto 0;
	padding: 3px 0 3px 0;
	background: #ffe53e;
	color: #000000;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.66);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.66);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.66);
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 1;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
}

.hover-glow:hover {
	box-shadow: 0 0 6px 3px #fff,
		/* inner */
		0 0 10px 6px #ffff74,
		/* middle */
		0 0 14px 9px #f80062;
	/* outer */
}

.hover-fade:hover {
	opacity: .8;
}

/* PRELOADER */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	z-index: 999;
}

#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border-top: 16px solid #ed3024;
	border-right: 16px solid #ffe53e;
	border-bottom: 16px solid #ffe53e;
	border-left: 16px solid rgba(255, 255, 255, .1);
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* ----- NAV BAR RULES ----- */

#nav {
	background: rgba(0, 0, 0, .9);
	margin: 0;
	padding: 6px 18px 3px 18px;
	text-align: center;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 15;
	transition: .3s ease;
	max-width: none;
	margin: 0 auto 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.hamburger {
	display: inline;
	position: fixed;
	top: 17px;
	left: 22px;
	height: 28px;
	width: 32px;
	cursor: pointer;
	z-index: 113;
	background-attachment: fixed;
	-webkit-transition: .5s;
	transition: .5s;
}

.hamburger.active .top {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
}

.hamburger.active .middle {
	opacity: 0;
}

.hamburger.active .bottom {
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
	transform: translateY(-11px) translateX(0) rotate(-45deg);
}

.hamburger span {
	background: rgba(166, 69, 96, .8);
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}

.hamburger:hover span {
	opacity: .8;
}

.hamburger span:nth-of-type(2) {
	background: rgba(166, 69, 96, .9);
	top: 11px;
}

.hamburger span:nth-of-type(3) {
	background: rgba(166, 69, 96, 1) !important;
	top: 22px;
}

.nav-title {
	width: 100px;
	margin: 5px 12px 0 0;
}

.nav-title-small {
	display: none;
	width: 80px;
	transform: translateX(124px) translateY(7px);
}

#nav-items {
	display: none;
	margin: 0 auto 0;
	float: left;
}

#nav-items ul {
	display: block;
	margin: 0 auto 0;
	padding: 0;
}

#nav-items ul li {
	padding: 0px 28px 0px 8px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}

#nav-items ul li.nav-item a {
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 17px;
	color: #FFFFFF;
}

#nav-items ul li.nav-item a.active {
	color: red;
}

#nav-items ul li.social a i {
	color: #FFFFFF;
	font-size: 21px;
	margin: 0 10px 0 0;
}

#nav-items ul li.nav-item a:hover,
#nav-items ul li.social a:hover i {
	color: #ffe53e;
}

.nav-title:hover {
	filter: brightness(1.6)
}

.nav-title-small:hover {
	filter: brightness(1.6)
}

.fa-user-circle {
	margin-left: 4px;
}

.mfp-bg {
	opacity: 0.95 !important;
}

#nav a.button {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9daf8+0,FFFFFF+100 */
	padding: 3px 12px;
	z-index: 20;
	position: relative;
	float: right;
	margin: 6px 9px 9px;
}

a.button.mobile {
	display: block;
}

a.button.desktop {
	display: none;
}

@media only screen and (min-width: 450px) {
	a.button.mobile {
		display: none;
	}

	a.button.desktop {
		display: block;
	}
}

@media only screen and (min-width: 700px) {
	.nav-title-small {
		display: inline-block;
	}
}

@media only screen and (min-width: 1300px) {
	#nav-items {
		display: inline-block;
	}

	.nav-title-small {
		display: none;
	}

	.hamburger {
		display: none;
	}

	.overlay {
		display: none;
	}
}

/* ----- OVERLAY RULES ----- */

.overlay {
	position: fixed;
	color: #FFFFFF;
	background: rgba(0, 0, 0, .94);
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	/*opacity: 1;
  visibility: hidden;*/
	-webkit-transition: opacity .35s, visibility .35s, height 1s;
	transition: opacity .35s, visibility .35s, height 1s;
	overflow: hidden;
	z-index: 100;
	/*border-bottom:4px solid #aa1d38;*/
}

.overlay.open {
	/*opacity: 1;*/
	visibility: visible;
	height: 100%;
}

/*.overlay.open li {
  -webkit-animation: fadeIn .5s ease forwards;
          animation: fadeIn .5s ease forwards;
}*/

.overlay nav {
	position: relative;
	height: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

#overlay a.button {
	float: none;
	margin: 0 auto 22px;
	font-size: 22px;
	letter-spacing: 1px;
}

.overlay-item {
	text-align: center;
	margin: 0 auto 0;
	background: none;
	cursor: pointer;
	border: none;
	outline: none;
	display: block;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 1px;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: .35s;
	transition: .35s;
	padding: 2px;
}

.overlay-item:hover {
	color: #ffe53e;
}

.overlay .social {
	margin: 22px auto 22px;
}

.overlay .social a {
	display: inline-block;
	margin: 0 8px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 28px
}

.overlay .social a:hover {
	color: #ffe53e;
}

/* WRAPPER */

#wrapper {
	margin: 0 auto 44px;
	/*max-width:1200px;
	padding:33px;*/
}

.max-width {
	max-width: 1300px;
	margin: 0 auto 0;
}

.yellow {
	color: #ffe53e;
}

.purple {
	color: #ffe53e;
}

/* HERO SECTION */

#hero {
	margin: 59px auto -14%;
	padding: 0;
}

#hero img {
	width: 100%;
	display: block;
	position: relative;
}

#hero img.base {
	position: absolute;
}

#art {
	position: absolute;
}

.quotator {
	display: block;
	position: relative;
}

a.button.under-art {
	margin: 0 auto 22px;
	display: none;
}

@media only screen and (min-width: 450px) {
	a.button.under-art {
		display: block;
	}
}

@media only screen and (min-width: 940px) {
	a.button.under-art {
		margin: 0 auto 22px;
	}
}

/* TICKETS SECTION */

#tickets {
	position: relative;
	margin: 0 auto 0;
	max-width: 1388px;
	display: block;
}

#ticket-header {
	font-size: 14px;
	padding: 0 33px 0;
	text-shadow: 0px 0px 22px rgba(0, 0, 0, .9);
	line-height: 1.3;
}

#audience-rewards {
	padding: 22px;
	margin: 0 22px 44px;
	position: relative;
	border-top: 2px solid rgba(255, 221, 154, .4);
	border-bottom: 2px solid rgba(255, 221, 154, .4);
	/*transform:skew(2deg);*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdcb25+0,d392b2+27,51002f+27&0.22+0,0.77+50,0.1+100 */
	background: -moz-linear-gradient(-45deg, rgba(253, 203, 37, 0.22) 0%, rgba(81, 0, 47, 0.52) 27%, rgba(81, 0, 47, 0.77) 50%, rgba(81, 0, 47, 0.1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(253, 203, 37, 0.22) 0%, rgba(81, 0, 47, 0.52) 27%, rgba(81, 0, 47, 0.77) 50%, rgba(81, 0, 47, 0.1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(253, 203, 37, 0.22) 0%, rgba(81, 0, 47, 0.52) 27%, rgba(81, 0, 47, 0.77) 50%, rgba(81, 0, 47, 0.1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38fdcb25', endColorstr='#1a51002f', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

img.audience-rewards {
	display: none;
	width: 80px;
	position: absolute;
	right: 12px;
	bottom: 12px;
}

@media only screen and (min-width: 455px) {
	img.audience-rewards {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	#ticket-header {
		font-size: 22px;
	}

	.audience-rewards {
		width: 100px;
	}
}

@media only screen and (min-width: 940px) {
	#ticket-header {
		font-size: 26px;
		padding: 0 44px 0;
	}
}

@media only screen and (min-width: 940px) {
	#audience-rewards {
		padding: 22px;
		margin: 0 44px 88px;
	}
}

.ticket-box {
	width: calc(100% - 44px);
	display: block;
	float: none;
	color: #FFFFFF;
	margin: 66px auto 33px;
	text-align: center;
	border-top: 2px solid rgba(255, 255, 255, .2);
	border-bottom: 2px solid rgba(255, 255, 255, .2);
	/*transform:skew(2deg);*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a101e+0,95316e+50,fdcb25+100&0.1+1,0.44+50,0.33+100 */
	background: -moz-linear-gradient(-45deg, rgba(42, 16, 30, 0.1) 0%, rgba(44, 17, 32, 0.1) 1%, rgba(149, 49, 110, 0.44) 50%, rgba(253, 203, 37, 0.33) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(42, 16, 30, 0.1) 0%, rgba(44, 17, 32, 0.1) 1%, rgba(149, 49, 110, 0.44) 50%, rgba(253, 203, 37, 0.33) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(42, 16, 30, 0.1) 0%, rgba(44, 17, 32, 0.1) 1%, rgba(149, 49, 110, 0.44) 50%, rgba(253, 203, 37, 0.33) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a2a101e', endColorstr='#54fdcb25', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.ticket-box-skew {
	padding: 44px 22px;
	background: url(../_img/shatter.png);
	background-attachment: fixed;
	background-size: contain;
	background-position: center top;
}

.ticket-box h3 {
	font-weight: 900;
	font-size: 28px;
	margin: 0px auto 22px;
	color: #ffe53e;
}

.ticket-box h5,
.ticket-box p {
	display: inline;
}

.ticket-box p a {
	color: #ffe53e;
	text-decoration: underline;
}

.ticket-box p a:hover {
	color: #FFFFFF;
}

.ticket-box a.button {
	margin-bottom: 33px;
}

.calendar {
	display: none;
	width: calc(100% - 44px);
	margin: 44px 22px 44px;
	float: none;
	border-top: 2px solid rgba(255, 221, 154, .4);
	border-bottom: 2px solid rgba(255, 255, 255, .2);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdcb25+0,d392b2+27,95316e+27&0.22+0,0.22+50,0.1+100 */
	background: -moz-linear-gradient(-45deg, rgba(253, 203, 37, 0.22) 0%, rgba(149, 49, 110, 0.22) 27%, rgba(149, 49, 110, 0.22) 50%, rgba(149, 49, 110, 0.1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(253, 203, 37, 0.22) 0%, rgba(149, 49, 110, 0.22) 27%, rgba(149, 49, 110, 0.22) 50%, rgba(149, 49, 110, 0.1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(253, 203, 37, 0.22) 0%, rgba(149, 49, 110, 0.22) 27%, rgba(149, 49, 110, 0.22) 50%, rgba(149, 49, 110, 0.1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38fdcb25', endColorstr='#1a95316e', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	/*border-top: 4px solid rgba(255,255,255,.3);
	border-left: 4px solid rgba(255,255,255,.2);
	border-right: 4px solid rgba(255,255,255,.2);
	border-bottom: 4px solid rgba(255,255,255,.1);*/
}

.calendar-skew {
	padding: 33px 12px;
	background: url(../_img/shatter.png);
	background-attachment: fixed;
	background-size: cover;
	background-position: right bottom;
}

.calendar-header {
	font-weight: 900;
	letter-spacing: 4px;
	margin: 12px auto 22px;
}

@keyframes blink {
	0% {
		border: 2px solid rgba(233, 7, 138, 0);
	}

	60% {
		border: 2px solid rgba(233, 7, 138, 0);
	}

	70% {
		border: 2px solid rgba(233, 7, 138, 1);
	}

	75% {
		border: 2px solid rgba(233, 7, 138, 1);
	}

	80% {
		border: 2px solid rgba(233, 7, 138, 0);
	}

	90% {
		border: 2px solid rgba(233, 7, 138, 1);
	}

	95% {
		border: 2px solid rgba(233, 7, 138, 1);
	}

	100% {
		border: 2px solid rgba(233, 7, 138, 0);
	}
}

@-webkit-keyframes blink {
	0% {
		border: 2px solid rgba(233, 7, 138, 0);
	}

	60% {
		border: 2px solid rgba(233, 7, 138, 0);
	}

	70% {
		border: 2px solid rgba(233, 7, 138, 1);
	}

	75% {
		border: 2px solid rgba(233, 7, 138, 1);
	}

	80% {
		border: 2px solid rgba(233, 7, 138, 0);
	}

	90% {
		border: 2px solid rgba(233, 7, 138, 1);
	}

	95% {
		border: 2px solid rgba(233, 7, 138, 1);
	}

	100% {
		border: 2px solid rgba(233, 7, 138, 0);
	}
}

.bullet {
	font-size: 25px;
}

@media only screen and (min-width: 450px) {
	.calendar {
		display: block;
	}
}

@media only screen and (min-width: 940px) {
	.calendar {
		width: calc(65% - 110px);
		float: left;
		margin: 0 66px 44px 44px;
	}

	.ticket-box {
		/*width:calc(35% - 44px);
		float:right;
		margin:0 44px 22px 0;
		display:block;*/
		width: calc(100% - 88px);
		float: right;
		margin: 66px 44px 22px 44px;
		display: block;
	}
}

/* ABOUT Section */

#about {
	margin: 88px auto 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdcb25+0,95316e+50,2a101e+100&0.33+0,0.44+50,0.1+99 */
	background: -moz-linear-gradient(-45deg, rgba(253, 203, 37, 0.33) 0%, rgba(149, 49, 110, 0.44) 50%, rgba(44, 17, 32, 0.1) 99%, rgba(42, 16, 30, 0.1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(253, 203, 37, 0.33) 0%, rgba(149, 49, 110, 0.44) 50%, rgba(44, 17, 32, 0.1) 99%, rgba(42, 16, 30, 0.1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(253, 203, 37, 0.33) 0%, rgba(149, 49, 110, 0.44) 50%, rgba(44, 17, 32, 0.1) 99%, rgba(42, 16, 30, 0.1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54fdcb25', endColorstr='#1a2a101e', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	border-top: 2px solid rgba(255, 255, 255, .2);
	border-bottom: 2px solid rgba(255, 255, 255, .2);
	transform: skewY(-1deg);
}

#about-skew {
	padding: 111px 44px;
	background: url(../_img/shatter.png);
	background-attachment: fixed;
	background-size: contain;
	margin: 0 auto 0;
}

#about-right {
	width: 100%;
	position: relative;
	background: #ffe53e;
	box-shadow: 1px 1px 11px rgba(0, 0, 0, .66);
	margin: 0 0 44px 0;
}

@media only screen and (min-width: 900px) {
	#about-right {
		width: calc(45% - 44px);
		float: right;
		margin: 0 0 22px 44px;
	}
}

#video-wrapper {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 54.1%;
	border: 2px solid #ffe53e;
}

#video-wrapper embed,
#video-wrapper iframe,
#video-wrapper object,
#video-wrapper video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-caption {
	padding: 8px 8px 10px;
	color: #000000;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.video-caption {
		padding: 8px 18px 10px;
		font-size: 18px;
	}
}

/* FUNDATION */

#fundation {
	margin: 0px auto 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a101e+0,95316e+50,fdcb25+100&0.1+1,0.44+50,0.33+100 */
	background: #000000;
	border-top: 2px solid rgba(255, 255, 255, .2);
	/*border-bottom: 2px solid rgba(255,255,255,.2);*/
	transform: skewY(-1deg);
}

#fundation-skew {
	padding: 111px 44px 66px;
	/* background: url(../_img/shatter.png);
    background-attachment: fixed;
	background-size: contain; */
	margin: 0 auto 0;
}

#fundation img {
	width: 100%;
	position: relative;
}

.fundation {
	margin: 88px auto 0;
}

.fundation a {
	color: #ffe53e;
	text-decoration: underline;
}

.fundation a:hover {
	color: #FFFFFF;
}

@media only screen and (min-width: 468px) {
	#fundation img {
		float: right;
		margin: 0 0px 22px 33px;
		width: 260px;
	}
}

/* Cast/Creative Section */

#company {
	margin: 0 auto 0;
	text-align: center;
	vertical-align: top;
	padding: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9f3376+0,000000+100&0.22+0,0+100 */
	background: -moz-radial-gradient(center, ellipse cover, rgba(159, 51, 118, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(159, 51, 118, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(159, 51, 118, 0.22) 0%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#389f3376', endColorstr='#00000000', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

#company-skew {
	padding: 111px 22px;
	background: url(../_img/shatter.png);
	background-attachment: fixed;
	background-size: contain;
	background-position: center;
	margin: 0 auto 0;
	transform: skewY(-1deg);
	border-bottom: 2px solid rgba(255, 255, 255, .2);
}

#company h1 {
	color: #FFFFFF;
	font-size: 48px;
	margin: -12px auto 44px;
	display: block;
	text-align: center;
	text-shadow: 0 0px 22px rgba(0, 0, 0, .8);
}

#company h2 {
	color: #ffe53e;
}

.cast-wrapper {
	text-align: center;
	width: 130px;
	padding: 0 10px 33px 10px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
	transition: .15s ease;
}

.cast-wrapper:hover {
	transform: scale(1.03, 1.03);
	transform-origin: center;
}

.cast-wrapper:hover img {
	border-color: #ffe53e;
}

a.bio img {
	width: 100%;
	border: 2px solid #ffe53e;
}

.cast-wrapper h3 {
	font-size: 15px;
	color: #ffffff;
	margin: 4px auto 4px;
	-webkit-transition: .2s;
	transition: .2s;
	letter-spacing: 0;
}

.cast-wrapper:hover h3 {
	color: #ffe53e
}

.creative-wrapper {
	text-align: center;
	width: 200px;
	padding: 0 10px 33px 10px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
	transition: .15s ease;
}

a .creative-wrapper:hover {
	transform: scale(1.03, 1.03);
	transform-origin: center;
}

.creative-wrapper:hover h3,
.creative-wrapper:hover h4 {
	color: #ffe53e
}

.creative-wrapper h4 {
	font-size: 13px;
	line-height: 1;
	color: #ffe53e;
	text-transform: uppercase;
	margin: 4px auto 4px;
	-webkit-transition: .2s;
	transition: .2s;
}

.creative-wrapper h3 {
	font-size: 15px;
	color: #ffffff;
	margin: 4px auto 4px;
	-webkit-transition: .2s;
	transition: .2s;
	letter-spacing: 0;
	text-decoration: underline;
}

.bio-popup {
	position: relative;
	background: #000000;
	padding: 20px;
	width: auto;
	max-width: 800px;
	margin: 20px auto;
	border: 5px solid #ffe53e;
	/* text-align: center; */
	line-height: 1.4;
}

.bio-popup p {
	text-align: justify;
}

.bio-popup p a {
	color: #FFFFFF;
	text-decoration: underline;
}

.bio-popup p a:hover {
	color: #ffe53e;
}

.bio-popup img {
	float: none;
	margin: 0 auto 8px;
	display: block;
	border: 2px solid #ffe53e;
	;
}

@media only screen and (min-width: 900px) {
	#company-skew {
		padding: 111px 44px;
	}

	.cast-wrapper {
		width: 150px;
	}

	.bio-popup {
		padding: 44px;
	}

	.bio-popup p {
		overflow: hidden;
	}

	.bio-popup img {
		float: left;
		margin: 33px 33px 12px 0;
	}
}

/* SPOTIFY PLAYER */

#music-btn {
	position: fixed;
	z-index: 6;
	left: 0;
	top: 45%;
	height: 155px;
	width: 22px;
	padding: 8px 2px 2px 2px;
	background-color: #ffe53e;
	border-radius: 0 6px 6px 0;
	color: #000000;
	cursor: pointer;
	transition: box-shadow 1s ease;
	-webkit-animation: glow 2s ease alternate infinite;
	animation: glow 2s ease alternate infinite;
}

body.spotify-open #music-btn {
	left: 270px;
}

#open-spotify-btn {
	margin-top: 12px;
}

/*#music-btn i.music {
    position: relative;
    left: -2px;
    top: -30px;
    font-size: .7em;
    margin-top: 10px;
    background: #ffffff;
    color: #007eea;
    padding: 12px 3px;
    border-radius: 0 20px 0 0;
}*/

#music-btn i.music {
	margin-left: 2px;
	font-size: 12px;
}

#music-btn span {
	display: block;
	position: absolute;
	left: -99px;
	font-size: 20px;
	letter-spacing: 1.4px;
	bottom: 109px;
	width: 219px;
	transform: rotate(-90deg);
	text-transform: uppercase;
	font-weight: 800;
}

#music-btn span i {
	margin-right: 5px;
	opacity: .5;
}

#music-btn span i.left {
	display: none;
}

body.spotify-open #music-btn span i.left {
	display: inline-block;
}

#music-btn #spotify-player,
body.spotify-open #music-btn span i.right {
	display: none;
}

#spotify-player #player {
	height: calc(100%);
}

#spotify-player {
	position: fixed;
	left: -270px;
	top: 64px;
	bottom: 0;
	width: 270px;
	min-height: 90%;
	background-color: #000000;
	z-index: 1000;
}

body.spotify-open #spotify-player {
	left: 0;
}

#spotify-player iframe {
	display: block;
	width: 100%;
}

#spotify-player #music-links {
	text-align: center;
	overflow: auto;
}

#spotify-player #music-links h5 {
	margin: 20px 0 0;
	padding: 0 10px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: none;
}

#spotify-player #music-links h5.title {
	padding: 12px 12px;
	line-height: 1.1;
	margin: 0 0 15px;
	color: #000000;
	background: #ffe53e;
}

#spotify-player a {
	margin: 0 10px;
	font-size: 25px;
	color: #ffe53e;
}

#spotify-player a:hover {
	color: #ffe53e;
}

#spotify-player hr {
	margin: 12px 10%;
	border-color: #040808;
	opacity: .5;
}

#spotify-player p {
	padding: 0px 10%;
	color: #ffffff;
	font-size: 15px;
}

body.spotify-open {
	padding-left: 270px;
}

body.spotify-open .nav-menu {
	display: inline;
}

@media screen and (min-width: 768px) {
	#music-btn {
		width: 26px;
		padding: 8px 2px 2px 5px;
	}

	#music-btn span {
		left: -96px;
	}
}

@media screen and (min-height: 768px) {
	#spotify-player #music-links {
		position: absolute;
		bottom: 21px;
		left: 0;
	}

	#spotify-player #player {
		/* height: calc(100% - 353px); */
	}
}

@media screen and (max-width: 768px) {
	body.spotify-open #wrapper {
		opacity: 0;
	}
}

/* FOOTER */

#foot {
	color: #ffffff;
	width: 100%;
	padding: 66px 20px 88px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
}

#foot a.button.subscribe {
	padding: 3px 12px;
}

#foot .social {
	display: block;
	margin: 22px auto 95px;
}

#foot .social a i {
	color: #ffe53e;
	font-size: 28px;
	margin: 0 10px 0 0;
}

#foot .social a:last-of-type i {
	margin: 0 0 0 0;
}

#foot .social a:hover i {
	color: #FFFFFF;
}

#foot h3 {
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 auto 0;
}

#foot .info {
	margin: 0 auto 44px;
}

#foot .credits p {
	font-size: 12px;
	font-style: italic;
	font-weight: 200;
	display: block;
	line-height: 17px;
}

#foot p {
	font-size: 18px;
	text-transform: none;
	display: inline-block;
	margin: 0 16px 22px;
}

#foot p a {
	text-decoration: underline;
	color: #ffffff;
}

#foot p a:hover {
	color: #ffe53e;
}

.privacy-popup {
	position: relative;
	background: #000000;
	padding: 20px;
	width: auto;
	max-width: none;
	;
	margin: 20px auto;
	border: 5px solid #ffe53e;
	text-align: center;
	line-height: 1.4;
}

.adpop-popup {
	position: relative;
	background: #000000;
	padding: 20px;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
	border: 5px solid #ffe53e;
	text-align: center;
	line-height: 1.4;
}

.musiccont {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

.musiccont iframe {
	margin: 25px;
	width: 100%;
	max-width: 400px;
	max-height: 400px;
	height: 100vh;
	overflow-x: hidden;
}

#adpop video {
	width: 90%;
	max-width: 400px;
	height: auto;
}

#adpop .apflex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#adpop img {
	width: 100%;
	max-width: 400px;
}

#adpop .apflex .ctex {
	/* max-width: 330px; */
	font-size: 20px;
	padding-bottom: 25px;
}

#adpop .apflex .ctexsm {
	/* max-width: 330px; */
}

#adpop .apflex .subfl,
.chall .subfl {
	display: flex;
	justify-content: center;
	align-items: center;
}
#adpop .apflex a{
	color: #fffd4e;
	white-space: nowrap
}

#adpop .apflex a.butty,
.chall a {
	background-color: #fffd4e;
	border-radius: 500px;
	margin: 0 15px;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 800;
	padding: 10px 20px;
	cursor: pointer;
	color: #000;
}

.privacy-popup h1 {
	color: #ffe53e;
	text-transform: uppercase;
	margin: 0 auto 8px;
}

.privacy-popup h2 {
	color: #FFFFFF;
	font-size: 22px;
	margin: 22px auto 6px;
}

.privacy-popup p.date {
	font-style: italic;
	font-size: 14px;
	margin: 0 auto 12px;
}

.privacy-popup p {
	font-size: 16px;
	text-align: center;
	font-weight: 200;
	margin: 6px auto 44px;
}

.privacy-popup p a {
	color: #FFFFFF;
	text-decoration: underline;
}

.privacy-popup p a:hover {
	color: #ffe53e;
}

.mfp-close-btn-in .mfp-close {
	color: #FFFFFF !important;
}

@media only screen and (min-width: 900px) {
	.privacy-popup {
		padding: 44px;
	}
}

/*
==============================================
Animation
==============================================
*/

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes glow {
	0% {
		box-shadow: 0 0 6px 3px rgba(255, 229, 62, .2),
			/* inner */
			0 0 14px 9px rgba(255, 255, 255, .2);
		/* outer */
	}

	100% {
		box-shadow: 0 0 6px 3px rgba(255, 255, 255, .4),
			/* inner */
			0 0 14px 9px rgba(255, 229, 62, .4);
		/* outer */
	}
}

@-webkit-keyframes glow {
	0% {
		box-shadow: 0 0 6px 3px rgba(255, 229, 62, .2),
			/* inner */
			0 0 14px 9px rgba(255, 255, 255, .2);
		/* outer */
	}

	100% {
		box-shadow: 0 0 6px 3px rgba(255, 255, 255, .4),
			/* inner */
			0 0 14px 9px rgba(255, 229, 62, .4);
		/* outer */
	}
}

.mediacont {
	margin-top: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mediacont .mainvid {
	max-width: 800px;
	width: 100%;
}

.mediacont .video_slider {
	max-width: 900px;
	width: 100%;
	margin-top: 50px;
}

@media screen and (max-width: 1000px) {
	.mediacont .video_slider {
		width: 700px
	}
}

@media screen and (max-width: 780px) {
	.mediacont .video_slider {
		width: 300px
	}
}

.mediacont .fcc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 100px;
}

.mediacont .video_slider .outvi h5 {
	margin: 0 20px;
	color: #fff;
	max-width: 260px;
	text-transform: none;
}

.mediacont .video_slider .outvi {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mediacont .video_slider .outvi:focus {
	outline: none;
}

.mediacont .video_slider .vidhold {
	width: 260px;
	border: 2px solid #ffe53e;
	background-color: #ffe53e;
	margin: 20px;
	color: #000;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat
}

.inthenews {
	margin: 60px 15px 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transform: skewY(1deg);
}

.itnholder {
	width: 100%;
	background-image: url('/_img/shatter.png'), linear-gradient(135deg, rgba(253, 203, 37, 0.33) 0%, rgba(149, 49, 110, 0.44) 50%, rgba(44, 17, 32, 0.1) 99%, rgba(42, 16, 30, 0.1) 100%);
	background-size: contain;
	background-attachment: fixed;
	transform: skewY(-1deg);
	border-top: 2px solid rgba(255, 255, 255, 0.5);
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.inthenews h2 {
	margin-bottom: 30px;
}

.inthenews .newsrow {
	margin-top: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 900px;
	width: 100%;
}

.inthenews .newsrow img {
	max-width: 500px;
	width: 100%;
}

.inthenews .nicont {
	text-align: left;
	margin-left: 30px;
}

.inthenews .nicont h4 {
	text-align: left;
	font-size: 25px;
	margin-top: 0;
}

.inthenews .nicont button {
	cursor: pointer;
	background-color: #ffe53e;
	color: #000;
	border: none;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
}

@media screen and (max-width: 850px) {
	.inthenews .newsrow {
		flex-direction: column;
	}

	.inthenews .nicont {
		text-align: center;
		max-width: 400px;
	}

	.inthenews .nicont h4 {
		padding: 20px 0 0;
		text-align: center;
		margin-bottom: 0;
	}
}

.mediacont .movietop {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 100px;
}

.mediacont .movietop img {
	width: 100%;
}

.mediacont.mv {
	margin-top: 0px;
}

.mediacont .movietop h3 {
	max-width: 920px;
}

.mediacont .movietop h3 span {
	color: #ffe53e;
}

.mediacont .movietop p {
	max-width: 1100px;
	padding: 0 10px;
}

.mediacont .movietop .datho {
	display: flex;
}

.mediacont .movietop .datho .dat {
	padding: 20px;
	width: 33%;
}

.mediacont .movietop .datho .dat h4 {
	font-size: 19px;
	margin-bottom: 0;
}

.mediacont .movietop .datho .dat h5 {
	color: #ffe53e;
	text-align: left;
	margin: 0;
}

.mediacont .movietop .datho .dat p {
	padding-left: 0;
}

.mediacont .movietop .datho .dat a button,
.itnholder.mv a button {
	cursor: pointer;
	background-color: #ffe53e;
	color: #000;
	border: none;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
}

.itnholder.mv .reskew {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 80px 15px;
	transform: skewY(1deg);

}

.itnholder.mv h3 {
	max-width: 900px;
	margin-bottom: 40px;
}


@media screen and (max-width: 900px) {
	.mediacont .movietop .datho {
		flex-direction: column;
	}

	.mediacont .movietop .datho .dat {
		width: 100%;
		max-width: 600px;
	}
}


.stripeform input[type="submit"] {
	border-radius: 4px;
	margin: 5px;
	padding: 12px 22px;
	background: #ffe53e;
	color: #000000;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 66%);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.66);
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 66%);
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 800;
	cursor: pointer;
}

.stripeform input[type="submit"]:hover {
	text-decoration: underline;
}

.ap_cont.sheet {
	margin-top: 65px;
}

.ap_cont.sheet img {
	width: 33%;
}

.ap_cont.sheet .altstore img {
	width: 100%;
	max-width: 500px;
}

.ap_cont.sheet h4 {
	width: 100%;
	max-width: 900px;
	padding: 10px;
	text-align: center;
}

.buttonsmusic {
	display: flex;
}

.ap_cont.sheet .buttonsmusic a {
	color: #ffe53e;
	background-color: transparent;
	font-size: 16px;
	text-transform: none;
	border: 3px solid #ffe53e;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 22px;
	margin: 5px
}

.ap_cont.success .verified a.dlink {
	color: black;
	background-color: #ffe53e;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	justify-content: center;
	align-items: center;
	padding: 12px 22px;
	margin: 5px;
}

.ap_cont.success .verified h1 {
	margin-bottom: 20px;
}

.ap_cont.success .verified {
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ap_cont.success .unverified {
	display: flex;
	max-width: 900px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ap_cont.sheet .altstore {
	display: flex;
	flex-direction: column;
}

.ap_cont.sheet .altstore .calltext {
	margin: 30px 10px;
	text-align: center;
}

.ap_cont.sheet .altstore .tees {
	display: flex;
	justify-content: center;
}

.ap_cont.sheet .altstore img {
	max-width: 300px;
}

.storeimsholder {
	display: flex;
	max-width: 800px;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}


/* Newsletterpopup */

#emailsignupop {
	position: relative;
	width: 350px;
	margin: 0 auto;
}

#emailsignupop div.emd {
	width: 270px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	background: #ffe53e;
	color: #000;
	padding: 25px 10px;
	border-radius: 6px;
}

#emailsignupop button.mfp-close {
	position: absolute;
	right: 0px;
	top: -37px;
}

#emailsignupop input[type=email] {
	padding: 10px;
	margin: 10px 0;
	border-radius: 4px;
}

#emailsignupop input[type=submit] {
	padding: 10px;
	margin-left: 10px;
	background-color: #000;
	color: #fff;
	border-radius: 4px;
}

#emailsignupop .newslettertitle {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding-bottom: 5px;
}

@media screen and (max-width: 500px) {
	#emailsignupop {
		position: initial;
		right: 20px;
		bottom: 20px;
		padding: 15px;
		background-color: #ffe53e;
		color: #000;
		border-radius: 0px;
		box-shadow: 2px 3px 4px black;
		margin-top: 20px;
		width: auto;
	}

	#emailsignupop div.emd {
		width: auto;

	}
}

.chall { 
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 100px 0;
}

.chall img {
	max-width: 700px;
	width: 95%;
}