/* CSS Document */

div.clear {
    clear:both;
}

/*
* {
  -webkit-transition: all 1s ease;
  -moz-transition:    all 1s ease;
  -ms-transition:     all 1s ease;
  -o-transition:      all 1s ease;
  transform: all 1 ease;
}
*/

#content-wrapper, #nav, #footer {
	transition:.5s ease;
	transition-delay: .5s;
}


* {
	-webkit-margin-after: 0px;
	-webkit-margin-before: 0px;
	-webkit-margin-end: 0px;
	-webkit-margin-start: 0px;
}

h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0;
}

ul, li {
	margin: 0;
}

a:hover {
  cursor:pointer !important;
}

a:focus {
  outline:0 !important;
}

a:active {
  outline:0 !important;
}

select:focus {
outline: none;
}

input:focus, textarea:focus {
    outline: none;
}

body {
	font-family: "Knockout 29 A", "Knockout 29 B";
	padding:0;
	margin:0;
	color:#040808;
	background-image: url(../images/bg-mobile.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	transition:1s ease;
}

@media screen and (min-width:768px) {
	body {
		background-image: url(../images/bg.jpg);
	}
}

.page-id-10 {
	background-color:#ee4d9b;
	background-image: url(../images/bg-pink.jpg);
	transition:1s ease;
}

body.page-id-12 {
	background-color:#1a2209;
	background-image: url(../images/bg-home.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

a {
	text-decoration:none;
}

ul {
	padding:none;
	list-style-type: disc;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.mobile-only {
	display:inline-block;
}

.desktop-only {
	display:none;
}

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

	.desktop-only {
		display:inline-block;
	}

}

.media-mobile-only {
	display:inline-block;
}

.media-desktop-only {
	display:none;
}

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

	.media-desktop-only {
		display:inline-block;
	}

}

/*
==============================================
Nav
==============================================
*/

#nav {
	margin-top:18px;
	padding:17px auto 0;
	display:block;
}

.nav-bar {
	height: 86px;
	margin-top:16px;
	/*background-color: #9294bb;*/
	background-image: url("../images/nav-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.51);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.51);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.51);
}

.nav-bar-items {
	max-width:1200px;
	margin:0 auto 0;
}

.nav-bar-items .nav-menu {
	width:110px;
	margin: -10px 0px 0px 6px;
	float:left;
	z-index:0;
	position:relative;
	cursor: pointer !important;
	transition:1s ease;
	transform:1s ease;
}

.nav-bar-items .nav-menu:hover {
	cursor: pointer !important;
}

.active {
	-webkit-transform: translateY(0px) translateX(0px) rotate(-360deg);
	-moz-transform: translateY(0px) translateX(0px) rotate(-360deg);
    transform: translateY(0px) translateX(0px) rotate(-360deg);
}

.nav-bar-items .nav-title {
	margin-left: 60px;
	margin-top:-17px;
	border:none;
	display:none;
}

.social {
	cursor: pointer;
}

.social.fab {
  font-size: 38px;
  line-height: 38px;
  color: #ee4d9b;
  border: 0;
  text-decoration:none;
  margin: 22px 8px 0 8px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
  cursor:pointer;
  display:inline-block;
}

.social.fab:hover {
  color: #FFFFFF;
  cursor: pointer;
}

.nav-bar-items .social {
	float:right;
	display:none;
	cursor: pointer;
}

.nav-bar-items .nav-button {
	float:right;
	display:inline-block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 0px #040808;
	-moz-box-shadow: 2px 2px 0px #040808;
	box-shadow: 2px 2px 0px #040808;
	margin:21px 18px 0 0;
	padding: 4px 16px 6px 16px;
	background-color:#ee4d9b;
	border:2px solid #040808;	
	vertical-align: top;
	cursor: pointer;
	text-align:center;

	font-family: "Knockout 71 A", "Knockout 71 B";
	font-style: normal;
	font-weight: 400;
	font-size:24px;
	line-height:1;
	text-transform:uppercase;
	color:#FFFFFF;
	-webkit-text-shadow: 2px 2px 0px #040808;
	-moz-text-shadow: 2px 2px 0px #040808;
	text-shadow: 2px 2px 0px #040808;
}

.nav-bar-items .nav-button:hover {
	color: #FFFFFF !important;
	cursor:pointer !important;
}

.nav-overlay-desktop {
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: #ee4d9b;
	background-repeat: no-repeat;
	position:fixed;
	z-index:50;
	-webkit-transform: translateY(-100%) translateX(0px) rotate(0deg);
	-moz-transform: translateY(-100%) translateX(0px) rotate(0deg);
    transform: translateY(-100%) translateX(0px) rotate(0deg);
    transition:0.5s ease;
}

.open {
	top:0;
	height:100%;
	-webkit-transform: translateY(0) translateX(0) rotate(0deg);
	-moz-transform: translateY(0) translateX(0) rotate(0deg);
    transform: translateY(0) translateX(0) rotate(0deg);
}

.nav-overlay-desktop nav {
	position: relative;
	font-size: 42px;
	font-family: "Knockout 70 A", "Knockout 70 B";
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
	line-height:1;
	letter-spacing:1px;
	text-transform:uppercase;
	-webkit-text-shadow: 3px 3px 0px #040808;
	-moz-text-shadow: 3px 3px 0px #040808;
	text-shadow: 3px 3px 0px #040808;
	text-align: center;
}

.nav-overlay-desktop ul {
	list-style: none;
	padding: 112px 36px 36px 36px;
	margin: 0 auto;
	display: inline-block;
	position: relative;
}

.nav-overlay-desktop ul li {
	display: block;
	min-height: 50px;
	position: relative;
	margin:0 0 8px 0;
}

.nav-overlay-desktop ul li a {
	color: #FFFFFF;
	position:relative;
}

.nav-overlay-desktop ul li a:hover {
	/*color: #FFFFFF !important;*/
}

.nav-overlay-desktop .social.fab {
  font-size: 38px;
  line-height: 38px;
  color: #FFFFFF;
  border: 0;
  text-decoration:none;
  margin: 8px 5px 0 5px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
  cursor:pointer;
  display:inline-block;
}

.social.fab:hover {
  color: #FFFFFF;
  cursor: pointer;
}

i.close {
	font-size:20px;
	color:#FFFFFF;
	position:fixed;
	display:inline-block;
	top:36px;
	left:32px;
	text-shadow: none;
}

.nav-bar-desktop {
	display: none;
	margin-left:22px;
	margin-bottom:-6px;
}

.nav-bar-desktop nav ul li {
	display: inline-block;
	min-height: 50px;
	position: relative;
	float:left;
	margin:0 0 8px 44px;
}

.nav-bar-desktop nav ul li a {
	font-family: "Knockout 70 A", "Knockout 70 B";
	font-size:22px;
	font-style: normal;
	font-weight: 400;
	color: #b10f44;
	line-height:1;
	letter-spacing:1px;
	text-transform:uppercase;
	/*-webkit-text-shadow: 2px 1px 0px #FFFFFF;
	-moz-text-shadow: 2px 1px 0px #FFFFFF;
	text-shadow: 2px 1px 0px #FFFFFF;*/
}

.nav-bar-desktop nav ul li a:hover {
	/*color: #FFFFFF;*/
	cursor: pointer;
}


@media screen and (min-width:768px) {
	.nav-bar {
		margin-top:26px;
	}

	.nav-bar-items .nav-menu {
		width:130px;
	}

	.nav-bar-items .nav-title {
		width:300px;
		margin:4px 0 0 12%;
		display:inline-block;
	}

	.nav-bar-items .nav-button {
		font-size:28px;
	}
}

@media screen and (min-width:1024px) {
	.nav-bar-items .nav-menu {
		margin:-12px 0px 0px 6px;
		display:none;
	}

	.nav-bar-desktop {
		display: inline-block;
	}

	.nav-bar-items .nav-title {
		margin:4px 0 0 44px;
	}

	/*.nav-bar-items .nav-title {
		margin-left: 8%;
		margin-top:-17px;
		width:446px;
		display:inline-block;
	}*/

	/*.nav-bar-items .nav-button {
		-webkit-box-shadow: 3px 3px 0px #040808;
		-moz-box-shadow: 3px 3px 0px #040808;
		box-shadow: 3px 3px 0px #040808;
		margin:17px 18px 0 0;

		font-size:36px;
		-webkit-text-shadow: 3px 3px 0px #040808;
		-moz-text-shadow: 3px 3px 0px #040808;
		text-shadow: 3px 3px 0px #040808;
	}*/

	.nav-overlay-desktop {
		width:343px;
		height:792px;
		top:0;
		left:0;
		background: url(../images/nav-overlay-banner.png);
		background-repeat: no-repeat;
		position:fixed;
		z-index:50;
		-webkit-transform: translateY(-100%) translateX(0px) rotate(0deg);
		-moz-transform: translateY(-100%) translateX(0px) rotate(0deg);
    	transform: translateY(-100%) translateX(0px) rotate(0deg);
    	transition:1s ease;
	}

	.open {
		top:0;
		height:792px;
		-webkit-transform: translateY(0) translateX(0) rotate(0deg);
		-moz-transform: translateY(0) translateX(0) rotate(0deg);
    	transform: translateY(0) translateX(0) rotate(0deg);
	}

	.nav-overlay-desktop ul {
		list-style: none;
		padding: 112px 56px 36px 36px;
		margin: 0 auto;
		display: inline-block;
		position: relative;
	}

	i.close {
		display:none;
	}

}

@media screen and (min-width:1200px) {

	.nav-bar-items .social {
		display:inline-block;
		display:none;
	}

	.nav-bar-desktop {
		margin:0 0 0 22px;
		margin-bottom:0px;
	}

	.nav-bar-desktop nav ul li {
		margin:0 0 8px 66px;
	}

	.nav-bar-desktop nav ul li a {
		font-size:28px;
	}

}

/*
==============================================
Content
==============================================
*/


#content-wrapper {
	max-width:1200px;
	margin:0 auto 0;
	padding:32px 16px 16px;
	text-align:center;
}

body.page-id-12 #content-wrapper {
	padding:12px 16px 16px;
}

#title {
	width:100%;
	max-width:446px;
	margin:0 auto 12px;
}

.quotes {
	max-width:1200px;
	/*height:150px;*/
	margin:0 auto 0;
	display:table;
	padding:0;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}

.quotes li {
	margin:12px auto 12px;
	width:100%;
	vertical-align: middle;
	/*height:100px;*/
	padding:0;
	text-align:center;
}

.quote {
	font-family: "Knockout 71 A", "Knockout 71 B";
	font-style: normal;
	font-weight: 400;
	font-size:28px;
	line-height:1;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	margin:0 auto 0;
	padding:0;
	display:inline-block;
	-webkit-text-shadow: 2px 2px 2px #040808;
	-moz-text-shadow: 2px 2px 2px #040808;
	text-shadow: 2px 2px 2px #040808;
}

@media screen and (min-width:468px) {
	.quote {
		font-size:32px;
	}
}

@media screen and (min-width:768px) {
	.quote {
		font-size:42px;
	}
}

@media screen and (min-width:1024px) {
	.quote {
		font-size:52px;
	}
}

.attribute {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:12px;
	line-height:1;
	color:#FFFFFF;
	letter-spacing:0px;
	text-transform:none;
	font-style: italic;
	text-align:center;
	margin:4px 0 0 0;
	display:block;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
}

@media screen and (min-width:1024px) {
	.attribute {
		font-size:16px;
	}
}

#mobile-keyart {
	margin: 0px auto 32px;
}

#mobile-keyart img {
	width:100%;
}

#desktop-keyart {
	margin: 0px auto 0px;
}

#desktop-keyart img {
	width:100%;
}

#hero-video-wrapper {
	width:100%;
	max-width:1150px;
	height:auto;
	margin:0 auto 0;
	border:3px solid #040808;
	background-color:#040808;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#hero-video {
	width:100%;
	max-width:1150px;
	height:auto;
	margin:0 auto 0;
	border:3px solid #040808;
	background-color:#040808;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#video-wrapper {
	position:relative;
}

#musicToggle {
	display:block;
	color:#040808;
	cursor:pointer;
	position:absolute;
	margin:6px;
	padding:0;
	right: 12px; bottom: 12px;
	z-index:50;
	font-size:22px;
}

#musicToggle.active {
	display:none;
}

#music-player {
	border-top:none;
	border-left:3px solid #040808;
	border-right:3px solid #040808;
	border-bottom:3px solid #040808;
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	margin:0;
	padding:0;
	display:none;
	height:396px;
	transform:2s ease;
	transition: 2s ease;
}

#music-player iframe {
	display:block;
	margin:0;
	padding:0;
}

#music-player.open {
	display:block;
}

.hero-video-button {
	display:inline-block;
	position:relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 0px #040808;
	-moz-box-shadow: 2px 2px 0px #040808;
	box-shadow: 2px 2px 0px #040808;
	margin:-28px 0 0 0;
	padding: 4px 16px 8px 16px;
	background-color:#ee4d9b;
	border:2px solid #040808;	
	vertical-align: top;
	cursor: pointer;
	text-align:center;

	font-family: "Knockout 71 A", "Knockout 71 B";
	font-style: normal;
	font-weight: 400;
	font-size:36px;
	line-height:1;
	text-transform:uppercase;
	color:#FFFFFF;
	-webkit-text-shadow: 3px 3px 0px #040808;
	-moz-text-shadow: 3px 3px 0px #040808;
	text-shadow: 3px 3px 0px #040808;
}

.hero-video-button:hover {
	color: #FFFFFF !important;
	cursor:pointer !important;
}

#about {
	max-width:1150px;
	margin: 0px auto 44px;
}

#about h3 {
	font-family: "Knockout 73 A", "Knockout 73 B";
	font-style: normal;
	font-weight: 400;
	font-size:36px;
	letter-spacing:-20;
	line-height:1;
	color:#9294bb;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	padding:0;
	display:block;
}

#about p {
	color:#FFFFFF;
	font-family: "Knockout 29 A", "Knockout 29 B";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height:1.2;
	text-align: justify;
	margin:16px 0 16px;
}

#about img {
	width:100%;
	max-width:1200px;
	margin: 8px auto 8px;
}

.about-button {
	display:inline-block;
	position:relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 0px #040808;
	-moz-box-shadow: 2px 2px 0px #040808;
	box-shadow: 2px 2px 0px #040808;
	margin:12px auto 36px;
	padding: 4px 16px 8px 16px;
	background-color:#ee4d9b;
	border:2px solid #040808;	
	vertical-align: top;
	cursor: pointer;
	text-align:center;

	font-family: "Knockout 71 A", "Knockout 71 B";
	font-style: normal;
	font-weight: 400;
	font-size:36px;
	line-height:1;
	text-transform:uppercase;
	color:#FFFFFF;
	-webkit-text-shadow: 3px 3px 0px #040808;
	-moz-text-shadow: 3px 3px 0px #040808;
	text-shadow: 3px 3px 0px #040808;
}

.about-button:hover {
	color: #FFFFFF !important;
	cursor:pointer !important;
}

#about .quote {
	font-family: "Knockout 71 A", "Knockout 71 B";
	font-style: normal;
	font-weight: 400;
	font-size:28px;
	line-height:1;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	margin:6px auto 0;
	padding:0;
	display:inline-block;
	max-width:1100px;
}

#about .quote2 {
	font-family: "Knockout 29 A", "Knockout 29 B";
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	color: #c8c9e5;
	line-height:1.1;
	text-align: center;
	display:block;
}

#videos-wrapper-left {
	width:100%;
	float:none;
}

#about-wrapper-right {
	width:100%;
	float:none;
}

#about .about-video {
	margin: 0px 0px 22px 0px;
	border:3px solid #c8c9e5;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width:300px;
    height:169px;
}

@media screen and (min-width:468px) {
	#about .quote {
		font-size:32px;
	}

	#about .about-video {
		margin: 0px 11px 22px 11px;
	}
}

@media screen and (min-width:768px) {
	body.page-id-12 #content-wrapper {
		padding:32px 16px 16px;
	}

	#about .quote {
		font-size:42px;
	}

	/*#about p {
		text-align:center;
	}*/
}

@media screen and (min-width:1024px) {

	#videos-wrapper-left {
		width:400px;
		float:left;
	}

	#about-wrapper-right {
		width:calc(100% - 454px);
		padding:0px 0px 0px 54px;
		float:right;

	}

	#about .about-video {
	    width:400px;
	    height:225px;
	    margin: 0px 0px 42px 0px;
	}

	#about h3 {
		font-size:56px;
	}

	#about .quote {
		font-size:52px;
	}

	#about .quote2 {
		font-size: 36px;
	}
}


/*
==============================================
Cast Photos
==============================================
*/

body.page-id-8 #content-wrapper {
	padding: 32px 6px 16px;
}

h2.cast {
	font-family: "Knockout 72 A", "Knockout 72 B";
	font-style:normal;
	font-weight:400;
	font-size:48px;
	line-height:1;
	color:#FFFFFF;
	letter-spacing:1px;
	margin:12px 0 32px 0;
	text-transform:uppercase;
	text-shadow: none;
	display:block;
	text-align:center;
	-webkit-text-shadow: 2px 2px 2px #040808;
	-moz-text-shadow: 2px 2px 2px #040808;
	text-shadow: 2px 2px 2px #040808;
}

.cast-wrapper {
  font-size:0;
  text-align:center;
  width:142px;
  margin:0 5px;
  border:0;
  padding:0;
  display:inline-block;
  cursor: pointer;
  vertical-align:top;
}

.cast-wrapper:hover {
  cursor: pointer;
}

.cast-wrapper img {
  font-size:0;
  width:100%;
  margin:0;
  border:0;
  padding:0;
  display:block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border:4px solid #9294bb;
}

.cast-wrapper img:hover {
  border:4px solid #ee4d9b;
}

.cast-name {
  position:relative;
  height:80px;
  width:100%;
  margin: 6px auto 0;
}

.cast-name h4 {
	font-family: "Knockout 72 A", "Knockout 72 B";
	font-style: normal;
	font-weight: 400;
	font-size:20px;
	line-height: 1;
  	color:#FFFFFF;
  	text-transform:uppercase;
  	text-align:center;
  	margin:0 auto 0;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
 }

 .cast-name h4:hover {
  	color:#ee4d9b;
 }

#creatives-section {
	margin:0 auto 0;
	padding:54px 6px 22px;
	text-align:center;
	border-top:11px solid #FFFFFF;
	background-color:#ee4d9b;
	background-image: url(../images/bg-pink.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#creatives-section section {
	max-width:1200px;
	margin:0 auto 0;
}

h2.creatives {
	font-family: "Knockout 72 A", "Knockout 72 B";
	font-style:normal;
	font-weight:400;
	font-size:48px;
	line-height:1;
	color:#b10f44;
	letter-spacing:1px;
	margin:0 0 32px 0;
	text-transform:uppercase;
	text-shadow: none;
	display:block;
	text-align:center;
}

.creatives-wrapper {
  font-size:0;
  text-align:center;
  width:142px;
  height:110px;
  margin:0 5px;
  border:0;
  padding:0;
  display:inline-block;
  vertical-align:top;
}

.creatives-name {
  position:relative;
  width:100%;
  text-align:center;
}

.creatives-name h4 {
	font-family: "Knockout 72 A", "Knockout 72 B";
	font-style: normal;
	font-weight: 400;
	font-size:18px;
	line-height:1;
  	color:#FFFFFF;
  	text-transform:uppercase;
  	text-align:center;
  	letter-spacing:0px;
  	margin:0 0 2px 0;
  	display:block;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
 }

 a .creatives-wrapper .creatives-name h4:hover {
  	color:#FFFFFF;
 }

.creatives-name h5 {
	font-family: "Knockout 69 A", "Knockout 69 B";
	font-style: normal;
	font-weight: 400;
	color: #040808;
  	margin: 0 auto 12px;
  	padding: 0;
  	font-size:16px;
  	line-height:1;
  	display:table-cell;
  	vertical-align:bottom;
  	letter-spacing:1px;
  	text-transform:uppercase;
  	text-align:center;
  	display:block;
}

.lightbox {
	display:none;
	color:#FFFFFF;
	background: #9294bb;
  	background-color: #9294bb;
  	padding:12px;
  	text-align:center;
  	width:320px;
  	margin:0 !important;
  	border:none !important;
}

.lightbox img {
	float:none;
	margin: 0 auto 8px;
}

.lightbox h4 {
  	color: #FFFFFF !important;
  	font-family: "Knockout 73 A", "Knockout 73 B";
	font-style: normal;
	font-weight: 400;
  	font-size: 30px;
  	line-height:1;
  	letter-spacing:-1px;
  	text-transform: uppercase;
  	text-align:center;
  	margin:0 auto 0;
}

.lightbox h5 {
  	color: #FFFFFF !important;
  	font-family: "Knockout 73 A", "Knockout 73 B";
	font-style: normal;
	font-weight: 400;
  	font-size:22px;
  	line-height:1;
  	letter-spacing:-1px;
  	text-transform: none;
  	margin:0 0 15px 0;
}

.lightbox p {
  	color: #FFFFFF;
  	font-family: "Knockout 29 A", "Knockout 29 B";
	font-style: normal;
	font-weight: 400;
  	font-size: 18px;
  	line-height: 1.1;
  	text-transform: none;
  	margin: 0;
}

.featherlight-content {
	padding: 0;
	margin: 0;
	border:0;
	max-width:100%;
}

@media screen and (min-width:768px) {

	h2.cast {
		font-family: "Knockout 74 A", "Knockout 74 B";
		font-size:94px;
	}

	h2.creatives {
		font-family: "Knockout 74 A", "Knockout 74 B";
		font-size:94px;
	}

	.cast-wrapper {
		width:162px;
  		margin:0 10px;
	}

	.cast-name h4 {
		font-size:22px;
 	}

 	#creatives-section {
		padding:54px 16px 22px;
	}

	.creatives-wrapper {
		width:162px;
  		margin:0 10px;
	}

	.creatives-name h4 {
		font-size:22px;
 	}

	.lightbox {
  		padding:24px;
  		width:600px;
  		text-align:left;
	}

	.lightbox img {
		float:left;
		margin:0 18px 12px 0;
	}

	.lightbox h4 {
  		text-align:left;
  		font-size: 36px;
	}

	.lightbox h5 {
  		text-align:left;
  		font-size: 28px;
	}

	.lightbox p {
		line-height: 1.2;
		overflow: hidden;
	}

}

/*
==============================================
Characters
==============================================
*/

.character-slides-wrapper {
	max-width:1200px;
	margin:-22px auto 0px;
	padding:0 0 0 -100px;
	border-left:solid 1px rgba(0, 0, 0, .02);
	border-right:solid 1px rgba(0, 0, 0, .02);
}

.character-slides-wrapper img {
	max-width:460px;
	cursor:pointer;
}

.character-bios-border {
	max-width:800px;
	background:#FFFFFF;
	padding:10px;
	border:2px solid #040808;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	margin:0px auto 44px;
}

.character-bios-wrapper {
	max-width:800px;
	background-color:#9294bb;
	border:3px solid #040808;
	padding:20px 34px 34px 34px;
	margin:0;
}

.character-bio hr {
	border:0;
	background-color: #FFFFFF;
  	height:2px;
  	width:70%;
  	max-width:600px;
  	margin: 16px auto 12px;
  	text-align:center;
  	-webkit-box-shadow: 2px 2px 0px #040808;
	-moz-box-shadow: 2px 2px 0px #040808;
	box-shadow: 2px 2px 0px #040808;
}

.character-bio h3 {
	font-family: "Knockout 69 A", "Knockout 69 B";
	font-style: normal;
	font-weight: 400;
	font-size:64px;
  	color:#FFFFFF;
  	text-transform:uppercase;
  	text-align:center;
  	letter-spacing:1px;
  	margin:0;
  	display:block;
  	-webkit-text-shadow: 2px 2px 0px #040808;
	-moz-text-shadow: 2px 2px 0px #040808;
	text-shadow: 2px 2px 0px #040808;
 }

.character-bio h4 {
	font-family: "Knockout 29 A", "Knockout 29 B";
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
  	margin: 0 auto 12px;
  	padding: 0;
  	font-size:32px;
  	line-height:1;
  	display:table-cell;
  	vertical-align:bottom;
  	letter-spacing:1px;
  	text-transform:uppercase;
  	text-align:center;
  	display:block;
  	-webkit-text-shadow: 2px 2px 0px #040808;
	-moz-text-shadow: 2px 2px 0px #040808;
	text-shadow: 2px 2px 0px #040808;
}

.character-bio p {
	font-family: "Knockout 29 A", "Knockout 29 B";
	font-style: normal;
	font-weight: 400;
	font-size:22px;
	line-height:1.3;
	color:#FFFFFF;
	margin-top:22px;
}

.character-bio p::first-letter {
	font-family: 'UnifrakturCook', cursive;
	font-weight: 700;
	font-size:53px;
	color:#FFFFFF;
	line-height:26px;
}

.slick-current.slick-active.slick-center {
    opacity:1;
    transition:0.5s ease;

}
.slick-slide  {
    opacity:0.4;
    transition:0.5s ease;
}

.slick-dots li button:before{
    color:#FFFFFF !important;
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    margin-top:-20px;
    }

img.slick-prev {
	width:70px;
	height:auto;
	display:block;
	vertical-align:center;
	margin:0 0 0 14px;
	z-index:25;
}

img.slick-next {
	width:70px;
	height:auto;
	display:block;
	vertical-align:center;
	margin:0 14px 0 0;
	z-index:25;
}

@media screen and (min-width:1280px) {
	.character-bio p {
		font-size:26px;
	}
}

@media screen and (min-width:1280px) {
	img.slick-prev {
		margin:0 0 0 0;
	}

	img.slick-next {
		margin:0 0 0 0;
	}
}

/*
==============================================
Media
==============================================
*/

h2.media {
	font-family: "Knockout 72 A", "Knockout 72 B";
	font-style:normal;
	font-weight:400;
	font-size:62px;
	line-height:1;
	color:#FFFFFF;
	letter-spacing:1px;
	margin:12px 0 32px 0;
	text-transform:uppercase;
	text-shadow: none;
	display:block;
	text-align:center;
	-webkit-text-shadow: 2px 2px 2px #040808;
	-moz-text-shadow: 2px 2px 2px #040808;
	text-shadow: 2px 2px 2px #040808;
}

.media-video-mobile {
	display:block;
	margin: 0px auto 44px;
}

.media-video-mobile iframe {
	display:block;
	margin:0 auto 0;
	border:4px solid #9294bb;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width:320px;
    height:180px;
}

.media-video-mobile h4 {
	font-size:26px;
	text-transform:uppercase;
	display:block;
	margin:11px auto 0px;
	color:#FFFFFF;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
}

.media-video-left {
	display:inline-block;
	margin: 0px 11px 44px 0px;
}

.media-video-right {
	display:inline-block;
	margin: 0px 0px 44px 11px;
}

.media-video-left iframe {
	display:block;
	border:4px solid #9294bb;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width:389px;
    height:219px;
}

.media-video-left h4 {
	font-size:26px;
	text-transform:uppercase;
	display:block;
	margin:11px auto 0px;
	color:#FFFFFF;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
}

.media-video-right iframe {
	display:block;
	border:4px solid #9294bb;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width:389px;
    height:219px;
}

.media-video-right h4 {
	font-size:26px;
	text-transform:uppercase;
	display:block;
	margin:11px auto 0px;
	color:#FFFFFF;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
}

.media-video-hero {
	display:block;
	margin: 0px auto 44px;
}

.media-video-hero iframe {
	border:4px solid #9294bb;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width:800px;
    height:450px;
}

.media-video-hero h4 {
	font-size:26px;
	text-transform:uppercase;
	display:block;
	margin:11px auto 0px;
	color:#FFFFFF;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
}


/*
==============================================
Ticket Info
==============================================
*/

/*body.page-id-6 .quote {
	color:#ee4d9b;
}*/

.quote2 {
	font-family: "Knockout 29 A", "Knockout 29 B";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	color: #FFFFFF;
	line-height:1.1;
	text-align: center;
	display:block;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
}

h5.tickets {
	font-family: "Knockout 29 A", "Knockout 29 B";
	font-style:normal;
	font-weight:400;
	font-size:26px;
	line-height:1;
	color:#FFFFFF;
	letter-spacing:0px;
	margin:22px 0 8px 0;
	padding:3px 8px;
	text-transform:uppercase;
	text-shadow: none;
	display:inline-block;
	text-align:center;
	white-space:nowrap;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
}

.limited-availability {
	font-family: "Knockout 29 A", "Knockout 29 B";
	font-weight:400;
	font-size:18px !important;
	text-align:center;
	margin:4px;
	background-color:#777777;
	color:#dddddd;
	padding:3px 8px;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
}

.best-availability {
	font-family: "Knockout 29 A", "Knockout 29 B";
	font-weight:400;
	font-size:18px !important;
	text-align:center;
	margin:4px;
	background-color:#ec008b;
	color:#FFFFFF;
	padding:3px 8px;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;

}

#calendar-wrapper {
	border:0;
	padding:0;
	max-width:1200px;
	margin:22px auto 15px;
}

.calendar-controls {
	margin:0;
}

h3.ticket-headline {
	font-family: "Knockout 71 A", "Knockout 71 B";
	font-style: normal;
	font-weight: 400;
	font-size:40px;
	line-height:1;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	margin:0 auto 32px;
	padding:0;
	display:block;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
}

#ticket-options {
	width:100%;
}

#ticket-options button {
	display:inline-block;
	position:relative;
	-webkit-box-shadow: 2px 2px 0px #040808;
	-moz-box-shadow: 2px 2px 0px #040808;
	box-shadow: 2px 2px 0px #040808;
	margin:0 auto 0;
	padding: 16px 30px;
	background-color:#ee4d9b;
	border:2px solid #040808;	
	vertical-align: top;
	cursor: pointer;
	text-align:center;

	font-family: "Knockout 74 A", "Knockout 74 B";
	font-style: normal;
	font-weight: 400;
	font-size:30px;
	line-height:1;
	text-transform:uppercase;
	color:#FFFFFF;
	-webkit-text-shadow: 3px 3px 0px #040808;
	-moz-text-shadow: 3px 3px 0px #040808;
	text-shadow: 3px 3px 0px #040808;
}

#ticket-options button:hover {
  	color: #FFFFFF !important;
	cursor:pointer !important;
}

.ticket-options-wrapper {
	margin:22px auto 36px;
	vertical-align:top;
}

.ticket-options-call {
	display:block;
	vertical-align:top;
}

.ticket-options-or {
	display:block;
	padding:14px;
}

.ticket-options-visit {
	display:block;
	vertical-align:top;
}

.ticket-options-call h4 {
	font-family: "Knockout 74 A", "Knockout 74 B";
	font-style: normal;
	font-weight: 400;
	font-size:36px;
	line-height:1;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	padding:0;
	display:block;
	-webkit-text-shadow: 2px 2px 2px #040808;
	-moz-text-shadow: 2px 2px 2px #040808;
	text-shadow: 2px 2px 2px #040808;
}

.ticket-options-call h5 {
	font-family: "Knockout 29 A", "Knockout 29 B";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height:1.1;
	text-align: center;
	margin:0;
	color:#FFFFFF;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
}

.ticket-options-or h5 {
	font-family: "Knockout 73 A", "Knockout 73 B";
	font-style: normal;
	font-weight: 400;
	font-size:26px;
	line-height:1;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	padding:0;
	display:block;
	color:#FFFFFF;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
}

.ticket-options-visit h4 {
	font-family: "Knockout 74 A", "Knockout 74 B";
	font-style: normal;
	font-weight: 400;
	font-size:36px;
	line-height:1;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	padding:0;
	display:block;
	-webkit-text-shadow: 2px 2px 2px #040808;
	-moz-text-shadow: 2px 2px 2px #040808;
	text-shadow: 2px 2px 2px #040808;
}

.ticket-options-visit h5 {
	font-family: "Knockout 29 A", "Knockout 29 B";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height:1.1;
	text-align: center;
	margin:0;
	color:#FFFFFF;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
}

#map-wrapper {
	margin:0 auto 35px;
	padding:0;
}

#map-wrapper iframe {
	width:100%;
	height:275px;
	margin:0;
	padding:0;
	border:0;
	background:#FFFFFF;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:4px solid #9294bb;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.7);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.7);
	box-shadow: 0px 0px 4px rgba(0,0,0,.7);
}

#map-arcadia {
	margin:-38px auto 0;
	z-index:5;
	vertical-align:bottom;
	position:relative;
}

#map-arcadia img {
	max-width:100%;
}

#group-discounts {
	margin: 0 auto 40px;
}

#group-discounts h3 {
	font-family: "Knockout 73 A", "Knockout 73 B";
	font-style: normal;
	font-weight: 400;
	font-size:40px;
	line-height:1;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	margin:0 auto 12px;
	padding:0;
	display:block;
	-webkit-text-shadow: 2px 2px 2px #040808;
	-moz-text-shadow: 2px 2px 2px #040808;
	text-shadow: 2px 2px 2px #040808;
}

#group-discounts p {
	font-family: "Knockout 29 A", "Knockout 29 B";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height:1.1;
	text-align: center;
	margin:0;
	color:#FFFFFF;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
}

#group-discounts p a {
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;

}

@media screen and (min-width:768px) {

	h2.tickets {
		font-family: "Knockout 74 A", "Knockout 74 B";
		font-size:54px;
	}

	#ticket-options button {
		font-size:36px;
	}

	.ticket-options-call {
		display:inline-block;
	}

	.ticket-options-or {
		display:inline-block;
	}

	.ticket-options-visit {
		display:inline-block;
	}
}

@media screen and (min-width:1024px) {

	h3.ticket-headline {
		font-family: "Knockout 73 A", "Knockout 73 B";
	}

	#ticket-options {
		width:50%;
		float:left;
	}

	#map-wrapper {
		width:50%;
		float:right;
	}
}

/*
==============================================
Privacy Policy
==============================================
*/

body.page-id-461 #content-wrapper {
  	margin: 0 auto 0;
	padding: 24px 24px 44px 24px;
}

body.page-id-461 h1 {
	font-family: "Knockout 71 A", "Knockout 71 B";
	font-style: normal;
	font-weight: 400;
	font-size:26px;
	text-transform:uppercase;
	line-height:1;
	letter-spacing:1px;
	color:#FFFFFF;
	-webkit-text-shadow: 2px 2px 0px #FFFFFF;
	-moz-text-shadow: 2px 2px 0px #FFFFFF;
	text-shadow: 2px 2px 0px #FFFFFF;
}

p.privacyPolicy {
	font-family: "Knockout 29 A", "Knockout 29 B";
	color:#FFFFFF;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	text-transform: none;
	margin:16px 0 16px;
	display:block;
	-webkit-text-shadow: 1px 1px 2px #040808;
	-moz-text-shadow: 1px 1px 2px #040808;
	text-shadow: 1px 1px 2px #040808;
}

p.privacyPolicy strong {
	font-family: "Knockout 69 A", "Knockout 69 B";
	font-weight: 400;
	font-size: 26px;
	line-height: 1;
	margin:16px 0 16px;
	display:block;
}

/*
==============================================
Footer
==============================================
*/

#footer {
	border-top:11px solid #FFFFFF;
	padding:42px;
	background-color: #9294bb;
	text-align: center;
}

#footer p {
	font-family: "Knockout 29 A", "Knockout 29 B";
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height:1.2;
	text-align: center;
	color:#040808;
}

#footer p a {
	color: #040808;
	text-decoration:underline;
}

#email-optin {
  margin: 0;
  text-align: center;
  float:none;
}

#email-optin input[type="email"] {
  font-family: "Knockout 29 A", "Knockout 29 B";
  font-size:24px;
  width:90%;
  max-width:300px;
  height: 32px;
  padding: 2px 8px 2px 8px;
  display:inline-block;
  margin:12px auto 0;
  color: rgb(0, 0, 0);
  border:1px solid #040808;
  -webkit-box-shadow: inset 0px 0px 14px 0px rgba(136,136,136,1);
  -moz-box-shadow: inset 0px 0px 14px 0px rgba(136,136,136,1);
  box-shadow: inset 0px 0px 14px 0px rgba(136,136,136,1);
}

.button-subscribe {
	display:inline-block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 0px #040808;
	-moz-box-shadow: 2px 2px 0px #040808;
	box-shadow: 2px 2px 0px #040808;
	margin:10px 6px 0 6px;
	padding: 4px 16px 5px 16px;
	background-color:#ee4d9b;
	border:1px solid #040808;	
	vertical-align: top;
	cursor: pointer;
	text-align:center;

	font-family: "Knockout 71 A", "Knockout 71 B";
	font-style: normal;
	font-weight: 400;
	font-size:26px;
	text-transform:uppercase;
	line-height:1;
	letter-spacing:1px;
	color:#FFFFFF;
	-webkit-text-shadow: 2px 2px 0px #040808;
	-moz-text-shadow: 2px 2px 0px #040808;
	text-shadow: 2px 2px 0px #040808;
}

.button-subscribe:hover {
  	color: #FFFFFF !important;
	cursor:pointer !important;
}

#footer .social {
		display:inline-block;
		margin:22px auto 6px;
		float:none;
		text-align: center;
		cursor: pointer;
	}

#footer .social.fab {
  font-size: 38px;
  line-height: 38px;
  color: #ee4d9b;
  border: 0;
  text-decoration:none;
  margin: 22px 10px 12px 10px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
  cursor:pointer;
  display:inline-block;
}

#footer .social.fab:hover {
  color: #FFFFFF;
  cursor: pointer;
}

img.greenalliance {
	margin:18px auto 0px;
	border:0;
}

/*
==============================================
Spotify Player
==============================================
*/

#music-btn{
    display:absolute;
    position:fixed;
    z-index:3;
    left:0;
    top:35%;
    height:254px;
    width:18px;
    padding:8px 2px 2px 2px;
    background-image: url(../images/bg-pink.jpg);
    background:#b10f44;
    border-radius:0 20px 20px 0;
    color:#FFFFFF;
    cursor:pointer;
    transition:1s ease;
    -webkit-box-shadow: 1px 2px 0px #040808;
	-moz-box-shadow: 1px 2px 0px #040808;
	box-shadow: 1px 2px 0px #040808;
}
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:#fff;
    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:18px;
    letter-spacing:1.4px;
    bottom:109px;
    width:219px; 
    transform:rotate(-90deg);
    text-transform:uppercase;
    font-family: "Knockout 29 A", "Knockout 29 B";
    -webkit-text-shadow: 1px 1px 0px #040808;
	-moz-text-shadow: 1px 1px 0px #040808;
	text-shadow: 1px 1px 0px #040808;
}
#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{
    position:fixed;
    left:-270px;
    top:0;
    bottom:0;
    width:270px;
    min-height:100%;
    background-image: url(../images/bg-pink.jpg);
    border-right:1px #b10f44 solid;
    transition:1s ease;

}
body.spotify-open #spotify-player{
    left:0
}
#spotify-player iframe{
    display:block;
    width:100%;
    height:79px
}
#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: "Knockout 29 A", "Knockout 29 B";
    font-size:24px;
    color:#040808;
    text-transform:uppercase;
}
#spotify-player #music-links h5.title{
    padding:12px 10px;
    line-height:1.1;
    margin:0 0 15px;
    color:#FFFFFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad536f+0,b10f44+100 */
	background: #ad536f; /* Old browsers */
	background: -moz-linear-gradient(top, #ad536f 0%, #b10f44 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ad536f 0%,#b10f44 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ad536f 0%,#b10f44 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad536f', endColorstr='#b10f44',GradientType=0 ); /* IE6-9 */
}
@media screen and (min-height:768px){
    #spotify-player #music-links{
        position:absolute;
        bottom:0;
        left:0
    }

    #spotify-player #player {
    	height:calc(100% - 353px);
    }
}
#spotify-player a{
    margin:0 10px;
    font-size:32px;
    color:#b10f44;
    transition:.3s ease;
}

#spotify-player a:hover{
    color:#040808
}
#spotify-player hr{
    margin:15px 10%;
    border-color:#040808;
    opacity: .5;
}
#spotify-player p{
    padding:10px 10%
}

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

body.spotify-open #content-wrapper, body.spotify-open #nav, body.spotify-open #footer {
    opacity:0;
    transition-delay: 0s;
}

@media screen and (min-width:768px){
	body.spotify-open #content-wrapper, body.spotify-open #nav, body.spotify-open #footer {
	    opacity:1;
	}
}

body.spotify-open .nav-title, body.spotify-open .nav-bar-desktop{
	display:none;
}

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

@media screen and (min-width:768px){
    #music-btn{
        height:343px;
		top:30%;
        width:30px;
        padding:12px 5px 5px
    }
    #music-btn i.music{
        left:auto;
        top:auto;
        font-size:1em;
        padding:3px 3px
    }
    #music-btn span{
		width:400px;
        left:-180px;
        font-size:28px;
        bottom:191px;
        letter-spacing:1.2px;
    }
}
@media screen and (min-width:960px){
    body.menu-open #content-wrapper,body.spotify-open #content-wrapper{
        top:85px
    }
}


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

.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: .5s;	
	-webkit-animation-duration: .5s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;		

	visibility: visible !important;	
}

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

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

.fa-instagram, .fa-facebook-f {
    
    -webkit-animation:shake 1.5s infinite;
    -moz-animation:shake 1.5s infinite;
    animation:shake 1.5s infinite;
}

@-moz-keyframes shake {
	0% { -moz-transform: rotate(10deg); }
	50% { -moz-transform: rotate(-10deg); }
	100% { -moz-transform: rotate(10deg); }
	}

@-webkit-keyframes shake {
	0% { -webkit-transform: rotate(10deg); }
	50% { -webkit-transform: rotate(-10deg); }
	100% { -webkit-transform: rotate(10deg); }
	}

@keyframes shake {
	0% { -webkit-transform: rotate(10deg); transform:rotate(10deg); } 
	50% { -webkit-transform: rotate(-10deg); transform:rotate(-10deg); }
	100% { -webkit-transform: rotate(10deg); transform:rotate(10deg); }
}

.fa-twitter, .fa-youtube {
    
    -webkit-animation:shakeAlt 1.5s infinite;
    -moz-animation:shakeAlt 1.5s infinite;
    animation:shakeAlt 1.5s infinite;
}

@-moz-keyframes shakeAlt {
	0% { -moz-transform: rotate(-10deg); }
	50% { -moz-transform: rotate(10deg); }
	100% { -moz-transform: rotate(-10deg); }
	}

@-webkit-keyframes shakeAlt {
	0% { -webkit-transform: rotate(-10deg); }
	50% { -webkit-transform: rotate(10deg); }
	100% { -webkit-transform: rotate(-10deg); }
	}

@keyframes shakeAlt {
	0% { -webkit-transform: rotate(-10deg); transform:rotate(-10deg); } 
	50% { -webkit-transform: rotate(10deg); transform:rotate(10deg); }
	100% { -webkit-transform: rotate(-10deg); transform:rotate(-10deg); }
}