/* ----------------------------------------------------------------------------
= Main import - compiles to /css/style.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Yantramanav:400,700|Oswald:300,400,700);
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* ----------------------------------------------------------------------------
= Reset using normalize.css v3.0.1 | MIT License | git.io/normalize
----------------------------------------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000;
  background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  margin: 0;
  /* 3 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type='button'],
input[type='reset'], input[type='submit'] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-box-sizing: content-box;
  /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

.hide, .hidden {
  display: none;
}

.clear {
  clear: both;
}

/*
	Note: The "mobile-nav" breakpoint is only used to set when the regular 
	nav goes away and the mobile nav shows up.
	It can/might be the same as another breakpoint but 
	is just here to help you get started. 
*/
/*
	How To Use:
	@include media($tablet){
	
	}
	@include media($mobile){
	
	}

*/
/* ----------------------------------------------------------------------------
= SETUP FILE includes fonts, colors, media query values, custom mixins, utility classes
= Last updated July 2015
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= SELECTOR SORTING
= *) SASS Variable, Mixin, Include, Extend, Clearfix
= *) Positioning, Display & Box Model, Overflow, Floats
= *) Flexbox rules (if used)
= *) Sizing (Width and Height)
= *) Padding, Margin
= *) Colors, Borders, Backgrounds, Opacity (No Text Colors)
= *) Text Related Items (Including Text Colors)
= *) Enhancements, Animations, others
= *) Psuedo Elements
= *) Any overrides needed to reset included rules from mixins
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= DEVELOPER NOTES
= *) using Bourbon latest (via Codekit)
= *) Sass set to compile extended, set to compressed before launch
= *) set to compile SASS with libsass (via Codekit)
= *) using FontAwesome Font with CSS link (in head_extra view)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=fonts - name like $fontname: 'name';
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=color swatches - name like $color-colorname: #000000; // Example Name
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=media queries = Located in _grid-settings.scss
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=custom mixins
=currently importing default mixins from Bourbon
=reference default mixin calls at http://bourbon.io/docs/
----------------------------------------------------------------------------- */
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
}

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

@media screen and (max-width: 700px) {
  .hide_mobile {
    display: none;
  }
}

.show_mobile {
  display: none;
}

@media screen and (max-width: 700px) {
  .show_mobile {
    display: block;
  }
}

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.invisible {
  visibility: hidden;
}

/* ----------------------------------------------------------------------------
= Default text styles
----------------------------------------------------------------------------- */
h1 {
  position: relative;
  margin: 0 0 35px;
  padding: 0 0 17px;
  color: #171717;
  font: 700 45px/110% "Oswald", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-bottom: 2px solid #cc1306;
  clear: both;
}

h1 a, h1 a:visited {
  text-decoration: none;
}

.textarea h1 {
  left: 50%;
  max-width: 1000px;
  transform: translateX(-50%);
  width: calc(100% + 120px);
}

@media screen and (max-width: 1000px) {
  .textarea h1 {
    width: 100%;
  }
}

.dark_section h1, .panel h1 {
  color: white;
}

@media screen and (max-width: 700px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  margin: 30px 0 10px;
  padding: 0;
  color: #171717;
  font: 400 32px/118% "Oswald", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h2 a, h2 a:visited {
  text-decoration: none;
}

.dark_section h2, .panel h2 {
  color: white;
}

@media screen and (max-width: 700px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #171717;
  font: 400 26px/110% "Oswald", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h3 a, h3 a:visited {
  text-decoration: none;
}

.dark_section h3, .panel h3 {
  color: white;
}

@media screen and (max-width: 700px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  margin: 0 0 10px;
  padding: 0;
  color: #171717;
  font: 400 20px/150% "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

h4 a, h4 a:visited {
  text-decoration: none;
}

.dark_section h4, .panel h4 {
  color: white;
}

h5, h6 {
  margin: 0;
  padding: 0 0 2px 0;
  color: #171717;
  font: 700 18px/150% "Yantramanav", sans-serif;
  letter-spacing: 0.05em;
}

h5 a, h5 a:visited, h6 a, h6 a:visited {
  text-decoration: none;
}

.dark_section h5, .panel h5, .entry h5, .dark_section h6, .panel h6, .entry h6 {
  color: white;
}

p, address, .p, tr td, tr th {
  margin: 0 0 20px;
  padding: 0;
  color: #171717;
  font: normal 17px/153% "Yantramanav", sans-serif;
}

p.lead, blockquote p, address.lead, blockquote address, .p.lead, tr td.lead, tr th.lead, blockquote .p, blockquote tr td, tr blockquote td, blockquote tr th, tr blockquote th {
  font: normal 20px/130% "Yantramanav", sans-serif;
}

.dark_section p, .panel p, .dark_section address, .panel address, .dark_section .p, .dark_section tr td, tr .dark_section td, .dark_section tr th, tr .dark_section th, .panel .p, .panel tr td, tr .panel td, .panel tr th, tr .panel th {
  color: white;
}

b, strong {
  font-weight: bold;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li, ol li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cms ul, .textarea ul, .spotlight_text ul, .faq ul, .link .description ul {
  margin: 0 0 20px 25px;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
  list-style-image: none;
  color: #171717;
  font: normal 16px/137% "Yantramanav", sans-serif;
}

.cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li {
  position: relative;
  margin: 0;
  padding: 0 0 10px 0;
  list-style-type: inherit;
  line-height: 130%;
}

.cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq ul li:before, .link .description ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -25px;
  width: 10px;
  height: 10px;
  background-color: #cc1306;
}

.cms ul ul, .textarea ul ul, .spotlight_text ul ul, .faq ul ul, .link .description ul ul {
  margin: 0;
}

ol {
  list-style: none;
  counter-reset: li-counter;
  margin-bottom: 20px;
}

ol > li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
  counter-increment: li-counter;
}

ol > li:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -8px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
  content: counter(li-counter) ".";
}

a, a:visited {
  color: #cc1306;
  border: none;
  outline: none;
  text-decoration: none;
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #cc1306;
}

.textarea a, .textarea a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.textarea a:hover, .textarea a:visited:hover {
  color: #f81d0d;
}

hr {
  clear: both;
  margin: 30px 0px;
  border: none;
  border-top: 2px solid #ebebeb;
}

/* ----------------------------------------------------------------------------
=Tables
----------------------------------------------------------------------------- */
table {
  position: relative;
  margin: 0 0 15px;
  border-collapse: collapse;
}

tr {
  font-size: 12px;
  border-collapse: collapse;
}

tr td, tr th {
  border-collapse: collapse;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #eeeeee;
}

tr th {
  font-weight: 700px;
}

/* ----------------------------------------------------------------------------
= Layout, Body and Containers
----------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: "Yantramanav", sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #333;
}

#container {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

#layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 63px 0 0px;
}

@media screen and (max-width: 700px) {
  #layout {
    padding-top: 50px;
  }
}

#content {
  position: relative;
  width: 100%;
  min-height: 410px;
  margin: 0 auto;
  padding: 0;
  clear: both;
  z-index: 80;
}

.column {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.one_sidebar_right {
  zoom: 1;
  padding-bottom: 35px;
}

.one_sidebar_right:before, .one_sidebar_right:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.one_sidebar_right:after {
  clear: both;
}

.one_sidebar_right #column_1 {
  width: 66%;
  padding: 10px;
  background: #fff;
  float: left;
}

.one_sidebar_right #column_1 .container {
  zoom: 1;
  width: 100%;
  min-height: 551px;
}

.one_sidebar_right #column_1 .container:before, .one_sidebar_right #column_1 .container:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.one_sidebar_right #column_1 .container:after {
  clear: both;
}

.one_sidebar_right #column_2 {
  float: right;
  width: 32%;
}

.full {
  width: 100%;
}

.full .full_column {
  zoom: 1;
  width: 100%;
  max-width: 900px;
  margin: 55px auto 40px;
  padding: 0 10px;
  clear: both;
}

.full .full_column:before, .full .full_column:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.full .full_column:after {
  clear: both;
}

.home .full .full_column {
  max-width: 1190px;
}

@media screen and (max-width: 700px) {
  .full .full_column {
    margin-top: 30px;
    padding: 0 15px;
  }
}

.full.event_detail .full_column {
  max-width: 795px;
  margin: 50px auto;
}

@media screen and (max-width: 870px) {
  .full.event_detail .full_column {
    margin-top: 0;
  }
}

.dark_section {
  zoom: 1;
  background: #171717;
  text-align: center;
  color: #fff;
}

.dark_section:before, .dark_section:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.dark_section:after {
  clear: both;
}

.dark_section .full-slideshow {
  max-width: 1170px;
  margin: auto;
}

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
.header {
  background: #171717;
  top: 0px;
  left: 0px;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  min-height: 63px;
  z-index: 1000;
}

@media screen and (max-width: 700px) {
  .header {
    min-height: 50px;
  }
}

.header .header_inner {
  zoom: 1;
  position: relative;
  margin: auto;
  max-width: 1190px;
}

.header .header_inner:before, .header .header_inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.header .header_inner:after {
  clear: both;
}

.header .logo {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  float: left;
  height: 59px;
  width: 275px;
  position: absolute;
  top: 4px;
  left: 10px;
  overflow: hidden;
}

.header .logo span, .header .logo a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: url(../images/hdr_logo.png) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  height: 59px;
  width: 275px;
  float: right;
  overflow: hidden;
  text-indent: -999px;
}

@media screen and (max-width: 700px) {
  .header .logo span, .header .logo a {
    width: 193px;
    height: 48px;
    background-size: contain;
  }
}

.header .logo a:hover {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

@media screen and (max-width: 700px) {
  .header .logo {
    width: 193px;
    height: 48px;
    left: 10px;
  }
}

.header .search_toggle {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  top: 20px;
  right: 0px;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  background: url(../images/icn_search.png) top left #171717 no-repeat;
}

.header .search_toggle:hover {
  background-position: top right;
}

.header .search_toggle.is-opened {
  background: url(../images/icn_search_close.png) top left no-repeat;
}

@media screen and (max-width: 1050px) {
  .header .search_toggle {
    display: none;
  }
}

.header .newsletter_signup {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 30px 30px;
  text-align: center;
  height: 89px;
  background: #252525;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2;
  font-size: 13px;
  transform: skew(-23deg);
  transform-origin: bottom right;
  letter-spacing: 0.1em;
}

.header .newsletter_signup span {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  display: block;
  transform: skew(23deg);
}

.header .newsletter_signup strong {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  color: #cc1306;
  font-weight: 700;
}

.header .newsletter_signup:hover {
  background: #171717;
}

.search_form {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0px;
  right: 10px;
  background: #171717;
  width: 600px;
  width: 24px;
  height: 63px;
  display: block;
  z-index: 1000;
  padding: 10px 0;
  padding-left: 24px;
  overflow: hidden;
}

.search_form input {
  border: none;
  background: #171717;
  width: 100%;
  color: #fff;
  padding: 10px 35px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-family: "Yantramanav", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.search_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.search_form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}

.search_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.search_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.search_form input:focus {
  outline: none;
}

@media screen and (max-width: 1050px) {
  .search_form input {
    border: none;
    padding: 10px 40px;
  }
}

.search_form button {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  text-indent: 999px;
  overflow: hidden;
  font-size: 0;
  border: none;
  position: absolute;
  top: 20px;
  left: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  background: url(../images/icn_search.png) top left no-repeat;
}

@media screen and (max-width: 1050px) {
  .search_form button {
    top: 14px;
    left: 10px;
  }
}

.search_form.is-opened {
  width: 100%;
}

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.main_nav {
  position: relative;
  z-index: 500;
  width: 100%;
  width: calc(100% - 275px);
  max-width: 1100px;
  margin: 0px auto 0;
  padding: 0;
  padding-right: 30px;
  float: right;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.main_nav.is-visible {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (min-width: 1051px) {
  .main_nav {
    display: block !important;
  }
}

@media screen and (max-width: 1050px) {
  .main_nav {
    display: none;
  }
}

.main_nav ul {
  zoom: 1;
  position: relative;
  display: block;
  width: 100%;
  max-width: 838px;
  margin: 0;
  padding: 0;
  float: right;
  text-align: center;
}

.main_nav ul:before, .main_nav ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.main_nav ul:after {
  clear: both;
}

.main_nav ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.main_nav ul li.not_hovered > a, .main_nav ul li.not_hovered > a:link, .main_nav ul li.not_hovered > a:visited {
  color: #424242;
}

.main_nav ul li.show_mobile {
  display: none;
}

@media screen and (max-width: 700px) {
  .main_nav ul li.show_mobile {
    display: block;
  }
}

.main_nav > ul > li > a:before {
  content: '\f107';
  font-family: FontAwesome;
  color: #cc1306;
  margin-right: 7px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-size: 15px;
}

.main_nav a, .main_nav a:link, .main_nav a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  margin: 0;
  padding: 22px 15px 22px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.main_nav a:hover, .main_nav a.active, .main_nav a:link:hover, .main_nav a:link.active, .main_nav a:visited:hover, .main_nav a:visited.active {
  color: white;
}

.main_nav a:hover:before, .main_nav a.active:before, .main_nav a:link:hover:before, .main_nav a:link.active:before, .main_nav a:visited:hover:before, .main_nav a:visited.active:before {
  content: '\f106';
}

.main_nav a.active, .main_nav a:link.active, .main_nav a:visited.active {
  color: #cc1306;
}

.main_nav a.active:hover, .main_nav a:link.active:hover, .main_nav a:visited.active:hover {
  color: #cc1306;
  color: white;
}

.main_nav a.gh_page_redirect:after, .main_nav a:link.gh_page_redirect:after, .main_nav a:visited.gh_page_redirect:after {
  content: '\f08e';
  font-family: FontAwesome;
  vertical-align: middle;
  margin-left: 9px;
  display: inline-block;
}

@media screen and (max-width: 1170px) {
  .main_nav a, .main_nav a:link, .main_nav a:visited {
    padding: 22px 7px 18px;
  }
}

.main_nav .hover a, .main_nav .hovered_link a {
  color: white;
}

.main_nav .hover a:before, .main_nav .hovered_link a:before {
  content: '\f106';
}

.main_nav ul .sub {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9000;
  top: 63px;
  left: 0;
  width: auto;
  margin: 0;
  line-height: 26px;
  padding-top: 17px;
}

.main_nav ul .sub .sub_holder {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0px 8px 37px;
}

.main_nav ul .sub .sub_holder:before {
  content: '';
  position: absolute;
  top: -17px;
  left: 20px;
  height: 100%;
  width: 1px;
  background: #cc1306;
  display: none !important;
}

.main_nav ul ul {
  float: left;
  width: 250px;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
  border: none;
  border-top: none;
  background: none;
}

.main_nav ul ul li {
  float: left;
  height: auto;
  margin: 0;
  clear: left;
  padding: 0px 0;
  list-style-type: none;
  list-style-image: none;
  border-right: none;
  border-left: none;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.main_nav ul ul li:first-child {
  display: block;
  border-top: none;
}

.main_nav ul ul li a, .main_nav ul ul li a:link, .main_nav ul ul li a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  color: #fff;
  font-family: "Yantramanav", sans-serif;
  background: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  letter-spacing: 0.022em;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  width: calc(100% + 6px);
  width: 100%;
}

.main_nav ul ul li a:before, .main_nav ul ul li a:link:before, .main_nav ul ul li a:visited:before {
  display: none;
}

.main_nav ul ul li a:hover, .main_nav ul ul li a:focus, .main_nav ul ul li a.active, .main_nav ul ul li a:link:hover, .main_nav ul ul li a:link:focus, .main_nav ul ul li a:link.active, .main_nav ul ul li a:visited:hover, .main_nav ul ul li a:visited:focus, .main_nav ul ul li a:visited.active {
  color: #cc1306;
  cursor: pointer;
  text-decoration: none;
}

.main_nav ul ul li a:hover:before, .main_nav ul ul li a:focus:before, .main_nav ul ul li a.active:before, .main_nav ul ul li a:link:hover:before, .main_nav ul ul li a:link:focus:before, .main_nav ul ul li a:link.active:before, .main_nav ul ul li a:visited:hover:before, .main_nav ul ul li a:visited:focus:before, .main_nav ul ul li a:visited.active:before {
  display: none;
}

.main_nav ul ul li .level_3 {
  padding-left: 20px;
  padding-bottom: 0;
}

.main_nav ul ul li .level_3 li a {
  padding: 5px 15px;
  font-size: 13px;
}

.main_nav ul ul ul li a {
  font-size: 14px;
}

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
.newsletter_signup {
  text-align: center;
  color: white;
  background: #8c0c04;
  background: url(../images/bg_newsletter.png) right center #8c0c04 no-repeat;
  padding: 25px 30px;
  z-index: 100;
  position: relative;
}

.newsletter_signup .button {
  color: white;
  border-color: white;
  padding-left: 30px;
}

.newsletter_signup .button:before {
  content: '\f054';
  font-family: FontAwesome;
  color: white;
  margin-right: 10px;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
}

.newsletter_signup .button:hover {
  background: #fff;
  color: #8c0c04;
}

.newsletter_signup .button:hover:before {
  color: #8c0c04;
}

@media screen and (max-width: 500px) {
  .newsletter_signup .button {
    width: 100%;
  }
}

.newsletter_signup .title {
  font-family: "Oswald", sans-serif;
  color: inherit;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@media screen and (max-width: 700px) {
  .newsletter_signup .title {
    font-size: 35px;
  }
}

.newsletter_signup .text {
  font-family: "Yantramanav", sans-serif;
  color: inherit;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-bottom: 20px;
}

.footer {
  position: relative;
  background-color: #FFF;
  width: 100%;
  z-index: 100;
}

.footer .footer_holder {
  position: relative;
  background-color: #FFF;
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  z-index: 100;
  max-width: 1190px;
  padding: 0 10px;
}

.footer .ftr_logo {
  position: relative;
  display: block;
  width: 50%;
  clear: left;
  margin-bottom: 0px;
  float: left;
}

.footer .ftr_logo .logo {
  width: 295px;
  height: 74px;
}

.footer .ftr_logo .logo span, .footer .ftr_logo .logo a, .footer .ftr_logo .logo a:link, .footer .ftr_logo .logo a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  display: block;
  width: 295px;
  height: 74px;
  background: url(../images/ftr_logo.png) no-repeat 0 0;
  background-size: contain;
}

.footer .ftr_logo .logo a:hover {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

@media screen and (max-width: 870px) {
  .footer .ftr_logo .logo {
    width: 100%;
  }
  .footer .ftr_logo .logo span, .footer .ftr_logo .logo a, .footer .ftr_logo .logo a:link, .footer .ftr_logo .logo a:visited {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
}

@media screen and (max-width: 870px) {
  .footer .ftr_logo {
    margin: auto;
    float: none;
    width: 100%;
  }
}

.footer_top {
  zoom: 1;
  position: relative;
  border-bottom: 2px solid #cc1306;
  padding: 45px 0px 25px;
  margin-bottom: 30px;
}

.footer_top:before, .footer_top:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.footer_top:after {
  clear: both;
}

.footer_top address {
  position: absolute;
  top: 65px;
  left: 0;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.footer_top address .divider {
  margin: 0 15px;
}

.footer_top address br {
  display: none;
}

@media screen and (max-width: 870px) {
  .footer_top address {
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    margin: 10px auto 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 700px) {
  .footer_top address {
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    margin: 30px auto;
    line-height: 1.5;
  }
  .footer_top address br {
    display: block;
  }
  .footer_top address .divider {
    display: block;
    color: #fff;
    font-size: 0;
  }
}

.social_links {
  position: absolute;
  bottom: 20px;
  right: 0px;
}

@media screen and (max-width: 870px) {
  .social_links {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
  }
}

.social_facebook, .social_twitter, .social_instagram {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  height: 40px;
  width: 40px;
  background: #bcbcbc;
  color: #fff;
  float: left;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  margin-left: 8px;
}

.social_facebook:hover, .social_twitter:hover, .social_instagram:hover {
  background: #171717;
  color: white;
}

@media screen and (max-width: 870px) {
  .social_facebook, .social_twitter, .social_instagram {
    margin: 0 4px;
    float: none;
    display: inline-block;
  }
}

.ftr_nav {
  width: 100%;
  padding: 0px 0px;
}

.ftr_nav > ul {
  float: left;
  width: 20%;
  margin: 0 0 0px;
}

.ftr_nav > ul > li {
  margin-bottom: 0px;
  padding-right: 20px;
}

.ftr_nav > ul > li a, .ftr_nav > ul > li a:link, .ftr_nav > ul > li a:visited {
  color: #171717;
  display: block;
  height: auto;
  font-size: 15px;
  text-align: left;
  letter-spacing: .02em;
  text-decoration: none;
  text-indent: 0;
}

.ftr_nav > ul > li a:hover, .ftr_nav > ul > li a:link:hover, .ftr_nav > ul > li a:visited:hover {
  color: #cc1306;
}

.ftr_nav > ul > li > a, .ftr_nav > ul > li > a:link, .ftr_nav > ul > li > a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  margin: 0 0 18px;
  padding: 0px;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .08em;
}

.ftr_nav > ul > li > a:hover, .ftr_nav > ul > li > a.active, .ftr_nav > ul > li > a:link:hover, .ftr_nav > ul > li > a:link.active, .ftr_nav > ul > li > a:visited:hover, .ftr_nav > ul > li > a:visited.active {
  color: #cc1306;
}

@media screen and (max-width: 700px) {
  .ftr_nav > ul > li > a, .ftr_nav > ul > li > a:link, .ftr_nav > ul > li > a:visited {
    text-align: center;
    margin-bottom: 20px;
  }
}

.ftr_nav > ul > li ul {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.ftr_nav > ul > li ul li {
  margin-bottom: 0;
}

.ftr_nav > ul > li ul li a, .ftr_nav > ul > li ul li a:link, .ftr_nav > ul > li ul li a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  padding: px 0px;
  font-weight: 300;
  line-height: 1.3;
  cursor: pointer;
  text-transform: none;
  font-family: "Yantramanav", sans-serif;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.ftr_nav > ul > li ul li a:hover, .ftr_nav > ul > li ul li a:focus, .ftr_nav > ul > li ul li a.active, .ftr_nav > ul > li ul li a:link:hover, .ftr_nav > ul > li ul li a:link:focus, .ftr_nav > ul > li ul li a:link.active, .ftr_nav > ul > li ul li a:visited:hover, .ftr_nav > ul > li ul li a:visited:focus, .ftr_nav > ul > li ul li a:visited.active {
  color: #cc1306;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
}

@media screen and (max-width: 870px) {
  .ftr_nav > ul > li ul {
    display: none;
  }
}

@media screen and (max-width: 870px) {
  .ftr_nav > ul {
    width: 33.33%;
  }
}

@media screen and (max-width: 700px) {
  .ftr_nav > ul {
    width: 100%;
    float: none;
    text-align: center;
    margin: auto;
  }
  .ftr_nav > ul > li {
    padding: 0;
  }
}

@media screen and (max-width: 870px) {
  .ftr_nav {
    width: calc(100% - 100px);
    margin: auto;
  }
}

@media screen and (max-width: 700px) {
  .ftr_nav {
    width: 100%;
  }
}

.global-footer {
  zoom: 1;
  margin: 0px auto 0;
  padding: 30px 0px;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  clear: both;
  letter-spacing: 0.03em;
}

.global-footer:before, .global-footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.global-footer:after {
  clear: both;
}

.global-footer br {
  display: none;
}

@media screen and (max-width: 870px) {
  .global-footer br {
    display: block;
  }
}

.global-footer p {
  width: 100%;
  max-width: 1200px;
  position: relative;
  display: block;
  margin: auto;
  padding: 15px 0 0;
  color: #171717;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.global-footer p a, .global-footer p a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #171717;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.global-footer p a:hover, .global-footer p a:focus, .global-footer p a:visited:hover, .global-footer p a:visited:focus {
  color: #cc1306;
  text-decoration: none;
}

@media screen and (max-width: 870px) {
  .global-footer p {
    line-height: 1.5;
    padding: 15px 0;
    text-align: center;
  }
}

.global-footer .delimiter {
  padding: 0 2px;
}

.global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
  position: relative;
  display: block;
  float: right;
  font-size: 0px;
  text-indent: -900px;
  overflow: hidden;
  width: 198px;
  height: 15px;
  margin-top: 5px;
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  background: url(../images/carbonhouse_logo.png) no-repeat;
}

.global-footer a#carbonhouse:hover, .global-footer a#carbonhouse:link:hover, .global-footer a#carbonhouse:visited:hover {
  background: url(../images/carbonhouse_logo-hover.png) no-repeat;
}

@media screen and (max-width: 870px) {
  .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
    float: none;
    margin: 20px auto 0;
  }
}

/* ----------------------------------------------------------------------------
=Sidebar Subnav
----------------------------------------------------------------------------- */
.subnav {
  position: relative;
  display: none;
  width: 320px;
  margin: 0 0 20px;
  padding: 0;
}

.subnav ul {
  width: 300px;
  margin: 0 auto;
  padding: 15px 0;
  list-style: none;
  list-style-image: none;
}

.subnav ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

.subnav ul li:first-child {
  background: none;
}

.subnav ul li:first-child a, .subnav ul li:first-child a:visited {
  line-height: 18px;
}

.subnav ul li.active ul {
  display: block;
  width: auto;
  margin: 0;
  padding: 2px 0 2px 12px;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  background: none;
}

.subnav ul li.active a:active {
  color: #cc1306;
}

.subnav ul li a, .subnav ul li a:visited {
  display: block;
  padding: 9px 5px 7px 30px;
  color: white;
  font: bold 18px/120% "Yantramanav", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.subnav ul li a:hover, .subnav ul li a.active, .subnav ul li a:active, .subnav ul li a:visited:hover, .subnav ul li a:visited.active, .subnav ul li a:visited:active {
  color: #cc1306;
}

.subnav ul li a.section, .subnav ul li a:visited.section {
  padding-bottom: 7px;
  color: #cc1306;
  font-size: 22px;
}

.subnav ul li a.section:hover, .subnav ul li a.section.active:hover, .subnav ul li a.section:active, .subnav ul li a:visited.section:hover, .subnav ul li a:visited.section.active:hover, .subnav ul li a:visited.section:active {
  color: #cc1306;
}

.subnav ul li.active.onparent a.active {
  color: #cc1306;
}

.subnav ul ul {
  display: none;
}

.subnav ul ul li {
  border-bottom: none;
}

.subnav ul ul li:first-child a {
  line-height: 24px;
}

/* ----------------------------------------------------------------------------
= Search including search form, and results page
----------------------------------------------------------------------------- */
#search {
  position: relative;
  display: block;
  float: right;
  width: 246px;
  height: 30px;
  margin: -5px 0 0;
  padding: 0;
}

#search input, #search input[type='text'] {
  position: relative;
  width: 246px;
  height: 30px;
  margin: 0;
  padding: 8px 10px 6px;
  color: #fff;
  border: 0;
  background: #333;
  font: normal 14px/14px "Yantramanav", sans-serif;
  text-transform: uppercase;
  -webkit-appearance: none;
}

#search input::-webkit-input-placeholder, #search input[type='text']::-webkit-input-placeholder {
  color: #fff;
  font: normal 14px/14px "Yantramanav", sans-serif;
}

#search input:-moz-placeholder, #search input[type='text']:-moz-placeholder {
  color: #fff;
  font: normal 14px/14px "Yantramanav", sans-serif;
}

#search input:-ms-input-placeholder, #search input[type='text']:-ms-input-placeholder {
  color: #fff;
  font: normal 14px/14px "Yantramanav", sans-serif;
}

#search input:focus, #search input[type='text']:focus {
  outline: none;
  -webkit-appearance: none;
}

#search button {
  position: absolute;
  top: 3px;
  right: 8px;
  width: 29px;
  height: 29px;
  margin: 0;
  padding: 0;
  border: none;
  background: url(../images/toolbar-icons.png) no-repeat -242px 0;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
}

#search button:hover, #search button:focus {
  background-position: -242px -34px;
}

#cse-search-results {
  padding: 0 10px;
}

#cse-search-results iframe {
  width: 100%;
}

/* ----------------------------------------------------------------------------
= Event buttons including buy tickets and info. Standard styles
----------------------------------------------------------------------------- */
.m-button, .login-form form input[type='submit'], .event_ticket a, .event_ticket span, .gen-button, a.gen-button, p .button, .button {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  border: 2px solid;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-decoration: none;
  line-height: 1;
  text-align: center;
}

.m-button:hover, .login-form form input[type='submit']:hover, .event_ticket a:hover, .event_ticket span:hover, .gen-button:hover, .button:hover {
  text-decoration: none;
}

.gen-button, a.gen-button, p .button {
  border-color: #cc1306;
  color: #171717;
  margin-top: 20px;
}

.gen-button:hover, a.gen-button:hover, p .button:hover {
  color: white;
  background: #cc1306;
}

.gen-button.on-dark, a.gen-button.on-dark, p .button.on-dark {
  color: #fff;
}

#loadMoreEvents {
  cursor: pointer;
  background: #fff;
  margin: 30px auto 5px;
  display: block;
}

#loadMoreEvents:hover {
  color: white;
  background: #cc1306;
}

.event_ticket a, .event_ticket span {
  border-color: #cc1306;
  color: white;
  margin-top: 0px;
  padding: 10px 30px;
}

.event_ticket a:before, .event_ticket span:before {
  content: '\f054';
  font-family: FontAwesome;
  color: inherit;
  margin-right: 10px;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
}

.event_ticket a:hover, .event_ticket span:hover {
  color: white;
  background: #cc1306;
}

.event_ticket a.buy_parking, .event_ticket span.buy_parking {
  border-color: white;
}

.event_ticket a.buy_parking:hover, .event_ticket span.buy_parking:hover {
  background: white;
  color: #171717;
}

@media screen and (max-width: 700px) {
  .view-more-events .gen-button {
    display: block;
  }
}

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(../images/grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(../images/grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    9. Full Width Responsive
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* ----------------------------------------------------------------------------
=Settings
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Includes
----------------------------------------------------------------------------- */
/* Background */
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #FFF;
}

.royalSlider > .rsContent {
  visibility: hidden;
}

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 26px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsDefault .rsArrow.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsHor .rsArrowLeft {
  top: 0;
  left: -66px;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: top left;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:hover {
  background-position: bottom left;
}

@media screen and (max-width: 1300px) {
  .rsDefault.rsHor .rsArrowLeft {
    left: 20px;
  }
}

.rsDefault.rsHor .rsArrowRight {
  right: -66px;
  top: 0;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: top right;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn:hover {
  background-position: bottom right;
}

@media screen and (max-width: 1300px) {
  .rsDefault.rsHor .rsArrowRight {
    right: 20px;
  }
}

.event-slideshow .rsDefault.rsHor .rsArrowLeft, .gallery_slideshow .rsDefault.rsHor .rsArrowLeft {
  left: 20px;
}

.event-slideshow .rsDefault.rsHor .rsArrowRight, .gallery_slideshow .rsDefault.rsHor .rsArrowRight {
  right: 20px;
}

.rsDefault .rsArrowIcn {
  width: 26px;
  height: 44px;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -13px;
  position: absolute;
  cursor: pointer;
  background: url("../images/icn_arrow.png") no-repeat;
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}

.rsDefault .rsBullets .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}

.rsDefault .rsBullets .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}

.rsDefault .rsBullets .rsBullet.rsNavSelected span {
  background-color: #FFF;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 92px;
  border-top: 10px solid #171717;
  border-bottom: 10px solid #171717;
}

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

.rsDefault .rsThumb img {
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.rsDefault .rsThumb.rsNavSelected {
  background: #171717;
}

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.rsDefault .rsThumb .rsTmb {
  display: block;
  /* Thumbnails with text */
}

.rsDefault .rsThumb .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}

.rsDefault .rsThumb .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../images/rs-default.png");
}

.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}

/***************
*
*  4. RoyalSlider Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}

.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url("../images/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url("../images/preloader-white.gif");
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  padding: 2px 8px;
  width: 100%;
  height: 90px;
  font-size: 12px;
}

.rsDefault .rsGCaption * {
  color: #fff;
}

/***************
*
*  9. Full Width Responsive
*
****************/
.full-slideshow {
  max-width: 1170px;
  width: 100%;
  margin: auto;
}

.rsDefault.rsFullWidth {
  width: 100%;
  height: auto;
  max-height: 540px;
}

.rsDefault.rsFullWidth img.rsImg {
  width: 100%;
  display: block;
}

.rsDefault.rsFullWidth .rsGCaption {
  width: calc(100% - 120px);
  margin: auto;
  background: none;
  padding: 0;
  bottom: 0px;
  left: 60px;
  height: auto;
}

.rsDefault.rsFullWidth .rsGCaption .rsABlock {
  position: relative;
  left: auto;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.rsDefault.rsFullWidth .rsGCaption .rsABlock p {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 20px;
  margin: 0;
  display: block;
  font-size: 16px;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@media screen and (max-width: 700px) {
  .rsDefault.rsFullWidth .rsGCaption {
    width: 100%;
    left: 0px;
  }
}

.m-slideshow-container {
  max-height: 540px;
  max-width: 1170px;
  margin: 0 auto;
}

.m-slideshow-container.slideshow-type-full-width {
  width: 100%;
}

.slideshow-sidecaptions {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.slideshow-sidecaptions .rsDefault {
  width: 100%;
}

.slideshow-sidecaptions .rsDefault .rsThumbsVer {
  width: 35%;
}

.slideshow-sidecaptions .rsDefault .rsThumb {
  width: 100%;
  height: auto;
}

.slideshow-sidecaptions .rsDefault .rsThumb * {
  color: rgba(255, 255, 255, 0.4);
}

.slideshow-sidecaptions .rsDefault .rsThumb .buttons {
  opacity: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.slideshow-sidecaptions .rsDefault .rsThumb .buttons a {
  text-indent: -9999px;
}

.slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected {
  background: none;
}

.slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected * {
  color: #fff;
}

.slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected .buttons {
  opacity: 1;
}

.slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected .buttons a {
  text-indent: 0;
}

.slideshow-sidecaptions .rsDefault .rsTmb {
  height: 100%;
  margin: 0 20px;
  padding: 15px 4px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  width: calc(100% - 40px);
}

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content {
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  /* ----------------------------------------------------------------------------
	=Image Templates
	----------------------------------------------------------------------------- */
}

.content blockquote {
  position: relative;
  left: 50%;
  max-width: 1000px;
  transform: translateX(-50%);
  color: #fff;
  background: #171717;
  font-size: 20px;
  padding: 35px 60px 10px;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  width: calc(100% + 120px);
}

@media screen and (max-width: 1000px) {
  .content blockquote {
    width: 100%;
  }
}

.content blockquote p {
  color: inherit;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  width: 100%;
}

.content blockquote p strong {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px;
  padding-top: 15px;
  color: #cc1306;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}

.content blockquote p strong:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 2px;
  width: 200px;
  background: #cc1306;
}

.content blockquote p em {
  font-style: normal;
  font-size: 16px;
}

@media screen and (max-width: 700px) {
  .content blockquote {
    padding: 20px 20px 10px;
  }
}

.content img {
  max-width: 100%;
  height: auto !important;
}

.content img[align=left], .content img[align=left].gh-image, .content img.left {
  float: left;
  margin: 0 20px 20px 0;
  padding: 0px;
}

@media screen and (max-width: 700px) {
  .content img[align=left], .content img[align=left].gh-image, .content img.left {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}

.content img[align=right], .content img[align=right].gh-image, .content img.right {
  float: right;
  margin: 0 0 20px 20px;
  padding: 0px;
}

@media screen and (max-width: 700px) {
  .content img[align=right], .content img[align=right].gh-image, .content img.right {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}

/* ----------------------------------------------------------------------------
=Spotlight list style
----------------------------------------------------------------------------- */
.spotlight {
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.spotlight:before {
  left: 20px;
}

.spotlight .entry {
  position: relative;
  width: 100%;
  clear: both;
  padding: 50px 0;
  display: block;
  border-top: 2px solid #ebebeb;
}

.spotlight .entry .thumb {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  overflow: hidden;
  float: left;
  clear: both;
  max-width: 200px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  width: 200px;
  perspective: 1px;
}

.spotlight .entry .thumb a {
  transform-style: preserve-3d;
  will-change: opacity;
}

.spotlight .entry .thumb a:hover img {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.spotlight .entry .thumb img {
  transform-style: preserve-3d;
  will-change: opacity;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  max-width: 100%;
  max-height: 180px;
  min-width: 100%;
  float: left;
}

@media screen and (max-width: 700px) {
  .spotlight .entry .thumb {
    float: none;
    margin: auto;
    margin-bottom: 30px;
    height: auto;
    width: auto;
  }
}

.spotlight .info {
  position: relative;
  float: right;
  width: 100%;
}

.spotlight .info h3 a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #333;
}

.spotlight .info h3 a:hover {
  color: #cc1306;
  text-decoration: none;
}

.spotlight .info .tagline {
  color: #171717;
}

.spotlight .info p {
  margin-bottom: 0px;
}

.spotlight .info address {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.spotlight .info.has_thumb {
  width: calc(100% - 200px - 20px);
}

.spotlight .info .button {
  margin-top: 30px;
  margin-right: 30px;
}

.spotlight .info .gen-button {
  margin-right: 10px;
  min-width: 160px;
}

.spotlight .info .spotlight_date {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #cc1306;
  margin-bottom: 7px;
  line-height: 24px;
  vertical-align: bottom;
}

.spotlight .info .spotlight_date .m-date__month {
  font-size: 18px;
}

.spotlight .info .spotlight_date .m-date__day {
  font-size: 24px;
}

.spotlight .info .spotlight_date .m-date__year {
  display: none;
}

.spotlight .info .spotlight_date .m-date__separator {
  font-size: 24px;
}

@media screen and (max-width: 700px) {
  .spotlight .info {
    text-align: center;
  }
  .spotlight .info.has_thumb {
    width: 100%;
  }
  .spotlight .info .thumb {
    margin-bottom: 20px;
    display: block;
  }
  .spotlight .info .links {
    margin-top: 20px;
  }
  .seating_charts .spotlight .info {
    text-align: center;
  }
  .spotlight .info .gen-button {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 160px;
  }
}

.spotlight.listing .entry:first-child {
  border-top: none;
}

/* ----------------------------------------------------------------------------
= Showtime Homepage Overlay
----------------------------------------------------------------------------- */
#overlay_container {
  display: none;
  padding: 100px 0 0;
}

#overlay_container .close-overlay {
  position: absolute;
  display: block;
  z-index: 50;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  background: url(../images/button_close.png) no-repeat center center;
  cursor: pointer;
}

#overlay_container a, #overlay_container a:link, #overlay_container a:visited {
  position: relative;
  display: block;
  z-index: 10;
  max-width: 1000px;
  height: auto;
}

#overlay_container a img, #overlay_container a:link img, #overlay_container a:visited img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay_content {
  position: relative;
  width: 95%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.close-overlay-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.dontshow-overlay {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #000;
  font: 400 20px/140% "Yantramanav", sans-serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
}

.dontshow-overlay:hover {
  color: #fff;
  background: #cc1306;
}

/* ----------------------------------------------------------------------------
= Links and Link Lists
----------------------------------------------------------------------------- */
.link {
  margin-bottom: 40px;
}

.link .list > li {
  margin: 0 0 16px;
}

.link .list > li .description {
  padding: 4px 46px 0px;
}

.link .list > li p {
  font-size: 16px;
  line-height: 20px;
}

.link .list > li p:last-child {
  margin: 0;
}

.link .list li > a {
  position: relative;
  display: block;
  padding: 4px 0px 0px 46px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #171717;
  letter-spacing: 0.03em;
  word-wrap: break-word;
  text-transform: uppercase;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  /*------------------------------------------------------------
			=Handles all Social Media icons for select social media urls
				-- Twitter | Facebook | Instagram | Pinterest
			------------------------------------------------------------*/
}

.link .list li > a:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 40px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/link.svg) no-repeat 5px 10px;
  background-size: 21px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.link .list li > a:hover {
  color: #cc1306;
}

.link .list li > a:hover:before, .link .list li > a:focus:before {
  background: url(../images/link_hover.svg) no-repeat 5px 10px;
  background-size: 21px;
}

.link .list li > a.image:before {
  background: url(../images/image.svg) no-repeat 5px 10px;
  background-size: 21px;
}

.link .list li > a.image:hover:before, .link .list li > a.image:focus:before {
  background: url(../images/image_hover.svg) no-repeat 5px 10px;
  background-size: 21px;
}

.link .list li > a.pdf:before {
  background: url(../images/document.svg) no-repeat 5px 10px;
  background-size: 21px;
}

.link .list li > a.pdf:hover:before, .link .list li > a.pdf:focus:before {
  background: url(../images/document_hover.svg) no-repeat 5px 10px;
  background-size: 21px;
}

.link .list li > a.email:before {
  background: url(../images/email.svg) no-repeat 5px 14px;
  background-size: 21px;
}

.link .list li > a.email:hover:before, .link .list li > a.email:focus:before {
  background: url(../images/email_hover.svg) no-repeat 5px 14px;
  background-size: 21px;
}

.link .list li > a[href^="http://www.twitter.com"]:before, .link .list li > a[href^="https://www.twitter.com"]:before, .link .list li > a[href^="http://twitter.com"]:before, .link .list li > a[href^="https://twitter.com"]:before {
  display: inline-block;
  content: "\f099";
  background: none;
  padding: 6px 8px;
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: #cc1306;
  text-decoration: inherit;
}

.link .list li > a[href^="http://www.twitter.com"]:hover:before, .link .list li > a[href^="https://www.twitter.com"]:hover:before, .link .list li > a[href^="http://twitter.com"]:hover:before, .link .list li > a[href^="https://twitter.com"]:hover:before {
  color: #cc1306;
}

.link .list li > a[href^="http://www.facebook.com"]:before, .link .list li > a[href^="https://www.facebook.com"]:before, .link .list li > a[href^="http://facebook.com"]:before, .link .list li > a[href^="https://facebook.com"]:before {
  display: inline-block;
  content: "\f09a";
  background: none;
  padding: 6px 8px;
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: #cc1306;
  text-decoration: inherit;
}

.link .list li > a[href^="http://www.facebook.com"]:hover:before, .link .list li > a[href^="https://www.facebook.com"]:hover:before, .link .list li > a[href^="http://facebook.com"]:hover:before, .link .list li > a[href^="https://facebook.com"]:hover:before {
  color: #cc1306;
}

.link .list li > a[href^="http://www.instagram.com"]:before, .link .list li > a[href^="https://www.instagram.com"]:before, .link .list li > a[href^="http://instagram.com"]:before, .link .list li > a[href^="https://instagram.com"]:before {
  display: inline-block;
  content: "\f16d";
  background: none;
  padding: 6px 8px;
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: #cc1306;
  text-decoration: inherit;
}

.link .list li > a[href^="http://www.instagram.com"]:hover:before, .link .list li > a[href^="https://www.instagram.com"]:hover:before, .link .list li > a[href^="http://instagram.com"]:hover:before, .link .list li > a[href^="https://instagram.com"]:hover:before {
  color: #cc1306;
}

.link .list li > a[href^="http://www.pinterest.com"]:before, .link .list li > a[href^="https://www.pinterest.com"]:before, .link .list li > a[href^="http://pinterest.com"]:before, .link .list li > a[href^="https://pinterest.com"]:before {
  display: inline-block;
  content: "\f0d2";
  background: none;
  padding: 6px 8px;
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: #cc1306;
  text-decoration: inherit;
}

.link .list li > a[href^="http://www.pinterest.com"]:hover:before, .link .list li > a[href^="https://www.pinterest.com"]:hover:before, .link .list li > a[href^="http://pinterest.com"]:hover:before, .link .list li > a[href^="https://pinterest.com"]:hover:before {
  color: #cc1306;
}

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0px;
}

.faq dt {
  overflow: auto;
  margin: 0;
  margin-top: 8px;
  padding: 0;
  border: 2px solid #ebebeb;
  border-bottom: none;
  background: #ebebeb;
  cursor: pointer;
}

.faq dt:hover p {
  color: #222;
}

.faq dt p {
  position: relative;
  margin: 0;
  padding: 19px 50px 19px 20px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.faq dt p:after {
  position: absolute;
  top: 20px;
  right: 24px;
  content: '\f107';
  font-family: FontAwesome;
  color: inherit;
  font-size: 28px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.faq dt p:hover {
  color: #cc1306;
}

.faq dt p:hover:after {
  color: #cc1306;
}

@media screen and (max-width: 700px) {
  .faq dt p {
    padding: 20px 50px 20px 24px;
  }
}

.faq dt.active, .faq dt.open {
  background-color: #fff;
}

.faq dt.active p, .faq dt.open p {
  color: #cc1306;
}

.faq dt.active p:after, .faq dt.open p:after {
  transform: rotate(180deg);
}

.faq dd {
  display: none;
  margin: 0;
  padding: 0 20px 10px;
  border: 2px solid #eee;
  border-top: none;
}

.faq dd p a:hover {
  color: #ff1808;
}

/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
.venue_detail .heading {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
}

.venue_detail .heading h1 {
  display: block;
  width: 600px;
  margin: 0;
  padding: 27px 0 0;
  color: #333;
  font: bold 26px/120% "Yantramanav", sans-serif;
  text-transform: uppercase;
}

.venue_detail .venue_body .events {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.venue_detail .main_column .seating img {
  max-width: 600px;
}

/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.iframe-map {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: auto;
  margin-bottom: 0px;
}

.iframe-map iframe.map {
  width: 100%;
  height: 540px;
  display: block;
}

.map_holder {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: auto;
  height: 540px;
}

.map_holder .map {
  width: 100%;
  height: 100%;
}

.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px;
}

.map_window .info h4 {
  color: #000;
  font-weight: 400;
}

.map_window .info address {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12px;
  line-height: 140%;
}

.map_window .desc {
  float: left;
  width: 120px;
}

.map_window .desc img {
  float: left;
  width: 120px;
  height: auto;
  margin: 0 15px 0 0;
}

.map_window .desc p {
  margin: 0;
  padding: 0;
}

.map_window .directions {
  display: none;
  padding: 4px 0 0;
}

.map_window .directions label {
  display: block;
  margin: 0 0 8px;
  color: #000;
  font-size: 12px;
}

.map_window .directions input[type=text] {
  width: 72%;
  margin: 0 0 8px;
  padding: 4px 5px;
  color: #000;
  font-size: 12px;
}

.map_window .directions form button {
  display: block;
  float: right;
  padding: 6px 5px;
  color: #fff;
  border: 0;
  background-color: #a9a9a9;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.map_window .directions form button:hover {
  background-color: #f2873b;
}

.map_control {
  zoom: 1;
  position: relative;
  z-index: 51;
  margin: 0 auto;
  line-height: 40px;
}

.map_control:before, .map_control:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.map_control:after {
  clear: both;
}

.map_control .map_anchor {
  display: none;
}

.map_control label {
  display: block;
  float: left;
  height: 40px;
  padding: 0 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.map_control button {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  float: left;
  margin: 0 2px 0 0;
  padding: 0 15px;
  color: #fff;
  border: none;
  background: none;
  font-family: "Yantramanav", sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.map_control button.active {
  outline: none;
  background: #cc1306;
}

.map_control button.active:hover {
  color: white;
  outline: none;
}

.map_control button:hover {
  color: #cc1306;
  outline: none;
}

.map_control button:focus {
  outline: none;
}

/* ----------------------------------------------------------------------------
= Pagination
----------------------------------------------------------------------------- */
body#events.all #column_1 .paging.final {
  display: none;
}

.paging {
  zoom: 1;
  position: relative;
  height: 40px;
  margin: 5px 0 15px;
  padding: 0 20px;
  color: #666;
  font: 400 14px/40px "Yantramanav", sans-serif;
  letter-spacing: 0.06em;
}

.paging:before, .paging:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.paging:after {
  clear: both;
}

.paging.final {
  margin: 0;
}

.paging.empty {
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
}

.paging .record {
  float: left;
  width: auto;
  height: 40px;
  padding: 0 0 0 10px;
}

.paging .pages {
  zoom: 1;
  float: right;
  width: auto;
  margin: 0 -17px 0 0;
  text-align: center;
}

.paging .pages:before, .paging .pages:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.paging .pages:after {
  clear: both;
}

.paging .pages strong, .paging .pages a, .paging .pages a:link, .paging .pages a:visited {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  color: #333;
  font: 600 14px/40px "Yantramanav", sans-serif;
  text-decoration: none;
}

.paging .pages strong:hover, .paging .pages a:hover, .paging .pages a:link:hover, .paging .pages a:visited:hover {
  color: #cc1306;
}

.paging .pages strong.last, .paging .pages strong.first, .paging .pages a.last, .paging .pages a.first, .paging .pages a:link.last, .paging .pages a:link.first, .paging .pages a:visited.last, .paging .pages a:visited.first {
  display: none;
}

.paging .pages strong {
  font-weight: 700;
  color: #cc1306;
}

/* ----------------------------------------------------------------------------
=Password Protected Page login form
----------------------------------------------------------------------------- */
.login-form {
  text-align: center;
}

.login-form form {
  position: relative;
}

.login-form form input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  width: calc(100% - 65px);
  max-width: 400px;
  height: 61px;
  margin: 0 auto 10px;
  padding: 8px 10px;
  color: #171717;
  border: 1px solid black;
  border-radius: 0;
  background: transparent;
  font-size: 1rem;
  font-weight: 300;
  line-height: 61px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.login-form form input[type='password']::-webkit-input-placeholder {
  color: #cc1306;
}

.login-form form input[type='password']:-moz-placeholder {
  color: #cc1306;
}

.login-form form input[type='password']:-ms-input-placeholder {
  color: #cc1306;
}

.login-form form input[type='password']:focus {
  outline: none;
  -webkit-appearance: none;
}

.login-form form input[type='submit'] {
  cursor: pointer;
  background: #fff;
  margin: 40px auto 5px;
  display: block;
  border-color: #cc1306;
  color: #cc1306;
}

.login-form form input[type='submit']:hover {
  color: white;
  background: #cc1306;
}

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_list .entry, .panel .upcoming_events .entry {
  position: relative;
  background-color: #171717;
  margin-bottom: 10px;
  padding: 10px;
}

.news_list .entry .thumb, .panel .upcoming_events .entry .thumb {
  width: 200px;
  height: 178px;
  background: #171717;
  position: relative;
  overflow: hidden;
  float: left;
}

.news_list .entry .thumb img, .panel .upcoming_events .entry .thumb img {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  max-width: 100%;
  float: left;
  width: 100%;
}

.news_list .entry .thumb .news_thumb, .panel .upcoming_events .entry .thumb .news_thumb {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
}

.news_list .entry .thumb .news_thumb img, .panel .upcoming_events .entry .thumb .news_thumb img {
  max-width: 100%;
  visibility: visible;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  will-change: opacity;
}

.news_list .entry .thumb .news_thumb.too_short img, .panel .upcoming_events .entry .thumb .news_thumb.too_short img {
  height: 100%;
  width: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}

.news_list .entry .thumb .news_thumb.too_tall img, .panel .upcoming_events .entry .thumb .news_thumb.too_tall img {
  width: 100%;
}

.news_list .entry .thumb a:hover img, .panel .upcoming_events .entry .thumb a:hover img {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 870px) {
  .news_list .entry .thumb, .panel .upcoming_events .entry .thumb {
    width: 154px;
    height: 138px;
  }
}

@media screen and (max-width: 500px) {
  .news_list .entry .thumb, .panel .upcoming_events .entry .thumb {
    display: none;
  }
}

.news_list .entry .info, .panel .upcoming_events .entry .info {
  float: left;
  padding: 15px 20px;
  width: 100%;
  padding-bottom: 40px;
}

.news_list .entry .info.has_thumb, .panel .upcoming_events .entry .info.has_thumb {
  width: calc(100% - 200px);
}

@media screen and (max-width: 870px) {
  .news_list .entry .info.has_thumb, .panel .upcoming_events .entry .info.has_thumb {
    width: calc(100% - 154px);
  }
}

@media screen and (max-width: 500px) {
  .news_list .entry .info, .panel .upcoming_events .entry .info {
    width: 100%;
  }
  .news_list .entry .info.has_thumb, .panel .upcoming_events .entry .info.has_thumb {
    width: 100%;
  }
}

.news_list .entry .news_date, .panel .upcoming_events .entry .news_date {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #cc1306;
  margin-bottom: 0px;
  line-height: 24px;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.news_list .entry .news_date .m-date__month, .panel .upcoming_events .entry .news_date .m-date__month {
  font-size: 18px;
}

.news_list .entry .news_date .m-date__day, .panel .upcoming_events .entry .news_date .m-date__day {
  font-size: 24px;
}

.news_list .entry h3, .panel .upcoming_events .entry h3 {
  font-size: 26px;
  line-height: 1.3;
}

.news_list .entry h3 a, .panel .upcoming_events .entry h3 a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: white;
  font-size: 26px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.news_list .entry h3 a:hover, .panel .upcoming_events .entry h3 a:hover {
  color: #cc1306;
}

.news_list .entry h5, .panel .upcoming_events .entry h5 {
  font-family: "Yantramanav", sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.news_list .entry p, .panel .upcoming_events .entry p {
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  line-height: 117%;
}

.news_list .entry .buttons, .panel .upcoming_events .entry .buttons {
  position: absolute;
  bottom: 12px;
  right: 20px;
}

.news_list .entry .buttons a, .panel .upcoming_events .entry .buttons a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  text-transform: uppercase;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: white;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.news_list .entry .buttons a:before, .panel .upcoming_events .entry .buttons a:before {
  content: '\f054';
  font-family: FontAwesome;
  color: #cc1306;
  margin-right: 5px;
  font-size: 10px;
  line-height: 12px;
  vertical-align: middle;
}

.news_list .entry .buttons a:hover, .panel .upcoming_events .entry .buttons a:hover {
  color: #cc1306;
}

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .spotlight_image {
  zoom: 1;
  max-width: 1170px;
  margin: auto;
  width: 100%;
  max-height: 540px;
  overflow: hidden;
}

.news_detail .spotlight_image:before, .news_detail .spotlight_image:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.news_detail .spotlight_image:after {
  clear: both;
}

.news_detail .spotlight_image img {
  width: 100%;
  float: left;
}

.news_detail .news_tagline {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-family: "Yantramanav", sans-serif;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 25px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.news_detail .news_date {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #cc1306;
  margin-bottom: 10px;
  line-height: 24px;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.news_detail .news_date .m-date__month {
  font-size: 32px;
}

.news_detail .news_date .m-date__day {
  font-size: 40px;
}

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
#loadMoreEvents[disabled="disabled"] {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.event_listing_page.full_column {
  max-width: 1190px;
}

.event_header {
  position: relative;
}

.event_filters {
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.view_type {
  float: right;
  margin-left: 20px;
  margin-right: 0px;
}

.view_type .grid-view, .view_type .list-view {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  height: 38px;
  width: 34px;
  float: left;
  cursor: pointer;
  margin-left: 7px;
  border: 2px solid #ffffff;
  padding: 3px;
}

.view_type .grid-view .block, .view_type .list-view .block {
  width: 6px;
  height: 12px;
  float: left;
  margin: 1px;
  background: #bcbcbc;
}

.view_type .grid-view.active, .view_type .grid-view:hover, .view_type .list-view.active, .view_type .list-view:hover {
  border-color: #bcbcbc;
}

.view_type .grid-view.active .block, .view_type .grid-view:hover .block, .view_type .list-view.active .block, .view_type .list-view:hover .block {
  background-color: #cc1306;
}

.view_type .list-view .left {
  float: left;
}

.view_type .list-view .right {
  float: right;
}

.view_type .list-view .block {
  clear: left;
  vertical-align: top;
}

.view_type .list-view .block.thin {
  width: 14px;
  height: 2px;
  margin-top: 5px;
  float: right;
  clear: right;
}

@media screen and (max-width: 870px) {
  .view_type {
    display: none;
  }
}

@media screen and (min-width: 820px) {
  .event-list-view-small .entry, .home .panel_2 .event_list.secondary .entry, .event_list.grid_view .entry {
    position: relative;
    display: block;
    border-bottom: 2px solid #171717;
    width: 382px;
    height: 464px;
    float: left;
    border: none;
    margin: 0 6px 12px;
  }
  .event-list-view-small .entry .thumb, .home .panel_2 .event_list.secondary .entry .thumb, .event_list.grid_view .entry .thumb {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 340px;
    display: block;
  }
  .event-list-view-small .entry .thumb img, .home .panel_2 .event_list.secondary .entry .thumb img, .event_list.grid_view .entry .thumb img {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    max-width: 100%;
    float: left;
    width: 100%;
  }
  .event-list-view-small .entry .thumb .event_thumb, .home .panel_2 .event_list.secondary .entry .thumb .event_thumb, .event_list.grid_view .entry .thumb .event_thumb {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
  }
  .event-list-view-small .entry .thumb .event_thumb img, .home .panel_2 .event_list.secondary .entry .thumb .event_thumb img, .event_list.grid_view .entry .thumb .event_thumb img {
    max-width: 100%;
    visibility: visible;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
  }
  .event-list-view-small .entry .thumb .event_thumb.too_short img, .home .panel_2 .event_list.secondary .entry .thumb .event_thumb.too_short img, .event_list.grid_view .entry .thumb .event_thumb.too_short img {
    height: 100%;
    width: auto;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
  }
  .event-list-view-small .entry .thumb .event_thumb.too_tall img, .home .panel_2 .event_list.secondary .entry .thumb .event_thumb.too_tall img, .event_list.grid_view .entry .thumb .event_thumb.too_tall img {
    width: 100%;
  }
  .event-list-view-small .entry .thumb a:hover, .home .panel_2 .event_list.secondary .entry .thumb a:hover, .event_list.grid_view .entry .thumb a:hover {
    transform-style: preserve-3d;
    will-change: opacity;
  }
  .event-list-view-small .entry .thumb a:hover img, .home .panel_2 .event_list.secondary .entry .thumb a:hover img, .event_list.grid_view .entry .thumb a:hover img {
    transform-style: preserve-3d;
    will-change: opacity;
    zoom: 1;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .event-list-view-small .entry .info, .home .panel_2 .event_list.secondary .entry .info, .event_list.grid_view .entry .info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #171717;
    float: left;
    padding: 15px 20px 40px;
    width: calc(100% - 164px);
    height: auto;
    width: 100%;
    min-height: 124px;
  }
  .event-list-view-small .entry .event_date, .home .panel_2 .event_list.secondary .entry .event_date, .event_list.grid_view .entry .event_date {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #cc1306;
    margin-bottom: 10px;
    line-height: 24px;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  .event-list-view-small .entry .event_date .m-date__month, .home .panel_2 .event_list.secondary .entry .event_date .m-date__month, .event_list.grid_view .entry .event_date .m-date__month {
    font-size: 18px;
  }
  .event-list-view-small .entry .event_date .m-date__day, .home .panel_2 .event_list.secondary .entry .event_date .m-date__day, .event_list.grid_view .entry .event_date .m-date__day {
    font-size: 24px;
  }
  .event-list-view-small .entry .event_date .m-date__year, .home .panel_2 .event_list.secondary .entry .event_date .m-date__year, .event_list.grid_view .entry .event_date .m-date__year {
    display: none;
  }
  .event-list-view-small .entry .event_date .m-date__separator, .home .panel_2 .event_list.secondary .entry .event_date .m-date__separator, .event_list.grid_view .entry .event_date .m-date__separator {
    font-size: 24px;
  }
  .event-list-view-small .entry .time, .home .panel_2 .event_list.secondary .entry .time, .event_list.grid_view .entry .time {
    display: none;
  }
  .event-list-view-small .entry .event_title, .home .panel_2 .event_list.secondary .entry .event_title, .event_list.grid_view .entry .event_title {
    font-size: 26px;
    line-height: 1.3;
  }
  .event-list-view-small .entry .event_title a, .home .panel_2 .event_list.secondary .entry .event_title a, .event_list.grid_view .entry .event_title a {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    color: #171717;
    font-size: 26px;
  }
  .event-list-view-small .entry .event_title a:hover, .home .panel_2 .event_list.secondary .entry .event_title a:hover, .event_list.grid_view .entry .event_title a:hover {
    color: #cc1306;
  }
  .event-list-view-small .entry .event_title, .home .panel_2 .event_list.secondary .entry .event_title, .event_list.grid_view .entry .event_title, .event-list-view-small .entry h3, .home .panel_2 .event_list.secondary .entry h3, .event_list.grid_view .entry h3, .event-list-view-small .entry h4, .home .panel_2 .event_list.secondary .entry h4, .event_list.grid_view .entry h4 {
    color: white;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  .event-list-view-small .entry .event_title a, .home .panel_2 .event_list.secondary .entry .event_title a, .event_list.grid_view .entry .event_title a, .event-list-view-small .entry h3 a, .home .panel_2 .event_list.secondary .entry h3 a, .event_list.grid_view .entry h3 a, .event-list-view-small .entry h4 a, .home .panel_2 .event_list.secondary .entry h4 a, .event_list.grid_view .entry h4 a {
    color: inherit;
  }
  .event-list-view-small .entry .event_title a:hover, .home .panel_2 .event_list.secondary .entry .event_title a:hover, .event_list.grid_view .entry .event_title a:hover, .event-list-view-small .entry h3 a:hover, .home .panel_2 .event_list.secondary .entry h3 a:hover, .event_list.grid_view .entry h3 a:hover, .event-list-view-small .entry h4 a:hover, .home .panel_2 .event_list.secondary .entry h4 a:hover, .event_list.grid_view .entry h4 a:hover {
    color: #cc1306;
  }
  .event-list-view-small .entry .tagline, .home .panel_2 .event_list.secondary .entry .tagline, .event_list.grid_view .entry .tagline {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 16px;
  }
  .event-list-view-small .entry .buttons, .home .panel_2 .event_list.secondary .entry .buttons, .event_list.grid_view .entry .buttons {
    position: absolute;
    bottom: 12px;
    right: 20px;
  }
  .event-list-view-small .entry .buttons a, .home .panel_2 .event_list.secondary .entry .buttons a, .event_list.grid_view .entry .buttons a, .event-list-view-small .entry .buttons span.go_to, .home .panel_2 .event_list.secondary .entry .buttons span.go_to, .event_list.grid_view .entry .buttons span.go_to {
    cursor: pointer;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    text-transform: uppercase;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #171717;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  .event-list-view-small .entry .buttons a:before, .home .panel_2 .event_list.secondary .entry .buttons a:before, .event_list.grid_view .entry .buttons a:before, .event-list-view-small .entry .buttons span.go_to:before, .home .panel_2 .event_list.secondary .entry .buttons span.go_to:before, .event_list.grid_view .entry .buttons span.go_to:before {
    content: '\f054';
    font-family: FontAwesome;
    color: #cc1306;
    margin-right: 5px;
    font-size: 10px;
    line-height: 12px;
    vertical-align: middle;
  }
  .event-list-view-small .entry .buttons a:hover, .home .panel_2 .event_list.secondary .entry .buttons a:hover, .event_list.grid_view .entry .buttons a:hover, .event-list-view-small .entry .buttons span.go_to:hover, .home .panel_2 .event_list.secondary .entry .buttons span.go_to:hover, .event_list.grid_view .entry .buttons span.go_to:hover {
    color: #cc1306;
  }
}

/* EVENT LIST */
.event_list .entry {
  position: relative;
  margin: auto;
  display: block;
  border-bottom: 2px solid #171717;
  margin-bottom: 12px;
}

.event_list .entry .thumb {
  position: relative;
  height: 144px;
  width: 164px;
  overflow: hidden;
  float: left;
  transform-style: preserve-3d;
  will-change: opacity;
}

.event_list .entry .thumb img {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  max-width: 100%;
  float: left;
  width: 100%;
  transform-style: preserve-3d;
  will-change: opacity;
}

.event_list .entry .thumb .event_thumb {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
}

.event_list .entry .thumb .event_thumb img {
  max-width: 100%;
  visibility: visible;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.event_list .entry .thumb .event_thumb.too_short img {
  height: 100%;
  width: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}

.event_list .entry .thumb .event_thumb.too_tall img {
  width: 100%;
}

.event_list .entry .thumb a:hover {
  background: #171717;
}

.event_list .entry .thumb a:hover img {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.event_list .entry .thumb:hover {
  background: #171717;
}

@media screen and (max-width: 500px) {
  .event_list .entry .thumb {
    display: none;
  }
}

.event_list .entry .info {
  float: left;
  padding: 15px 20px;
  width: calc(100% - 164px);
  padding-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .event_list .entry .info {
    width: 100%;
    padding: 10px;
    padding-bottom: 30px;
  }
}

.event_list .entry .event_date {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #cc1306;
  margin-bottom: 7px;
  line-height: 24px;
  vertical-align: bottom;
}

.event_list .entry .event_date .m-date__month {
  font-size: 18px;
}

.event_list .entry .event_date .m-date__day {
  font-size: 24px;
}

.event_list .entry .event_date .m-date__year {
  display: none;
}

.event_list .entry .event_date .m-date__separator {
  font-size: 24px;
}

.event_list .entry .event_title {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.event_list .entry .event_title a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #171717;
  font-size: 26px;
}

.event_list .entry .event_title a:hover {
  color: #cc1306;
}

@media screen and (max-width: 700px) {
  .event_list .entry .event_title a {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .event_list .entry .event_title {
    font-size: 20px;
  }
}

.event_list .entry .tagline {
  margin-bottom: 0;
  color: #171717;
  font-size: 16px;
}

.event_list .entry .time {
  position: absolute;
  bottom: 10px;
  left: 184px;
  color: #898989;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .event_list .entry .time {
    left: 20px;
    position: relative;
    bottom: auto;
    left: auto;
  }
}

.event_list .entry .buttons {
  position: absolute;
  bottom: 6px;
  right: 0px;
}

.event_list .entry .buttons a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  text-transform: uppercase;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #171717;
  letter-spacing: 0.08em;
  line-height: 1;
}

.event_list .entry .buttons a:before {
  content: '\f054';
  font-family: FontAwesome;
  color: #cc1306;
  margin-right: 5px;
  font-size: 10px;
  line-height: 12px;
  vertical-align: middle;
}

.event_list .entry .buttons a:hover {
  color: #cc1306;
}

.event_listing_page .event_list .entry {
  max-width: 777px;
}

@media screen and (max-width: 500px) {
  .event_list .entry {
    margin-bottom: 5;
  }
}

@media screen and (min-width: 820px) {
  .event_list.grid_view {
    width: 788px;
    margin: auto;
  }
}

@media screen and (min-width: 1190px) {
  .event_list.grid_view {
    margin-left: -6px;
    width: calc(100% + 12px);
  }
}

.home .panel_2 .event_list.secondary {
  zoom: 1;
  width: 100%;
  max-width: 788px;
  margin: 0 auto 12px;
}

.home .panel_2 .event_list.secondary:before, .home .panel_2 .event_list.secondary:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.home .panel_2 .event_list.secondary:after {
  clear: both;
}

.home .panel_2 .event_list.secondary .entry {
  margin: 0 6px 12px;
}

@media screen and (max-width: 819px) {
  .home .panel_2 .event_list.secondary .entry {
    margin: 0 0px 12px;
    clear: both;
  }
  .home .panel_2 .event_list.secondary .entry .time {
    position: relative;
    left: auto;
    bottom: auto;
  }
}

@media screen and (min-width: 1190px) {
  .home .panel_2 .event_list.secondary .entry {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .home .panel_2 .event_list.secondary .thumb {
    display: block;
    width: 120px;
    height: 106px;
  }
  .home .panel_2 .event_list.secondary .entry .info {
    width: calc(100% - 120px);
  }
}

.home .panel_2 .event_list.primary {
  zoom: 1;
  width: 100%;
  max-width: 776px;
  margin: auto;
}

.home .panel_2 .event_list.primary:before, .home .panel_2 .event_list.primary:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.home .panel_2 .event_list.primary:after {
  clear: both;
}

.home .panel_2 .event_list.primary .entry {
  position: relative;
  display: block;
  border-bottom: 2px solid #171717;
  width: 382px;
  height: 464px;
  float: left;
  border: none;
  margin: 0 6px 12px;
}

.home .panel_2 .event_list.primary .entry .thumb {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 340px;
  display: block;
}

.home .panel_2 .event_list.primary .entry .thumb img {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  max-width: 100%;
  float: left;
  width: 100%;
}

.home .panel_2 .event_list.primary .entry .thumb .event_thumb {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
}

.home .panel_2 .event_list.primary .entry .thumb .event_thumb img {
  max-width: 100%;
  visibility: visible;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.home .panel_2 .event_list.primary .entry .thumb .event_thumb.too_short img {
  height: 100%;
  width: auto;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}

.home .panel_2 .event_list.primary .entry .thumb .event_thumb.too_tall img {
  width: 100%;
}

.home .panel_2 .event_list.primary .entry .thumb a:hover {
  transform-style: preserve-3d;
  will-change: opacity;
}

.home .panel_2 .event_list.primary .entry .thumb a:hover img {
  transform-style: preserve-3d;
  will-change: opacity;
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.home .panel_2 .event_list.primary .entry .info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #171717;
  float: left;
  padding: 15px 20px 40px;
  width: calc(100% - 164px);
  height: auto;
  width: 100%;
  min-height: 124px;
}

.home .panel_2 .event_list.primary .entry .event_date {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #cc1306;
  margin-bottom: 10px;
  line-height: 24px;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.home .panel_2 .event_list.primary .entry .event_date .m-date__month {
  font-size: 18px;
}

.home .panel_2 .event_list.primary .entry .event_date .m-date__day {
  font-size: 24px;
}

.home .panel_2 .event_list.primary .entry .event_date .m-date__year {
  display: none;
}

.home .panel_2 .event_list.primary .entry .event_date .m-date__separator {
  font-size: 24px;
}

.home .panel_2 .event_list.primary .entry .time {
  display: none;
}

.home .panel_2 .event_list.primary .entry .event_title {
  font-size: 26px;
  line-height: 1.3;
}

.home .panel_2 .event_list.primary .entry .event_title a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #171717;
  font-size: 26px;
}

.home .panel_2 .event_list.primary .entry .event_title a:hover {
  color: #cc1306;
}

.home .panel_2 .event_list.primary .entry .event_title, .home .panel_2 .event_list.primary .entry h3, .home .panel_2 .event_list.primary .entry h4 {
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.home .panel_2 .event_list.primary .entry .event_title a, .home .panel_2 .event_list.primary .entry h3 a, .home .panel_2 .event_list.primary .entry h4 a {
  color: inherit;
}

.home .panel_2 .event_list.primary .entry .event_title a:hover, .home .panel_2 .event_list.primary .entry h3 a:hover, .home .panel_2 .event_list.primary .entry h4 a:hover {
  color: #cc1306;
}

.home .panel_2 .event_list.primary .entry .tagline {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 16px;
}

.home .panel_2 .event_list.primary .entry .buttons {
  position: absolute;
  bottom: 12px;
  right: 20px;
}

.home .panel_2 .event_list.primary .entry .buttons a, .home .panel_2 .event_list.primary .entry .buttons span.go_to {
  cursor: pointer;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  text-transform: uppercase;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #171717;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.home .panel_2 .event_list.primary .entry .buttons a:before, .home .panel_2 .event_list.primary .entry .buttons span.go_to:before {
  content: '\f054';
  font-family: FontAwesome;
  color: #cc1306;
  margin-right: 5px;
  font-size: 10px;
  line-height: 12px;
  vertical-align: middle;
}

.home .panel_2 .event_list.primary .entry .buttons a:hover, .home .panel_2 .event_list.primary .entry .buttons span.go_to:hover {
  color: #cc1306;
}

.home .panel_2 .event_list.primary .entry {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  height: 510px;
}

.home .panel_2 .event_list.primary .entry .thumb {
  display: block;
}

.home .panel_2 .event_list.primary .entry .large_thumb {
  display: none;
}

.home .panel_2 .event_list.primary .entry .info {
  padding-bottom: 60px;
}

.home .panel_2 .event_list.primary .entry .buttons {
  width: calc(100% - 40px);
  text-align: center;
  clear: both;
  display: block;
  left: 20px;
  bottom: 16px;
}

.home .panel_2 .event_list.primary .entry .buttons a {
  border: 2px solid #cc1306;
  border-radius: 20px;
  padding: 8px 30px;
  color: white;
  display: block;
  width: 100%;
}

.home .panel_2 .event_list.primary .entry .buttons a:before {
  color: white;
  font-size: 10px;
}

.home .panel_2 .event_list.primary .entry .buttons a:hover {
  background: #cc1306;
  color: white;
}

.home .panel_2 .event_list.primary .entry .buttons a:hover:before {
  color: white;
}

.home .panel_2 .event_list.primary .entry {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 701px) {
  .home .panel_2 .event_list.primary .entry {
    height: 610px;
  }
  .home .panel_2 .event_list.primary .entry .thumb {
    display: none;
  }
  .home .panel_2 .event_list.primary .entry .large_thumb {
    width: 100%;
    display: block;
    width: 100%;
    height: 476px;
  }
  .home .panel_2 .event_list.primary .entry .info {
    min-height: 135px;
    padding-bottom: 20px;
    padding-right: 180px;
  }
  .home .panel_2 .event_list.primary .entry .info .event_title a {
    font-size: 36px;
  }
  .home .panel_2 .event_list.primary .entry .buttons {
    width: auto;
    left: auto;
    right: 20px;
    bottom: 50px;
  }
}

@media screen and (min-width: 1190px) {
  .home .panel_2 .event_list.primary .entry {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 610px;
  }
  .home .panel_2 .event_list.primary .entry .large_thumb {
    height: 476px;
  }
  .home .panel_2 .event_list.primary .entry .info {
    min-height: 135px;
  }
  .home .panel_2 .event_list.primary .entry .info .event_title a {
    font-size: 36px;
  }
}

@media screen and (max-width: 500px) {
  .home .panel_2 .event_list.primary .entry {
    width: 300px;
    margin: 0 auto 20px;
    height: 390px;
  }
  .home .panel_2 .event_list.primary .entry .thumb {
    height: 267px;
    width: 300px;
  }
}

.home .panel_2 .event_list.featured {
  width: 100%;
  max-width: 776px;
  clear: left;
  margin: auto;
  padding: 0px 40px;
}

@media screen and (max-width: 819px) {
  .home .panel_2 .event_list.featured {
    padding: 0;
  }
  .home .panel_2 .event_list.featured .entry .thumb {
    display: none;
  }
  .home .panel_2 .event_list.featured .entry .info {
    width: 100%;
  }
  .home .panel_2 .event_list.featured .entry .info .time {
    position: relative;
    bottom: auto;
    left: auto;
  }
}

@media screen and (min-width: 1190px) {
  .home .panel_2 .event_list.primary, .home .panel_2 .event_list.featured {
    zoom: 1;
    width: 50%;
    width: calc(100% - 394px);
    float: left;
  }
  .home .panel_2 .event_list.primary:before, .home .panel_2 .event_list.primary:after, .home .panel_2 .event_list.featured:before, .home .panel_2 .event_list.featured:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020';
  }
  .home .panel_2 .event_list.primary:after, .home .panel_2 .event_list.featured:after {
    clear: both;
  }
  .home .panel_2 .event_list.secondary {
    width: 382px;
    float: right;
  }
}

@media screen and (max-width: 500px) {
  .home .panel_2 .full_column {
    width: 320px;
    margin: auto;
  }
}

@media screen and (max-width: 700px) {
  .home .panel_2 .event_list {
    max-width: 393px;
    margin: auto;
  }
}

.home .panel_2 .view-more-events {
  width: 100%;
  float: right;
  margin-top: 15px;
  text-align: center;
}

@media screen and (min-width: 1190px) {
  .home .panel_2 .view-more-events {
    max-width: 382px;
  }
}

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail .dark_section hr {
  border-color: red;
  clear: both;
  margin: 20px 0;
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.event_detail .dark_section h1 {
  margin: 0;
  padding: 0;
  border: none;
}

.event_detail .dark_section .left, .event_detail .dark_section .right {
  zoom: 1;
  width: 50%;
  float: left;
  padding: 20px 20px 0;
}

.event_detail .dark_section .left:before, .event_detail .dark_section .left:after, .event_detail .dark_section .right:before, .event_detail .dark_section .right:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.event_detail .dark_section .left:after, .event_detail .dark_section .right:after {
  clear: both;
}

.event_detail .dark_section .left .inner, .event_detail .dark_section .right .inner {
  width: 100%;
  float: right;
}

@media screen and (min-width: 871px) {
  .event_detail .dark_section .left .inner, .event_detail .dark_section .right .inner {
    max-width: 585px;
  }
}

.event_detail .dark_section .left img, .event_detail .dark_section .right img {
  max-width: 100%;
}

@media screen and (max-width: 870px) {
  .event_detail .dark_section .left, .event_detail .dark_section .right {
    width: 100%;
    float: none;
    padding: 20px 15px 0;
  }
}

@media screen and (min-width: 871px) {
  .event_detail .dark_section .left {
    padding-left: 0px;
  }
}

@media screen and (min-width: 871px) {
  .event_detail .dark_section .right {
    padding-right: 0px;
  }
}

.event_detail .dark_section .right.no_image {
  float: right;
  width: calc(((100% - 775px) / 2) + 795px);
  max-width: 100%;
}

.event_detail .dark_section .right .inner {
  float: left;
  text-align: left;
}

.event_detail .dark_section .right .inner .event_ticket {
  margin-bottom: 50px;
}

.event_detail .dark_section .right .inner .event_ticket a {
  float: left;
}

.event_detail .dark_section .right .inner .event_ticket .buy_parking {
  margin-left: 20px;
}

.event_detail .dark_section .inner .event_date {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #cc1306;
  margin-bottom: 10px;
  line-height: 24px;
  vertical-align: bottom;
  margin-top: 30px;
}

.event_detail .dark_section .inner .event_date .m-date__month {
  font-size: 32px;
}

.event_detail .dark_section .inner .event_date .m-date__day {
  font-size: 40px;
}

.event_detail .dark_section .inner .event_date .m-date__year {
  display: none;
}

.event_detail .dark_section .inner .event_date .m-date__separator {
  font-size: 40px;
}

.event_detail .dark_section h1 {
  color: white;
}

.event_detail .dark_section h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.event_detail .dark_section .tagline {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-family: "Yantramanav", sans-serif;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 25px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.event_detail .dark_section p {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.event_detail .dark_section small {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  color: #898989;
  cursor: pointer;
  font-size: 16px;
}

.event_detail .dark_section small:hover {
  color: #cc1306;
}

.event_detail #branding {
  zoom: 1;
  max-width: 578px;
  max-height: 515px;
  overflow: hidden;
  float: right;
  width: 100%;
  float: right;
}

.event_detail #branding:before, .event_detail #branding:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.event_detail #branding:after {
  clear: both;
}

@media screen and (max-width: 870px) {
  .event_detail #branding {
    float: none;
    margin: auto;
  }
}

.event_detail .spotlight_image img {
  width: 100%;
}

.showings_list {
  padding: 30px 0 40px;
}

.showings_list li {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 2px solid white;
  text-align: left;
  padding: 10px 0;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.showings_list .m-date__singleDate {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #cc1306;
  margin-bottom: 10px;
  line-height: 24px;
  vertical-align: bottom;
}

.showings_list .m-date__singleDate .m-date__month {
  font-size: 18px;
}

.showings_list .m-date__singleDate .m-date__day {
  font-size: 24px;
  margin-right: 20px;
}

.showings_list .m-date__singleDate .m-date__year {
  display: none;
}

.showings_list .m-date__singleDate .m-date__separator {
  font-size: 24px;
}

.showings_list .buttons {
  position: absolute;
  bottom: 12px;
  right: 0px;
}

.showings_list .buttons a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: white;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}

.showings_list .buttons a:before {
  content: '\f054';
  font-family: FontAwesome;
  color: #cc1306;
  margin-right: 5px;
  font-size: 10px;
  line-height: 12px;
  vertical-align: middle;
}

.showings_list .buttons a:hover {
  color: #cc1306;
}

.event_links a {
  color: #171717;
}

.event_links a:hover {
  color: #cc1306;
}

.description_wrapper {
  position: relative;
  margin-bottom: 70px;
  cursor: pointer;
}

.description_wrapper .read-more {
  position: absolute;
  bottom: -20px;
  left: 0px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #171717;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.description_wrapper .read-more .fa {
  color: #cc1306;
  font-size: 16px;
  vertical-align: top;
  margin-left: 10px;
  line-height: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}

.description_wrapper .read-more:hover {
  color: #cc1306;
}

.description_wrapper.short-description {
  padding-bottom: 0;
  margin-bottom: 40px;
}

.description_wrapper.short-description .description {
  height: auto;
}

.description_wrapper.short-description .description:after {
  display: none;
}

.description_wrapper.short-description .read-more {
  display: none;
}

.description {
  position: relative;
  overflow: hidden;
  height: 0px;
}

.description:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-8 */
}

.description.is-opened:after {
  display: none;
}

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
@-webkit-keyframes noticeScroll {
  0% {
    opacity: .3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .3;
  }
}

@-moz-keyframes noticeScroll {
  0% {
    opacity: .3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .3;
  }
}

@-o-keyframes noticeScroll {
  0% {
    opacity: .3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .3;
  }
}

@keyframes noticeScroll {
  0% {
    opacity: .3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .3;
  }
}

.panel_1_image {
  background: #171717;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  float: left;
  height: 525px;
}

.panel_1_image .panel_1_image_inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  background-size: cover;
}

@media screen and (max-width: 500px) {
  .panel_1_image {
    height: 355px;
  }
}

@media screen and (min-width: 871px) {
  .panel_1_image {
    height: 100%;
    top: 0;
  }
}

.panels {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

@media screen and (min-width: 871px) {
  .panels {
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
  .panels.activated {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}

.panel {
  background: white;
  height: 100%;
  width: 100%;
}

.panel.panel_1 {
  position: relative;
  background: url(../images/bg_intro.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 70;
}

@media screen and (min-width: 871px) {
  .panel.panel_1.passed {
    z-index: 30;
  }
  .panel.panel_1.passed.unlock {
    z-index: 70;
  }
  .panel.panel_1:after {
    content: 'Scroll';
    background: url(../images/icn_scroll.png) top center no-repeat;
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    padding-top: 50px;
    color: #fff;
    text-align: center;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    zoom: 1;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-animation: noticeScroll 4s 5;
    /* Safari 4+ */
    -moz-animation: noticeScroll 4s 5;
    /* Fx 5+ */
    -o-animation: noticeScroll 4s 5;
    /* Opera 12+ */
    animation: noticeScroll 4s 5;
  }
}

.panel.panel_2 {
  background-color: #fff;
  position: relative;
  z-index: 60;
}

.panel.panel_2.passed {
  z-index: 40;
}

.panel.panel_2.passed.unlock {
  z-index: 60;
}

.panel.panel_2 .full_column {
  margin: 0 auto;
  padding: 50px 10px;
}

.panel.panel_2 .banner {
  margin: 0 6px 12px;
  background: #171717;
  max-width: 382px;
  float: left;
}

@media screen and (min-width: 1190px) {
  .panel.panel_2 .banner {
    margin: 0 auto 12px;
  }
}

@media screen and (max-width: 819px) {
  .panel.panel_2 .banner {
    margin: 0 auto 12px;
    float: none;
  }
}

@media screen and (max-width: 700px) {
  .panel.panel_2 .banner {
    max-width: 100%;
  }
}

.panel.panel_3 {
  background: url(../images/bg_home.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 50;
}

.panel.panel_3.unlock {
  background-attachment: initial;
}

@media screen and (min-width: 871px) {
  .activated .panel {
    min-height: 0px;
  }
  .activated .panel.panel_1 {
    position: relative;
  }
  .activated .panel.panel_2 .panel_inner {
    padding-top: 73px;
  }
  .activated .panel .panel_inner {
    position: fixed;
    padding: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
  }
  .activated .panel.unlock .panel_inner {
    position: absolute;
  }
}

.panel .panel_inner {
  zoom: 1;
  padding: 0px 0px;
  min-height: 100vh;
}

.panel .panel_inner:before, .panel .panel_inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.panel .panel_inner:after {
  clear: both;
}

.panel .left-side {
  zoom: 1;
  width: 100%;
  position: relative;
}

.panel .left-side:before, .panel .left-side:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.panel .left-side:after {
  clear: both;
}

.panel .left-side hr {
  border-top: 2px solid #cc1306;
}

.panel .left-side .text {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 40px 50px 40px 0;
}

.panel .left-side .text .gen-button:before {
  content: '\f054';
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}

.panel .left-side .text .text-inner {
  padding: 0 20px;
}

@media screen and (min-width: 871px) {
  .panel .left-side .text {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
  }
  .panel .left-side .text .text-inner {
    max-width: 517px;
    float: right;
    width: 100%;
  }
}

@media screen and (min-width: 871px) {
  .panel .left-side {
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0;
    max-width: 900px;
    height: 100%;
    display: block;
  }
}

.panel .feautured_news, .panel .upcoming_events {
  width: 100%;
  position: relative;
  background: white;
  padding: 10px;
  zoom: 1;
}

.panel .feautured_news:before, .panel .feautured_news:after, .panel .upcoming_events:before, .panel .upcoming_events:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.panel .feautured_news:after, .panel .upcoming_events:after {
  clear: both;
}

.panel .feautured_news .time, .panel .upcoming_events .time {
  display: none;
}

@media screen and (min-width: 871px) {
  .panel .feautured_news, .panel .upcoming_events {
    background: none;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    max-width: 610px;
    padding: 0;
  }
}

.panel .news_item {
  margin: 5px 0px;
  width: 100%;
}

.panel .news_item h4 {
  display: none;
}

@media screen and (max-width: 1170px) {
  .panel .news_item .thumb {
    width: 154px;
    height: 138px;
  }
}

@media screen and (max-width: 700px) {
  .panel .news_item .entry {
    padding: 0;
  }
  .panel .news_item .thumb {
    display: none;
  }
  .panel .news_item .info.has_thumb {
    width: 100%;
  }
}

.panel .upcoming_events {
  width: auto;
}

.panel .upcoming_events .entry {
  padding: 15px 20px 45px;
  border: none;
  min-height: 120px;
}

.panel .upcoming_events .entry .thumb, .panel .upcoming_events .entry .tagline {
  display: none;
}

.panel .upcoming_events .entry .info {
  width: 100%;
  padding: 0;
  padding-bottom: 0px;
}

.panel .upcoming_events .entry .event_date {
  position: absolute;
  bottom: 12px;
  margin-bottom: 0;
}

.panel .upcoming_events .entry .buttons {
  width: 90px;
}

@media screen and (min-width: 871px) {
  .panel .upcoming_events {
    padding: 15px 0px;
    max-width: 380px;
  }
  .panel .upcoming_events .entry {
    max-width: 380px;
    width: 380px;
  }
}

.panel.panel_1 .left-side .event_date {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #cc1306;
  margin-bottom: 10px;
  line-height: 24px;
  vertical-align: bottom;
  margin-top: 30px;
}

.panel.panel_1 .left-side .event_date .m-date__month {
  font-size: 32px;
}

.panel.panel_1 .left-side .event_date .m-date__day {
  font-size: 40px;
}

.panel.panel_1 .left-side .event_date .m-date__year {
  display: none;
}

.panel.panel_1 .left-side .event_date .m-date__separator {
  font-size: 40px;
}

@media screen and (max-width: 870px) {
  .panel.panel_1 .left-side {
    min-height: 525px;
    background-size: cover;
  }
}

@media screen and (max-width: 500px) {
  .panel.panel_1 .left-side {
    min-height: 355px;
  }
  .panel.panel_1 .left-side .buttons {
    width: calc(100% + 50px);
  }
  .panel.panel_1 .left-side a.gen-button.on-dark {
    margin: auto;
  }
}

.panel.panel_1 .panel_1_image {
  display: none;
}

.panel.panel_1 h1 {
  border: none;
  padding: 0;
}

.panel.panel_1 h1 a, .panel.panel_1 h1 a:link {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: white;
}

.panel.panel_1 h1 a:hover, .panel.panel_1 h1 a:link:hover {
  color: #cc1306;
}

@media screen and (max-width: 870px) {
  .panel.panel_1 h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 500px) {
  .panel.panel_1 h1 {
    font-size: 40px;
  }
}

.panel.panel_1 .mobile_panel_image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
}

@media screen and (min-width: 871px) {
  .panel.panel_1 .mobile_panel_image {
    display: none;
  }
}

@media screen and (min-width: 871px) {
  .panel.panel_1 .left-side {
    background: none !important;
  }
  .panel.panel_1 .panel_1_image {
    display: block;
  }
  .panel.panel_1 .left-side .text {
    transform: translateY(0%);
    top: auto;
    bottom: 15%;
  }
  .panel.panel_1 .text .text-inner {
    max-width: 620px;
    padding-left: 20px;
  }
  .panel.panel_1 h1 {
    font-size: 80px;
  }
  .panel.panel_1 p {
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
}

.panel.panel_3 h1 {
  font-size: 50px;
}

.panel.panel_3 .panel_inner:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  visibility: visible;
  background: url(../images/bg_home_gradient.png) bottom left no-repeat;
  background-size: cover;
}

@media screen and (max-width: 870px) {
  .panel.panel_3 .panel_inner:before {
    display: none;
  }
}

.panel.panel_3 .full_column {
  padding: 0;
  margin: 0;
}

.panel.panel_3 .left-side a.gen-button.on-dark {
  padding: 10px 20px;
}

@media screen and (max-width: 870px) {
  .panel.panel_3 .left-side {
    min-height: 525px;
    background-size: cover;
  }
  .panel.panel_3 .left-side:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    visibility: visible;
    background: url(../images/bg_home_gradient.png) bottom left no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 500px) {
  .panel.panel_3 .left-side:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    visibility: visible;
    background: url(../images/bg_home_gradient.png) bottom left no-repeat;
    background-size: cover;
    height: 355px;
    height: 50%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+49 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 49%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 49%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 49%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-8 */
  }
  .panel.panel_3 .left-side a.gen-button.on-dark {
    width: 100%;
  }
}

@media screen and (min-width: 871px) {
  .panel.panel_3 .left-side {
    background: none !important;
    width: calc(100% - 630px);
    max-width: 760px;
  }
}

@media screen and (max-width: 700px) {
  .panel.panel_3 .left-side .text {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ----------------------------------------------------------------------------
= Banners driven by banner.php partial and using responsive slides
----------------------------------------------------------------------------- */
.banner {
  position: relative;
}

.rslides {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rslides li {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
}

.rslides li:before {
  display: none;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides li a, .rslides li a:visited {
  position: relative;
  display: block;
}

.rslides img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  border: 0;
}

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
  box-sizing: content-box;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  box-sizing: content-box;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  font-family: Arial;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
.sitemap {
  clear: both;
  margin: 0;
  padding: 0;
}

.sitemap .column {
  position: relative;
  float: left;
  width: 50%;
  padding: 0;
  padding-right: 40px;
}

@media screen and (max-width: 700px) {
  .sitemap .column {
    width: 100%;
    padding: 0;
  }
}

.sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.sitemap ul li {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
}

.sitemap ul li ul {
  margin-top: 5px;
}

.sitemap ul li ul li {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
}

.sitemap ul li ul li a, .sitemap ul li ul li a:link, .sitemap ul li ul li a:visited {
  padding: 0 0 0 0px;
  color: #171717;
  text-decoration: none;
  text-transform: none;
  font-family: "Yantramanav", sans-serif;
  letter-spacing: 0.06em;
}

.sitemap ul li ul li a:hover, .sitemap ul li ul li a:focus, .sitemap ul li ul li a:link:hover, .sitemap ul li ul li a:link:focus, .sitemap ul li ul li a:visited:hover, .sitemap ul li ul li a:visited:focus {
  color: #cc1306;
}

.sitemap ul li ul li ul {
  display: none;
}

.sitemap a, .sitemap a:link, .sitemap a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #171717;
  text-decoration: none;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.sitemap a:hover, .sitemap a:focus, .sitemap a:link:hover, .sitemap a:link:focus, .sitemap a:visited:hover, .sitemap a:visited:focus {
  color: #cc1306;
}

/* ----------------------------------------------------------------------------
= jScrollPane CSS Styles.
= Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
= may not operate correctly without them.
----------------------------------------------------------------------------- */
.jspContainer {
  position: relative;
  overflow: hidden;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 6px;
  width: 10px;
  height: 236px;
  background: #ddd;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  opacity: 0;
}

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  position: relative;
  width: 10px;
  background: none;
}

.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  width: 10px;
  height: 58px;
  background: url(../images/drag_arrow.jpg) no-repeat 0 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  display: block;
  background: none;
  cursor: pointer;
  text-indent: -20000px;
}

.jspArrow.jspDisabled {
  background: #80808d;
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  float: left;
  width: 16px;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  float: left;
  height: 100%;
  background: #eeeef4;
}

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Facebook connect widget styles
----------------------------------------------------------------------------- */
#fb_connect_status {
  display: none;
}

.fbtabs {
  position: relative;
  width: 200px;
  height: 370px;
  margin: 0 0 15px;
  padding: 0 0 15px;
}

.fbtabs h4 {
  height: 20px;
  margin: 10px 0;
  padding: 0 0 0 28px;
  color: #fff;
  background: url(../images/social_icons.png) no-repeat 0 2px;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  text-transform: uppercase;
}

.fbtabs a.seeall {
  position: absolute;
  display: block;
  z-index: 25;
  top: 45px;
  right: 12px;
  width: 16px;
  height: 12px;
  padding: 5px;
  background: url(../images/icon_seeall.png) no-repeat center center;
  cursor: pointer;
  text-indent: -90000px;
}

.fbtabs .css-tabs {
  margin: 0 0 0 -1px;
  padding: 0;
}

.fbtabs .css-tabs li {
  float: left;
  padding: 0;
  list-style: none;
}

.fbtabs .css-tabs a {
  display: block;
  margin: 0 1px 0;
  padding: 5px 10px 2px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #2577c6;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.fbtabs .css-tabs a.current {
  color: #2577c6;
  background-color: #fff;
}

.fbtabs .css-panes {
  position: relative;
  display: block;
  overflow: hidden;
  clear: both;
  z-index: 5;
  top: -1px;
  width: 170px;
  height: 260px;
  padding: 5px;
  background-color: #fff;
}

.fbtabs .css-panes .pane {
  display: none;
  min-height: 238px;
  padding: 10px 0;
  border: none;
  background: #fff;
}

.fbtabs .css-panes .attendee {
  float: left;
  width: 50px;
  height: 85px;
  padding: 0 3px;
  font-weight: bold;
  line-height: 110%;
  text-align: center;
}

.fbtabs .css-panes .attendee a {
  display: block;
  clear: both;
  color: #222;
  font-size: 11px;
  line-height: 120%;
  text-align: left;
  text-decoration: none;
}

.fbtabs .css-panes .attendee a div {
  font-size: 10px;
  font-weight: normal;
}

.fbtabs .css-panes .attendee img {
  display: block;
  width: 50px;
  height: 50px;
}

.fbtabs_holder {
  position: relative;
  margin: 0;
  padding: 5px 10px 10px;
}

#fb_connect_rsvpshare {
  position: absolute;
  bottom: 20px;
  left: 18px;
}

#fb_connect_rsvpshare span.status {
  display: block;
  float: left;
  height: 20px;
  margin: 0 20px 0 5px;
  padding: 2px 0 0 5px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

#fb_connect_rsvpshare a, #fb_connect_rsvpshare a:link, #fb_connect_rsvpshare a:visited {
  display: block;
  float: left;
  width: 120px;
  height: 18px;
  padding: 5px 0 0;
  color: #fff;
  border: 2px solid #333;
  background: #0075ac;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#fb_connect_rsvpshare a:first-child {
  margin-right: 10px;
}

#fb_connect_rsvpshare a:hover {
  color: #0075ac;
  background: #fff;
  text-decoration: none;
}

/* tab pane */
.css-panes #fb_event_attendees strong, .css-panes #fb_event_friends strong {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  text-align: center;
}

#fb_rsvp {
  position: relative;
  display: none;
  z-index: 15;
  width: 180px;
  margin: 10px auto;
  text-align: center;
}

#fb_rsvp_status {
  position: relative;
  display: none;
  z-index: 15;
  width: 180px;
  margin: 10px auto;
  text-align: center;
}

#fb_rsvp button, #fb_rsvp_status button {
  display: block;
  float: left;
  margin-right: 0;
  padding: 5px 10px;
  color: #222;
  border: 1px solid #ebbb2a;
  background: #fee230;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
}

#fb_rsvp_status span {
  display: block;
  float: left;
  margin-right: 10px;
  padding: 5px 10px;
  color: #222;
  border: 1px solid #ebbb2a;
  background: #fee230;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
}

#fb_rsvp #button_fb_rsvp_going {
  margin-right: 10px;
  color: #222;
}

#fb_rsvp_status span, #fb_rsvp button:hover, #fb_rsvp_status button:hover {
  color: #222;
  background: #ebbb2a;
}

/* @end */
#fb_window {
  position: absolute;
  z-index: 59999;
  top: -10000px;
  left: -10000px;
  width: 652px;
  height: 200px;
}

#fb_window_cap {
  width: 100%;
  height: 10px;
  background: url(../images/fb_window_border.png) no-repeat center top;
}

#fb_window_base {
  width: 100%;
  height: 10px;
  background: url(../images/fb_window_border.png) no-repeat center bottom;
}

#fb_window_holder {
  padding: 0 10px;
  background: url(../images/fb_window_bg.png) repeat-y center bottom;
}

#fb_window_header {
  height: 27px;
  padding-left: 26px;
  color: #fff;
  border: 1px solid #3b5998;
  background: #6d84b4;
  font: bold 14px/27px 'Lucida Grande',Lucida,Verdana,sans-serif;
  text-align: left;
}

#fb_window_content {
  border: 1px solid #555;
  border-top: 0;
  background: #f7f7f7;
}

#fb_window_content .textarea {
  padding: 15px 30px 25px;
  color: #333;
  text-align: left;
}

#fb_window_content .sending {
  padding: 60px 30px 25px;
  color: #333;
  background: url(../images/loading.gif) no-repeat center 25px;
  font: 11px/15px 'Lucida Grande',Lucida,Verdana,sans-serif;
  text-align: center;
}

#fb_window_content .warning {
  background: #ffebe8;
}

#fb_window_content .textarea h3 {
  margin-bottom: 0;
  padding-bottom: 3px;
  color: #333;
  font: bold 13px/15px 'Lucida Grande',Lucida,Verdana,sans-serif;
}

#fb_window_content .textarea p {
  color: #333;
  font: 11px/15px 'Lucida Grande',Lucida,Verdana,sans-serif;
}

#fb_window_content .textarea textarea {
  width: 450px;
  border: 1px solid #bdc7d8;
  font: 11px/15px 'Lucida Grande',Lucida,Verdana,sans-serif;
}

#fb_window_content fieldset {
  margin: 0;
  padding: 0;
}

#fb_window_content fieldset label {
  font: bold 11px/15px 'Lucida Grande',Lucida,Verdana,sans-serif;
}

#fb_window_content .toolbar {
  position: relative;
  top: auto;
  right: auto;
  height: 21px;
  padding: 6px 30px;
  border-top: 1px solid #e7e7e7;
  background: #f0f0f0;
  text-align: center;
}

#fb_window_content .toolbar button {
  height: 21px;
  margin: 0 3px 0 0;
  padding: 0 18px;
  font: bold 10px/21px 'Lucida Grande',Lucida,Verdana,sans-serif;
}

#fb_window_content .toolbar button.submit {
  padding: 0 25px;
  color: #fff;
  border: 1px solid #0e1f5b;
  border-color: #d9dfea #0e1f5b #0e1f5b #d9dfea;
  background: #3b5998;
}

#fb_window_content .toolbar button.cancel {
  color: #333;
  border: 1px solid #666;
  border-color: #e7e7e7 #666 #666 #e7e7e7;
  background: #f0f0f0;
}

#fb_window_content .toolbar button.next {
  float: right;
  padding: 0 25px;
  color: #fff;
  border: 1px solid #0e1f5b;
  border-color: #d9dfea #0e1f5b #0e1f5b #d9dfea;
  background: #3b5998;
}

#fb_window_content .toolbar a.next, #fb_window_content .toolbar a.next:link, #fb_window_content .toolbar a.next:visited {
  float: right;
  height: 21px;
  margin: 0 3px 0 0;
  padding: 0 25px;
  padding: 0 18px;
  color: #fff;
  border: 1px solid #0e1f5b;
  border-color: #d9dfea #0e1f5b #0e1f5b #d9dfea;
  background: #3b5998;
  font: bold 10px/21px 'Lucida Grande',Lucida,Verdana,sans-serif;
  text-decoration: none;
}

#fb_window_close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 14px;
  height: 14px;
  background: url(../images/fb_window_close.png) no-repeat center top;
  cursor: pointer;
  text-indent: -444444px;
}

#fb_window_close:hover {
  background-position: center bottom;
}

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
.nav-toggle {
  position: absolute;
  display: none;
  z-index: 1500;
  top: 23px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media screen and (max-width: 1050px) {
  .nav-toggle {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .nav-toggle {
    top: 16px;
  }
}

.nav-toggle span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 2px;
  margin-top: 0;
  background: white;
  content: '';
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  transform: rotate(0deg);
}

.nav-toggle span.top {
  top: 0;
}

.nav-toggle span.mid, .nav-toggle span.mid2 {
  top: 7px;
}

.nav-toggle span.bottom {
  top: 14px;
}

.nav-toggle:hover span {
  background: #cc1306;
}

.nav-toggle.active span {
  background: #cc1306;
}

.nav-toggle.active span.mid {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
}

.nav-toggle.active span.mid2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  transform: rotate(-45deg);
}

.nav-toggle.active span.top, .nav-toggle.active span.bottom {
  opacity: 0;
}

.nav_wrapper.is-opened {
  position: absolute;
  position: fixed;
  overflow: scroll;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav_wrapper.is-opened .search_form {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

@media screen and (max-width: 1050px) {
  .nav_wrapper.is-opened .search_form {
    position: relative;
    top: auto;
    right: auto;
    height: 63px;
    padding-left: 10px;
  }
  .nav_wrapper.is-opened .search_form #cse-search-box {
    position: relative;
  }
  .nav_wrapper.is-opened .search_form button {
    left: 0px;
    top: 8px;
  }
}

@media screen and (max-width: 700px) {
  .nav_wrapper.is-opened .search_form {
    height: 50px;
    padding: 5px 10px;
  }
}

.mobile_nav {
  position: absolute;
  display: none;
  z-index: 500;
  top: 0px;
  right: 0;
  width: 100%;
  margin: 0 0 0;
  padding: 0 0px;
  zoom: 1;
  background: #FFF;
  max-width: 430px;
  min-height: 100%;
}

.mobile_nav:before, .mobile_nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.mobile_nav:after {
  clear: both;
}

.mobile_nav ul {
  position: relative;
  display: block;
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  text-align: left;
}

.mobile_nav ul li {
  position: relative;
  display: block;
  display: block;
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.mobile_nav ul li.page_1 {
  display: none;
}

.mobile_nav ul li:first-child a {
  border-top: none;
}

.mobile_nav a, .mobile_nav a:link, .mobile_nav a:visited {
  display: block;
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 20px 30px;
  color: #cc1306;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  color: #171717;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.mobile_nav a:hover, .mobile_nav a.active, .mobile_nav a:link:hover, .mobile_nav a:link.active, .mobile_nav a:visited:hover, .mobile_nav a:visited.active {
  color: #cc1306;
}

.mobile_nav > ul > li > a:before {
  position: absolute;
  top: 23px;
  left: 0px;
  content: '\f078';
  font-family: FontAwesome;
  color: #cc1306;
  font-size: 10px;
  margin-right: 10px;
  text-align: center;
  margin-left: 5px;
  height: 10px;
  width: 15px;
}

.mobile_nav > ul > li > a:hover:before {
  transform: rotate(-180deg);
}

.mobile_nav ul .sub {
  float: left;
  width: 100%;
  display: none;
  padding-bottom: 10px;
}

.mobile_nav ul .sub .sub_holder {
  width: 100%;
}

.mobile_nav ul ul {
  padding: 0;
}

.mobile_nav ul ul a, .mobile_nav ul ul a:link, .mobile_nav ul ul a:visited {
  padding: 10px 30px 10px;
  color: #171717;
  font-family: "Yantramanav", sans-serif;
  text-transform: none;
  border: none;
}

/* ----------------------------------------------------------------------------
= Showtime Photo Gallery
----------------------------------------------------------------------------- */
.gallery-listing.event_list.grid_view .entry {
  cursor: pointer;
}

.gallery-listing.event_list.grid_view .entry .thumb img:hover {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.gallery-listing.event_list.grid_view .entry h3:hover {
  color: #cc1306;
}

.gallery-listing.event_list.grid_view .entry p {
  color: white;
}

/* ----------------------------------------------------------------------------
= Showtime TEAMS module
----------------------------------------------------------------------------- */
.team_detail .spotlight_image {
  zoom: 1;
  max-width: 1170px;
  max-height: 540px;
  overflow: hidden;
  margin: auto;
}

.team_detail .spotlight_image:before, .team_detail .spotlight_image:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.team_detail .spotlight_image:after {
  clear: both;
}

.team_detail .spotlight_image img {
  width: 100%;
  float: left;
}

/* ----------------------------------------------------------------------------
= Magnific Popup CSS
----------------------------------------------------------------------------- */
.mfp-bg {
  position: fixed;
  overflow: hidden;
  z-index: 1042;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #0b0b0b;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  z-index: 1045;
  margin: 0 auto;
  padding: 6px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: auto;
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -0.8em;
  color: #ccc;
  text-align: center;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  display: block;
  overflow: visible;
  z-index: 1046;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  position: absolute;
  display: none !important;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  opacity: 0.65;
  color: white;
  font-family: "Yantramanav", sans-serif;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  color: white;
  text-align: right;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: 0.65;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  content: '';
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  margin-left: 31px;
  border-right: 17px solid white;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  margin-left: 39px;
  border-left: 17px solid white;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
}

.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* Main image in popup */
img.mfp-img {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure:after {
  position: absolute;
  display: block;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: '';
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  padding-right: 36px;
  color: #f3f3f3;
  line-height: 18px;
  text-align: left;
  word-wrap: break-word;
}

.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	   * Remove all paddings around the image on small screen
	   */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    line-height: 35px;
    text-align: center;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  left: 50%;
  width: 600px;
  margin-top: 5px;
  margin-left: -300px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-container .full-slideshow {
  width: 90%;
}

.mfp-container .royalSlider {
  width: 100%;
  height: auto;
}
