/* TUCK MAIN CSS */


/* FONTS
=============================================
  font-family:'StempelSchneidlerW01-Me';
  font-family:'StempelSchneidlerW01-Md';
  font-family:'StempelSchneidlerW01-Bl_729415';
  font-family:'DIN_1451 W01 Engschrift';
=========================================== */

@font-face {
  font-family: "DIN_1451 W01 Engschrift";
  src: url("fonts/DIN-1451-W01-Engschrift.eot");
  src: url("fonts/DIN-1451-W01-Engschrift.eot") format("eot"), url("fonts/DIN-1451-W01-Engschrift.woff") format("woff2"), url("fonts/DIN-1451-W01-Engschrift.woff") format("woff"), url("fonts/DIN-1451-W01-Engschrift.ttf") format("truetype"), url("img/DIN-1451-W01-Engschrift.svg") format("svg");
}
@font-face {
  font-family: "StempelSchneidlerW01-Me";
  src: url("fonts/StempelSchneidlerW01-Me.eot");
  src: url("fonts/StempelSchneidlerW01-Me.eot") format("eot"), url("fonts/StempelSchneidlerW01-Me.woff") format("woff2"), url("fonts/StempelSchneidlerW01-Me.woff") format("woff"), url("fonts/StempelSchneidlerW01-Me.ttf") format("truetype"), url("img/StempelSchneidlerW01-Me.svg") format("svg");
}
@font-face {
  font-family: "StempelSchneidlerW01-Md";
  src: url("fonts/StempelSchneidlerW01-Md.eot");
  src: url("fonts/StempelSchneidlerW01-Md.eot") format("eot"), url("fonts/StempelSchneidlerW01-Md.woff") format("woff2"), url("fonts/StempelSchneidlerW01-Md.woff") format("woff"), url("fonts/StempelSchneidlerW01-Md.ttf") format("truetype"), url("img/StempelSchneidlerW01-Md.svg") format("svg");
}
@font-face {
  font-family: "StempelSchneidlerW01-Bl_729415";
  src: url("fonts/StempelSchneidlerW01-Bl_729415.eot");
  src: url("fonts/StempelSchneidlerW01-Bl_729415.eot") format("eot"), url("fonts/StempelSchneidlerW01-Bl_729415.woff") format("woff2"), url("fonts/StempelSchneidlerW01-Bl_729415.woff") format("woff"), url("fonts/StempelSchneidlerW01-Bl_729415.ttf") format("truetype"), url("img/StempelSchneidlerW01-Bl_729415.svg") format("svg");
}

/* TAGS & OVERRIDES
=====================*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
body {
  padding-top: 50px;
  font-family: 'StempelSchneidlerW01-Me', Georgia, serif;
  font-size: 14px;
  background-color: #53221d;
  color: #000;
}
html.overlay-open, body.overlay-open {
  overflow: hidden;
}
img {
  outline: none;
  border: 0;
}
.img-responsive {
  display: inline;
}
.center {
  text-align: center;
}
.camelcase {
  text-transform: capitalize;
}
a {
  color: #e3d269;
}
a:hover {
  text-decoration: none;
  color: #e3d269;
}
.cursor_clickable {
  cursor: pointer
}
.color-white {
  color: #fff !important;
}
.border-white {
  border: solid 2px rgb(255, 255, 255);
}
.fontwgt-400 {
  font-weight: 400 !important;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {}
.modal-dialog {
  margin: 30px auto;
  width: 600px;
}
.modal-dialog {
  margin: 10px;
  position: relative;
  width: auto;
}
.modal-body {
  margin-top: 100px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.modal-content {
  box-shadow: none;
}
.modal-content {
  background-clip: padding-box;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: 0 none;
  position: relative;
}
.modal-header {
  border-bottom: none;
}
button.close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  padding: 0;
}
.close {
  color: #fff;
  float: right;
  font-size: 200%;
  opacity: 0.8;
  text-shadow: none;
}
.close:hover {
  color: #fff;
  opacity: 1.0;
}
div#preloaded-images {
  position: absolute;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
  height: 1px;
  width: 1px;
}
.bg-color-black {
  background-color: rgb(0, 0, 0);
}

/* GLOBAL
=====================*/


/* NAV
--------------------------------------------------- */

.navbar {
  font-family: 'DIN_1451 W01 Engschrift';
  font-size: 200%;
  letter-spacing: 0.05em;
  border-color: 0;
  border: none;
  padding-top: 0;
}
.navbar-default {
  background-image: none;
  background-repeat: no-repeat;
  border-radius: 0;
  box-shadow: none;
  background-color: #53221d;
  border-color: none;
}
.navbar-default {
  background-color: #53221d;
  border-color: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #53221d;
  color: #f8c400;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
  color: #f8c400;
}
.navbar-brand, .navbar-nav > li > a {
  text-shadow: none;
}
.navbar-nav > li > a {
  padding-bottom: 15px;
  padding-top: 15px;
  padding: 15px 10px 15px 10px;
}
.navbar-nav > li > a {
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.nav > li > a {
  display: block;
  padding: 15px 10px 15px 10px;
  position: relative;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #53221d;
  border: 0;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-brand, .navbar-nav > li > a {
  text-shadow: none;
}
.navbar-brand, .navbar-nav > li > a {
  text-shadow: none;
}
.navbar-brand {
  font-size: 18px;
  line-height: 0;
  height: 50px;
  padding: 0;
}
.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  float: right;
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 5px;
  padding: 0 0 10px 0;
  position: relative;
  color: #fff;
}
.navbar-default .navbar-toggle {
  border-color: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #53221d;
  color: #f8c400;
}

/* FOOTER
--------------------------------------------------- */

footer {
  margin-top: 30px;
  padding-bottom: 20px;
  color: #f8c400;
  background-color: #53221d;
  text-align: center;
}
footer #copyright {
  margin-top: 15px;
  font-size: 100%;
}
footer a {
  color: #e3d269;
}
footer a:hover {
  color: #e3d269;
  text-decoration: underline;
}
footer form {
  margin: 0;
}
footer #mailing form h3 {
  font-family: 'StempelSchneidlerW01-Bl_729415';
  color: #fbc41c;
  padding: 0 15px;
  margin-top: 0;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: inline-block;
}
footer #mailing .email {
  padding: 6px 5px 5px 5px;
  border: none;
  margin: 2px 5px 7px 0;
  outline: none;
  background: #fff;
  width: 25%;
  text-align: left;
  border-radius: 3px;
  font-size: 86%;
  font-weight: 700;
  line-height: 16px;
  color: #51211e;
  vertical-align: middle;
  z-index: 100;
  position: relative;
  text-align: left;
}
footer #mailing .submit {
  padding: 6px 5px 5px 5px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #9c1a32;
  font-size: 114%;
  font-family: 'StempelSchneidlerW01-Bl_729415';
  background: #fec200;
  z-index: -1;
  border-radius: 3px;
  line-height: 16px;
}
#footer-emailform {
  display: block;
}
#privacy {
  color: #fff;
}
#privacy #logo {
  margin: 40px 0 50px 0;
}
#privacy h1 {
  font-family: 'DIN_1451 W01 Engschrift';
  font-size: 571%;
}
#privacy h2 {
  font-family: 'StempelSchneidlerW01-Bl_729415';
  font-size: 200%;
  text-align: left;
}
#privacy p {
  font-size: 129%;
  margin-bottom: 30px;
  text-align: left;
}
footer .corp-logos {
  text-align: center;
  padding-bottom: 25px;
}
footer #social-icons {
  text-align: center;
  line-height: 1.6;
}
footer i.fa {
  color: #fbc41c;
  margin-right: 10px;
  vertical-align: middle !important;
}

/* SEASON BACKGROUNDS
--------------------------------------------------- */

#content-wrapper-autumn {
  position: relative;
  background-color: #ea6119;
  background-image: url('img/autumn_bg.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 40px 0;
  display: none;
}
#content-wrapper-winter {
  position: relative;
  background-color: #ffffff;
  background-image: url('img/winter_bg.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 40px 0;
  display: none;
}
#content-wrapper-spring {
  position: relative;
  background-color: #d4e365;
  background-image: url('img/spring_bg.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 40px 0;
  display: none;
}
#content-wrapper-summer {
  position: relative;
  background-color: #004341;
  background-image: url('img/summer_bg.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 40px 0;
  display: none;
}

/*  SLIDER */

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .fa-caret-left, .carousel-control .fa-caret-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .fa-caret-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .fa-caret-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 255;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 250;
  padding-top: 20px;
  padding-bottom: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 1.0);
  font-size: 150% !important;
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-inner {
  border: none;
}

/* PAGES
=====================*/


/* HOME
--------------------------------------------------- */

#home-autumn {}
#home-winter {}
#home-spring {}
#home-summer {}
#video {}
#sweeps, #mbd-cta {
  background-image: url('img/autumn_sweeps_box.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
#mbd-cta {
  margin-bottom: 30px;
  padding: 20px 25px 15px 25px !important;
  min-height: 218px;
}
#mbd-cta img:first-of-type {
  margin-bottom: 10px;
}
#mdb-tmblr {
  margin-right: 10px;
}
#sweeps {
  padding: 25px 15px 10px 15px !important;
  min-height: 218px;
}
#sweeps img:first-of-type {
  display: block !important;
  text-align: center !important;
  margin: 0 auto 10px auto !important;
}
.homebox-height {
  min-height: 218px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fader {
  animation: fadeIn 4.5s infinite alternate;
}
.fader-out {
  animation: fadeOut 4.5s infinite alternate;
}
#snipe {
  margin-top: 30px;
  min-height: 100px !important;
}
#snipe h1 {
  font-family: 'StempelSchneidlerW01-Bl_729415';
  font-size: 250%;
}
#snipe q {
  font-family: 'StempelSchneidlerW01-Bl_729415';
  font-size: 228%;
  text-transform: uppercase;
}
#snipe cite {
  display: block;
  font-size: 150%;
}
#home-autumn #snipe h1, #home-autumn #snipe q, #home-autumn #snipe cite {
  color: #9c1a32;
}
#home-winter #snipe h1, #home-winter #snipe q, #home-winter #snipe cite {
  color: #932f78;
}
#home-spring #snipe h1, #home-spring #snipe q, #home-spring #snipe cite {
  color: #0f4305;
}
#home-summer #snipe h1, #home-summer #snipe q, #home-summer #snipe cite {
  color: #e3d269;
}
#home-autumn #logo, #home-winter #logo, #home-spring #logo, #home-summer #logo {
  margin: 25px 0 75px 0;
}
#home-autumn #billing, #home-winter #billing, #home-spring #billing, #home-summer #billing {
  margin-top: 80px;
  margin-bottom: 10px;
}
#mailing {
  padding: 0 0 0 0;
  margin-top: 25px;
}
#mailing img {
  margin-bottom: 10px !important;
}
#mailing form {
  margin: 0;
}
#mailing form p {
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 0 85px;
  font-size: 147%;
  letter-spacing: 0.02em;
  color: #ffffff;
}
#mailing form h3 {
  font-family: 'StempelSchneidlerW01-Bl_729415';
  font-size: 200%;
  color: #e3d269;
  padding: 0 85px;
  margin-top: 25px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#mailing .email {
  padding: 6px 5px 5px 5px;
  border: none;
  margin: 2px 5px 7px 0;
  outline: none;
  background: #fff;
  width: 275px;
  text-align: left;
  border-radius: 3px;
  font-size: 86%;
  font-weight: 700;
  line-height: 16px;
  color: #51211e;
  vertical-align: middle;
  z-index: 100;
  position: relative;
  text-align: left;
}
#home-autumn #mailing .submit, #home-winter #mailing .submit, #home-spring #mailing .submit, #home-summer #mailing .submit {
  padding: 6px 5px 5px 5px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 114%;
  font-family: 'StempelSchneidlerW01-Bl_729415';
  z-index: -1;
  border-radius: 3px;
  line-height: 16px;
}
#home-autumn #mailing .submit {
  color: #9c1a32;
  background: #fec200;
}
#home-winter #mailing .submit {
  color: #932f78;
  background: #eaf5f9;
}
#home-spring #mailing .submit {
  color: #0f4305;
  background: #d4e45d;
}
#home-summer #mailing .submit {
  color: #004342;
  background: #eacd67;
}

/* ABOUT
---------------------------------------------------*/

#about-autumn {}
#about-winter {}
#about-spring {}
#about-summer {}
#about-autumn #logo, #about-winter #logo, #about-spring #logo, #about-summer #logo {
  margin: 40px 0 50px 0;
}
#copy p strong, #copy p strong, #copy p strong, #copy p strong {
  font-family: 'StempelSchneidlerW01-Bl_729415', serif !important;
}
#about-winter #title h1, #about-autumn #title h1, #about-spring #title h1, #about-summer #title h1 {
  font-family: 'DIN_1451 W01 Engschrift';
  font-size: 571%;
}
#about-autumn #title h1 {
  color: #9c1a32;
}
#about-winter #title h1 {
  color: #932f78;
}
#about-spring #title h1 {
  color: #0f4305;
}
#about-summer #title h1 {
  color: #e3d269;
}
#about-winter h2, #about-autumn h2, #about-spring h2, #about-summer h2 {
  font-family: 'StempelSchneidlerW01-Bl_729415';
  font-size: 300%;
}
#about-autumn #copy h2, #about-winter #copy h2, #about-spring #copy h2, #about-winter h3, #about-autumn h3, #about-spring h3 {
  color: #51211e;
}
#about-summer #copy h2, #about-summer h3 {
  color: #fff;
}
#about-winter h3, #about-autumn h3, #about-spring h3, #about-summer h3 {
  font-family: 'StempelSchneidlerW01-Bl_729415';
  font-weight: 700;
  font-size: 200%;
  margin-bottom: 20px;
}
#about-winter #copy p, #about-autumn #copy p, #about-spring #copy p, #about-summer #copy p {
  text-align: left;
  font-size: 159%;
  margin-bottom: 30px;
}
#about-autumn #copy p, #about-winter #copy p, #about-spring #copy p {
  color: #51211e;
}
#about-summer #copy p {
  color: #fff;
}

/* CONNECT
---------------------------------------------------*/

#connect-autumn {}
#connect-winter {}
#connect-spring {}
#connect-summer {}
#connect-autumn #logo, #connect-winter #logo, #connect-spring #logo, #connect-summer #logo {
  margin: 40px 0 50px 0;
}
#connect-winter #title h1, #connect-spring #title h1, #connect-summer #title h1, #connect-autumn #title h1 {
  font-family: 'DIN_1451 W01 Engschrift';
  font-size: 571%;
}
#connect-autumn #title h1 {
  color: #9c1a32;
}
#connect-winter #title h1 {
  color: #932f78;
}
#connect-spring #title h1 {
  color: #0f4305;
}
#connect-summer #title h1 {
  color: #e3d269;
}

/* TICKETS
---------------------------------------------------*/

#tickets-autumn {}
#tickets-winter {}
#tickets-spring {}
#tickets-summer {}
#tickets-autumn #logo, #tickets-winter #logo, #tickets-spring #logo, #tickets-summer #logo {
  margin: 40px 0 50px 0;
}
#tickets-winter #title h1, #tickets-autumn #title h1, #tickets-spring #title h1, #tickets-summer #title h1 {
  font-family: 'DIN_1451 W01 Engschrift';
  font-size: 571%;
}
#tickets-autumn #title h1 {
  color: #9c1a32;
}
#tickets-winter #title h1 {
  color: #932f78;
}
#tickets-spring #title h1 {
  color: #0f4305;
}
#tickets-summer #title h1 {
  color: #e3d269;
}
#tickets-spring h2, #tickets-summer h2, #tickets-autumn h2, #tickets-winter h2 {
  color: #fff;
  font-family: 'StempelSchneidlerW01-Bl_729415';
  font-size: 300%;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.75);
}
#tickets-spring h3, #tickets-summer h3, #tickets-autumn h3, #tickets-winter h3 {
  color: #51211e;
  font-family: 'StempelSchneidlerW01-Bl_729415';
  font-size: 200%;
}
#tickets-spring p, #tickets-autumn p, #tickets-winter p {
  color: #51211e;
  font-size: 159%;
  margin: 15px 0 20px 0;
}
#tickets-summer p {
  color: #fff;
  font-size: 159%;
  margin: 15px 0 20px 0;
}
.tktopt-box {
  border: 4px #f2f0f1 solid;
  min-height: 195px;
  margin: 20px 0;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
#tickets-spring .tktopt-box {
  background-color: #d2e964;
}
#tickets-summer .tktopt-box {
  background-color: #7fc17e;
}
#tickets-autumn .tktopt-box {
  background-color: #eac13e;
}
#tickets-winter .tktopt-box {
  background-color: #a0d8ec;
}
#tickets-summer .hours, #tickets-autumn .hours, #tickets-winter .hours, #tickets-spring .hours {
  font-size: 100%;
  margin-top: 10px;
}
#tickets-summer address, #tickets-spring address, #tickets-autumn address, #tickets-winter address {
  color: #51211e;
  font-size: 100%;
  margin: 0;
  line-height: 1.2;
}
#tickets-summer address .theatre-name, #tickets-spring address .theatre-name, #tickets-autumn address .theatre-name, #tickets-winter address .theatre-name {
  color: #51211e;
  font-size: 135%;
  font-weight: 700;
}
#tickets-summer .theater-info p, #tickets-spring .theater-info p, #tickets-autumn .theater-info p, #tickets-winter .theater-info p {
  margin: 0 0 35px 0;
}
#tktinfo {
  margin: 40px 0 0 0;
}
#info {
  text-align: left;
  margin-top: 10px;
}
#info h3 {
  margin-top: 15px;
  font-size: 150% !important;
  text-align: center;
}
#info h3:first-child {
  margin-top: 0;
}
#info p {
  font-size: 129%;
}
#tickets-summer #info h3, #tickets-summer #info p {
  color: #fff;
}
#tickets-summer a {
  color: #fec200;
}
#tickets-autumn a {
  color: #9c1a32;
}
#tickets-winter a {
  color: #932f78;
}
#tickets-spring a {
  color: #0f4305;
}
#tickets-spring a:hover, #tickets-winter a:hover, #tickets-autumn a:hover, #tickets-summer a:hover {
  text-decoration: underline;
}
#map-desktop, #map-mobile {
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
#info p {
  font-size: 105% !important;
  margin-bottom: 15px !important;
  letter-spacing: 0.02em;
}
#info .thtr-map {
  border: 4px solid #f2f0f1 !important;
}

/* NEWS
---------------------------------------------------*/

#news-autumn {}
#news-winter {}
#news-spring {}
#news-summer {}
#news-autumn #logo, #news-winter #logo, #news-spring #logo, #news-summer #logo {
  margin: 40px 0 50px 0;
}
#news-winter #title h1, #news-spring #title h1, #news-summer #title h1, #news-autumn #title h1 {
  font-family: 'DIN_1451 W01 Engschrift';
  font-size: 571%;
}
#news-autumn #title h1 {
  color: #9c1a32;
}
#news-winter #title h1 {
  color: #932f78;
}
#news-spring #title h1 {
  color: #0f4305;
}
#news-summer #title h1 {
  color: #e3d269;
}
h2.headline {
  text-align: left;
  font-family: 'StempelSchneidlerW01-Bl_729415';
  font-size: 171%;
}
#news-autumn p.date, #news-winter p.date, #news-spring p.date, #news-summer p.date {
  font-family: 'StempelSchneidlerW01-Bl_729415';
  text-align: left;
  font-size: 105%;
}
p.summary {
  text-align: left;
  font-size: 129%;
}
#news-summer p, #news-summer h2 {
  color: #fff;
}
#news-autumn p, #news-autumn h2, #news-winter p, #news-winter h2, #news-spring p, #news-spring h2 {
  color: #51211e;
}
.news-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.news-image-bg {
  background-image: url('img/gfx_newspic_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4% 4.5% 3% 5% !important;
}
.news-thumb {
  width: 100%;
  height: auto;
}
#news-summer .news-item {
  border-bottom: 1px solid #dccb67;
}
#news-autumn .news-item {
  border-bottom: 1px solid #cf7d36;
}
#news-winter .news-item {
  border-bottom: 1px solid #87bbd1;
}
#news-spring .news-item {
  border-bottom: 1px solid #7dbf1a;
}
#news-summer .news-item:last-child, #news-autumn .news-item:last-child, #news-winter .news-item:last-child, #news-spring .news-item:last-child {
  border-bottom: 0 !important;
}
#news-summer a {
  color: #fec200;
}
#news-autumn a {
  color: #9c1a32;
}
#news-winter a {
  color: #932f78;
}
#news-spring a {
  color: #0f4305;
}
#news-spring a:hover, #news-winter a:hover, #news-autumn a:hover, #news-summer a:hover {
  text-decoration: underline;
}

/* CAST & CREATIVE BIOS
---------------------------------------------------*/

#bios-autumn {}
#bios-winter {}
#bios-spring {}
#bios-summer {}
#bios-autumn #logo, #bios-winter #logo, #bios-spring #logo, #bios-summer #logo {
  margin: 40px 0 50px 0;
}
#bios-winter #title h1, #bios-spring #title h1, #bios-summer #title h1, #bios-autumn #title h1 {
  font-family: 'DIN_1451 W01 Engschrift';
  font-size: 571%;
}
#bios-autumn #title h1, #bios-autumn #cast h2, #bios-spring #cast h2, #bios-winter #cast h2, #bios-autumn #creative h2, #bios-spring #creative h2, #bios-winter #creative h2 {
  color: #9c1a32;
}
#bios-winter #title h1 {
  color: #932f78;
}
#bios-spring #title h1 {
  color: #0f4305;
}
#bios-summer #title h1, #bios-summer #cast h2, #bios-summer #creatve h2 {
  color: #e3d269;
}
#bios-summer a {
  color: #fec200;
}
#bios-autumn a {
  color: #9c1a32;
}
#bios-winter a {
  color: #932f78;
}
#bios-spring a {
  color: #0f4305;
}
#bios-spring a:hover, #bios-winter a:hover, #bios-autumn a:hover, #bios-summer a:hover {
  text-decoration: underline;
}

/* MEDIA QUERIES
---------------------------------------------------*/

@media (max-width: 767px) {
  #mailing .email {
    width: 170px;
  }
  #mbd-cta {
    margin: 10px 5px 0 5px !important;
    padding: 10px 10px 5px 10px !important;
  }
  #mbd-cta img:first-of-type {
    margin-bottom: 10px;
  }
  #mailing img {
    margin-bottom: 10px !important;
  }
  #mailing {
    margin-top: 25px;
  }
  #mailing .email {
    width: 50% !important;
  }
  #social-icons {
    margin: 25px 0
  }
  h2.headline, p.summary, p.date {
    text-align: center !important;
  }
  footer #mailing form h3 {
    line-height: 1.4;
    font-size: 125% !important;
  }
  h2.headline, p.summary, p.date {
    text-align: center !important;
  }
  #info {
    margin-top: 25px !important;
  }
  #title h1 {
    font-size: 371% !important;
  }
  #snipe {
    margin-top: 50px;
    min-height: 125px;
  }
  #snipe h1 {
    font-size: 200%;
  }
  #snipe q {
    font-size: 130%;
  }
  #snipe cite {
    font-size: 100%;
  }
  #home-autumn #billing, #home-winter #billing, #home-spring #billing, #home-summer #billing {
    margin-top: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #gettks-mobile {
    display: none;
  }
  #gettks-desktop {
    display: block;
  }
  #snipe {
    min-height: 80px;
  }
  #snipe h1 {
    font-size: 200%;
  }
  #snipe q {
    font-size: 175%;
  }
  #snipe cite {
    font-size: 125%;
  }
  .navbar {
    font-family: 'DIN_1451 W01 Engschrift';
    font-size: 150%;
    letter-spacing: 0.01em;
  }
  a.navbar-brand img {
    width: 80%;
    height: auto;
  }
  .nav > li > a {
    display: block;
    padding: 15px 8px 15px 8px;
    position: relative;
  }
  h2.headline, p.summary, p.date {
    text-align: center !important;
  }
  #mailing {
    margin-top: 25px;
  }
  #mailing .email {
    width: 50% !important;
  }
  #gettks-mobile, #map-desktop {
    display: none;
  }
  #gettks-desktop {
    display: block;
  }
  #info {
    margin-top: 25px !important;
  }
  #mbd-cta {
    margin: 0 0 5px 0;
  }
  #social-icons {
    margin: 25px 0
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #gettks-mobile {
    display: none;
  }
  #gettks-desktop {
    display: block;
  }
  #snipe {
    min-height: 100px;
  }
  #mailing form h3 {
    margin-top: 15px;
  }
  #gettks-mobile {
    display: none;
  }
  #gettks-desktop {
    display: block;
  }
}
@media (min-width: 1200px) {
  #gettks-mobile {
    display: none;
  }
  #gettks-desktop {
    display: block;
  }
}
@media print {}

/* END MEDIA QUERIES*/


/* PARTICLES
---------------------------------------------------*/

.particle-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.leaf, .petal {
  position: absolute;
  top: 0;
  left: 0
}
.firefly {
  width: 10px;
  height: 10px;
  position: absolute;
  background: #dcedcd;
  box-shadow: 0px 0px 10px 5px #4da46f;
  border-radius: 50% 50%;
  opacity: 1;
}

/* END PARTICLES */