/* REMEMBER TO PUSH STYLE IN index.php — "?v3" */

@import url(https://fonts.googleapis.com/css?family=Calligraffitti|Muli:300,400,300italic,400italic|Fredericka+the+Great|Henny+Penny|Skranji:400,700|Chelsea+Market|McLaren|Love+Ya+Like+A+Sister);
@font-face {
  font-family: 'Janda';
  src: url('../fonts/JandaRosalie.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JandaRosalie.woff') format('woff'),
    url('../fonts/JandaRosalie.ttf') format('truetype'),
    url('../fonts/JandaRosalie.svg#JandaRosalie') format('svg');
  font-weight: normal;
  font-style: normal;
}

body.unloaded {
  overflow-y: hidden;
}

body {
  padding: 0;
  margin: 0;
  font-family: Muli, sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
  min-width: 1024px;
}

body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#message {
  display: block;

  /* - - - HIDE MESSAGE - - - */
  display: none;

  width: 350px;
  height: auto;
  position: fixed;
  bottom: 3%;
  right: auto;
  left: 3%;
  top: auto;
  background: rgba(25, 119, 190, 0.97);
  box-shadow: 0 1px 2px rgba(1, 1, 1, 0.1), 0 2px 10px rgba(1, 1, 1, 0.1);
  border: rgba(255, 112, 76, 1);
  color: rgba(255, 255, 255, 0.9);
  z-index: 10;
  padding: 20px;
  line-height: 16pt;
  border-radius: 3px;
  font-size: 11pt;
  letter-spacing: 0.2px;
  text-align: center;

  -webkit-pointer-events: none;
  -o-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
}
body.unloaded #message {
  opacity: 1;

  -webkit-transition: opacity 0s ease-in-out 0s;
  -moz-transition: opacity 0s ease-in-out 0s;
  -o-transition: opacity 0s ease-in-out 0s;
  -ms-transition: opacity 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s;
}

body:not(.unloaded) #message {
  opacity: 0;

  -webkit-transition: opacity 1s ease-in-out 12s;
  -o-transition: opacity 1s ease-in-out 12s;
  -ms-transition: opacity 1s ease-in-out 12s;
  -moz-transition: opacity 1s ease-in-out 12s;
  transition: opacity 1s ease-in-out 12s;
}

#cover {
  -webkit-pointer-events: none;
  -o-pointer-events: none;
  -ms-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;

  opacity: 0;
  background: rgba(138, 221, 209, 0.95);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  height: 0;
  width: auto;
  z-index: 100;

  -webkit-transition: opacity 500ms ease 0s, height 0ms ease 550ms;
  -o-transition: opacity 500ms ease 0s, height 0ms ease 550ms;
  -ms-transition: opacity 500ms ease 0s, height 0ms ease 550ms;
  -moz-transition: opacity 500ms ease 0s, height 0ms ease 550ms;
  transition: opacity 500ms ease 0s, height 0ms ease 550ms;

  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);

  transform-style: preserve-3d;

  color: white;
  padding: 0;
}
#cover.visible {
  opacity: 1;
  height: 100vh;

  -webkit-transition: opacity 200ms ease 50ms, height 0ms ease 0ms;
  -o-transition: opacity 200ms ease 50ms, height 0ms ease 0ms;
  -moz-transition: opacity 200ms ease 50ms, height 0ms ease 0ms;
  -ms-transition: opacity 200ms ease 50ms, height 0ms ease 0ms;
  transition: opacity 200ms ease 50ms, height 0ms ease 0ms;

  -webkit-pointer-events: auto;
  -o-pointer-events: auto;
  -ms-pointer-events: auto;
  -moz-pointer-events: auto;
  pointer-events: auto;
}

.clear {
  clear: both;
  display: block;
  height: 0px;
  background: transparent;
}

h1 {
  font-family: 'Love Ya Like A Sister';
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 20px 0;
  text-shadow: 0 2px 0 white, 2px 0 0 white, -2px 0 0 white, 0 -2px 0 white,
    1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white,
    2px 1px 0 white, 2px -1px 0 white, -2px 1px 0 white, -2px -1px 0 white,
    1px 2px 0 white, -1px 2px 0 white, 1px -2px 0 white, -1px -2px 0 white;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1.title {
  font-size: 60px;
  color: white;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.1),
    0 0 15px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1);
  width: 1024px;
  margin: 20px auto 20px auto;
}

h2 {
  font-family: 'Love Ya Like A Sister';
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 29px;
  font-weight: normal;
  color: white;
  text-shadow: 0 2px 0 black, 2px 0 0 black, -2px 0 0 black, 0 -2px 0 black,
    1px 1px 0 black, 1px -1px 0 black, -1px 1px 0 black, -1px -1px 0 black;
  background: rgba(0, 0, 0, 0.65);
  padding: 10px;
  margin: 5px -40px 10px -40px;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#b h2 {
  text-shadow: 0 2px 0 rgba(146, 224, 22, 1), 2px 0 0 rgba(146, 224, 22, 1),
    -2px 0 0 rgba(146, 224, 22, 1), 0 -2px 0 rgba(146, 224, 22, 1),
    1px 1px 0 rgba(146, 224, 22, 1), 1px -1px 0 rgba(146, 224, 22, 1),
    -1px 1px 0 rgba(146, 224, 22, 1), -1px -1px 0 rgba(146, 224, 22, 1);
  background: rgba(146, 224, 22, 0.65);
}

#c h2 {
  text-shadow: 0 2px 0 rgba(255, 56, 68, 1), 2px 0 0 rgba(255, 56, 68, 1),
    -2px 0 0 rgba(255, 56, 68, 1), 0 -2px 0 rgba(255, 56, 68, 1),
    1px 1px 0 rgba(255, 56, 68, 1), 1px -1px 0 rgba(255, 56, 68, 1),
    -1px 1px 0 rgba(255, 56, 68, 1), -1px -1px 0 rgba(255, 56, 68, 1);
  background: rgba(255, 56, 68, 0.65);
}

#d h2 {
  text-shadow: 0 2px 0 rgba(255, 133, 25, 1), 2px 0 0 rgba(255, 133, 25, 1),
    -2px 0 0 rgba(255, 133, 25, 1), 0 -2px 0 rgba(255, 133, 25, 1),
    1px 1px 0 rgba(255, 133, 25, 1), 1px -1px 0 rgba(255, 133, 25, 1),
    -1px 1px 0 rgba(255, 133, 25, 1), -1px -1px 0 rgba(255, 133, 25, 1);
  background: rgba(255, 133, 25, 0.65);
}

h2.red {
  text-shadow: 0 2px 0 rgba(255, 56, 68, 1), 2px 0 0 rgba(255, 56, 68, 1),
    -2px 0 0 rgba(255, 56, 68, 1), 0 -2px 0 rgba(255, 56, 68, 1),
    1px 1px 0 rgba(255, 56, 68, 1), 1px -1px 0 rgba(255, 56, 68, 1),
    -1px 1px 0 rgba(255, 56, 68, 1), -1px -1px 0 rgba(255, 56, 68, 1);
  background: rgba(255, 56, 68, 0.65);
}
h2.orange {
  text-shadow: 0 2px 0 rgba(255, 133, 25, 1), 2px 0 0 rgba(255, 133, 25, 1),
    -2px 0 0 rgba(255, 133, 25, 1), 0 -2px 0 rgba(255, 133, 25, 1),
    1px 1px 0 rgba(255, 133, 25, 1), 1px -1px 0 rgba(255, 133, 25, 1),
    -1px 1px 0 rgba(255, 133, 25, 1), -1px -1px 0 rgba(255, 133, 25, 1);
  background: rgba(255, 133, 25, 0.65);
}
h2.yellow {
  text-shadow: 0 2px 0 rgba(255, 227, 18, 1), 2px 0 0 rgba(255, 227, 18, 1),
    -2px 0 0 rgba(255, 227, 18, 1), 0 -2px 0 rgba(255, 227, 18, 1),
    1px 1px 0 rgba(255, 227, 18, 1), 1px -1px 0 rgba(255, 227, 18, 1),
    -1px 1px 0 rgba(255, 227, 18, 1), -1px -1px 0 rgba(255, 227, 18, 1);
  background: rgba(255, 227, 18, 0.65);
}
h2.green {
  text-shadow: 0 2px 0 rgba(146, 224, 22, 1), 2px 0 0 rgba(146, 224, 22, 1),
    -2px 0 0 rgba(146, 224, 22, 1), 0 -2px 0 rgba(146, 224, 22, 1),
    1px 1px 0 rgba(146, 224, 22, 1), 1px -1px 0 rgba(146, 224, 22, 1),
    -1px 1px 0 rgba(146, 224, 22, 1), -1px -1px 0 rgba(146, 224, 22, 1);
  background: rgba(146, 224, 22, 0.65);
}
h2.blue {
  text-shadow: 0 2px 0 rgba(138, 221, 209, 1), 2px 0 0 rgba(138, 221, 209, 1),
    -2px 0 0 rgba(138, 221, 209, 1), 0 -2px 0 rgba(138, 221, 209, 1),
    1px 1px 0 rgba(138, 221, 209, 1), 1px -1px 0 rgba(138, 221, 209, 1),
    -1px 1px 0 rgba(138, 221, 209, 1), -1px -1px 0 rgba(138, 221, 209, 1);
  background: rgba(138, 221, 209, 0.65);
}
h2.purple {
  text-shadow: 0 2px 0 rgba(184, 34, 149, 1), 2px 0 0 rgba(184, 34, 149, 1),
    -2px 0 0 rgba(184, 34, 149, 1), 0 -2px 0 rgba(184, 34, 149, 1),
    1px 1px 0 rgba(184, 34, 149, 1), 1px -1px 0 rgba(184, 34, 149, 1),
    -1px 1px 0 rgba(184, 34, 149, 1), -1px -1px 0 rgba(184, 34, 149, 1);
  background: rgba(184, 34, 149, 0.65);
}

.col h2 {
  margin: 25px -25px 0 -25px;
}
.col .pro-logo-wrap + h2,
.col .pro-logo-wrap + div.editable h2:first-child {
  margin-top: 0;
}
.popup h2 {
  margin: 10px -20px 5px -20px;
}
html:not(.is-cms) h2:empty {
  display: none;
}

.across h2:first-child {
  margin-top: -40px;
}

.col .editable:first-child h2:first-child,
.col .editable-text:first-child h2:first-child {
  margin-top: -25px;
  border-radius: 3px 3px 0 0;
}

h3 {
  font-family: 'Love Ya Like A Sister';
  letter-spacing: 0.2px;
  color: black;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 20px 0;
}
#b #class-list h3 {
  color: hsla(83, 82%, 30%, 0.9);
  margin: 0 -25px;
  padding: 5px 15px;
  border: 2px solid white;
  border-width: 2px 0;
  background: hsla(83, 82%, 70%, 0.75);
  border-color: hsla(83, 82%, 45%, 0.5);
}
#b #class-list h3 + h3 {
  margin-top: 5px;
}

h4 {
  font-family: 'Chelsea Market';
  text-transform: uppercase;
  margin: 0 0 10px 0;
  display: block;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p a:link {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  border-bottom: 1px dotted rgba(34, 131, 246, 0.4);
  font-weight: bold;
}
p a:hover {
  color: rgba(34, 131, 246, 1);
  border-bottom-color: rgba(34, 131, 246, 1);
}

p {
}
p:last-child {
  margin-bottom: 0;
}

hr {
  border: 2px dotted rgba(0, 0, 0, 0.2);
  border-width: 2px 0px 0px 0px;
  margin: 30px -25px;
}

.right {
  float: right;
}
.left {
  float: left;
}

input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;

  display: inline-block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: white;
  border-radius: 9px;
  border: 2px solid rgba(34, 131, 246, 0.6);
  margin: 0 5px 0 0;
  box-shadow: 0 0 0 2px white, inset 0 0 0 2px white;
  outline: 0;

  position: relative;

  /* -webkit-transform: perspective(100px) translateZ(0px);
    -o-transform: perspective(100px) translateZ(0px);
    -moz-transform: perspective(100px) translateZ(0px);
    -ms-transform: perspective(100px) translateZ(0px);
    transform: perspective(100px) translateZ(0px); */
}
input[type='radio']:hover {
  border-color: rgba(34, 131, 246, 1);
}
input[type='radio']:active {
  /* -webkit-transform: perspective(100px) translateZ(-5px);
		-o-transform: perspective(100px) translateZ(-5px);
		-ms-transform: perspective(100px) translateZ(-5px);
		-moz-transform: perspective(100px) translateZ(-5px);
		transform: perspective(100px) translateZ(-5px); */
}

input[type='radio']::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 5px;

  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;

  margin: auto;
  background: rgba(34, 131, 246, 0.6);

  opacity: 0;

  /* -webkit-transform: perspective(100px) translateZ(-50px);
		-o-transform: perspective(100px) translateZ(-50px);
		-ms-transform: perspective(100px) translateZ(-50px);
		-moz-transform: perspective(100px) translateZ(-50px);
		transform: perspective(100px) translateZ(-50px); */

  -webkit-transition: transform 200ms ease 0s, opacity 200ms ease 0s;
  transition: transform 200ms ease 0s, opacity 200ms ease 0s;
}

input[type='radio']:checked {
  border: 2px solid rgba(34, 131, 246, 1);
}
input[type='radio']:checked::before {
  opacity: 1;
  /* -webkit-transform: perspective(100px) translateZ(0px);
			-o-transform: perspective(100px) translateZ(0px);
			-moz-transform: perspective(100px) translateZ(0px);
			-ms-transform: perspective(100px) translateZ(0px);
			transform: perspective(100px) translateZ(0px); */
}

input[type='email'] {
  padding: 6px;
  font-size: 17px;
  font-weight: 400;
  border: 2px solid rgba(34, 131, 246, 0.4);
  outline: none;
  border-radius: 3px;
  display: inline-block;
}
input[type='email']:focus {
  border-color: rgba(34, 131, 246, 0.6);
}

a.button,
input[type='button'],
input[type='submit'] {
  outline: 0;
  margin: 0 auto;
  display: table;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 7px 15px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid black;
  box-shadow: 0 0 0 2px white;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a.button:hover,
input[type='button']:hover,
input[type='submit']:hover {
  background: rgba(0, 0, 0, 1);
}

a.button.blue,
input[type='button'].blue,
input[type='submit'].blue {
  background: rgba(34, 131, 246, 0.8);
  border-color: rgba(34, 131, 246, 1);
}
a.button.blue:hover,
input[type='button'].blue:hover,
input[type='submit'].blue:hover {
  background: rgba(34, 131, 246, 1);
  color: white;
}

a.button.full {
  background: rgba(221, 42, 154, 0.8);
  font-family: 'Love Ya Like A Sister';
  position: relative;
  overflow: hidden;
  color: white;
  font-weight: 400;
  padding: 10px 15px;
  display: block;
  text-align: center;
  margin: auto;
  font-size: 20pt;
  box-shadow: 0 0 0 2px white;
  border: 2px solid rgba(221, 42, 154, 1);
}
a.button.full:hover {
  background: rgba(221, 42, 154, 1);
}

a.button.full[disabled],
a.button.full.disabled {
  background: rgba(210, 210, 210, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
  cursor: default;
}

/* CMS editable pink button */

p.normal-button,
p.registration-button {
  outline: 0;
  border-radius: 3px;
  text-decoration: none;
  border: 2px solid rgba(0, 0, 0, 0.1);
  cursor: default;

  background: rgba(210, 210, 210, 0.7);
  font-family: 'Love Ya Like A Sister';
  color: white;
  font-weight: 400;
  padding: 10px 15px;
  display: block;
  min-height: 58px;
  text-align: center;
  margin: auto;
  font-size: 20pt;
  box-shadow: 0 0 0 2px white;

  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
p.normal-button a,
p.registration-button a,
p.normal-button a:visited,
p.registration-button a:visited {
  outline: 0;
  border-radius: 3px;
  text-decoration: none;
  border: 2px solid rgba(221, 42, 154, 1);
  cursor: pointer;
  background: rgba(221, 42, 154, 0.8);
  color: white;
  padding: 10px 15px;
  font-weight: normal;
  display: block;
  margin: -12px -17px -37px -17px;
}

html:not(.is-cms) p.normal-button a:hover,
html:not(.is-cms) p.registration-button a:hover {
  background: rgba(221, 42, 154, 1);
}

a.big {
}
a.big {
  display: block;
  cursor: pointer;
  font-size: 27pt;
  color: white;
  font-family: 'Love Ya Like A Sister';
  font-weight: normal;
  text-align: center;
  line-height: 100px;
  width: 1024px;
  border-radius: 3px;
  margin: 25px auto 0 auto;
  height: 100px;
  text-decoration: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff',GradientType=0 );
}
#b a.big {
  background: -moz-linear-gradient(
    top,
    rgba(146, 224, 22, 0.75) 0%,
    rgba(146, 224, 22, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(146, 224, 22, 0.75) 0%,
    rgba(146, 224, 22, 0.7) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(146, 224, 22, 0.75) 0%,
    rgba(146, 224, 22, 0.7) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff',GradientType=0 );
}

#c a.big {
  background: -moz-linear-gradient(
    top,
    rgba(255, 56, 68, 0.75) 0%,
    rgba(255, 56, 68, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 56, 68, 0.75) 0%,
    rgba(255, 56, 68, 0.7) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 56, 68, 0.75) 0%,
    rgba(255, 56, 68, 0.7) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff',GradientType=0 );
}

#d a.big {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ffffff',GradientType=0 );
}

#loading {
  background: rgba(0, 0, 0, 0.9);

  display: none;

  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0s ease 0s;
  -moz-transition: -moz-transform 0s ease 0s;
  -ms-transition: -ms-transform 0s ease 0s;
  -o-transition: -o-transform 0s ease 0s;
  transition: transform 0s ease 0s;
  opacity: 1;
  visibility: visible;

  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
#loading.hidden {
  -webkit-transform: translate3d(0, -100vh, 0);
  -moz-transform: translate3d(0, -100vh, 0);
  -ms-transform: translate3d(0, -100vh, 0);
  -o-transform: translate3d(0, -100vh, 0);
  transform: translate3d(0, -100vh, 0);
  -webkit-transition: -webkit-transform 1s ease 1s, opacity 1s ease 1.5s,
    visibility 0s ease 2.5s;
  -moz-transition: -moz-transform 1s ease 1s, opacity 1s ease 1.5s,
    visibility 0s ease 2.5s;
  -o-transition: -o-transform 1s ease 1s, opacity 1s ease 1.5s,
    visiblity 0s ease 2.5s;
  -ms-transition: -ms-transform 1s ease 1s, opacity 1s ease 1.5s,
    visibility 0s ease 2.5s;
  transition: transform 1s ease 1s, opacity 1s ease 1.5s,
    visibility 0s ease 2.5s;
  opacity: 0;
  visibility: hidden;
}
#loading-logo {
  width: 410px;
  height: 220px;
  background-image: url('../img/logo_@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0s ease 0s;
  -moz-transition: opacity 0s ease 0s;
  -o-transition: opacity 0s ease 0s;
  -ms-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
}
body:not(.unloaded) #loading-logo {
  opacity: 1;
  -webkit-transition: opacity 500ms ease 0s;
  -moz-transition: opacity 500ms ease 0s;
  -o-transition: opacity 500ms ease 0s;
  -ms-transition: opacity 500ms ease 0s;
  transition: opacity 500ms ease 0s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#loading img {
  width: 50px;
  height: 50px;
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  opacity: 0;
}
#loading.ready img {
  opacity: 1;
  -webkit-transition: opacity 200ms ease 2s;
  -moz-transition: opacity 200ms ease 2s;
  -o-transition: opacity 200ms ease 2s;
  -ms-transition: opacity 200ms ease 2s;
  transition: opacity 200ms ease 2s;
}

body:not(.unloaded) #loading.ready img,
body:not(.unloaded) #loading img {
  opacity: 0;
  -webkit-transition: opacity 500ms ease 0s;
  -moz-transition: opacity 500ms ease 0s;
  -o-transition: opacity 500ms ease 0s;
  -ms-transition: opacity 500ms ease 0s;
  transition: opacity 500ms ease 0s;
}

#scroll-down {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 2px 1px rgba(0, 0, 0, 0.1),
    0 3px 5px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.1),
    0 8px 15px rgba(0, 0, 0, 0.1);
  font-family: 'Chelsea Market';
  line-height: 65px;
  height: 65px;
  font-size: 27px;
  display: none;
  z-index: 1;
  -webkit-pointer-events: none;
  -o-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-animation: scrollDown 9s ease;
  -moz-animation: scrollDown 9s ease;
  -o-animation: scrollDown 9s ease;
  -ms-animation: scrollDown 9s ease;
  animation: scrollDown 9s ease;
  opacity: 1;
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translate(0, 65px);
  }
  90% {
    -webkit-transform: translate(0, 65px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes scrollDown {
  0% {
    -moz-transform: translate(0, 65px);
  }
  90% {
    -moz-transform: translate(0, 65px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@-o-keyframes scrollDown {
  0% {
    -o-transform: translate(0, 65px);
  }
  90% {
    -o-transform: translate(0, 65px);
  }
  100% {
    -o-transform: translate(0, 0);
  }
}
@-ms-keyframes scrollDown {
  0% {
    -ms-transform: translate(0, 65px);
  }
  90% {
    -ms-transform: translate(0, 65px);
  }
  100% {
    -ms-transform: translate(0, 0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translate(0, 65px);
  }
  90% {
    transform: translate(0, 65px);
  }
  100% {
    transform: translate(0, 0);
  }
}

#scroll-down.hide {
  -webkit-transition: opacity 1s ease, -webkit-transform 500ms ease;
  -moz-transition: opacity 1s ease, -moz-transform 500ms ease;
  -o-transition: opacity 1s ease, -o-transform 500ms ease;
  -ms-transition: opacity 1s ease, -ms-transform 500ms ease;
  transition: opacity 1s ease, transform 500ms ease;
  -webkit-transform: translate(0, 65px);
  -moz-transform: translate(0, 65px);
  -o-transform: translate(0, 65px);
  -ms-transform: translate(0, 65px);
  transform: translate(0, 65px);
  opacity: 0;
}

#mobile-logo {
  display: none;
}

#is-cms-ticket-link {
  display: none;
}

nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  min-width: 1024px;
  background: rgba(0, 0, 0, 0.85);
  z-index: 50;
  overflow: visible;
}

body.unloaded nav {
  transform: translate(0px, -120px);
  -webkit-transform: translate(0px, -120px);
  -o-transform: translate(0px, -120px);
  -ms-transform: translate(0px, -120px);
  -moz-transform: translate(0px, -120px);

  -webkit-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}
body:not(.unloaded) nav {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);

  -webkit-transition: -webkit-transform 3s cubic-bezier(0, 1, 0, 1) 1.5s;
  -moz-transition: -moz-transform 3s cubic-bezier(0, 1, 0, 1) 1.5s;
  -o-transition: -o-transform 3s cubic-bezier(0, 1, 0, 1) 1.5s;
  -ms-transition: -ms-transform 3s cubic-bezier(0, 1, 0, 1) 1.5s;
  transition: transform 3s cubic-bezier(0, 1, 0, 1) 1.5s;
}

nav ul {
  list-style: none;
  width: 833px;
  margin: auto;
  height: 60px;
  padding: 0;
}
nav ul li {
  display: block;
  width: 125px;
  float: left;
}
nav ul li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.8);
  line-height: 60px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: none;
  background: transparent;
}
nav ul li a:hover {
  background: black;
  color: white;
}
nav ul li:nth-of-type(1) a:hover {
  background: rgba(184, 34, 149, 0.9);
}
nav ul li:nth-of-type(2) a:hover {
  background: rgba(146, 224, 22, 0.9);
}
nav ul li:nth-of-type(4) a:hover {
  background: rgba(255, 56, 68, 0.9);
}
nav ul li:nth-of-type(5) a:hover {
  background: rgba(255, 133, 25, 0.9);
}

nav ul li#logo {
  background-image: url('../img/main/header_@2x.png');
  background-size: 333px 119px;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 333px;
  height: 119px;
  top: 0px;
  position: relative;
}
nav ul li#logo:hover {
}
nav .nav-side-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0 0 0 20px;
  width: 125px;
  line-height: 60px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  right: auto;
  color: rgba(255, 255, 255, 0.8);
  cursor: default;
  text-decoration: none;

  -webkit-transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s,
    visibility 0s ease 0s;
  -o-transition: opacity 500ms ease 0s, -o-transform 500ms ease 0s,
    visibility 0s ease 0s;
  -moz-transition: opacity 500ms ease 0s, -moz-transform 500ms ease 0s,
    visibility 0s ease 0s;
  -ms-transition: opacity 500ms ease 0s, -ms-transform 500ms ease 0s,
    visibility 0s ease 0s;
  transition: opacity 500ms ease 0s, transform 500ms ease 0s,
    visibility 0s ease 0s;
}
nav .nav-side-link:nth-of-type(2) {
  left: auto;
  right: 0;
  padding: 0 20px 0 0;
}
nav .nav-side-link::before {
  content: '\e882';
  font-family: 'icons';
  font-size: 12px;
  height: 100%;
  width: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  text-align: center;
}
nav .nav-side-link:nth-of-type(2)::before {
  right: 5px;
  left: auto;
  content: '\e883';
}

nav a.nav-side-link {
  cursor: pointer;
}
nav a.nav-side-link:hover {
  background: white;
  color: black;
}

.item {
  /* -webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out; */
  transition: transform 200ms ease-out;

  height: 150px;
  width: 150px;
  display: block;
  overflow: hidden;

  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;

  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  margin: auto;

  overflow: visible;
  opacity: 1;
}
a.item {
  cursor: pointer;
}
.item .img {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.item img.img {
  background: 0;
}
.item span {
  text-align: center;
  color: #925f32;
  background: white;
  padding: 5px 8px;
  font-family: 'Chelsea Market';
  position: absolute;
  display: inline-block;
  border-radius: 999px;
  border: 2px dashed rgba(146, 95, 50, 0.75);
  box-shadow: 0 0 0 4px white, 0 0 5px 4px rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  width: 120px;
  margin: auto;
  opacity: 0.9;
  z-index: 2;
  font-weight: normal;
  line-height: 108px;
  text-transform: uppercase;
  font-size: 20px;
  overflow: hidden;

  -webkit-transform: perspective(500px) translateZ(-30px);
  -moz-transform: perspective(500px) translateZ(-30px);
  -o-transform: perspective(500px) translateZ(-30px);
  -ms-transform: perspective(500px) translateZ(-30px);
  transform: perspective(500px) translateZ(-30px);

  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  -o-transition: -o-transform 0.3s cubic-bezier(0.7, 0, 0.7, 0),
    opacity 0.3s ease;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.7, 0, 0.7, 0),
    opacity 0.3s ease;
  -ms-transition: -ms-transform 0.3s cubic-bezier(0.7, 0, 0.7, 0),
    opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;

  opacity: 0;
}

.item:hover {
}
.item:hover span {
  -webkit-transform: perspective(500px) translateZ(0px);
  -o-transform: perspective(500px) translateZ(0px);
  -moz-transform: perspective(500px) translateZ(0px);
  -ms-transform: perspective(500px) translateZ(0px);
  transform: perspective(500px) translateZ(0px);

  opacity: 0.9;
}
.item:active {
}

.popup {
  background: white;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 5px 9px 0 rgba(0, 0, 0, 0.03),
    0 8px 17px 0 rgba(0, 0, 0, 0.03), 0 12px 29px 0 rgba(0, 0, 0, 0.03);
  padding: 20px;
  display: table;
  position: absolute;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  -moz-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 101;
  margin: auto;
  border-radius: 3px;
  opacity: 0;
  height: auto;
  max-width: 1004px;

  -webkit-transform: perspective(500px) translateZ(50px);
  -o-transform: perspective(500px) translateZ(50px);
  -ms-transform: perspective(500px) translateZ(50px);
  -moz-transform: perspective(500px) translateZ(50px);
  transform: perspective(500px) translateZ(50px);

  -webkit-transition: opacity 300ms ease 0s,
    -webkit-transform 300ms cubic-bezier(0, 0.3, 0, 0.8) 0s;
  -o-transition: opacity 300ms ease 0s,
    -o-transform 300ms cubic-bezier(0.3, 0, 0.8, 0) 0s;
  -ms-transition: opacity 300ms ease 0s,
    -ms-transform 300ms cubic-bezier(0.3, 0, 0.8, 0) 0s;
  -moz-transition: opacity 300ms ease 0s,
    -moz-transform 300ms cubic-bezier(0.3, 0, 0.8, 0) 0s;
  transition: opacity 300ms ease 0s,
    transform 300ms cubic-bezier(0.3, 0, 0.8, 0) 0s;

  transform-style: preserve-3d;
}
.popup.visible {
  opacity: 1;
  -webkit-pointer-events: all;
  -ms-pointer-events: all;
  -moz-pointer-events: all;
  -o-pointer-events: all;
  pointer-events: all;

  -webkit-transform: perspective(500px) translateZ(0px);
  -o-transform: perspective(500px) translateZ(0px);
  -ms-transform: perspective(500px) translateZ(0px);
  -moz-transform: perspective(500px) translateZ(0px);
  transform: perspective(500px) translateZ(0px);

  -webkit-transition: opacity 200ms ease 200ms,
    -webkit-transform 500ms cubic-bezier(0, 0.2, 0, 1) 200ms;
  -o-transition: opacity 200ms ease 200ms,
    -o-transform 500ms cubic-bezier(0, 0.2, 0, 1) 200ms;
  -ms-transition: opacity 200ms ease 200ms,
    -ms-transform 500ms cubic-bezier(0, 0.2, 0, 1) 200ms;
  -moz-transition: opacity 200ms ease 200ms,
    -moz-transform 500ms cubic-bezier(0, 0.2, 0, 1) 200ms;
  transition: opacity 200ms ease 200ms,
    transform 500ms cubic-bezier(0, 0.2, 0, 1) 200ms;
}
/* Unstable workaround to .popup { position:absolute; display:table; } in Mozilla Firefox (v. 44.0.2) */
@-moz-document url-prefix() {
  .popup:not(#about-popup) {
    border-radius: 0 0 3px 3px;

    -moz-transition: opacity 1s ease 0s, -moz-transform 700ms ease 0s;
    transition: opacity 1s ease 0s, transform 700ms ease 0s;

    -moz-transform: perspective(500px) translateY(-500px);
    transform: perspective(500px) translateY(-500px);
  }
  .popup:not(#about-popup).visible {
    -moz-transition: opacity 700ms ease 0s, -moz-transform 500ms ease 0s;
    transition: opacity 700ms ease 0s, transform 500ms ease 0s;

    -moz-transform: perspective(500px) translateY(0px);
    transform: perspective(500px) translateY(0px);
  }
}

.popup h3 {
  font-size: 23px;
  text-align: center;
}

.popup i.icon-close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 7px;
  right: 7px;
  left: auto;
  bottom: auto;
  display: block;
  text-align: center;
  line-height: 35px;
  font-size: 22px;
  background: rgba(255, 56, 68, 0.9);
  color: white;
  opacity: 1;
  border-radius: 3px;
  box-shadow: inset 0 0 0 2px rgba(255, 56, 68, 0.1);
  cursor: default;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.popup.visible i.icon-close {
  cursor: pointer;
  background: rgba(255, 56, 68, 0.6);
  color: white;
  box-shadow: inset 0 0 0 2px rgba(255, 56, 68, 0.05);
}
.popup.visible i.icon-close:hover {
  background: rgba(255, 56, 68, 0.9);
  box-shadow: inset 0 0 0 2px rgba(34, 131, 246, 0.05);
  color: white;
}
.popup.sticky {
  position: fixed;
}

/* FOR MAILCHIMP FORM */
label {
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#mc_embed_signup .mc-field-group.input-group ul label {
  cursor: pointer;
}

#mc_embed_signup .mc-field-group.input-group ul {
  list-style: none;
  padding: 10px 15px;
  background: rgba(34, 131, 246, 0.1);
  border-radius: 3px;
}
#mc_embed_signup .mc-field-group.input-group ul li {
  line-height: 20px;
  padding: 10px 0;
}

#mc_embed_signup .mc-field-group.input-group ul li label {
  margin-left: 5px;
}

#mc_embed_signup input[type='email'] {
  display: block;
  width: 100%;
  margin: 0;
}

/* Only for 2 column wrap layout on a full page */
.col-wrap {
  width: 1024px;
  margin: auto;
}
.col-wrap::after {
  clear: both;
  content: '';
  display: block;
}
.col {
  background-color: rgba(255, 255, 255, 0.9);
  width: 500px;
  height: auto;
  padding: 25px;
  float: left;
  margin: 0px 6px;
  border-radius: 3px;
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.5);
}
.col .pro-logo-wrap {
  background: white;
  position: relative;
  height: 300px;
  overflow: hidden;
  margin: -25px -25px 0 -25px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
}
.col .pro-logo-wrap img.pro-logo {
  display: block;
  border-radius: 3px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
}

i.info,
blockquote {
  display: block;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 25px;
  background: oklch(61% 0.2 256 / 15%);
  backdrop-filter: blur(10px);
  border-left: 3px solid oklch(61% 0.2 256 / 100%);
  margin-left: 0;
  margin-right: 0;
  color: oklch(52% 0.2 256 / 100%);
}
blockquote p:first-child {
  margin-top: 0;
}
i.info span:first-of-type {
  font-weight: bold;
}
i.info span:first-of-type:after {
  content: ' —';
}

i.info:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

i.tooltip {
  box-shadow: 0 0 0 2px white, 0 1px 2px 2px rgba(0, 0, 0, 0.18),
    0 4px 7px 2px rgba(0, 0, 0, 0.08);
  padding: 10px;
  border-radius: 0 3px 3px 3px;
  background: white;
  display: inline-block;
  position: absolute;
  cursor: default;
  top: 50%;
  left: calc(100% + 10px);
  z-index: 1;
  line-height: normal;
  max-width: 500px;
  font-style: normal;
  overflow: hidden;
  white-space: normal;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
}
i.tooltip p {
  margin: 10px 0 0 0;
  font-size: 11pt;
}

i.tooltip hr {
  margin: 15px -10px 5px -10px;
}

b.tag {
  border: 2px solid rgba(34, 131, 246, 0.3);
  color: rgba(34, 131, 246, 1);
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 3px;
  margin: 0 0.25em 0 0;
  display: inline-block;
  width: auto;
  position: relative;
}

b.tag.star {
  background: rgba(34, 131, 246, 0.8);
  border-color: transparent;
  color: white;
  padding-left: 20px;
}
b.tag.star::before {
  content: '\ea33';
  font-family: icons;
  width: 20px;
  display: block;
  position: absolute;
  color: white;
  bottom: 0;
  margin: auto 0;
  top: 0;
  left: 0px;
  text-align: center;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
}

map {
}

area {
  outline: none;
  display: block;
  cursor: pointer;
}

html:not(.is-cms) div.editable.empty-message:empty {
  height: 100px;
  text-align: center;
  position: relative;
}
html:not(.is-cms) div.editable.empty-message:empty::before {
  content: 'Info Coming Soon!';
  background: white;
  border-radius: 3px;
  margin: auto;
  position: absolute;
  height: 55px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 190px;
  right: 0;
  line-height: 55px;
}
html:not(.is-cms) div.editable.empty-message p:empty {
  height: 100px;
  text-align: center;
  position: relative;
}
html:not(.is-cms) div.editable.empty-message p:empty::before {
  content: 'Info Coming Soon!';
  background: white;
  border-radius: 3px;
  margin: auto;
  position: absolute;
  height: 55px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 190px;
  right: 0;
  line-height: 55px;
}

#a {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  max-height: 1024px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  overflow: hidden;
}
#b,
#c,
#d {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  box-shadow: inset 0 300px 300px -300px black,
    inset 0 -300px 300px -300px black;
}

#a {
  background-color: black;
  background-image: url('../img/bkg/wood.jpg');
}

#a .inside {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: auto;
}

#motto {
  left: 0;
  right: 0;
  bottom: 61%;
  width: 400px;
  height: 200px;
}
#motto .img {
  background-image: url('../img/links/motto_@2x.png');
}

#motto #donate {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7));
  position: absolute;
  bottom: calc(-45px);
  margin: auto;
  left: 0;
  width: 200px;
  height: 55px;
  display: block;
  text-align: center;
  right: 0;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 10px rgba(0, 0, 0, 0.15),
    0 8px 30px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1),
    inset 0 -2px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-family: 'Chelsea Market';
  font-size: 19px;
  font-weight: normal;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 -1px 0 black;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 10;
}

#mail {
  width: 254px;
  height: 214px;
  bottom: 61%;
  left: 71%;
}
#mail .img {
  height: 100%;
  width: 100%;
  display: block;
}

#camera {
  width: 316px;
  height: 342px;
  right: 77%;
  bottom: -1%;
}
#camera .img {
  background-image: url('../img/links/camera_@2x.png');
}

#camera span.item-label {
  top: 69px;
  bottom: auto;
  left: 103px;
  right: auto;
}
#camera:hover span.item-label {
}

#shoes {
  width: 340px;
  height: 479px;
  right: 54%;
  bottom: -4%;
}

#shoes span.item-label {
  top: 145px;
  bottom: auto;
}
#shoes:hover span.item-label {
}

#phone {
  width: 276px;
  height: 392px;
  right: 1%;
  bottom: 4%;
}
#phone .img {
  background-image: url('../img/links/phone_@2x.png');
}

#phone .link-wrap {
  background: url('../img/links/phone-bkg.jpg');
  background-position: center;
  background-size: cover;
  display: block;
  width: 117px;
  text-align: center;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
body.unloaded #phone .link-wrap {
  opacity: 0;
  -webkit-transform: perspective(500px) rotate(10.8deg)
    translate3d(71.6px, 54px, -40px);
  -o-transform: perspective(500px) rotate(10.8deg)
    translate3d(71.6px, 54px, -40px);
  -ms-transform: perspective(500px) rotate(10.8deg)
    translate3d(71.6px, 54px, -40px);
  -moz-transform: perspective(500px) rotate(10.8deg)
    translate3d(71.6px, 54px, -40px);
  transform: perspective(500px) rotate(10.8deg) translate3d(71.6px, 54px, -40px);
  -webkit-transform-origin: 138px 196px 0;
  -o-transform-origin: 138px 196px 0;
  -ms-transform-origin: 138px 196px 0;
  -moz-transform-origin: 138px 196px 0;
  transform-origin: 138px 196px 0;
  -webkit-transition: opacity 0s ease, -webkit-transform 0s ease-out;
  -o-transition: opacity 0s ease, -o-transform 0s ease-out;
  -moz-transition: opacity 0s ease, -moz-transform 0s ease-out;
  -ms-transition: opacity 0s ease, -ms-transform 0s ease-out;
  transition: opacity 0s ease, transform 0s ease-out;
}
body:not(.unloaded) #phone .link-wrap {
  opacity: 1;
  -webkit-transform: perspective(500px) rotate(10.8deg)
    translate3d(71.6px, 54px, 0);
  -ms-transform: perspective(500px) rotate(10.8deg) translate3d(71.6px, 54px, 0);
  -moz-transform: perspective(500px) rotate(10.8deg)
    translate3d(71.6px, 54px, 0);
  -o-transform: perspective(500px) rotate(10.8deg) translate3d(71.6px, 54px, 0);
  transform: perspective(500px) rotate(10.8deg) translate3d(71.6px, 54px, 0);
  -webkit-transform-origin: 138px 196px 0;
  -o-transform-origin: 138px 196px 0;
  -ms-transform-origin: 138px 196px 0;
  -moz-transform-origin: 138px 196px 0;
  transform-origin: 138px 196px 0;
  -webkit-transition: opacity 1.6s ease 2s, -webkit-transform 1.4s ease-out 2s;
  -o-transition: opacity 1.6s ease 2s, -o-transform 1.4s ease-out 2s;
  -ms-transition: opacity 1.6s ease 2s, -ms-transform 1.4s ease-out 2s;
  -moz-transition: opacity 1.6s ease 2s, -moz-transform 1.4s ease-out 2s;
  transition: opacity 1.6s ease 2s, transform 1.4s ease-out 2s;
}

#phone .link-wrap a {
  font-family: 'Chelsea Market';
  text-decoration: none;
  -webkit-transition: background 75ms ease, border-color 75ms ease;
  -moz-transition: background 75ms ease, border-color 75ms ease;
  -o-transition: background 75ms ease, border-color 75ms ease;
  -ms-transition: background 75ms ease, border-color 75ms ease;
  transition: background 75ms ease, border-color 75ms ease;
  height: 96px;
  background: transparent;
  border: 1px dotted white;
  display: block;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}

#phone .link-wrap a:first-of-type {
  font-size: 21px;
  margin: 6px;
  padding-top: 8px;
}

#phone .link-wrap a:nth-of-type(2) {
  font-size: 18px;
  margin: 6px;
  padding-top: 26px;
}
#phone .link-wrap a:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.3);
}

#shows {
  width: 354px;
  height: 503px;
  bottom: 45%;
  left: 0;
}
#shows .img {
  background-image: url('../img/links/shows_@1x.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #shows .img {
    background-image: url('../img/links/shows_@2x.png');
  }
}
#shows span.item-label {
  bottom: 140px;
  top: auto;
  left: 89px;
  right: auto;
}
#shows a:hover + span.item-label {
}

#tickets {
  width: 451px;
  height: 255px;
  right: 20%;
  bottom: 9%;
}
#tickets .img {
  background-image: url('../img/links/ticket_@1x.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #tickets .img {
    background-image: url('../img/links/ticket_@2x.png');
  }
}
#tickets span.item-label {
  bottom: 97px;
  top: auto;
  left: 158px;
  right: auto;
}
#tickets a:hover + span.item-label {
}

.across {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 40px;
  width: 1012px;
  margin: 10px auto 10px auto;
  margin-top: 0;
  border-radius: 3px;
  overflow: hidden;
}
.across p {
  font-size: 12pt;
}

#footer {
  display: block;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  line-height: 18px;
  padding: 10px;
  bottom: 0px;
  font-size: 13px;
  text-align: center;
  right: 0;
  left: 0;
  z-index: 2;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  color: white;
  opacity: 0.5;

  cursor: default;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:not(.unloaded) #footer {
  opacity: 0.5;

  -webkit-transition: opacity 5s ease-in-out 2s;
  -moz-transition: opacity 5s ease-in-out 2s;
  -o-transition: opacity 5s ease-in-out 2s;
  -ms-transition: opacity 5s ease-in-out 2s;
  transition: opacity 5s ease-in-out 2s;
}
body.unloaded #footer {
  opacity: 0;

  -webkit-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}

#footer p {
  margin: 0;
  padding: 0;
}

#b {
  background-color: black;
  background-image: url('../img/bkg/everyone.jpg');
}

/* Hide CMS class input */
#class-list .is-cms-class-input {
  display: none;
}

#class-list .cl-class {
  background: transparent;
  margin: 0 -25px;
  padding: 10px 15px;
  cursor: default;
  /* -webkit-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		-ms-user-select: none;
		user-select: none; */
  display: block;
  position: relative;
  transition: background 500ms ease 0;
}
#class-list a.cl-class {
  cursor: pointer;
}

#class-list .cl-class .cl-info-wrap {
  border: 2px solid transparent;
  color: black;
  font-weight: bold;
  display: inline-block;
  padding: 0 12px 0 35px;
  height: 39px;
  font-size: 16px;
  line-height: 39px;
  border-radius: 100px;
  position: relative;
}
#class-list .cl-class .cl-info-wrap::before {
  content: '';
  background: rgba(146, 224, 22, 1);
  height: 7px;
  width: 7px;
  display: block;
  position: absolute;
  left: 14px;
  top: 14px;
  bottom: 14px;
  border-radius: 4px;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
#class-list .cl-class .cl-info-wrap i.tooltip {
  color: black;
  min-width: 350px;
  -webkit-transition: opacity 200ms ease 300ms,
    -webkit-transform 300ms ease 300ms, visibility 200ms ease 300ms;
  -o-transition: opacity 200ms ease 300ms, -o-transform 300ms ease 300ms,
    visibility 200ms ease 300ms;
  -ms-transition: opacity 200ms ease 300ms, -ms-transform 300ms ease 300ms,
    visibility 200ms ease 300ms;
  -moz-transition: opacity 200ms ease 300ms, -moz-transform 300ms ease 300ms,
    visibility 200ms ease 300ms;
  transition: opacity 200ms ease 300ms, transform 300ms ease 300ms,
    visibility 200ms ease 300ms;
  -webkit-transform: translate(4px, 0);
  -o-transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  -moz-transform: translate(4px, 0);
  transform: translate(4px, 0);
  visibility: hidden;
  cursor: auto;
}

#class-list .cl-class:hover {
  background: white;
}
#class-list .cl-class:hover .cl-info-wrap {
  background: rgba(0, 0, 0, 0.85);
  color: white;
}
#class-list .cl-class:hover .cl-info-wrap::before {
  background: white;
}
#class-list .cl-class:hover .cl-info-wrap i.tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  cursor: pointer;
}

#class-list .cl-class + .cl-class {
  border-top: 2px solid rgba(146, 224, 22, 0.5);
}
#class-list .cl-class:last-child {
  border-radius: 0 0 3px 3px;
}

/* CMS for #class-list is in "is-cms.css" file */

#c {
  background-color: black;
  background-image: url('../img/bkg/fun.jpg');
}

table {
  margin: 15px -5px 25px -5px;
  border-spacing: 0px;
  display: table;
  border-collapse: collapse;
  width: auto !important;
}
table:last-child {
  margin: 15px -5px -5px -5px;
}

table tr:not(:last-of-type) {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

table tr td {
  padding: 8px 0;
}
table tr td:first-child {
  padding: 15px 15px;
  font-weight: bold;
  border-right: 1px dotted rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}
table tr td:not(:first-child) {
  padding: 10px 0 10px 10px;
}
table tr td:last-child {
  padding: 10px;
}

table tr th {
  padding: 15px;
  background: rgba(0, 0, 0, 0.07);
  border: solid 1px transparent;
  font-weight: normal;
}

table tr td:first-of-type:empty {
  padding: 5px 10px;
  height: 40px;
  text-shadow: none;
  font-weight: bold;
  text-align: center;
  width: 60px;
  color: rgba(0, 0, 0, 0.25);
}
table tr td:first-of-type:empty::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 7px;
}
table tr td:empty:not(:first-of-type) {
  background: none;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  color: rgba(0, 0, 0, 0.25);
  font-weight: normal;
}
table tr td:empty:not(:first-of-type)::before {
  content: 'Information Not Avaliable';
}

table p {
  margin: 0;
}
table p:empty {
  display: none;
}

/* table.tags (used in class descriptions) */
table.tags {
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0px 0px -5px -5px;
  font-size: 11pt;
}

table.tags tr td:not(:first-of-type) {
  padding: 5px 0;
}

table.tags tr td:first-child {
  background: transparent;
  color: white;
  cursor: auto;
  padding: 10px 5px;
  border-radius: 3px;
  border: 2px solid rgba(34, 131, 246, 0.5);
  color: rgba(34, 131, 246, 1);
}

#d {
  background-color: black;
  background-image: url('../img/bkg/image10.jpg');
}

.inside::after {
  content: '';
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

/* Puts everything in the center */
.coming-soon {
  width: 500px;
  height: 230px;
  margin: auto;
  text-align: center;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  padding: 15px;
  color: black;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

.modal {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 15px;
  border-radius: 3px;
  position: fixed;
  width: 300px;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(1);
}
