img {
  border: none; }

@font-face {
  font-family: "Helvetica-Bold";
  src: url(../fonts/HelveticaNeueLTStd-Bd.otf); }
@font-face {
  font-family: "Helvetica-Roman";
  src: url(../fonts/HelveticaLTStd-Roman.otf); }
@font-face {
  font-family: "Wednesday";
  src: url(../fonts/Wednesday.ttf); }
body {
  font-family: "Helvetica-Roman", sans-serif; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid black;
  margin-bottom: 20px; }

h1 {
  font-family: "Helvetica-Roman", sans-serif;
  font-size: 64px;
  margin: 10px 0; }

h2 {
  font-family: "Helvetica-Roman", sans-serif;
  font-size: 48px;
  margin: 10px 0; }

h3 {
  font-family: "Helvetica-Roman", sans-serif;
  font-size: 33px;
  margin: 10px 0; }

h4 {
  font-family: "Helvetica-Roman", sans-serif;
  font-size: 24px;
  margin: 10px 0; }

h5 {
  font-family: "Helvetica-Roman", sans-serif;
  font-size: 20px;
  margin: 10px 0; }

h6 {
  font-family: "Helvetica-Roman", sans-serif;
  font-size: 17px;
  margin: 10px 0; }

.text-xs {
  font-size: 8pt; }

.text-sm {
  font-size: 10pt; }

.text-default {
  font-size: 12pt; }

.text-lg {
  font-size: 14pt; }

.text-xl {
  font-size: 16pt; }

.text-xxl {
  font-size: 24pt; }

.text-xxxl {
  font-size: 50px; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-normal {
  text-transform: none; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-underline {
  text-decoration: underline; }

.text-bold {
  font-weight: bold; }

.text-bolder {
  font-weight: bolder; }

.text-white {
  color: white; }

.text-faded {
  color: #EFEFEF; }

.text-black {
  color: black; }

.text-info {
  color: #22A7F0; }

.text-primary {
  color: #4183D7; }

.text-success {
  color: #26A65B; }

.text-warning {
  color: #EB9532; }

.text-danger {
  color: #CF1B1B; }

.text-shadow {
  text-shadow: 0 0 10px black; }

.font-alt {
  font-family: "Helvetica-Bold", serif; }

.font-alt-2 {
  font-family: "Wednesday", serif;
  font-weight: 100; }

@media only screen and (max-width: 768px) and (orientation: portrait), (max-height: 568px) {
  h1 {
    font-size: 38px; }

  h1.responsive {
    font-size: 34px; }

  h2 {
    font-size: 33px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 17px; }

  h6 {
    font-size: 15px; } }
a {
  color: #F2CE74;
  text-decoration: none;
  cursor: pointer; }

a.dark {
  color: #1798EE; }

a:hover {
  text-decoration: underline; }

.link-neutral {
  color: #FFFFFF; }

.link-neutral:hover {
  color: #F2CE74; }

.btn,
a.btn {
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  margin: 3px;
  position: relative;
  background: transparent;
  border: 2px solid white;
  border-radius: 5px;
  font-family: "Avenir";
  -webkit-transition-duration: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition-duration: 0.2s; }

a.btn {
  text-decoration: none;
  display: inline-block; }

.btn.submit {
  letter-spacing: 0;
  background: #F3A000;
  border: none;
  padding-left: 30px;
  padding-right: 30px; }

.btn:hover.submit {
  background: white;
  color: #F3A000; }

.btn.inv {
  color: #FFFFFF; }

.btn:hover,
a.btn:hover {
  text-decoration: none;
  background: white;
  color: black;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7); }

.btn:active,
.btn:focus {
  background: white;
  outline: 0; }

.btn-sm, a.btn-sm {
  padding: 7px 12px;
  font-size: 8pt;
  min-width: 40px; }

.btn-lg {
  padding: 13px 28px;
  font-size: 14pt; }

a.btn-block,
.btn-block {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center; }

.btn-border {
  padding: 8px 18px;
  border: 2px solid #FFFFFF;
  background: transparent; }

.btn-default,
a.btn-default {
  border: 3px solid black; }

.btn-default:hover,
a.btn-default:hover {
  background: black; }

.btn-primary,
a.btn-primary {
  border: 3px solid #4183D7; }

.btn-info,
a.btn-info {
  border: 3px solid #22A7F0; }

.btn-success,
a.btn-success {
  background: #26A65B;
  border: 3px solid #26A65B; }

.btn-success:hover,
a.btn-success:hover {
  background: white;
  border-color: white;
  color: #26A65B; }

.btn-warning,
a.btn-warning {
  border: 3px solid #F27B35;
  background: #F27B35; }

.btn-warning:hover,
a.btn-warning:hover,
.btn-warning:active,
a.btn-warning:active,
.btn-warning:focus,
a.btn-warning:focus {
  background: #F27B35;
  color: white; }

.btn-danger,
a.btn-danger {
  border: 3px solid #CF1B1B; }

.btn-danger:hover,
a.btn-danger:hover {
  background: #CF1B1B;
  color: white; }

.btn-default-inv,
.btn-primary-inv,
.btn-info-inv,
.btn-success-inv,
.btn-warning-inv,
.btn-danger-inv,
a.btn-default-inv,
a.btn-primary-inv,
a.btn-info-inv,
a.btn-success-inv,
a.btn-warning-inv,
a.btn-danger-inv {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn-default-inv:hover,
.btn-primary-inv:hover,
.btn-info-inv:hover,
.btn-success-inv:hover,
.btn-warning-inv:hover,
.btn-danger-inv:hover {
  color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.btn-default-inv {
  border: 3px solid transparent; }

.btn-default-inv:hover {
  color: initial;
  background: white;
  border-color: white; }

.btn-primary-inv {
  color: #4183D7; }

.btn-primary-inv:hover {
  background: #4183D7; }

a.btn-info-inv,
.btn-info-inv {
  color: #22A7F0; }

a.btn-info-inv:hover,
.btn-info-inv:hover {
  background: #22A7F0;
  color: white; }

.btn-info-inv:hover {
  background: #22A7F0; }

a.btn-success-inv,
.btn-success-inv {
  color: #26A65B; }

a.btn-success-inv:hover,
.btn-success-inv:hover {
  background: #26A65B;
  color: white; }

.btn-warning-inv {
  color: #EB9532; }

a.btn-warning-inv:hover,
.btn-warning-inv:hover {
  background: #EB9532; }

a.btn-danger-inv,
.btn-danger-inv {
  color: #CF1B1B; }

a.btn-danger-inv:hover,
.btn-danger-inv:hover {
  background: #CF1B1B;
  color: white; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="search"],
textarea {
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
  font-size: 10pt;
  -webkit-transition-duration: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition-duration: 0.3s; }

table {
  width: 100%;
  border-collapse: collapse; }

thead th {
  text-align: left; }
thead tr {
  border-bottom: 3px solid #E6E6E6; }

td, th {
  padding: 15px 10px; }

tr td {
  border-bottom: 1px solid #E6E6E6; }

tr td,
tr td:first-child {
  text-align: left; }

tr td:last-child {
  text-align: right; }

tbody tr:hover {
  background: #E6E6E6;
  color: black; }
  tbody tr:hover a {
    color: #22A7F0; }

.list {
  margin: 0; }

ul.list, div.list, span.list {
  padding: 0;
  list-style: none; }

ul.list.bulleted {
  list-style-type: disc;
  padding-left: 20px; }

.list-col {
  position: relative;
  display: inline-block;
  margin-right: -5px;
  margin-bottom: -5px; }

.list-col-raw {
  position: relative;
  display: inline-block;
  margin-bottom: -5px; }

.list-align-top {
  vertical-align: top; }

.list-align-middle {
  vertical-align: middle; }

.list-align-bottom {
  vertical-align: bottom; }

select {
  background: none;
  border: 1px solid #E3E3E3;
  padding: 10px;
  outline: none;
  border-radius: 1px;
  font-size: 10px;
  cursor: pointer; }

select.md {
  font-size: 13pt; }

.outer {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%; }

.middle {
  display: table-cell;
  vertical-align: middle; }

.inner {
  margin-left: auto;
  margin-right: auto; }

.form-control {
  width: 100%;
  position: relative;
  display: block; }

.container {
  padding: 10px 30px;
  position: relative; }

.container.lg {
  padding-top: 60px;
  padding-bottom: 60px; }

.center {
  margin: 0 auto;
  position: relative; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.row {
  padding: 5px 0;
  display: block; }

.border {
  border: 1px solid #E3E3E3; }

.border-top {
  border-top: 1px solid #E3E3E3; }

.border-bottom {
  border-bottom: 1px solid #E3E3E3; }

.border-left {
  border-left: 1px solid #E3E3E3; }

.border-right {
  border-right: 1px solid #E3E3E3; }

.border-none {
  border: none; }

.border-alt {
  border-color: #F2CE74; }

.border-lg {
  border-width: 10px; }

.padding {
  padding: 20px 0; }

.padding-top {
  padding-top: 20px; }

.padding-bottom {
  padding-bottom: 20px; }

.padding-left {
  padding-left: 20px; }

.padding-right {
  padding-right: 20px; }

.padding-bottom-none {
  padding-bottom: 0; }

.padding-none {
  padding: 0; }

.margin-none {
  margin: 0; }

.margin-top {
  margin-top: 20px; }

.page-scroll {
  overflow-y: auto;
  overflow-x: hidden; }

.page-col-10 {
  width: 10%; }

.page-col-15 {
  width: 15%; }

.page-col-20 {
  width: 20%; }

.page-col-25 {
  width: 25%; }

.page-col-30 {
  width: 30%; }

.page-col-33 {
  width: 33.3%; }

.page-col-25 {
  width: 25%; }

.page-col-40 {
  width: 40%; }

.page-col-50 {
  width: 50%; }

.page-col-60 {
  width: 60%; }

.page-col-70 {
  width: 70%; }

.page-col-75 {
  width: 75%; }

.page-col-80 {
  width: 80%; }

.page-col-90 {
  width: 90%; }

.page-col-95 {
  width: 95%; }

.page-half {
  width: 50%; }

.page-third {
  width: 33.3%; }

.page-two-third {
  width: 66.6%; }

.page-full {
  display: block;
  width: 100%; }

.page-col,
.page-col-responsive,
.page-row,
.page-default {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start; }

.page-default {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.page-row {
  flex-direction: column; }

.page-start {
  justify-content: flex-start; }

.page-end {
  justify-content: flex-end; }

.page-center {
  justify-content: center; }

.page-size-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.page-size-2,
.page-size-2-responsive {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.page-size-3,
.page-size-3-responsive {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3; }

.page-size-4,
.page-size-4-responsive {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4; }

.page-size-5,
.page-size-5-responsive {
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5; }

.page-contain-sm {
  max-width: 320px; }

.page-contain-sm {
  max-width: 600px; }

.page-contain-md {
  max-width: 768px; }

.page-contain-lg {
  max-width: 1024px; }

.page-contain-xl {
  max-width: 1280px; }

/* Media Queries ================================ */
@media only screen and (max-width: 600px) and (orientation: portrait), (max-height: 568px) {
  .page-col-10,
  .page-col-20,
  .page-col-30,
  .page-col-40,
  .page-col-50,
  .page-col-60,
  .page-col-70,
  .page-col-80,
  .page-col-90,
  .page-half,
  .page-third,
  .page-two-third {
    display: block;
    width: 100%; }

  .padding-left {
    padding-left: 0; }

  .padding-right {
    padding-right: 0; } }
.form {
  padding: 0;
  width: 100%; }
  .form input {
    background: transparent;
    color: black;
    border: none; }
  .form select {
    background: transparent;
    border: none; }
  .form .form-input {
    background: white;
    border: none;
    padding: 15px 10px;
    margin-bottom: 10px;
    border-radius: 5px; }

.form.align-right .form-label {
  text-align: right;
  padding-right: 10px; }

.form-group {
  margin: 10px 0; }

.form-label, .form-content {
  display: inline-block;
  margin-right: -4px;
  margin-bottom: -5px;
  vertical-align: middle; }

.form-label {
  color: #6C6A6C;
  min-width: 90px;
  width: 10%;
  padding: 5px 0; }

.form-content {
  width: 60%; }

nav.navbar {
  z-index: 999999;
  height: 110px;
  width: 100%;
  position: relative; }
  nav.navbar .main {
    width: 20%; }

nav.navbar.top {
  position: absolute;
  top: 0;
  background: transparent; }

.navbar.fixed {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.6); }

.navbar.clear {
  background: transparent; }

.navbar-right .navbar-link {
  padding-top: 2%; }

.navbar-right,
.navbar-responsive {
  text-align: right;
  width: 80%; }
  .navbar-right .btn,
  .navbar-responsive .btn {
    border-radius: 2px;
    color: white;
    font-size: 13pt;
    padding: 5px 12px; }

.navbar-responsive {
  display: none;
  width: 73%; }
  .navbar-responsive .navlink {
    color: white;
    font-size: 25pt; }

.navbar-dropdown .navbar-link {
  padding: 10px; }
.navbar-dropdown .navlink {
  color: white;
  width: 100%;
  font-size: 1.1em; }

.navbar-dropdown, .search-dropdown {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  background: black; }
  .navbar-dropdown .close, .search-dropdown .close {
    font-size: 35px;
    padding-top: 10px; }
    .navbar-dropdown .close a, .search-dropdown .close a {
      color: white;
      padding-right: 25px; }
  .navbar-dropdown input[type=search]:focus,
  .navbar-dropdown input[type=search]:active, .search-dropdown input[type=search]:focus,
  .search-dropdown input[type=search]:active {
    background: transparent;
    outline: none; }
  .navbar-dropdown .section, .search-dropdown .section {
    background: black; }

.navbar-link {
  padding: 0 5px; }

.navlink {
  color: rgba(255, 255, 255, 0.9);
  padding: 5px 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12pt;
  font-weight: 700;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  -webkit-transition-duration: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition-duration: 0.5s; }

a:link.navlink {
  text-shadow: 2px 2px 3px #000; }

.navlink:hover {
  color: white;
  border-right-color: #F2CE74;
  border-top-color: #F2CE74;
  text-decoration: none; }

.brand-logo {
  max-width: 180px;
  margin-top: 15px;
  margin-left: 20px; }

.navbar-right a {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  outline: none;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3); }

.navbar-right a:hover,
.navbar-right a:focus {
  outline: none; }

.navbar-social {
  padding: 15px 10px;
  position: absolute;
  background: transparent;
  top: 0;
  right: 0; }

.navbar-social a,
.navbar-social2 a {
  padding: 0 13px;
  color: white;
  font-size: 15pt; }

.navbar-social2 a {
  font-size: 25pt; }

.navbar-social a:hover, .navbar-social2 a:hover {
  color: white; }

@media only screen and (max-width: 1000px) {
  nav.navbar, nav.navbar.top {
    height: 80px;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000; }
    nav.navbar .main, nav.navbar.top .main {
      width: 25%; }
    nav.navbar .navbar-right, nav.navbar.top .navbar-right {
      display: none; }
    nav.navbar .navbar-responsive, nav.navbar.top .navbar-responsive {
      display: inline-block; }
    nav.navbar .brand-logo, nav.navbar.top .brand-logo {
      max-width: 90px; }
    nav.navbar .navbar-social, nav.navbar.top .navbar-social {
      display: none; } }
footer {
  position: relative;
  font-size: 8pt; }

footer.navbar {
  background: white; }

footer.navbar > div {
  padding-top: 25px;
  padding-bottom: 30px; }

footer.navbar .navlink {
  color: #757575;
  font-size: 7pt; }

footer .navbar-right {
  width: 40%; }

footer.navbar .navlink:hover {
  color: black; }

@media only screen and (max-width: 768px) {
  footer.navbar {
    position: static;
    display: block; }

  footer .main {
    display: none; }

  footer .navbar-right {
    display: block;
    width: 100%;
    text-align: center; } }
.popup {
  position: fixed;
  bottom: 100%;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 1999999;
  -webkit-transition-duration: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition-duration: 0.6s; }
  .popup .inner .container {
    padding-top: 20px;
    padding-bottom: 20px; }
  .popup input {
    padding-left: 1px;
    padding-right: 1px;
    font-size: 12pt;
    background: white; }
  .popup .overlay {
    background: transparent;
    -webkit-transition-duration: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition-duration: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1999999; }
  .popup .content {
    position: relative;
    max-width: 400px;
    background: white;
    border-radius: 3px;
    z-index: 2000000; }
  .popup .close {
    position: absolute;
    top: 2px;
    right: 5px; }
    .popup .close a {
      color: black;
      font-size: 15pt; }

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

body {
  color: #303030;
  position: relative;
  font-size: 12pt; }

.test {
  border: 1px solid red; }

.link-dark a {
  color: #F2CE74; }

.bg-white {
  background: white; }

.overlay {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition-duration: 0.3s; }

.overlay.fixed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200; }

.overlay.dark {
  background: rgba(0, 0, 0, 0.7); }

.color-alt {
  color: #F2CE74; }

.img-responsive {
  width: 100%;
  height: auto; }

.slick-slide {
  outline: none; }

.section {
  padding: 50px 0;
  position: relative; }

.section.alt {
  color: white; }

.music-landing {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #22313F;
  color: #ecf0f1;
  z-index: 1000000; }

.btn.login {
  letter-spacing: 0;
  background: transparent;
  border: 2px solid #F3A000;
  padding: 5px 30px;
  font-size: 8pt; }

.btn:hover.login {
  background: #F3A000;
  color: white; }

.checkout {
  position: fixed;
  top: 0;
  right: 0;
  width: 200px;
  z-index: 1000;
  background: #DADFE1;
  color: #596369;
  -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5); }
  .checkout .options.top {
    display: none; }
  .checkout .dark {
    color: #383F42; }
  .checkout .details {
    -webkit-transition-duration: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition-duration: 0.3s; }
    .checkout .details > div {
      padding: 5px 0 10px;
      border-color: #738587; }
    .checkout .details > div.border-bottom {
      border-bottom-style: dotted; }
    .checkout .details > div.border-topt {
      border-top-style: dotted; }
  .checkout .details.hide {
    display: none; }

.subscribe .inner {
  background-size: cover;
  background-position: center center;
  z-index: 300;
  border-radius: 5px;
  border: 2px solid #F2A826; }

.popup {
  position: fixed;
  top: 0; }
  .popup .mobile {
    display: none; }
  .popup .section {
    position: relative;
    z-index: 300; }
    .popup .section .close-popup {
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 500;
      font-size: 40pt; }
      .popup .section .close-popup a {
        color: white; }
    .popup .section .popup-slider {
      z-index: 400;
      position: relative;
      width: 1000px;
      background: white;
      background-position: center top;
      background-size: cover;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 20px black;
      -moz-box-shadow: 0 0 20px black;
      box-shadow: 0 0 20px black; }
    .popup .section .slide {
      position: relative; }
      .popup .section .slide .sponsor {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
        .popup .section .slide .sponsor > div {
          position: absolute;
          bottom: 10px;
          width: 120px; }
        .popup .section .slide .sponsor > div:first-child {
          left: 10px; }
        .popup .section .slide .sponsor > div:last-child {
          right: 10px; }
      .popup .section .slide .photo-zoom {
        position: relative;
        border: 1px solid transparent; }
        .popup .section .slide .photo-zoom .zoom-instruction {
          position: absolute;
          top: 0;
          right: 0;
          padding: 5px;
          border: 1px solid black;
          z-index: 400;
          color: black; }
      .popup .section .slide .photo-zoom:hover,
      .popup .section .slide .photo-zoom:active,
      .popup .section .slide .photo-zoom:focus {
        border-color: black; }

.landing-container-bg .slide-ctrl,
.popup .slide-ctrl {
  position: absolute;
  top: 45%;
  z-index: 500; }
  .landing-container-bg .slide-ctrl a,
  .popup .slide-ctrl a {
    font-size: 60pt;
    color: white;
    text-shadow: 0 0 5px black; }
.landing-container-bg .slide-ctrl.left,
.popup .slide-ctrl.left {
  left: 20px; }
.landing-container-bg .slide-ctrl.right,
.popup .slide-ctrl.right {
  right: 20px; }

.popup .slide-ctrl {
  position: fixed; }

.skew-bottom {
  -webkit-shape-outside: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  shape-outside: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); }

.skew-top {
  -webkit-shape-outside: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
  shape-outside: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%); }

.skew {
  -webkit-shape-outside: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  shape-outside: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%); }

.skew-inner-container {
  padding-top: 200px;
  padding-top: 200px; }

.skew-border {
  position: absolute;
  width: 100%;
  height: 145px;
  -webkit-shape-outside: polygon(0 0, 100% 95%, 100% 100%, 0 5%);
  shape-outside: polygon(0 0, 100% 95%, 100% 100%, 0 5%);
  -webkit-clip-path: polygon(0 0, 100% 95%, 100% 100%, 0 5%);
  clip-path: polygon(0 0, 100% 95%, 100% 100%, 0 5%);
  z-index: 200;
  background: #F2CE74; }

.skew-border.top {
  top: -1px; }

.skew-border.bottom {
  bottom: -1px; }

.presents {
  font-weight: 600; }

.landing-container {
  height: 100%;
  background-image: url("../img/welcome/welcome-bg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative; }

.video-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: black; }
  .video-container .play {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%; }
  .video-container #smoke {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; }
  .video-container .loading {
    color: white;
    position: absolute;
    top: 40%;
    left: 50%; }

.control {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition-duration: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition-duration: 0.3s; }

.btn-tab {
  display: inline-block;
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-bottom: none;
  border-left: none;
  padding: 10px 10px;
  padding-bottom: 0;
  border-radius: 3px;
  color: white;
  outline: none; }

.btn-tab:hover,
.btn-tab.active {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.9);
  color: black;
  text-decoration: none; }

video#bgvid {
  width: 100% !important;
  height: auto !important; }

.landing-bg {
  background: black;
  background-position: right center;
  background-size: cover; }

.landing-bg.first {
  background-image: url("../img/sections/landing/1.jpg"); }

.landing-bg.second {
  background-image: url("../img/sections/landing/4.jpg"); }

.landing-bg.third {
  background-image: url("../img/sections/landing/1.jpg"); }

.landing-bg.fourth {
  background-image: url("../img/sections/landing/4.jpg"); }

.landing-bg.fifth {
  background-image: url("../img/sections/landing/5.jpg"); }

.landing-container-bg {
  background: black;
  min-height: 1000px;
  position: relative; }
  .landing-container-bg .landing-content {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding-top: 250px;
    padding-right: 100px; }

.slider.landing {
  height: 1000px; }

.landing {
  width: 100%;
  height: 1000px; }

#kiddies-popup {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 250px;
  text-shadow: 0 0 3px black;
  font-size: 30pt;
  font-weight: bolder;
  text-align: center;
  padding: 10px;
  color: #F3A000;
  text-decoration: none; }
  #kiddies-popup a {
    color: #F3A000;
    text-decoration: none; }
  #kiddies-popup img {
    width: 100%; }

#kiddies-popup-close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  text-shadow: 0 0 5px black; }

.costumes {
  height: 700px;
  position: absolute;
  top: 850px;
  width: 100%; }
  .costumes .instruction {
    position: absolute;
    top: 65%;
    left: 40%;
    width: 15%;
    z-index: 500;
    border: 3px solid white;
    padding: 10px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 20px white;
    -moz-box-shadow: 0 0 20px white;
    box-shadow: 0 0 20px white;
    -webkit-transition-duration: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition-duration: 0.3s; }

.costumes:hover .instruction {
  color: transparent;
  top: 100%; }

.costumes.second_layer {
  top: 1405px; }

.costume {
  background: black;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  -webkit-transition-duration: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition-duration: 0.3s; }
  .costume .color-alt {
    -webkit-transition-duration: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition-duration: 0.3s; }

.costume:hover {
  cursor: pointer;
  background-position: center top;
  background-size: auto 120%;
  z-index: 400; }
  .costume:hover .overlay {
    background: transparent; }
  .costume:hover .color-alt {
    color: white;
    font-size: 24pt; }
  .costume:hover .overlay {
    -webkit-box-shadow: 0 0 30px black;
    -moz-box-shadow: 0 0 30px black;
    box-shadow: 0 0 30px black; }

.about-us {
  margin-top: 1005px; }

.link-button {
  border-radius: 7px;
  border: 3px solid white;
  padding: 10px 25px;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-transition-duration: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer; }

.link-button.active,
.link-button:hover {
  border-color: black; }

.play-nova-bg {
  background: black;
  background-image: url("../img/play-nova-bg.jpg");
  background-size: cover;
  background-position: center center; }

.visitors-bg {
  background: black;
  background-image: url("../img/visitors-bg.jpg");
  background-size: cover;
  background-position: center center; }

ul.faq > li {
  padding-bottom: 20px; }

.faq-container {
  max-height: 700px;
  overflow: auto; }

.footer {
  background: black;
  background-image: url("../img/sections/contact-us/1.jpg");
  background-size: cover;
  background-position: center top;
  position: relative; }

.footer .costume-bg {
  position: absolute;
  top: 100px;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: center bottom; }

.form.contact-us .label {
  padding: 12px 0;
  text-align: center;
  background: #F3A000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #F3A000; }
.form.contact-us .form-input {
  margin-bottom: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.3); }

.order-details {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: white; }
  .order-details b {
    font-size: 10pt; }

.view-order b {
  font-size: 10pt; }

.cursor tr:hover {
  cursor: pointer; }

@media only screen and (max-width: 768px) {
  .landing-content {
    width: 100% !important; } }
@media only screen and (max-width: 768px) and (orientation: portrait), (max-height: 568px) {
  .landing-container-bg .landing-content {
    padding-right: 0;
    padding-top: 150px; }

  .costumes .instruction {
    left: 35%;
    width: 30%; }

  .costume .overlay {
    background: rgba(0, 0, 0, 0.2); }
  .costume .color-alt {
    display: none; }

  .popup .mobile {
    display: block; }
  .popup .desktop {
    display: none; }
  .popup .section {
    height: 400px;
    overflow-y: auto; }
    .popup .section .popup-slider {
      width: 768px;
      padding-right: 60px; }
    .popup .section .slide {
      position: relative; }
    .popup .section .details {
      max-height: none; }

  .faq-container {
    max-height: none; }

  .checkout {
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.5); }
    .checkout .options.bottom {
      display: none; }
    .checkout .options.top {
      display: block; }

  .order-container {
    padding-bottom: 120px; } }
.form.order-form .form-input {
  background: #E6E6E6; }

@media only screen and (max-width: 600px) {
  .landing-bg {
    background-position: center top; }

  .landing-bg.first {
    background-image: url("../img/sections/landing/mobile/1.jpg"); }

  .landing-bg.second {
    background-image: url("../img/sections/landing/mobile/2.jpg"); }

  .landing-bg.third {
    background-image: url("../img/sections/landing/mobile/3.jpg"); }

  .landing-bg.fourth {
    background-image: url("../img/sections/landing/mobile/4.jpg"); }

  .nova-logo {
    width: 60%; }

  .popup .section .popup-slider {
    width: 414px; } }
@media only screen and (max-width: 320px) {
  .popup .section .popup-slider {
    width: 335px; } }

/*# sourceMappingURL=main.css.map */
