/* line 5, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
@font-face {
  font-family: 'Hefty Regular';
  src: url("../fonts/Hefty Regular-webfont.eot");
  src: url("../fonts/Hefty Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Hefty Regular-webfont.woff2") format("woff2"), url("../fonts/Hefty Regular-webfont.woff") format("woff"), url("../fonts/Hefty Regular-webfont.ttf") format("truetype"), url("../fonts/Hefty Regular-webfont.svg#heftyregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Variables */
/* line 1, ../src/sass/_loader.scss */
#loader {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
/* line 9, ../src/sass/_loader.scss */
#loader ul {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
/* line 17, ../src/sass/_loader.scss */
#loader ul li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #000;
  bottom: 0;
}

@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
/* line 40, ../src/sass/_loader.scss */
#loader li:nth-child(1) {
  left: 0;
  animation: sequence1 1s ease infinite 0;
}

/* line 44, ../src/sass/_loader.scss */
#loader li:nth-child(2) {
  left: 15px;
  animation: sequence2 1s ease infinite 0.1s;
}

/* line 48, ../src/sass/_loader.scss */
#loader li:nth-child(3) {
  left: 30px;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}

/* line 52, ../src/sass/_loader.scss */
#loader li:nth-child(4) {
  left: 45px;
  animation: sequence2 1s ease-in infinite 0.3s;
}

/* line 57, ../src/sass/_loader.scss */
#loader li:nth-child(5) {
  left: 60px;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}

/* line 61, ../src/sass/_loader.scss */
#loader li:nth-child(6) {
  left: 75px;
  animation: sequence2 1s ease infinite 0.5s;
}

/***
 * BxSlider v4.2.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 ***/
/** RESET AND LAYOUT
===================================*/
/* line 14, ../src/sass/_sources.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 22, ../src/sass/_sources.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/* line 26, ../src/sass/_sources.scss */
.bxslider {
  margin: 0;
  padding: 0;
}

/* line 30, ../src/sass/_sources.scss */
ul.bxslider {
  list-style: none;
}

/* line 33, ../src/sass/_sources.scss */
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
/* line 39, ../src/sass/_sources.scss */
.bx-wrapper {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

/* line 45, ../src/sass/_sources.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 52, ../src/sass/_sources.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 63, ../src/sass/_sources.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 71, ../src/sass/_sources.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

/* line 81, ../src/sass/_sources.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

/* line 86, ../src/sass/_sources.scss */
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 92, ../src/sass/_sources.scss */
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 97, ../src/sass/_sources.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}

/* line 101, ../src/sass/_sources.scss */
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

/* line 105, ../src/sass/_sources.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}

/* line 109, ../src/sass/_sources.scss */
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

/* line 113, ../src/sass/_sources.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 123, ../src/sass/_sources.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 127, ../src/sass/_sources.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 130, ../src/sass/_sources.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 139, ../src/sass/_sources.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

/* line 144, ../src/sass/_sources.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 153, ../src/sass/_sources.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 159, ../src/sass/_sources.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 163, ../src/sass/_sources.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 168, ../src/sass/_sources.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 176, ../src/sass/_sources.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 188, ../src/sass/_sources.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 189, ../src/sass/_sources.scss */
#cboxWrapper {
  max-width: none;
}

/* line 190, ../src/sass/_sources.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 191, ../src/sass/_sources.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 192, ../src/sass/_sources.scss */
#cboxContent {
  position: relative;
}

/* line 193, ../src/sass/_sources.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 194, ../src/sass/_sources.scss */
#cboxTitle {
  margin: 0;
}

/* line 195, ../src/sass/_sources.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 196, ../src/sass/_sources.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 197, ../src/sass/_sources.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 198, ../src/sass/_sources.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* line 199, ../src/sass/_sources.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 206, ../src/sass/_sources.scss */
#cboxOverlay {
  background: rgba(0, 0, 0, 0.7);
}

/* line 207, ../src/sass/_sources.scss */
#colorbox {
  outline: 0;
  overflow: visible;
}

/* line 208, ../src/sass/_sources.scss */
#cboxTopLeft {
  width: 0;
  height: 0;
  background: transparent;
}

/* line 209, ../src/sass/_sources.scss */
#cboxTopRight {
  width: 0;
  height: 0;
  background: transparent;
}

/* line 210, ../src/sass/_sources.scss */
#cboxBottomLeft {
  width: 0;
  height: 0;
  background: transparent;
}

/* line 211, ../src/sass/_sources.scss */
#cboxBottomRight {
  width: 0;
  height: 0;
  background: transparent;
}

/* line 212, ../src/sass/_sources.scss */
#cboxMiddleLeft {
  width: 0;
  background: transparent;
}

/* line 213, ../src/sass/_sources.scss */
#cboxMiddleRight {
  width: 0;
  background: transparent;
}

/* line 214, ../src/sass/_sources.scss */
#cboxTopCenter {
  height: 0;
  background: transparent;
}

/* line 215, ../src/sass/_sources.scss */
#cboxBottomCenter {
  height: 0;
  background: transparent;
}

/* line 216, ../src/sass/_sources.scss */
#cboxContent {
  background: transparent;
  overflow: visible;
}

/* line 217, ../src/sass/_sources.scss */
.cboxIframe {
  background: #fff;
}

/* line 218, ../src/sass/_sources.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 219, ../src/sass/_sources.scss */
#cboxLoadedContent {
  margin-bottom: 28px;
  overflow: visible;
}

/* line 220, ../src/sass/_sources.scss */
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

/* line 221, ../src/sass/_sources.scss */
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* line 222, ../src/sass/_sources.scss */
#cboxLoadingOverlay {
  background: black;
}

/* line 223, ../src/sass/_sources.scss */
#cboxLoadingGraphic {
  background: transparent no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 226, ../src/sass/_sources.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 229, ../src/sass/_sources.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 231, ../src/sass/_sources.scss */
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
/* line 237, ../src/sass/_sources.scss */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/* line 208, ../src/sass/main.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* line 214, ../src/sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 219, ../src/sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 224, ../src/sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 233, ../src/sass/main.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* line 242, ../src/sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 248, ../src/sass/main.scss */
textarea {
  resize: vertical;
}

/* line 252, ../src/sass/main.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 264, ../src/sass/main.scss */
html {
  box-sizing: border-box;
}

/* line 267, ../src/sass/main.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 270, ../src/sass/main.scss */
html, body {
  height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ededed;
}

/* line 277, ../src/sass/main.scss */
.container {
  overflow: hidden;
  clear: both;
  max-width: 1366px;
  margin: auto;
  position: relative;
  background: white;
}

/* line 286, ../src/sass/main.scss */
h1 {
  font-size: 4em;
  font-weight: bold;
}

/* line 291, ../src/sass/main.scss */
h2 {
  font-size: 2em;
  font-weight: bold;
  margin-top: 1em;
}

/* line 297, ../src/sass/main.scss */
ul {
  list-style: disc;
}

/* line 301, ../src/sass/main.scss */
a {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ed1c24;
}
/* line 305, ../src/sass/main.scss */
a:hover {
  color: #363535;
}

/* line 310, ../src/sass/main.scss */
#loader {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

/* line 316, ../src/sass/main.scss */
body.loading #loader {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 325, ../src/sass/main.scss */
body.loading #loader:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}
/* line 334, ../src/sass/main.scss */
body.loading #loader ul {
  width: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* line 345, ../src/sass/main.scss */
body.no-js #loader {
  display: none;
}

/* line 351, ../src/sass/main.scss */
.menu ul {
  list-style: none;
}

/* line 355, ../src/sass/main.scss */
header {
  height: 124px;
  position: relative;
  z-index: 999;
  background: white;
}
/* line 360, ../src/sass/main.scss */
header h1 {
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 2.78184%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('../images/sprite-images-s003915b3b4.png');
  background-position: 0 -59px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 66px;
  width: 179px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 360, ../src/sass/main.scss */
  header h1 {
    background-image: url('../images/sprite-images@2x-s4e7ce671d6.png');
    background-size: 178.5px 125px;
    background-position: 0 -59px;
    height: 66px;
    width: 178.5px;
  }
}
/* line 372, ../src/sass/main.scss */
header .menu {
  position: absolute;
  right: 70px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}
/* line 41, ../src/sass/main.scss */
header .menu a:hover {
  color: #ed1c24;
}
/* line 382, ../src/sass/main.scss */
header .menu li {
  display: inline-block;
}
/* line 384, ../src/sass/main.scss */
header .menu li a {
  color: #363535;
  display: inline-block;
  padding: 0 1em;
}
/* line 388, ../src/sass/main.scss */
header .menu li a:hover {
  color: #ed1c24;
}
/* line 394, ../src/sass/main.scss */
header i.trigger {
  display: block;
  position: absolute;
  right: 2.78184%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
  height: 15px;
  background: transparent;
  cursor: pointer;
}
/* line 404, ../src/sass/main.scss */
header i.trigger b {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 3px;
  background: #6d6d6d;
  margin-bottom: 3px;
}
/* line 410, ../src/sass/main.scss */
header i.trigger b:last-child {
  margin-bottom: 0;
}
/* line 415, ../src/sass/main.scss */
header i.trigger:hover b {
  background: #ed1c24;
}
/* line 420, ../src/sass/main.scss */
header i.search-trigger {
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  right: 2.78184%;
  cursor: pointer;
  background: transparent;
  text-align: center;
  font-size: 1.4em;
  padding-top: 0.1em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 434, ../src/sass/main.scss */
header i.search-trigger:hover {
  color: #ed1c24;
}

/* line 441, ../src/sass/main.scss */
#menu-social-links .fontawesome-text {
  display: none;
}
/* line 444, ../src/sass/main.scss */
#menu-social-links li {
  width: auto;
  display: inline-block;
}
/* line 447, ../src/sass/main.scss */
#menu-social-links li a {
  display: inline-block;
  width: auto;
  font-size: 1.8em;
  margin-right: 2em;
}

/* line 457, ../src/sass/main.scss */
nav {
  position: absolute;
  z-index: 9;
  width: 100%;
  color: white;
  overflow: hidden;
  clear: both;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 466, ../src/sass/main.scss */
nav .content-container {
  padding-top: 3%;
  padding-bottom: 3%;
  overflow: hidden;
  clear: both;
}
/* line 472, ../src/sass/main.scss */
nav:before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.63);
}
/* line 480, ../src/sass/main.scss */
nav:after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(237, 28, 36, 0.8);
}
/* line 488, ../src/sass/main.scss */
nav .menu {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
/* line 41, ../src/sass/main.scss */
nav .menu a:hover {
  color: #ed1c24;
}
/* line 74, ../src/sass/main.scss */
nav .menu li {
  display: inline-block;
  width: 30%;
}
/* line 77, ../src/sass/main.scss */
nav .menu li a {
  display: inline-block;
  color: white;
  padding: .75em 0;
}
/* line 492, ../src/sass/main.scss */
nav .menu li a:hover {
  color: #4c4c4c;
}
/* line 498, ../src/sass/main.scss */
nav.active {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 503, ../src/sass/main.scss */
.news-carousel {
  overflow: hidden;
  clear: both;
  position: relative;
}
/* line 507, ../src/sass/main.scss */
.news-carousel .photos {
  width: 57.68667642%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 42.31332357%;
  overflow: hidden;
}
/* line 515, ../src/sass/main.scss */
.news-carousel .photos .photo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
/* line 525, ../src/sass/main.scss */
.news-carousel .photos .photo.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 530, ../src/sass/main.scss */
.news-carousel .posts {
  width: 42.31332357%;
  float: right;
}
/* line 533, ../src/sass/main.scss */
.news-carousel .posts ul {
  list-style: none;
}
/* line 535, ../src/sass/main.scss */
.news-carousel .posts ul li {
  padding: 5%;
  background: #cfcfcf;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #b9b9b9;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 542, ../src/sass/main.scss */
.news-carousel .posts ul li h3 {
  font-family: 'Montserrat', sans-serif;
  color: #363535;
  font-size: 1.4375em;
}
/* line 51, ../src/sass/main.scss */
.news-carousel .posts ul li h3 a {
  color: #363535;
}
/* line 53, ../src/sass/main.scss */
.news-carousel .posts ul li h3 a:hover {
  color: #ed1c24;
}
/* line 545, ../src/sass/main.scss */
.news-carousel .posts ul li p {
  line-height: 1.5;
  color: #363535;
  font-size: 0.875em;
}
/* line 88, ../src/sass/main.scss */
.news-carousel .posts ul li p strong {
  font-weight: 800;
}
/* line 91, ../src/sass/main.scss */
.news-carousel .posts ul li p em {
  font-style: italic;
  font-weight: 500;
}
/* line 96, ../src/sass/main.scss */
.news-carousel .posts ul li p em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 100, ../src/sass/main.scss */
.news-carousel .posts ul li p strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 104, ../src/sass/main.scss */
.news-carousel .posts ul li p h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 109, ../src/sass/main.scss */
.news-carousel .posts ul li p h3, .news-carousel .posts ul li p h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 115, ../src/sass/main.scss */
.news-carousel .posts ul li p p {
  margin-bottom: 1em;
}
/* line 118, ../src/sass/main.scss */
.news-carousel .posts ul li p img {
  max-width: 100%;
  display: block;
}
/* line 122, ../src/sass/main.scss */
.news-carousel .posts ul li p img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 126, ../src/sass/main.scss */
.news-carousel .posts ul li p img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 130, ../src/sass/main.scss */
.news-carousel .posts ul li p img.alignnone {
  width: 100%;
  height: auto;
}
/* line 134, ../src/sass/main.scss */
.news-carousel .posts ul li p img.aligncenter {
  margin: auto;
}
/* line 139, ../src/sass/main.scss */
.news-carousel .posts ul li p .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 144, ../src/sass/main.scss */
.news-carousel .posts ul li p .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 148, ../src/sass/main.scss */
.news-carousel .posts ul li p .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 152, ../src/sass/main.scss */
.news-carousel .posts ul li p .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 156, ../src/sass/main.scss */
.news-carousel .posts ul li p .wp-caption.aligncenter {
  margin: auto;
}
/* line 159, ../src/sass/main.scss */
.news-carousel .posts ul li p .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 166, ../src/sass/main.scss */
.news-carousel .posts ul li p ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 172, ../src/sass/main.scss */
.news-carousel .posts ul li p ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 177, ../src/sass/main.scss */
.news-carousel .posts ul li p blockquote {
  padding: 8.54700855%;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 183, ../src/sass/main.scss */
.news-carousel .posts ul li p div {
  text-align: left !important;
}
/* line 185, ../src/sass/main.scss */
.news-carousel .posts ul li p div em {
  text-align: left;
  font-style: none;
}
@media only screen and (max-width: 640px) {
  /* line 192, ../src/sass/main.scss */
  .news-carousel .posts ul li p h2 {
    font-size: 3em;
  }
  /* line 195, ../src/sass/main.scss */
  .news-carousel .posts ul li p h3 {
    font-size: 2em;
  }
  /* line 198, ../src/sass/main.scss */
  .news-carousel .posts ul li p h4 {
    font-size: 1.5em;
  }
}
/* line 549, ../src/sass/main.scss */
.news-carousel .posts ul li:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -10px;
  top: 50%;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background: #e7e7e7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 561, ../src/sass/main.scss */
.news-carousel .posts ul li.active, .news-carousel .posts ul li:hover {
  background: #e7e7e7;
}
/* line 566, ../src/sass/main.scss */
.news-carousel .posts ul li.active:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 570, ../src/sass/main.scss */
.news-carousel .posts ul li:last-child {
  border-bottom: 0;
}

/* line 577, ../src/sass/main.scss */
.filter-bar {
  overflow: hidden;
  clear: both;
  background: #9d9d9d;
  font-size: 1.125em;
}
/* line 582, ../src/sass/main.scss */
.filter-bar label {
  display: inline-block;
  float: left;
  background: #ed1c24;
  color: white;
  padding: .75em 2em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: relative;
}
/* line 41, ../src/sass/main.scss */
.filter-bar label a:hover {
  color: #ed1c24;
}
/* line 590, ../src/sass/main.scss */
.filter-bar label a {
  color: white;
  border-bottom: 2px solid transparent;
}
/* line 593, ../src/sass/main.scss */
.filter-bar label a:hover {
  color: white;
  border-color: white;
}
/* line 599, ../src/sass/main.scss */
.filter-bar label.filter:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: 50%;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background: #ed1c24;
}
/* line 611, ../src/sass/main.scss */
.filter-bar .menu {
  list-style: none;
  display: inline-block;
  float: left;
  width: auto;
  margin-left: 1em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0;
}
/* line 41, ../src/sass/main.scss */
.filter-bar .menu a:hover {
  color: #ed1c24;
}
/* line 619, ../src/sass/main.scss */
.filter-bar .menu li {
  display: inline-block;
  float: left;
}
/* line 622, ../src/sass/main.scss */
.filter-bar .menu li a {
  display: inline-block;
  float: left;
  padding: .75em 1em;
  color: white;
}
/* line 627, ../src/sass/main.scss */
.filter-bar .menu li a:hover {
  background: #363535;
  color: white;
}
/* line 633, ../src/sass/main.scss */
.filter-bar .menu li.active a {
  background: #363535;
  color: white;
}
/* line 639, ../src/sass/main.scss */
.filter-bar .menu li.current-menu-item a {
  color: #363535;
}
/* line 641, ../src/sass/main.scss */
.filter-bar .menu li.current-menu-item a:hover {
  color: white;
}
/* line 650, ../src/sass/main.scss */
.filter-bar .promotion-link {
  float: right;
  display: inline-block;
  width: 34.10852713%;
  margin-right: 2.78184%;
}
/* line 655, ../src/sass/main.scss */
.filter-bar .promotion-link a {
  display: block;
  text-align: center;
  width: auto;
  font-size: 0.875em;
  padding: .5em 1em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: white;
  font-weight: 700;
  width: 100%;
}
/* line 41, ../src/sass/main.scss */
.filter-bar .promotion-link a a:hover {
  color: #ed1c24;
}
/* line 665, ../src/sass/main.scss */
.filter-bar .promotion-link a span {
  display: inline-block;
  border-bottom: 2px solid white;
  -moz-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  padding-top: .2em;
  position: relative;
  margin-left: 40px;
}
/* line 672, ../src/sass/main.scss */
.filter-bar .promotion-link a span i {
  display: inline-block;
  position: absolute;
  left: -40px;
  margin-right: .5em;
  background-image: url('../images/sprite-images-s003915b3b4.png');
  background-position: 0 -26px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 32px;
  width: 34px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 672, ../src/sass/main.scss */
  .filter-bar .promotion-link a span i {
    background-image: url('../images/sprite-images@2x-s4e7ce671d6.png');
    background-size: 178.5px 125px;
    background-position: 0 -26px;
    height: 32px;
    width: 34px;
  }
}
/* line 682, ../src/sass/main.scss */
.filter-bar .promotion-link a:hover span {
  border-color: transparent;
}

/* line 690, ../src/sass/main.scss */
.filters {
  overflow: hidden;
  clear: both;
  color: #636363;
  margin-bottom: 1em;
}
/* line 695, ../src/sass/main.scss */
.filters label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #9d9d9d;
  margin-right: 1em;
}
/* line 41, ../src/sass/main.scss */
.filters label a:hover {
  color: #ed1c24;
}
/* line 700, ../src/sass/main.scss */
.filters .filter {
  display: inline-block;
}
/* line 702, ../src/sass/main.scss */
.filters .filter label {
  color: #636363;
}
/* line 705, ../src/sass/main.scss */
.filters .filter label i {
  margin-left: .3em;
}
/* line 711, ../src/sass/main.scss */
.filters .filter ul {
  display: block;
  position: absolute;
  list-style: none;
  overflow: hidden;
  max-height: 0px;
  margin-top: .25em;
  font-size: .8em;
  width: 400px;
  background: #363535;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 722, ../src/sass/main.scss */
.filters .filter ul.open {
  max-height: 2000px;
}
/* line 727, ../src/sass/main.scss */
.filters .filter ul li a {
  display: block;
  width: 50%;
  float: left;
  color: white;
  padding: .5em 1em;
}
/* line 733, ../src/sass/main.scss */
.filters .filter ul li a:hover {
  text-decoration: underline;
}
/* line 738, ../src/sass/main.scss */
.filters .filter ul li:nth-child(odd) a {
  clear: left;
}
/* line 746, ../src/sass/main.scss */
.filters .filter.sort label {
  cursor: pointer;
  color: #9d9d9d;
}
/* line 752, ../src/sass/main.scss */
.filters .filter.sort.active label {
  color: #363535;
}

/* line 766, ../src/sass/main.scss */
.home.page .filter-bar .menu li.current-menu-item a {
  background: transparent;
}

/* line 776, ../src/sass/main.scss */
.content-container {
  padding: 4% 2.78184%;
  overflow: hidden;
  clear: both;
}
/* line 780, ../src/sass/main.scss */
.content-container .well {
  width: 61.33333333%;
  float: left;
}
/* line 783, ../src/sass/main.scss */
.content-container .well .text {
  line-height: 1.5;
  color: #363535;
}
/* line 88, ../src/sass/main.scss */
.content-container .well .text strong {
  font-weight: 800;
}
/* line 91, ../src/sass/main.scss */
.content-container .well .text em {
  font-style: italic;
  font-weight: 500;
}
/* line 96, ../src/sass/main.scss */
.content-container .well .text em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 100, ../src/sass/main.scss */
.content-container .well .text strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 104, ../src/sass/main.scss */
.content-container .well .text h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 109, ../src/sass/main.scss */
.content-container .well .text h3, .content-container .well .text h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 115, ../src/sass/main.scss */
.content-container .well .text p {
  margin-bottom: 1em;
}
/* line 118, ../src/sass/main.scss */
.content-container .well .text img {
  max-width: 100%;
  display: block;
}
/* line 122, ../src/sass/main.scss */
.content-container .well .text img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 126, ../src/sass/main.scss */
.content-container .well .text img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 130, ../src/sass/main.scss */
.content-container .well .text img.alignnone {
  width: 100%;
  height: auto;
}
/* line 134, ../src/sass/main.scss */
.content-container .well .text img.aligncenter {
  margin: auto;
}
/* line 139, ../src/sass/main.scss */
.content-container .well .text .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 144, ../src/sass/main.scss */
.content-container .well .text .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 148, ../src/sass/main.scss */
.content-container .well .text .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 152, ../src/sass/main.scss */
.content-container .well .text .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 156, ../src/sass/main.scss */
.content-container .well .text .wp-caption.aligncenter {
  margin: auto;
}
/* line 159, ../src/sass/main.scss */
.content-container .well .text .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 166, ../src/sass/main.scss */
.content-container .well .text ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 172, ../src/sass/main.scss */
.content-container .well .text ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 177, ../src/sass/main.scss */
.content-container .well .text blockquote {
  padding: 8.54700855%;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 183, ../src/sass/main.scss */
.content-container .well .text div {
  text-align: left !important;
}
/* line 185, ../src/sass/main.scss */
.content-container .well .text div em {
  text-align: left;
  font-style: none;
}
@media only screen and (max-width: 640px) {
  /* line 192, ../src/sass/main.scss */
  .content-container .well .text h2 {
    font-size: 3em;
  }
  /* line 195, ../src/sass/main.scss */
  .content-container .well .text h3 {
    font-size: 2em;
  }
  /* line 198, ../src/sass/main.scss */
  .content-container .well .text h4 {
    font-size: 1.5em;
  }
}
/* line 787, ../src/sass/main.scss */
.content-container .rail {
  width: 34.10852713%;
  float: right;
}
/* line 790, ../src/sass/main.scss */
.content-container .rail img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* line 798, ../src/sass/main.scss */
.meta {
  font-size: 0.8125em;
  color: #636363;
  margin-bottom: 1em;
  clear: both;
  overflow: hidden;
}
/* line 804, ../src/sass/main.scss */
.meta a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  float: left;
  display: inline-block;
  padding-right: .5em;
  border-right: 1px solid #636363;
  margin-right: .5em;
}
/* line 41, ../src/sass/main.scss */
.meta a a:hover {
  color: #ed1c24;
}
/* line 811, ../src/sass/main.scss */
.meta a.theater {
  letter-spacing: normal;
  text-transform: none;
  font-weight: 700;
  color: #636363;
}
/* line 816, ../src/sass/main.scss */
.meta a.theater:hover {
  color: #ed1c24;
}
/* line 820, ../src/sass/main.scss */
.meta a.website {
  letter-spacing: normal;
  text-transform: none;
}
/* line 825, ../src/sass/main.scss */
.meta .date {
  display: inline-block;
  float: left;
}
/* line 829, ../src/sass/main.scss */
.meta .author {
  display: inline-block;
  float: left;
  margin-left: .5em;
  border-left: 1px solid #636363;
  padding-left: .5em;
}

/* line 839, ../src/sass/main.scss */
a.tickets {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: inline-block;
  border: 2px solid #ed1c24;
  color: #ed1c24;
  padding: .75em 1.2em;
}
/* line 41, ../src/sass/main.scss */
a.tickets a:hover {
  color: #ed1c24;
}
/* line 845, ../src/sass/main.scss */
a.tickets:hover {
  color: #363535;
  border-color: #363535;
}

/* line 851, ../src/sass/main.scss */
.news-item {
  overflow: hidden;
  clear: both;
  padding: 4% 0;
  border-bottom: 1px solid #cfcfcf;
}
/* line 856, ../src/sass/main.scss */
.news-item h3 {
  font-family: 'Montserrat', sans-serif;
  color: #363535;
  font-size: 1.4375em;
  margin-bottom: .25em;
}
/* line 51, ../src/sass/main.scss */
.news-item h3 a {
  color: #363535;
}
/* line 53, ../src/sass/main.scss */
.news-item h3 a:hover {
  color: #ed1c24;
}
/* line 861, ../src/sass/main.scss */
.news-item .text {
  line-height: 1.5;
  color: #363535;
  clear: both;
  float: none;
  font-size: 0.875em;
}
/* line 88, ../src/sass/main.scss */
.news-item .text strong {
  font-weight: 800;
}
/* line 91, ../src/sass/main.scss */
.news-item .text em {
  font-style: italic;
  font-weight: 500;
}
/* line 96, ../src/sass/main.scss */
.news-item .text em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 100, ../src/sass/main.scss */
.news-item .text strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 104, ../src/sass/main.scss */
.news-item .text h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 109, ../src/sass/main.scss */
.news-item .text h3, .news-item .text h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 115, ../src/sass/main.scss */
.news-item .text p {
  margin-bottom: 1em;
}
/* line 118, ../src/sass/main.scss */
.news-item .text img {
  max-width: 100%;
  display: block;
}
/* line 122, ../src/sass/main.scss */
.news-item .text img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 126, ../src/sass/main.scss */
.news-item .text img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 130, ../src/sass/main.scss */
.news-item .text img.alignnone {
  width: 100%;
  height: auto;
}
/* line 134, ../src/sass/main.scss */
.news-item .text img.aligncenter {
  margin: auto;
}
/* line 139, ../src/sass/main.scss */
.news-item .text .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 144, ../src/sass/main.scss */
.news-item .text .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 148, ../src/sass/main.scss */
.news-item .text .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 152, ../src/sass/main.scss */
.news-item .text .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 156, ../src/sass/main.scss */
.news-item .text .wp-caption.aligncenter {
  margin: auto;
}
/* line 159, ../src/sass/main.scss */
.news-item .text .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 166, ../src/sass/main.scss */
.news-item .text ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 172, ../src/sass/main.scss */
.news-item .text ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 177, ../src/sass/main.scss */
.news-item .text blockquote {
  padding: 8.54700855%;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 183, ../src/sass/main.scss */
.news-item .text div {
  text-align: left !important;
}
/* line 185, ../src/sass/main.scss */
.news-item .text div em {
  text-align: left;
  font-style: none;
}
@media only screen and (max-width: 640px) {
  /* line 192, ../src/sass/main.scss */
  .news-item .text h2 {
    font-size: 3em;
  }
  /* line 195, ../src/sass/main.scss */
  .news-item .text h3 {
    font-size: 2em;
  }
  /* line 198, ../src/sass/main.scss */
  .news-item .text h4 {
    font-size: 1.5em;
  }
}
/* line 866, ../src/sass/main.scss */
.news-item .text iframe {
  width: 100%;
}
/* line 870, ../src/sass/main.scss */
.news-item .information {
  float: right;
  width: 61.33333333%;
}
/* line 874, ../src/sass/main.scss */
.news-item .photo {
  float: left;
  width: 34%;
  margin-right: 4.66666666%;
}
/* line 878, ../src/sass/main.scss */
.news-item .photo img {
  width: 100%;
  height: auto;
}
/* line 884, ../src/sass/main.scss */
.news-item.large .information,
.news-item.large .photo {
  width: 100%;
  clear: both;
  float: none;
}
/* line 890, ../src/sass/main.scss */
.news-item.large .photo {
  margin-bottom: 1em;
}
/* line 894, ../src/sass/main.scss */
.news-item.type-auditions, .news-item.type-jobs, .news-item.type-classes {
  padding: 2% 0;
}
/* line 898, ../src/sass/main.scss */
.news-item.type-auditions .photo,
.news-item.type-auditions .text, .news-item.type-jobs .photo,
.news-item.type-jobs .text, .news-item.type-classes .photo,
.news-item.type-classes .text {
  display: none;
}
/* line 902, ../src/sass/main.scss */
.news-item.type-auditions .information, .news-item.type-jobs .information, .news-item.type-classes .information {
  width: 100%;
  float: none;
}
/* line 905, ../src/sass/main.scss */
.news-item.type-auditions .information h3, .news-item.type-jobs .information h3, .news-item.type-classes .information h3 {
  font-size: 1.2em;
}

/* line 913, ../src/sass/main.scss */
.rail .news-item h3 {
  font-size: 1em;
}
/* line 916, ../src/sass/main.scss */
.rail .news-item .text {
  display: none;
}

/* line 922, ../src/sass/main.scss */
.pagination {
  text-align: center;
  margin: 3em 0;
}
/* line 925, ../src/sass/main.scss */
.pagination a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
/* line 41, ../src/sass/main.scss */
.pagination a a:hover {
  color: #ed1c24;
}

/* line 930, ../src/sass/main.scss */
.show-bar {
  max-width: 440px;
  margin: 2em auto;
}
/* line 933, ../src/sass/main.scss */
.show-bar .heading {
  background: #636363;
  color: white;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 1.5em 0;
}
/* line 41, ../src/sass/main.scss */
.show-bar .heading a:hover {
  color: #ed1c24;
}
/* line 939, ../src/sass/main.scss */
.show-bar .heading h3 {
  font-size: 1.375em;
}
/* line 943, ../src/sass/main.scss */
.show-bar .heading p {
  font-weight: 700;
  color: #cfcfcf;
  font-size: 0.875em;
}
/* line 949, ../src/sass/main.scss */
.show-bar .days {
  padding: 1em 0;
  background: #cfcfcf;
  color: #868686;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
/* line 41, ../src/sass/main.scss */
.show-bar .days a:hover {
  color: #ed1c24;
}
/* line 955, ../src/sass/main.scss */
.show-bar .days ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 959, ../src/sass/main.scss */
.show-bar .days ul li {
  display: inline-block;
  margin: 0 .2em;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-size: 0.9em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 966, ../src/sass/main.scss */
.show-bar .days ul li.active, .show-bar .days ul li:hover {
  border-color: #ed1c24;
  color: #ed1c24;
}
/* line 975, ../src/sass/main.scss */
.show-bar .shows {
  padding: 0 1.5em 1em;
  background: #e7e7e7;
  color: #363535;
}
/* line 979, ../src/sass/main.scss */
.show-bar .shows ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 983, ../src/sass/main.scss */
.show-bar .shows ul li {
  line-height: 1.65;
  padding: 1.5em 0 0.5em;
  border-bottom: 1px solid #cfcfcf;
}
/* line 987, ../src/sass/main.scss */
.show-bar .shows ul li h4 {
  font-size: 1.125em;
  font-weight: normal;
}
/* line 990, ../src/sass/main.scss */
.show-bar .shows ul li h4 a {
  color: #363535;
}
/* line 992, ../src/sass/main.scss */
.show-bar .shows ul li h4 a:hover {
  color: #ed1c24;
}
/* line 998, ../src/sass/main.scss */
.show-bar .shows ul li p {
  font-size: 0.75em;
}
/* line 1000, ../src/sass/main.scss */
.show-bar .shows ul li p.location {
  margin-bottom: .2em;
}
/* line 1002, ../src/sass/main.scss */
.show-bar .shows ul li p.location a {
  color: #363535;
  font-weight: 700;
}
/* line 1005, ../src/sass/main.scss */
.show-bar .shows ul li p.location a:hover {
  color: #ed1c24;
}
/* line 1010, ../src/sass/main.scss */
.show-bar .shows ul li p.dates {
  font-weight: 700;
}
/* line 1014, ../src/sass/main.scss */
.show-bar .shows ul li:last-child {
  border-bottom: 0;
}
/* line 1018, ../src/sass/main.scss */
.show-bar .shows ul li.no-results h4 {
  font-style: italic;
}

/* line 1029, ../src/sass/main.scss */
.show-times.show-bar .shows {
  overflow: hidden;
  clear: both;
}
/* line 1032, ../src/sass/main.scss */
.show-times.show-bar .shows ul {
  display: inline-block;
  width: auto;
  float: left;
  padding-right: 2em;
}
/* line 1037, ../src/sass/main.scss */
.show-times.show-bar .shows ul li {
  border-bottom: 0;
  line-height: 1.4;
}
/* line 1041, ../src/sass/main.scss */
.show-times.show-bar .shows ul li p {
  font-size: 1em;
}
/* line 1044, ../src/sass/main.scss */
.show-times.show-bar .shows ul li .time {
  font-weight: 700;
  font-size: 0.875em;
}
/* line 1048, ../src/sass/main.scss */
.show-times.show-bar .shows ul li .label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #9668e2;
  font-size: 0.6875em;
  font-weight: 700;
}
/* line 41, ../src/sass/main.scss */
.show-times.show-bar .shows ul li .label a:hover {
  color: #ed1c24;
}
/* line 1054, ../src/sass/main.scss */
.show-times.show-bar .shows ul li:nth-child(odd) {
  clear: left;
}

/* line 1063, ../src/sass/main.scss */
.theater-info .information {
  padding: 1.5em;
  background: #e7e7e7;
}
/* line 1066, ../src/sass/main.scss */
.theater-info .information h3 {
  font-weight: 700;
}
/* line 1069, ../src/sass/main.scss */
.theater-info .information .contacts,
.theater-info .information .address {
  margin-top: 1.5em;
}

/* line 1076, ../src/sass/main.scss */
.advert {
  overflow: hidden;
  clear: both;
  margin: 10% auto;
}
/* line 1080, ../src/sass/main.scss */
.advert div {
  margin: auto;
}

/* line 1086, ../src/sass/main.scss */
article .text {
  line-height: 1.5;
  color: #363535;
  margin-top: 2em;
}
/* line 88, ../src/sass/main.scss */
article .text strong {
  font-weight: 800;
}
/* line 91, ../src/sass/main.scss */
article .text em {
  font-style: italic;
  font-weight: 500;
}
/* line 96, ../src/sass/main.scss */
article .text em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 100, ../src/sass/main.scss */
article .text strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 104, ../src/sass/main.scss */
article .text h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 109, ../src/sass/main.scss */
article .text h3, article .text h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 115, ../src/sass/main.scss */
article .text p {
  margin-bottom: 1em;
}
/* line 118, ../src/sass/main.scss */
article .text img {
  max-width: 100%;
  display: block;
}
/* line 122, ../src/sass/main.scss */
article .text img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 126, ../src/sass/main.scss */
article .text img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 130, ../src/sass/main.scss */
article .text img.alignnone {
  width: 100%;
  height: auto;
}
/* line 134, ../src/sass/main.scss */
article .text img.aligncenter {
  margin: auto;
}
/* line 139, ../src/sass/main.scss */
article .text .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 144, ../src/sass/main.scss */
article .text .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 148, ../src/sass/main.scss */
article .text .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 152, ../src/sass/main.scss */
article .text .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 156, ../src/sass/main.scss */
article .text .wp-caption.aligncenter {
  margin: auto;
}
/* line 159, ../src/sass/main.scss */
article .text .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 166, ../src/sass/main.scss */
article .text ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 172, ../src/sass/main.scss */
article .text ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 177, ../src/sass/main.scss */
article .text blockquote {
  padding: 8.54700855%;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 183, ../src/sass/main.scss */
article .text div {
  text-align: left !important;
}
/* line 185, ../src/sass/main.scss */
article .text div em {
  text-align: left;
  font-style: none;
}
@media only screen and (max-width: 640px) {
  /* line 192, ../src/sass/main.scss */
  article .text h2 {
    font-size: 3em;
  }
  /* line 195, ../src/sass/main.scss */
  article .text h3 {
    font-size: 2em;
  }
  /* line 198, ../src/sass/main.scss */
  article .text h4 {
    font-size: 1.5em;
  }
}
/* line 1090, ../src/sass/main.scss */
article .related-links {
  overflow: hidden;
  clear: both;
}
/* line 1093, ../src/sass/main.scss */
article .related-links p {
  font-size: 0.9em;
  font-style: italic;
}

/* line 1102, ../src/sass/main.scss */
footer {
  overflow: hidden;
  clear: both;
  background: #636363;
  color: white;
}
/* line 1108, ../src/sass/main.scss */
footer .well .menu {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 10%;
}
/* line 41, ../src/sass/main.scss */
footer .well .menu a:hover {
  color: #ed1c24;
}
/* line 74, ../src/sass/main.scss */
footer .well .menu li {
  display: inline-block;
  width: 30%;
}
/* line 77, ../src/sass/main.scss */
footer .well .menu li a {
  display: inline-block;
  color: white;
  padding: .75em 0;
}
/* line 1113, ../src/sass/main.scss */
footer .well #menu-footer-menu {
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
/* line 41, ../src/sass/main.scss */
footer .well #menu-footer-menu a:hover {
  color: #ed1c24;
}
/* line 1116, ../src/sass/main.scss */
footer .well #menu-footer-menu li {
  font-size: 0.875em;
  width: auto;
}
/* line 1119, ../src/sass/main.scss */
footer .well #menu-footer-menu li a {
  color: #cfcfcf;
  padding-right: 4em;
}
/* line 1130, ../src/sass/main.scss */
footer .rail .signup h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
/* line 41, ../src/sass/main.scss */
footer .rail .signup h3 a:hover {
  color: #ed1c24;
}
/* line 1135, ../src/sass/main.scss */
footer .rail .credits {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75em;
  color: #cfcfcf;
  float: left;
  margin-top: .4em;
  margin-right: 1em;
}
/* line 41, ../src/sass/main.scss */
footer .rail .credits a:hover {
  color: #ed1c24;
}
/* line 1143, ../src/sass/main.scss */
footer .rail .site-by {
  float: left;
  background-image: url('../images/sprite-images-s003915b3b4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 26px;
  width: 146px;
  text-indent: -999em;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1143, ../src/sass/main.scss */
  footer .rail .site-by {
    background-image: url('../images/sprite-images@2x-s4e7ce671d6.png');
    background-size: 178.5px 125px;
    background-position: 0 0;
    height: 26px;
    width: 146px;
  }
}

/* line 1152, ../src/sass/main.scss */
.form-elements {
  position: relative;
  overflow: hidden;
  margin: .5em 0;
}
/* line 9, ../src/sass/main.scss */
.form-elements ::-webkit-input-placeholder {
  font-style: italic;
}
/* line 10, ../src/sass/main.scss */
.form-elements :-moz-placeholder {
  font-style: italic;
}
/* line 11, ../src/sass/main.scss */
.form-elements ::-moz-placeholder {
  font-style: italic;
}
/* line 12, ../src/sass/main.scss */
.form-elements :-ms-input-placeholder {
  font-style: italic;
}
/* line 1159, ../src/sass/main.scss */
.form-elements .text-field {
  width: 100%;
  border: 0;
  padding: .5em 1em;
  display: block;
  font-size: 1em;
}
/* line 1167, ../src/sass/main.scss */
.form-elements .submit-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  background: #4c4c4c;
  height: 100%;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 1176, ../src/sass/main.scss */
.form-elements .submit-button input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}
/* line 1190, ../src/sass/main.scss */
.form-elements .submit-button .search-icon {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: 0;
  width: 100%;
  text-align: center;
  color: white;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 1200, ../src/sass/main.scss */
.form-elements .submit-button:hover {
  background: #e7e7e7;
}
/* line 1202, ../src/sass/main.scss */
.form-elements .submit-button:hover .search-icon {
  color: #363535;
}
/* line 1208, ../src/sass/main.scss */
.form-elements #success_message p {
  color: green;
}
/* line 1213, ../src/sass/main.scss */
.form-elements.newsletter-form .submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  padding: 0 1em;
  background: #4c4c4c;
  height: 100%;
  color: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8125em;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
/* line 41, ../src/sass/main.scss */
.form-elements.newsletter-form .submit a:hover {
  color: #ed1c24;
}
/* line 1229, ../src/sass/main.scss */
.form-elements.newsletter-form .submit:hover {
  background: #e7e7e7;
  color: #363535;
}

/* line 1238, ../src/sass/main.scss */
.view-options {
  overflow: hidden;
  clear: both;
  margin-top: 3em;
}
/* line 1242, ../src/sass/main.scss */
.view-options .option {
  display: inline-block;
  width: 20px;
  float: left;
  margin-right: .5em;
  height: 20px;
  background: transparent;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 1251, ../src/sass/main.scss */
.view-options .option b {
  background: #cfcfcf;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 1255, ../src/sass/main.scss */
.view-options .option.block {
  overflow: hidden;
}
/* line 1257, ../src/sass/main.scss */
.view-options .option.block b {
  display: inline-block;
  width: 40%;
  margin-right: 10%;
  float: left;
  height: 5px;
  margin-bottom: 2px;
}
/* line 1264, ../src/sass/main.scss */
.view-options .option.block b:nth-child(even) {
  margin-right: 0;
}
/* line 1270, ../src/sass/main.scss */
.view-options .option.list b {
  display: block;
  height: 1px;
  margin-bottom: 3px;
}
/* line 1278, ../src/sass/main.scss */
.view-options .option.active b {
  background: #636363;
}
/* line 1284, ../src/sass/main.scss */
.view-options .option:hover b {
  background: #ed1c24;
}

/* line 1294, ../src/sass/main.scss */
body.search .form-elements .search-form-container {
  max-width: 500px;
  margin: 0;
}
/* line 1297, ../src/sass/main.scss */
body.search .form-elements .search-form-container .text-field {
  border: 1px solid #e7e7e7;
}
/* line 1302, ../src/sass/main.scss */
body.search h2 {
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 0;
  font-style: italic;
  color: #4c4c4c;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #cfcfcf;
}

/* line 1315, ../src/sass/main.scss */
body.single h1,
body.page h1 {
  font-size: 1.875em;
  font-weight: normal;
  color: #363535;
  margin-bottom: .25em;
}
/* line 1321, ../src/sass/main.scss */
body.single h2.expired,
body.page h2.expired {
  color: #636363;
  font-size: 1em;
}

/* line 1327, ../src/sass/main.scss */
.show-list {
  overflow: hidden;
  clear: both;
  margin-right: 5%;
  margin-top: 1em;
}
/* line 1332, ../src/sass/main.scss */
.show-list .show {
  float: left;
  width: 46.5%;
  margin-bottom: 2em;
}
/* line 1336, ../src/sass/main.scss */
.show-list .show:nth-child(odd) {
  margin-right: 7%;
}
/* line 1339, ../src/sass/main.scss */
.show-list .show img {
  width: 100%;
  height: auto;
}
/* line 1343, ../src/sass/main.scss */
.show-list .show .information {
  padding: 1em 0;
}
/* line 1345, ../src/sass/main.scss */
.show-list .show .information h3 {
  font-size: 1.125em;
  font-weight: normal;
  color: #636363;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 1350, ../src/sass/main.scss */
.show-list .show .information h3:hover {
  color: #ed1c24;
}
/* line 1354, ../src/sass/main.scss */
.show-list .show .information .meta {
  margin: .5em 0;
}
/* line 1357, ../src/sass/main.scss */
.show-list .show .information .links {
  font-size: 0.8125em;
}
/* line 1365, ../src/sass/main.scss */
.show-list.list-view .show {
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cfcfcf;
}
/* line 1372, ../src/sass/main.scss */
.show-list.list-view .show .photo {
  display: none;
}

/* line 1380, ../src/sass/main.scss */
.search-bar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 1392, ../src/sass/main.scss */
.search-bar b.ground {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
/* line 1403, ../src/sass/main.scss */
.search-bar .search-form-container {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 80%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 500px;
  -moz-box-shadow: rgba(76, 76, 76, 0.8) 0 0 55px;
  -webkit-box-shadow: rgba(76, 76, 76, 0.8) 0 0 55px;
  box-shadow: rgba(76, 76, 76, 0.8) 0 0 55px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 1412, ../src/sass/main.scss */
.search-bar .search-form-container .form-elements {
  margin: 0;
}
/* line 1414, ../src/sass/main.scss */
.search-bar .search-form-container .form-elements .search-field {
  font-size: 1.5em;
}
/* line 1417, ../src/sass/main.scss */
.search-bar .search-form-container .form-elements input:focus {
  outline: 0;
}
/* line 1420, ../src/sass/main.scss */
.search-bar .search-form-container .form-elements .submit-button {
  width: 60px;
}
/* line 1422, ../src/sass/main.scss */
.search-bar .search-form-container .form-elements .submit-button .search-icon {
  font-size: 1.6em;
}
/* line 1429, ../src/sass/main.scss */
.search-bar.active {
  z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 1437, ../src/sass/main.scss */
#map-canvas {
  height: 400px;
}

/* line 1442, ../src/sass/main.scss */
.theater-list {
  margin: 2em 0;
}
/* line 1444, ../src/sass/main.scss */
.theater-list ul {
  list-style: none;
  margin: 0;
  padding: 0 1em;
  width: 50%;
  float: left;
}
/* line 1452, ../src/sass/main.scss */
.theater-list ul li h4 a {
  font-weight: 700;
  color: #363535;
}
/* line 1455, ../src/sass/main.scss */
.theater-list ul li h4 a:hover {
  color: #ed1c24;
}
/* line 1461, ../src/sass/main.scss */
.theater-list ul li .meta a {
  text-transform: none;
  letter-spacing: normal;
}

/* line 1470, ../src/sass/main.scss */
.theater-features {
  overflow: hidden;
  clear: both;
  margin-bottom: 2em;
  max-width: 600px;
}
/* line 1475, ../src/sass/main.scss */
.theater-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1479, ../src/sass/main.scss */
.theater-features ul li {
  display: block;
  background: transparent;
  border-bottom: 1px solid #e7e7e7;
  font-size: .875em;
}
/* line 1484, ../src/sass/main.scss */
.theater-features ul li p {
  display: inline-block;
  padding: .5em;
}
/* line 1488, ../src/sass/main.scss */
.theater-features ul li span {
  display: inline-block;
  float: right;
  width: 10%;
  line-height: 1.5;
  font-size: 1.6em;
  text-align: center;
  color: #9d9d9d;
}
/* line 1497, ../src/sass/main.scss */
.theater-features ul li span.yes {
  background: #fafafa;
}
/* line 1500, ../src/sass/main.scss */
.theater-features ul li span.inactive {
  color: transparent;
}
/* line 1505, ../src/sass/main.scss */
.theater-features ul li.heading {
  background: transparent;
}
/* line 1507, ../src/sass/main.scss */
.theater-features ul li.heading p {
  font-weight: 700;
  color: #363535;
}
/* line 1511, ../src/sass/main.scss */
.theater-features ul li.heading span {
  background: transparent;
  font-size: 1em;
}

/* line 1520, ../src/sass/main.scss */
.infowindow {
  width: 200px;
}
/* line 1522, ../src/sass/main.scss */
.infowindow img {
  float: left;
  width: 30%;
  margin-right: 5%;
}
/* line 1527, ../src/sass/main.scss */
.infowindow .information {
  float: left;
  width: 65%;
}
/* line 1531, ../src/sass/main.scss */
.infowindow h3 {
  font-weight: 700;
}
/* line 1534, ../src/sass/main.scss */
.infowindow p {
  font-size: 0.8em;
}

/* line 1540, ../src/sass/main.scss */
.map-label {
  text-align: center;
  padding: .2em;
  width: 100px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

/* line 1550, ../src/sass/main.scss */
.single-theaters .text {
  margin-bottom: 2em;
  overflow: hidden;
  clear: both;
}
/* line 1554, ../src/sass/main.scss */
.single-theaters .text .col {
  width: 50%;
  float: left;
  padding-right: 1em;
}
/* line 1558, ../src/sass/main.scss */
.single-theaters .text .col h4 {
  font-size: 1em;
  font-weight: 700;
  margin-top: 1.5em;
}

/* line 1570, ../src/sass/main.scss */
.page-template-template-professionals .well h2 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  background: #e7e7e7;
  color: #636363;
  padding: .25em .75em;
  font-size: 1em;
  border-bottom: 1px solid #cfcfcf;
}
/* line 41, ../src/sass/main.scss */
.page-template-template-professionals .well h2 a:hover {
  color: #ed1c24;
}
/* line 1578, ../src/sass/main.scss */
.page-template-template-professionals .well .news-item {
  padding-left: .75em;
}
/* line 1581, ../src/sass/main.scss */
.page-template-template-professionals .well .news-item:last-child {
  border-bottom: 0;
}
/* line 1586, ../src/sass/main.scss */
.page-template-template-professionals .well .pagination {
  margin: 0 0 3em;
}

/* line 1594, ../src/sass/main.scss */
.single-auditions .text .section label {
  font-weight: 700;
}
/* line 1598, ../src/sass/main.scss */
.single-auditions .text .section.block label {
  display: block;
}

/* line 1606, ../src/sass/main.scss */
.gallery {
  overflow: hidden;
  clear: both;
  margin: 5% 0;
}
/* line 1610, ../src/sass/main.scss */
.gallery .photo {
  width: 30.66666666%;
  float: left;
  margin-right: 4%;
  margin-bottom: 4%;
  border: 3px solid transparent;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1617, ../src/sass/main.scss */
.gallery .photo:nth-child(3n) {
  margin-right: 0;
}
/* line 1620, ../src/sass/main.scss */
.gallery .photo img {
  width: 100%;
  height: auto;
}
/* line 1624, ../src/sass/main.scss */
.gallery .photo:hover {
  border-color: #ed1c24;
}

/* line 1630, ../src/sass/main.scss */
#cboxPrevious,
#cboxNext {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: gray;
}

/* line 1640, ../src/sass/main.scss */
#cboxNext {
  right: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/** upme style*/
/* line 1647, ../src/sass/main.scss */
.rail div.upme-wrap {
  margin: 0 0 40px 0;
}

/* line 1650, ../src/sass/main.scss */
div.upme-wrap div.upme-head img.avatar {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  height: auto;
}

/* line 1656, ../src/sass/main.scss */
div.upme-wrap-form div.upme-inner div.upme-head {
  letter-spacing: 0.15em;
}

/* line 1659, ../src/sass/main.scss */
div.upme-wrap .upme-head img.avatar-50 {
  width: 195px;
  height: 195px;
}

/* line 1664, ../src/sass/main.scss */
.well div.upme-wrap .upme-head img.avatar-50 {
  width: 100%;
  height: auto;
  padding: 0;
}
/* line 1669, ../src/sass/main.scss */
.well div.upme-width-3 div.upme-pic {
  margin: 0;
}
/* line 1673, ../src/sass/main.scss */
.well div.upme-width-3.upme-wrap .upme-head {
  padding: 0 0 1em !important;
  min-height: 446px;
}
/* line 1677, ../src/sass/main.scss */
.well div.upme-width-3.upme-wrap div.upme-name {
  padding: 20px;
  width: 100%;
}
/* line 1681, ../src/sass/main.scss */
.well div.upme-width-3 .upme-right {
  padding: 0 20px;
  width: 100%;
}

/* line 1687, ../src/sass/main.scss */
.upme-search-wrap, .upme-login {
  background-color: #e7e7e7;
}

/* line 1692, ../src/sass/main.scss */
.rail .upme-login .upme-head {
  background: transparent;
}
/* line 1695, ../src/sass/main.scss */
.rail .upme-login .upme-field-value {
  width: 100%;
}
/* line 1698, ../src/sass/main.scss */
.rail .upme-login .upme-field-type {
  width: 100%;
}
/* line 1701, ../src/sass/main.scss */
.rail .upme-login .upme-field-value {
  text-align: center;
}
/* line 1704, ../src/sass/main.scss */
.rail .upme-login .upme-main {
  padding: 0px 30px 0px 30px;
}

/* line 1709, ../src/sass/main.scss */
.upm-login-register {
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 45px;
}

/* line 1716, ../src/sass/main.scss */
.upme-column-wrap .upme-wrap {
  border-bottom: 1px solid #ccc;
}

/* line 1720, ../src/sass/main.scss */
div.upme-social div {
  padding: 0;
}

/* line 1723, ../src/sass/main.scss */
.well div.upme-width-3.upme-wrap .upme-head {
  background-color: #e7e7e7;
}

/* line 1726, ../src/sass/main.scss */
.well div.upme-width-3 div.upme-pic {
  width: 100%;
}

/* line 1729, ../src/sass/main.scss */
.upme-field-edit {
  margin: 0;
}

/* line 1732, ../src/sass/main.scss */
.upme-width-3 .upme-field-edit {
  display: none;
}

/* line 1735, ../src/sass/main.scss */
a.upme-button-alt {
  padding: 6px 15px 6px 0 !important;
  text-transform: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}

/* line 1742, ../src/sass/main.scss */
.upme-profile-holder a.upme-button-alt {
  display: block;
  padding: 0 !important;
}

/* line 1746, ../src/sass/main.scss */
.upme-profile-holder .upme-field-edit {
  padding: 10px 0 0;
  line-height: 12px;
}

/* line 1750, ../src/sass/main.scss */
div.upme-field-name a {
  text-decoration: none;
  color: #363535;
  text-transform: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* line 1756, ../src/sass/main.scss */
div.upme-field-name a:hover {
  color: #000;
}

/* line 1759, ../src/sass/main.scss */
div.upme-stats {
  display: none;
}

/* line 1762, ../src/sass/main.scss */
.well div.upme-width-3.upme-wrap div.upme-name {
  padding: 10px 20px 0;
}

/* line 1765, ../src/sass/main.scss */
div.upme-wrap div.upme-social {
  float: left;
}

/* line 1768, ../src/sass/main.scss */
div.upme-social a {
  width: 100%;
  height: 18px;
}

/* line 1772, ../src/sass/main.scss */
div.upme-social a:after {
  content: " Contact";
}

/* line 1775, ../src/sass/main.scss */
div.upme-width-3 div.upme-social div {
  padding: 0px;
}

/* line 1778, ../src/sass/main.scss */
.upme-button-holder {
  float: left !important;
}

/* line 1782, ../src/sass/main.scss */
.upme-wrap .upme-input {
  border: 1px solid #999;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
/* line 1788, ../src/sass/main.scss */
.upme-wrap .upme-checkbox input {
  margin-right: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* line 1794, ../src/sass/main.scss */
.upme-wrap #upme-register {
  background: #4C4C4C none repeat scroll 0% 0%;
  color: #E7E7E7;
  border: 1px solid #4C4C4C;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 6px 15px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
/* line 1806, ../src/sass/main.scss */
.upme-wrap #upme-register:hover {
  background: #E7E7E7 none repeat scroll 0% 0%;
  color: #4C4C4C;
  border: 1px solid #E7E7E7;
}
/* line 1812, ../src/sass/main.scss */
.upme-wrap .upme-login, .upme-wrap .upme-search-submit, .upme-wrap .upme-search-reset {
  background: #ed1c24 none repeat scroll 0% 0%;
  color: #fff;
  border: 1px solid #ed1c24;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 10px 20px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  margin: 10px 0 !important;
}
/* line 1825, ../src/sass/main.scss */
.upme-wrap .upme-login:hover, .upme-wrap .upme-search-submit:hover, .upme-wrap .upme-search-reset:hover {
  background: #ed1c24 none repeat scroll 0% 0%;
  color: #fff;
  border: 1px solid #ed1c24;
  opacity: 0.7;
}
/* line 1833, ../src/sass/main.scss */
.upme-wrap .upme-search-input {
  margin-right: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75) !important;
}
/* line 1842, ../src/sass/main.scss */
.upme-wrap div.upme-left {
  width: 100%;
}
/* line 1845, ../src/sass/main.scss */
.upme-wrap .upme-login-wrapper {
  border-top: 10px solid #ed1c24;
}
/* line 1847, ../src/sass/main.scss */
.upme-wrap .upme-login-wrapper div.upme-left {
  float: none;
}
/* line 1851, ../src/sass/main.scss */
.upme-wrap .upme-login-wrapper .login-heading {
  font-size: 22px !important;
  color: #ed1c24 !important;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.15em;
}
/* line 1861, ../src/sass/main.scss */
.upme-wrap .upme-head {
  font-size: 1.375em !important;
  color: #fff !important;
  background: #636363;
  padding: 1em 0 !important;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
/* line 1871, ../src/sass/main.scss */
.upme-wrap .upme-separator {
  font-size: 1.175em;
  color: #fff;
  background: #636363;
  padding: 0.5em 20px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
}
/* line 1881, ../src/sass/main.scss */
.upme-wrap .upme-separator .upme-icon {
  display: none;
}
/* line 1885, ../src/sass/main.scss */
.upme-wrap .login-heading {
  color: #fff;
}
/* line 1888, ../src/sass/main.scss */
.upme-wrap.upme-search-wrap form {
  padding: 30px 30px 0 30px;
  border-bottom: 10px solid #636363;
}

/* line 1893, ../src/sass/main.scss */
.user-search {
  background: #fff none repeat scroll 0% 0%;
  color: #ed1c24;
  border: 2px solid #ed1c24;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 15px 20px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  margin: 10px 0 !important;
  display: block;
  width: 100%;
  text-align: center;
  clear: both;
}
/* line 1910, ../src/sass/main.scss */
.user-search:hover {
  background: #ed1c24 none repeat scroll 0% 0%;
  color: #fff;
  border: 2px solid #ed1c24;
}

/* line 1917, ../src/sass/main.scss */
.content-container .well .text .head-community {
  background: #fff none repeat scroll 0% 0%;
  border: 2px solid #ed1c24;
  color: #363535;
  text-align: center !important;
  padding: 20px 0;
  margin: 0 0 40px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: 0.15em;
  display: block;
}
/* line 1928, ../src/sass/main.scss */
.content-container .well .text .head-community span {
  display: inline-block;
}
/* line 1931, ../src/sass/main.scss */
.content-container .well .text .head-community .button_c {
  display: inline-block;
  background-color: #ed1c24;
  color: #fff;
  padding: 10px 20px;
  margin: 0 0 0 30px;
  font-size: 14px;
}
/* line 1939, ../src/sass/main.scss */
.content-container .well .text .head-community:hover {
  background-color: #ed1c24;
  color: #fff;
}

/* line 1945, ../src/sass/main.scss */
.logged-in .head-community {
  display: none;
}
/* line 1948, ../src/sass/main.scss */
.logged-in .upme-wrap.upme- .upme-head {
  font-size: 1.375em !important;
  color: #fff !important;
  background: #e7e7e7;
  padding: 30px !important;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

/* line 1960, ../src/sass/main.scss */
.page-template-template-upme .filter-bar label {
  text-transform: none;
}

/* line 1964, ../src/sass/main.scss */
.bar-casting {
  float: left;
  background-color: #ed1c24;
  color: #fff;
  padding: 9px 20px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

/* line 1972, ../src/sass/main.scss */
.content-container .well .text ul {
  margin-left: 0em;
  margin-top: 1em;
  margin-bottom: 0;
}

/* line 1977, ../src/sass/main.scss */
.upme-multiselect-p .chosen-container-multi .chosen-choices {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75) !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

/* line 1986, ../src/sass/main.scss */
#upme-registration .upme-head {
  display: none;
}

/* line 1990, ../src/sass/main.scss */
.upme-profile-header-two {
  width: 40%;
  float: left;
  background-color: #e7e7e7;
  padding: 20px;
}
/* line 1995, ../src/sass/main.scss */
.upme-profile-header-two #upme-avatar-user_pic {
  width: 100%;
}

/* line 1999, ../src/sass/main.scss */
.upme-profile-panel {
  width: 60%;
  float: left;
}

/* line 2003, ../src/sass/main.scss */
div.upme-head {
  padding: 15px 0;
}

/* line 2006, ../src/sass/main.scss */
.upme-main {
  padding: 20px 0px 0 0px;
}

/* line 2009, ../src/sass/main.scss */
.upme-profile-panel .upme-field-type {
  width: 100%;
  font-weight: bold;
}

/* line 2013, ../src/sass/main.scss */
.upme-profile-panel .upme-field-value {
  width: 100%;
  margin: 0 0 0 43px;
}

/* line 2018, ../src/sass/main.scss */
div.upme-wrap-form #upme_search_form p.upme-p, div.upme-wrap-form #upme_search_form .upme-search-submit-p {
  text-align: center;
}
/* line 2020, ../src/sass/main.scss */
div.upme-wrap-form #upme_search_form p.upme-p .upme-search-input-left, div.upme-wrap-form #upme_search_form .upme-search-submit-p .upme-search-input-left {
  float: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 768px) {
  /* line 2033, ../src/sass/main.scss */
  header i.trigger {
    display: none;
  }
  /* line 2036, ../src/sass/main.scss */
  header .menu {
    right: 80px;
  }
}
@media only screen and (max-width: 1240px) {
  /* line 2045, ../src/sass/main.scss */
  .filter-bar .promotion-link {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 2057, ../src/sass/main.scss */
  footer .rail .credits,
  footer .rail .site-by {
    clear: both;
    overflow: hidden;
    margin-top: 1em;
  }

  /* line 2065, ../src/sass/main.scss */
  .filter-bar {
    font-size: 1em;
  }
  /* line 2067, ../src/sass/main.scss */
  .filter-bar .promotion-link {
    font-size: 0.8em;
  }
  /* line 2069, ../src/sass/main.scss */
  .filter-bar .promotion-link span {
    width: auto;
  }

  /* line 2074, ../src/sass/main.scss */
  .news-carousel {
    font-size: .9em;
  }
}
@media only screen and (max-width: 900px) {
  /* line 2082, ../src/sass/main.scss */
  .filter-bar .promotion-link {
    display: none;
  }

  /* line 2087, ../src/sass/main.scss */
  header .menu {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2094, ../src/sass/main.scss */
  header {
    height: 60px;
  }
  /* line 2096, ../src/sass/main.scss */
  header h1 {
    width: 90px;
    height: 33px;
    background-image: url('../images/sprite-images-s003915b3b4.png');
    background-position: -34px -26px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 33px;
    width: 90px;
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  /* line 2096, ../src/sass/main.scss */
  header h1 {
    background-image: url('../images/sprite-images@2x-s4e7ce671d6.png');
    background-size: 178.5px 125px;
    background-position: -34px -26px;
    height: 33px;
    width: 89.5px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2101, ../src/sass/main.scss */
  header i.search-trigger {
    display: none;
  }

  /* line 2105, ../src/sass/main.scss */
  #menu-top-menu {
    display: none;
  }

  /* line 2109, ../src/sass/main.scss */
  .content-container .well {
    width: 100%;
    float: none;
    clear: both;
  }
  /* line 2114, ../src/sass/main.scss */
  .content-container .rail {
    width: 100%;
    float: none;
    clear: both;
  }

  /* line 2121, ../src/sass/main.scss */
  .news-carousel .photos {
    width: 100%;
    right: 0;
    height: 50%;
  }
  /* line 2126, ../src/sass/main.scss */
  .news-carousel .posts {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 50%;
  }
  /* line 2133, ../src/sass/main.scss */
  .news-carousel .posts ul li h3 {
    font-size: 1em;
  }
  /* line 2136, ../src/sass/main.scss */
  .news-carousel .posts ul li p {
    font-size: 0.8em;
  }

  /* line 2143, ../src/sass/main.scss */
  .filter-bar {
    display: none;
  }

  /* line 2149, ../src/sass/main.scss */
  .well .news-item .photo {
    width: 100%;
    float: none;
    clear: both;
  }
  /* line 2154, ../src/sass/main.scss */
  .well .news-item .information {
    width: 100%;
    float: none;
    clear: both;
  }

  /* line 2162, ../src/sass/main.scss */
  .show-list .show {
    width: 100%;
    float: none;
    clear: both;
  }
  /* line 2166, ../src/sass/main.scss */
  .show-list .show:nth-child(odd) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 2177, ../src/sass/main.scss */
  nav .menu li {
    display: block;
    float: none;
    clear: both;
    width: 100%;
  }
  /* line 2182, ../src/sass/main.scss */
  nav .menu li a {
    display: block;
    width: 100%;
  }

  /* line 2192, ../src/sass/main.scss */
  footer .well .menu li {
    display: block;
    float: none;
    clear: both;
    width: 100%;
  }
  /* line 2197, ../src/sass/main.scss */
  footer .well .menu li a {
    display: block;
    width: 100%;
  }

  /* line 2206, ../src/sass/main.scss */
  .theater-list ul {
    clear: both;
    float: none;
    width: 100%;
  }

  /* line 2215, ../src/sass/main.scss */
  body.single h1,
  body.page h1 {
    font-size: 1.2em;
    font-weight: 700;
  }

  /* line 2220, ../src/sass/main.scss */
  #map-canvas {
    height: 268px;
  }

  /* line 2224, ../src/sass/main.scss */
  article #map-canvas {
    height: 200px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 2247, ../src/sass/main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 2252, ../src/sass/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 2263, ../src/sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 2273, ../src/sass/main.scss */
.invisible {
  visibility: hidden;
}

/* line 2277, ../src/sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 2283, ../src/sass/main.scss */
.clearfix:after {
  clear: both;
}

/* line 2287, ../src/sass/main.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 2296, ../src/sass/main.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 2305, ../src/sass/main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 2310, ../src/sass/main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 2314, ../src/sass/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 2318, ../src/sass/main.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 2323, ../src/sass/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 2329, ../src/sass/main.scss */
  thead {
    display: table-header-group;
  }

  /* line 2333, ../src/sass/main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 2338, ../src/sass/main.scss */
  img {
    max-width: 100% !important;
  }

  /* line 2342, ../src/sass/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 2349, ../src/sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
