@charset "UTF-8";
/* ==========================================================================
 * Normalize.sass settings
 * ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7 */
/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
/* Corrects `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9. */
[hidden] {
  display: none; }

/* ==========================================================================
 * Base
 * ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 * 3.Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
 * Links
 * ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers. */
/**
 * Improves readability when focused and also mouse hovered in all browsers. */
a:focus {
  outline: thin dotted; }
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
 * Typography
 * ========================================================================== */
/**
 * Addresses font sizes and margins set differently in IE 6/7.
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

/**
 * Addresses margins set differently in IE 6/7. */
/**
 * Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap; }

/**
 *  Set consistent quote types. */
q {
  quotes: "“" "”" "‘" "’"; }

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

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
 * Embedded content
 * ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9.
 * 2. Improves image quality when scaled in IE 7. */
img {
  border: 0; }

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

/* ==========================================================================
 * Figures
 * ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improves appearance and consistency in all browsers. */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera. */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6. */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof). */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X. */
/**
 * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/* Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p */
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements. */
.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both; }

/* For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats. */
/* HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * Base styles: opinionated defaults
 * ========================================================================== */
html, button, input, select, textarea {
  color: #222222; }

body {
  font-size: 1em;
  line-height: 1.4; }

/* Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design. */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
  vertical-align: middle; }

/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical; }

/* ==========================================================================
 * Browse Happy prompt
 * ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@media print {
  /* ==========================================================================
   * Print styles.
   * Inlined to avoid required HTTP connection: h5bp.com/r
   * ========================================================================== */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* Don't show links for images, or javascript/internal links */
  .ir a:after {
    content: ""; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
@media screen only and (max-width: 480px) {
  /* ==========================================================================
   * EXAMPLE Media Queries for Responsive Design.
   * Theses examples override the primary ('mobile first') styles.
   * Modify as content requires.
   * ========================================================================== */ }
@media screen only and (max-width: 480px) and (-o-min-device-pixel-ratio: 5 / 4), screen only and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), screen only and (max-width: 480px) and (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
h1, h2, h3, h4, h5 {
  font-family: "proxima-nova-condensed", sans-serif !important;
  font-weight: 300 !important; }

h4 {
  font-size: 23px !important; }

body {
  color: #555 !important;
  font-size: 16px !important; }

.header-logo {
  background-image: url("img/logo2x.png") !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important; }

header.header {
  background-color: white !important;
  border-bottom: 1px solid #DDD !important; }

.menu-cont.mean-container .mean-bar a.meanmenu-reveal {
  color: #6b1200 !important; }

.mean-container a.meanmenu-reveal span {
  color: #6b1200 !important;
  background: #6b1200 !important; }

.content-wrap.homepage {
  background-color: #f5f5f5 !important; }

.homepage section.main {
  margin: 50px 0 0 !important;
  background-color: transparent !important; }
  .homepage section.main p {
    color: black !important;
    font-size: 16px !important; }
  .homepage section.main h5 {
    margin: 0 auto !important;
    text-transform: inherit !important; }

.homepage-links {
  margin: 20px 0 60px !important; }
  .homepage-links a {
    background-color: #6b1200 !important;
    background-color: rgba(107, 18, 0, 0.6) !important;
    text-transform: uppercase !important;
    background-blend-mode: darken !important; }
    .homepage-links a:hover {
      background-color: #c8a139 !important;
      background-image: none !important; }

.home .content .main h2 {
  text-transform: inherit !important; }

.homepage-news {
  background-color: #f5f5f5 !important; }

.homepage-news-item-heading {
  background-color: #6b1200 !important; }

.homepage-news-item-date {
  color: white !important; }

.homepage-news-item-desc a {
  color: #c8a139 !important; }

.homepage-news-all {
  background-color: #6b1200 !important; }
  .homepage-news-all:hover {
    background-color: #c8a139 !important; }

.footer-bottom {
  background-color: #851600 !important; }

.footer-wrap {
  border-bottom: 0 !important; }

.homepage-buttons {
  background-color: #f5f5f5 !important;
  border-bottom: 1px solid white !important; }
  .homepage-buttons a:hover {
    background-color: white !important;
    opacity: 1 !important; }

.header-search .header-search-form {
  background-color: transparent !important; }

div.wpcf7 {
  background-color: #b5b5b5 !important; }

.fixme .homepage-slideshow {
  margin: 80px auto 0 !important; }

.menu-cont.mean-container .mean-nav {
  margin-top: 44px !important; }
  @media only screen and (min-width: 481px) {
    .menu-cont.mean-container .mean-nav {
      margin-top: 0 !important; } }

.juicer-feed .j-stacker {
  display: flex !important;
  align-items: stretch;
  align-content: stretch; }

.homepage-social {
  background-color: white !important; }

.homepage-social h5 {
  color: #6b1200 !important; }

.homepage-social-join {
  background-color: white !important;
  color: #6b1200 !important; }
  .homepage-social-join:before {
    background: url(img/sprite@2x.png) no-repeat -88px -247px !important;
    background-size: 300px !important; }

.juicer-feed.modern .j-text {
  padding: 0 15px 20px 20px !important; }

.juicer-feed.modern li.feed-item {
  border-width: 0 !important; }

.juicer-feed .j-meta, .juicer-feed.modern .j-poster {
  display: none !important; }

.juicer-feed a {
  color: #c8a139 !important; }

.homepage-slideshow .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #6b1200 !important; }

.menu-cont.mean-container .mean-nav ul li li a {
  color: white !important;
  text-transform: inherit !important; }

.menu-cont.mean-container .mean-nav ul li a {
  color: white !important;
  text-transform: uppercase !important;
  font-size: 18px !important; }

.homepage h5 {
  color: #6b1200 !important;
  text-transform: uppercase !important; }

.juicer-feed.modern .j-message {
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "proxima-nova", sans-serif !important;
  color: #555 !important;
  -webkit-font-smoothing: auto !important; }

.footer-info div li a {
  text-transform: inherit !important; }

.homepage-slideshow-cont {
  background-color: transparent !important; }

.main {
  font-size: 16px !important; }

div.wpcf7 {
  box-shadow: none !important;
  background-image: none !important;
  background-color: white !important; }

body {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  color: #6b1200;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden; }

.wrap {
  width: 100%;
  float: left; }

.content-wrap {
  width: 100%;
  float: left;
  margin: 120px auto 0; }
  @media only screen and (min-width: 481px) {
    .content-wrap {
      margin: 0 auto 0; } }
  .content-wrap.fixme {
    margin: 120px auto 0; }
    @media only screen and (min-width: 481px) {
      .content-wrap.fixme {
        margin: 80px auto 0; } }
  .content-wrap.homepage {
    background: white;
    margin: 0 auto; }
    .content-wrap.homepage.fixme {
      margin: 0 auto; }

.content {
  max-width: 840px;
  margin: 0 20px;
  position: relative; }
  @media only screen and (min-width: 1030px) {
    .content {
      width: 100%;
      margin: 0 auto; } }
  .home .content {
    max-width: 1030px; }
  .content section.main {
    width: 100%;
    float: left; }
    .content section.main article {
      width: 100%;
      float: left;
      margin: 20px 0 60px; }
    .content section.main.sidebar article {
      width: 100%;
      margin: 20px 0 0; }
      @media only screen and (min-width: 768px) {
        .content section.main.sidebar article {
          width: 70%;
          margin: 20px 0 60px; } }
    .content section.main.sidebar p {
      margin: 0.2em 0 1em; }
      .content section.main.sidebar p:first-of-type {
        font-size: 13px;
        color: #6b1200; }
    .content section.main.sidebar h4 {
      margin: 1em 0 0; }

.main div.sidebar {
  width: 100%;
  float: right;
  margin: 0 0 60px; }
  @media only screen and (min-width: 768px) {
    .main div.sidebar {
      width: 26%;
      margin: 110px 0 0; } }

.main {
  width: auto;
  float: left;
  text-align: left;
  font-size: 13px; }
  .main p:first-of-type {
    font-size: 18px;
    color: #000; }
  .main strong {
    font-family: "proxima-nova", sans-serif; }
  .main a {
    color: #000;
    text-decoration: underline; }
    .main a:hover {
      text-decoration: none; }
  .main img {
    width: auto;
    height: auto;
    max-width: 100%; }
    .main img.alignright {
      float: right;
      margin: 10px 0 10px 20px; }
    .main img.alignleft {
      float: left;
      margin: 10px 20px 10px 0; }
    .main img.alignnone {
      float: left;
      margin: 10px 20px 10px 0;
      width: 100%; }
      @media only screen and (min-width: 660px) {
        .main img.alignnone {
          width: auto; } }
    .main img.aligncenter {
      display: block;
      margin: 20px auto;
      width: 100%; }
      @media only screen and (min-width: 660px) {
        .main img.aligncenter {
          width: auto; } }
    .main img.size-medium {
      width: 100%;
      height: auto; }
      @media only screen and (min-width: 660px) {
        .main img.size-medium {
          width: auto; } }
    .main img.size-thumbnail {
      width: 40%;
      height: auto;
      margin: 0 auto 20px;
      float: none;
      clear: both;
      display: block; }
      @media only screen and (min-width: 660px) {
        .main img.size-thumbnail {
          width: auto; } }
  .main div {
    width: auto;
    height: auto;
    max-width: 100%; }
    .main div.alignright {
      float: right;
      margin: 10px 0 10px 20px; }
    .main div.alignleft {
      float: left;
      margin: 10px 20px 10px 0; }
    .main div.alignnone {
      float: left;
      margin: 10px 20px 10px 0;
      width: 100% !important; }
      @media only screen and (min-width: 660px) {
        .main div.alignnone {
          width: auto !important; } }
      .main div.alignnone img {
        width: 100%; }
    .main div.aligncenter {
      display: block;
      margin: 10px auto;
      width: 100% !important; }
      @media only screen and (min-width: 660px) {
        .main div.aligncenter {
          width: auto !important; } }
      .main div.aligncenter img {
        width: 100%; }
    .main div.size-medium {
      width: 100%;
      height: auto; }
      @media only screen and (min-width: 660px) {
        .main div.size-medium {
          width: auto; } }
    .main div .wp-caption-text {
      font-size: 14px; }
  .main table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    font-size: 0.8em;
    margin: 20px 0; }
    @media only screen and (min-width: 660px) {
      .main table {
        font-size: 1em; } }
  .main th {
    color: #555;
    font-weight: 600;
    background: #eee; }
  .main td, .main th {
    padding: 4px;
    border: 1px solid #dbdbdb;
    text-align: left; }
  .main tr:nth-child(even) {
    background: #FDFDFD; }
  .main ul.two-col {
    margin: 0 0 20px 1em;
    float: left; }
    .main ul.two-col li {
      width: 50%;
      float: left; }
  .main table img, .main .attachment img {
    width: auto; }
  .main ul {
    margin: 6px 0 20px; }
  .main .entry-meta, .main .tier-meta {
    width: 100%;
    float: left; }
  .main .page-nav {
    width: 100%;
    float: left; }
    .main .page-nav .left {
      float: left; }
    .main .page-nav .right {
      float: right; }

.breadcrumbs {
  margin: 40px 0 0; }

.print-page {
  float: right; }
  .print-page a {
    color: #6b1200; }
    .print-page a:hover:before {
      opacity: 0.7; }
    .print-page a:before {
      content: "";
      width: 22px;
      height: 16px;
      display: inline-block;
      background: url(img/sprite.png) no-repeat -88px -269px;
      margin: -2px 0;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
        .print-page a:before {
          background: url(img/sprite@2x.png) no-repeat -88px -269px;
          -webkit-background-size: 300px 300px;
          -moz-background-size: 300px 300px;
          -ms-background-size: 300px 300px;
          -o-background-size: 300px 300px;
          background-size: 300px 300px; }
          .ie .print-page a:before {
            background: url(img/sprite.png) no-repeat -88px -269px; } }

h1 {
  font-family: "proxima-nova", sans-serif;
  color: #6b1200;
  font-size: 35px;
  font-weight: 400;
  margin: 0.2em 0 0; }
  @media only screen and (min-width: 481px) {
    h1 {
      font-size: 50px;
      margin: 0.5em 0 0; } }

h2 {
  color: #6b1200;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal; }

h3 {
  color: #6b1200;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400; }

h4 {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px; }

h5 {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-family: "proxima-nova-condensed", sans-serif; }

header.header {
  width: 100%;
  height: 124px;
  float: left;
  position: fixed;
  background: #6b1200;
  z-index: 999; }
  @media only screen and (min-width: 481px) {
    header.header {
      height: 82px;
      position: relative; } }
  header.header.fixme {
    position: fixed; }

.header-cont {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 1400px) {
    .header-cont {
      width: 1400px; } }

.header-logo {
  width: 300px;
  height: 70px;
  opacity: 1;
  outline: 0;
  background: url(img/sprite.png) no-repeat 0 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  margin: 40px auto 0; }
  @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .header-logo {
      background: url(img/sprite@2x.png) no-repeat 0 0;
      -webkit-background-size: 300px 300px;
      -moz-background-size: 300px 300px;
      -ms-background-size: 300px 300px;
      -o-background-size: 300px 300px;
      background-size: 300px 300px; }
      .ie .header-logo {
        background: url(img/sprite.png) no-repeat 0 0; } }
  @media only screen and (min-width: 481px) {
    .header-logo {
      margin: 5px auto 0; } }
  .header-logo:hover {
    opacity: 0.8; }

.header-search {
  width: 144px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  top: -25px;
  right: 16px;
  overflow: hidden; }
  @media only screen and (min-width: 481px) {
    .header-search {
      top: 30px;
      right: 26px; } }
  .header-search:after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    float: right;
    margin: 0 0 0 8px;
    cursor: pointer;
    background: url(img/sprite.png) no-repeat 0 -70px; }
    @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .header-search:after {
        background: url(img/sprite@2x.png) no-repeat 0 -70px;
        -webkit-background-size: 300px 300px;
        -moz-background-size: 300px 300px;
        -ms-background-size: 300px 300px;
        -o-background-size: 300px 300px;
        background-size: 300px 300px; }
        .ie .header-search:after {
          background: url(img/sprite.png) no-repeat 0 -70px; } }
  .header-search p {
    height: 22px;
    line-height: 22px;
    margin: 0 0 0 60px;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    display: block;
    float: left;
    cursor: pointer; }
  .header-search .header-search-form {
    width: 144px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 144px;
    background: #6b1200;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .header-search .header-search-form.show {
      left: 0; }
    .header-search .header-search-form input[type='text']#s {
      width: 90px;
      height: 19px;
      line-height: 19px;
      padding: 0 10px;
      font-size: 12px;
      float: left;
      border-radius: 0;
      margin: 0; }
    .header-search .header-search-form input[type='submit'] {
      border-radius: 0;
      width: 22px;
      height: 22px;
      margin: 0;
      padding: 0;
      float: right;
      outline: 0;
      background: url(img/sprite.png) no-repeat 0 -70px; }
      @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
        .header-search .header-search-form input[type='submit'] {
          background: url(img/sprite@2x.png) no-repeat 0 -70px;
          -webkit-background-size: 300px 300px;
          -moz-background-size: 300px 300px;
          -ms-background-size: 300px 300px;
          -o-background-size: 300px 300px;
          background-size: 300px 300px; }
          .ie .header-search .header-search-form input[type='submit'] {
            background: url(img/sprite.png) no-repeat 0 -70px; } }

.book {
  width: 100%;
  text-align: center; }
  .book a {
    color: #6b1200;
    text-decoration: none;
    text-transform: uppercase;
    padding: 2px 0;
    display: block;
    font-weight: 700;
    background: #000;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .book a:hover {
      background: black; }

nav.menu-wrap {
  width: 1000%;
  height: 50px;
  background: #c8a139;
  position: absolute;
  top: 38px;
  left: 31%;
  -moz-box-shadow: -4px 4px 0px 0px black;
  -webkit-box-shadow: -4px 4px 0px 0px black;
  box-shadow: -4px 4px 0px 0px black; }
  nav.menu-wrap ul, nav.menu-wrap li {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav.menu-wrap ul.menu-item-home, nav.menu-wrap li.menu-item-home {
      display: none; }
    nav.menu-wrap ul.current_page_item a, nav.menu-wrap li.current_page_item a {
      color: #6b1200; }
    nav.menu-wrap ul a, nav.menu-wrap li a {
      height: 50px;
      line-height: 50px;
      display: block;
      float: left;
      color: black;
      font-family: "proxima-nova", sans-serif;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: bold;
      -moz-transition: color 0.2s;
      -webkit-transition: color 0.2s;
      transition: color 0.2s;
      padding: 0 20px; }
      @media only screen and (min-width: 1030px) {
        nav.menu-wrap ul a, nav.menu-wrap li a {
          padding: 0 40px; } }
      nav.menu-wrap ul a:hover, nav.menu-wrap li a:hover {
        color: #6b1200; }

div.meanmenu-wrap {
  width: 60px;
  height: 50px;
  background: #c8a139;
  position: absolute;
  top: 38px;
  right: -4px;
  -moz-box-shadow: -4px 4px 0px 0px black;
  -webkit-box-shadow: -4px 4px 0px 0px black;
  box-shadow: -4px 4px 0px 0px black; }
  @media only screen and (min-width: 768px) {
    div.meanmenu-wrap {
      display: none; } }

.menu-cont.mean-container {
  width: 100%;
  margin: 80px auto 0;
  position: fixed;
  z-index: 999; }
  @media only screen and (min-width: 1400px) {
    .menu-cont.mean-container {
      width: 1400px;
      margin: 80px 0 0 -700px;
      left: 50%; } }
  .menu-cont.mean-container .mean-bar {
    background: none;
    z-index: 10000;
    padding: 0;
    min-height: 0; }
    .menu-cont.mean-container .mean-bar a.meanmenu-reveal {
      color: #e20038;
      padding: 16px 16px 11px 16px;
      top: -82px;
      left: 6px;
      font-weight: normal;
      outline: 0; }
      @media only screen and (min-width: 481px) {
        .menu-cont.mean-container .mean-bar a.meanmenu-reveal {
          top: -62px;
          left: 10px; } }
      .menu-cont.mean-container .mean-bar a.meanmenu-reveal span {
        height: 1px;
        margin-top: 5px;
        background: #e20038; }
      .menu-cont.mean-container .mean-bar a.meanmenu-reveal:after {
        content: "Menu";
        display: block;
        color: white;
        position: absolute;
        top: 17px;
        left: 50px;
        text-align: left;
        text-indent: 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal; }
      .menu-cont.mean-container .mean-bar a.meanmenu-reveal.meanclose {
        padding: 18px 16px 11px 16px; }
        .menu-cont.mean-container .mean-bar a.meanmenu-reveal.meanclose:after {
          content: "Close"; }
  .menu-cont.mean-container .mean-nav {
    margin-top: 30px;
    background: #6b1200; }
    @media only screen and (min-width: 481px) {
      .menu-cont.mean-container .mean-nav {
        margin-top: 0; } }
    .menu-cont.mean-container .mean-nav ul {
      float: left; }
    .menu-cont.mean-container .mean-nav ul li.menu-item-home a {
      color: #000; }
    .menu-cont.mean-container .mean-nav ul li:first-child {
      padding-top: 0;
      margin-top: 30px; }
      @media only screen and (min-width: 481px) {
        .menu-cont.mean-container .mean-nav ul li:first-child {
          margin-top: 0;
          padding-top: 20px; } }
    .menu-cont.mean-container .mean-nav ul li:last-child {
      padding-bottom: 40px; }
    .menu-cont.mean-container .mean-nav ul li a {
      color: #000;
      font-family: "proxima-nova", sans-serif;
      border: 0;
      text-align: center;
      padding: 2px 5%;
      font-size: 12px;
      text-transform: initial;
      -moz-transition: color 0.2s;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      @media only screen and (min-width: 481px) {
        .menu-cont.mean-container .mean-nav ul li a {
          font-size: 14px; } }
      .menu-cont.mean-container .mean-nav ul li a:hover {
        text-decoration: underline;
        background: transparent; }
    .menu-cont.mean-container .mean-nav ul li li a {
      width: 90%;
      font-size: 14px;
      text-transform: uppercase;
      padding: 0 5%;
      color: white;
      opacity: 1; }
      @media only screen and (min-width: 481px) {
        .menu-cont.mean-container .mean-nav ul li li a {
          font-size: 16px; } }
    .menu-cont.mean-container .mean-nav .sub-menu {
      display: block !important;
      margin: 5px 0 10px; }
      .menu-cont.mean-container .mean-nav .sub-menu:before {
        display: none; }
    .menu-cont.mean-container .mean-nav .mean-expand {
      display: none; }
    .menu-cont.mean-container .mean-nav ul li li:first-child {
      padding-top: 0;
      margin-top: 0; }
    .menu-cont.mean-container .mean-nav ul li li:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }

.menu-cont.mean-container.fixme .mean-nav ul:before {
  display: none; }

.footer-wrap {
  width: 100%;
  float: left;
  background: #6b1200;
  border-bottom: 5px solid #e20038; }

footer.footer {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  position: relative;
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px; }
  footer.footer a {
    color: white;
    text-decoration: none; }
    footer.footer a:hover {
      text-decoration: underline; }

.footer-info {
  margin: 40px 0;
  text-align: center;
  font-size: 12px; }
  @media only screen and (min-width: 481px) {
    .footer-info {
      margin: 40px auto; } }
  .footer-info div {
    display: block; }
    @media only screen and (min-width: 481px) {
      .footer-info div {
        display: inline-block; } }
    .footer-info div ul, .footer-info div li {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer-info div ul.menu-item-home, .footer-info div li.menu-item-home {
        display: none; }
    .footer-info div li {
      float: none;
      margin: 6px 0; }
      @media only screen and (min-width: 481px) {
        .footer-info div li {
          float: left;
          margin: 0; } }
      .footer-info div li a {
        padding: 0 10px;
        border-right: 0;
        text-transform: uppercase; }
        @media only screen and (min-width: 481px) {
          .footer-info div li a {
            border-right: 1px solid white; } }
      .footer-info div li:last-child a {
        border-right: 0; }
    .footer-info div ul ul {
      display: none; }

.footer-social {
  width: 100%;
  text-align: center;
  margin: 40px 0 0; }
  .footer-social a {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 10px;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .footer-social a:hover {
      opacity: 0.7; }
  .footer-social-facebook {
    background: url(img/sprite.png) no-repeat 0 -247px; }
    @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .footer-social-facebook {
        background: url(img/sprite@2x.png) no-repeat 0 -247px;
        -webkit-background-size: 300px 300px;
        -moz-background-size: 300px 300px;
        -ms-background-size: 300px 300px;
        -o-background-size: 300px 300px;
        background-size: 300px 300px; }
        .ie .footer-social-facebook {
          background: url(img/sprite.png) no-repeat 0 -247px; } }
  .footer-social-instagram {
    background: url(img/sprite.png) no-repeat -22px -247px; }
    @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .footer-social-instagram {
        background: url(img/sprite@2x.png) no-repeat -22px -247px;
        -webkit-background-size: 300px 300px;
        -moz-background-size: 300px 300px;
        -ms-background-size: 300px 300px;
        -o-background-size: 300px 300px;
        background-size: 300px 300px; }
        .ie .footer-social-instagram {
          background: url(img/sprite.png) no-repeat -22px -247px; } }
  .footer-social-youtube {
    background: url(img/sprite.png) no-repeat -66px -247px; }
    @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .footer-social-youtube {
        background: url(img/sprite@2x.png) no-repeat -66px -247px;
        -webkit-background-size: 300px 300px;
        -moz-background-size: 300px 300px;
        -ms-background-size: 300px 300px;
        -o-background-size: 300px 300px;
        background-size: 300px 300px; }
        .ie .footer-social-youtube {
          background: url(img/sprite.png) no-repeat -66px -247px; } }

.footer-bottom {
  width: 100%;
  float: none;
  padding: 6px 0;
  text-align: center;
  display: inline-block;
  background: #6b1200;
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-size: 11px; }
  .footer-bottom a {
    color: white;
    text-decoration: none; }
    .footer-bottom a:hover {
      text-decoration: underline; }

.footer-copyright {
  float: none;
  padding-right: 10px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid white; }

.footer-siteby {
  float: none;
  padding-left: 10px;
  text-align: center;
  display: inline-block; }

.footer-newsletter-cont {
  width: 100%;
  float: none;
  padding: 30px 0;
  text-align: center;
  display: inline-block;
  background: #6b1200;
  color: white; }
  .footer-newsletter-cont h2 {
    color: white;
    margin-top: 0; }
  .footer-newsletter-cont p {
    padding: 0;
    margin: 0; }
  .footer-newsletter-cont label {
    margin: 4px 0; }
  .footer-newsletter-cont input[type="text"] {
    margin: 0;
    padding: 0;
    text-align: center; }
  .footer-newsletter-cont input[type="submit"] {
    margin: 10px 0 0 0;
    background: #520e00;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .footer-newsletter-cont input[type="submit"]:hover {
      background: #380900; }

.footer-newsletter {
  width: 100%;
  max-width: 240px;
  margin: 0 auto; }

.homepage-slideshow-cont {
  width: 100%;
  float: left;
  background: white; }

.homepage-slideshow {
  width: 100%;
  max-width: 1400px;
  margin: 124px auto 0;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 481px) {
    .homepage-slideshow {
      margin: 0 auto; } }
  .fixme .homepage-slideshow {
    margin: 124px auto 0; }
  .homepage-slideshow .bx-wrapper {
    margin: 0 auto; }
    .homepage-slideshow .bx-wrapper img {
      width: 100%; }
    .homepage-slideshow .bx-wrapper .bx-viewport {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 0;
      left: 0;
      background: lightgrey; }
    .homepage-slideshow .bx-wrapper .bx-pager {
      bottom: -5px; }
      @media only screen and (min-width: 481px) {
        .homepage-slideshow .bx-wrapper .bx-pager {
          bottom: 5px; } }
    .homepage-slideshow .bx-wrapper .bx-pager.bx-default-pager a {
      background: #e20038;
      opacity: 1;
      width: 30px;
      margin: 0 2px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    .homepage-slideshow .bx-wrapper .bx-pager.bx-default-pager a:hover, .homepage-slideshow .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #e20038;
      opacity: 0.6; }
  .homepage-slideshow .bxslider {
    margin: 0; }
    .homepage-slideshow .bxslider li .heading-cont {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      justify-content: center;
      z-index: 10;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .homepage-slideshow .bxslider li .heading-cont h1 {
        background: rgba(0, 62, 81, 0.8);
        color: white;
        padding: 20px;
        text-align: center;
        align-self: center;
        font-family: "proxima-nova-condensed", sans-serif;
        margin: 0;
        font-size: 18px;
        max-width: 80%; }
        @media only screen and (min-width: 481px) {
          .homepage-slideshow .bxslider li .heading-cont h1 {
            max-width: 40%;
            font-size: 24px; } }
        @media only screen and (min-width: 768px) {
          .homepage-slideshow .bxslider li .heading-cont h1 {
            font-size: 36px; } }

.homepage section.main {
  background: white;
  text-align: center;
  margin: 20px 0; }
  .homepage section.main p {
    width: 100%;
    max-width: 780px;
    text-align: center;
    margin: 30px auto;
    font-size: 13px;
    color: #6b1200; }
    .homepage section.main p.video {
      max-width: 100%;
      margin: 10px auto 30px; }
    .homepage section.main p a {
      color: #6b1200; }
  .homepage section.main .countdown {
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .homepage section.main .countdown .element_conteiner {
      margin: 0 8px 0 0; }
    .homepage section.main .countdown .time_left {
      margin: 0 4px 0 0; }
    .homepage section.main .countdown:after {
      content: "Until show day!"; }

.homepage-types-cont {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: black;
  color: white;
  font-size: 17px;
  font-family: "proxima-nova", sans-serif;
  float: left; }
  @media only screen and (min-width: 481px) {
    .homepage-types-cont {
      float: none; } }

.homepage-types {
  width: 100%;
  max-width: 1030px;
  margin: 20px auto; }
  @media only screen and (min-width: 481px) {
    .homepage-types {
      margin: 0 auto; } }
  .homepage-types ul, .homepage-types li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .homepage-types li {
    display: block;
    margin: 8px 40px;
    text-align: center; }
    @media only screen and (min-width: 481px) {
      .homepage-types li {
        display: inline-block;
        margin: 18px 40px; } }
    .homepage-types li:before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      margin: 2px 6px 0 0;
      background: url(img/sprite.png) no-repeat 0 -127px;
      float: none; }
      @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
        .homepage-types li:before {
          background: url(img/sprite@2x.png) no-repeat 0 -127px;
          -webkit-background-size: 300px 300px;
          -moz-background-size: 300px 300px;
          -ms-background-size: 300px 300px;
          -o-background-size: 300px 300px;
          background-size: 300px 300px; }
          .ie .homepage-types li:before {
            background: url(img/sprite.png) no-repeat 0 -127px; } }
      @media only screen and (min-width: 1030px) {
        .homepage-types li:before {
          float: left; } }

.homepage-buttons {
  width: 100%;
  float: left;
  background: #c3d2d6; }
  .homepage-buttons a {
    width: 100%;
    line-height: 16px;
    float: left;
    display: block;
    padding: 10px 0;
    color: #6b1200;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .homepage-buttons a:nth-child(even) {
      margin-right: 0; }
    .homepage-buttons a:hover {
      opacity: 0.7; }
    @media only screen and (min-width: 768px) {
      .homepage-buttons a {
        width: 33.333333%;
        padding: 20px 0; } }
    .homepage-buttons a:before {
      content: "";
      width: 22px;
      height: 16px;
      display: inline-block;
      background: url(img/sprite.png) no-repeat -22px -269px;
      margin: -2px 0; }
      @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
        .homepage-buttons a:before {
          background: url(img/sprite@2x.png) no-repeat -22px -269px;
          -webkit-background-size: 300px 300px;
          -moz-background-size: 300px 300px;
          -ms-background-size: 300px 300px;
          -o-background-size: 300px 300px;
          background-size: 300px 300px; }
          .ie .homepage-buttons a:before {
            background: url(img/sprite.png) no-repeat -22px -269px; } }
    .homepage-buttons a.homepage-buttons-contact:before {
      background: url(img/sprite.png) no-repeat 0 -269px; }
      @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
        .homepage-buttons a.homepage-buttons-contact:before {
          background: url(img/sprite@2x.png) no-repeat 0 -269px;
          -webkit-background-size: 300px 300px;
          -moz-background-size: 300px 300px;
          -ms-background-size: 300px 300px;
          -o-background-size: 300px 300px;
          background-size: 300px 300px; }
          .ie .homepage-buttons a.homepage-buttons-contact:before {
            background: url(img/sprite.png) no-repeat 0 -269px; } }
    .homepage-buttons a.homepage-buttons-results:before {
      background: url(img/sprite.png) no-repeat -44px -269px; }
      @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
        .homepage-buttons a.homepage-buttons-results:before {
          background: url(img/sprite@2x.png) no-repeat -44px -269px;
          -webkit-background-size: 300px 300px;
          -moz-background-size: 300px 300px;
          -ms-background-size: 300px 300px;
          -o-background-size: 300px 300px;
          background-size: 300px 300px; }
          .ie .homepage-buttons a.homepage-buttons-results:before {
            background: url(img/sprite.png) no-repeat -44px -269px; } }
    .homepage-buttons a.homepage-buttons-merchandise:before {
      background: url(img/sprite.png) no-repeat -66px -269px; }
      @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
        .homepage-buttons a.homepage-buttons-merchandise:before {
          background: url(img/sprite@2x.png) no-repeat -66px -269px;
          -webkit-background-size: 300px 300px;
          -moz-background-size: 300px 300px;
          -ms-background-size: 300px 300px;
          -o-background-size: 300px 300px;
          background-size: 300px 300px; }
          .ie .homepage-buttons a.homepage-buttons-merchandise:before {
            background: url(img/sprite.png) no-repeat -66px -269px; } }

.homepage-links {
  width: 100%;
  float: left;
  margin: 20px 0 0; }
  .homepage-links a {
    width: 100%;
    height: 200px;
    line-height: 200px;
    float: left;
    display: block;
    position: relative;
    margin: 20px 0 0;
    color: white;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    background: #6b1200;
    background-color: rgba(14, 38, 49, 0.6);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center center;
    font-family: "proxima-nova-condensed", sans-serif;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media only screen and (min-width: 481px) {
      .homepage-links a {
        width: 49%;
        margin: 20px 2% 0 0; }
        .homepage-links a:nth-child(even) {
          margin-right: 0; } }
    @media only screen and (min-width: 768px) {
      .homepage-links a {
        width: 23.5%;
        margin: 20px 2% 0 0; }
        .homepage-links a:nth-child(even) {
          margin-right: 2%; } }
    .homepage-links a:last-child {
      margin-right: 0; }
    .homepage-links a:hover {
      background-color: #6b1200; }

.homepage-video {
  width: 100%;
  float: left;
  background-color: #6b1200; }
  .homepage-video a {
    width: auto;
    display: block;
    max-width: 1030px;
    border: 1px solid white;
    margin: 15px 20px;
    padding: 15px 0px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media only screen and (min-width: 1030px) {
      .homepage-video a {
        width: 100%;
        margin: 15px auto; } }
    .homepage-video a:hover {
      background: #6b1200; }
    .homepage-video a:before {
      content: "";
      width: 18px;
      height: 18px;
      display: inline-block;
      background: url(img/sprite.png) no-repeat -44px -247px;
      margin: -2px 6px -2px 0; }
      @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
        .homepage-video a:before {
          background: url(img/sprite@2x.png) no-repeat -44px -247px;
          -webkit-background-size: 300px 300px;
          -moz-background-size: 300px 300px;
          -ms-background-size: 300px 300px;
          -o-background-size: 300px 300px;
          background-size: 300px 300px; }
          .ie .homepage-video a:before {
            background: url(img/sprite.png) no-repeat -44px -247px; } }

.homepage-social {
  width: 100%;
  float: left;
  background: #6b1200;
  padding: 40px 0;
  text-align: center; }
  .homepage-social h5 {
    color: white;
    margin: 0 0 20px; }

.homepage-social-cont {
  max-width: 1030px;
  margin: 0 20px; }
  @media only screen and (min-width: 1030px) {
    .homepage-social-cont {
      width: 100%;
      margin: 0 auto; } }
  .homepage-social-cont ul.juicer-feed {
    width: 100%;
    float: right;
    max-height: initial !important;
    font-size: 14px;
    overflow: visible; }
    .homepage-social-cont ul.juicer-feed .j-meta a, .homepage-social-cont ul.juicer-feed a {
      color: #e20038;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .homepage-social-cont ul.juicer-feed .j-meta a:hover, .homepage-social-cont ul.juicer-feed a:hover {
        color: #c90032; }
    .homepage-social-cont ul.juicer-feed.white li.feed-item {
      border: 0;
      padding: 0;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .homepage-social-cont ul.juicer-feed.white li.feed-item:hover {
        -webkit-box-shadow: 0px 0px 10px 3px #09232d;
        -moz-box-shadow: 0px 0px 10px 3px #09232d;
        box-shadow: 0px 0px 10px 3px #09232d; }
      .homepage-social-cont ul.juicer-feed.white li.feed-item .j-text {
        padding: 10px; }
  .homepage-social-cont .j-paginate.juicer-button {
    display: none; }

.homepage-social-joins {
  width: 100%;
  margin: 0;
  float: left;
  display: block; }
  @media only screen and (min-width: 768px) {
    .homepage-social-joins {
      margin: 0 2% 0 0; } }

.homepage-social-join {
  display: inline-block;
  padding: 4px 20px;
  margin: 0 0 10px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  background: #6b1200;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  @media only screen and (min-width: 660px) {
    .homepage-social-join {
      margin-bottom: 20px; } }
  .homepage-social-join:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 4px 10px -5px 0;
    background: url(img/sprite.png) no-repeat 0 -247px; }
    @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      .homepage-social-join:before {
        background: url(img/sprite@2x.png) no-repeat 0 -247px;
        -webkit-background-size: 300px 300px;
        -moz-background-size: 300px 300px;
        -ms-background-size: 300px 300px;
        -o-background-size: 300px 300px;
        background-size: 300px 300px; }
        .ie .homepage-social-join:before {
          background: url(img/sprite.png) no-repeat 0 -247px; } }
    @media only screen and (min-width: 768px) {
      .homepage-social-join:before {
        display: block;
        margin: 0 auto 10px; } }
  .homepage-social-join:hover {
    opacity: 0.7; }
  .homepage-social-join-yt {
    margin-top: 5px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .homepage-social-join-yt {
        margin-bottom: 20px; } }
    .homepage-social-join-yt:before {
      background: url(img/sprite.png) no-repeat -66px -247px; }
      @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
        .homepage-social-join-yt:before {
          background: url(img/sprite@2x.png) no-repeat -66px -247px;
          -webkit-background-size: 300px 300px;
          -moz-background-size: 300px 300px;
          -ms-background-size: 300px 300px;
          -o-background-size: 300px 300px;
          background-size: 300px 300px; }
          .ie .homepage-social-join-yt:before {
            background: url(img/sprite.png) no-repeat -66px -247px; } }
  .homepage-social-join-ig {
    margin-top: 5px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .homepage-social-join-ig {
        margin-bottom: 20px; } }
    .homepage-social-join-ig:before {
      background: url(img/sprite.png) no-repeat -22px -247px; }
      @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
        .homepage-social-join-ig:before {
          background: url(img/sprite@2x.png) no-repeat -22px -247px;
          -webkit-background-size: 300px 300px;
          -moz-background-size: 300px 300px;
          -ms-background-size: 300px 300px;
          -o-background-size: 300px 300px;
          background-size: 300px 300px; }
          .ie .homepage-social-join-ig:before {
            background: url(img/sprite.png) no-repeat -22px -247px; } }

.homepage-sponsors {
  width: 100%;
  float: left;
  background: white; }

.homepage-sponsors-slideshow-cont {
  max-width: 1030px;
  margin: 20px 40px; }
  @media only screen and (min-width: 1030px) {
    .homepage-sponsors-slideshow-cont {
      margin: 20px auto; } }
  .homepage-sponsors-slideshow-cont .bx-wrapper {
    margin: 0 auto; }
    .homepage-sponsors-slideshow-cont .bx-wrapper img {
      width: 100%; }
    .homepage-sponsors-slideshow-cont .bx-wrapper .bx-viewport {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 0;
      left: 0;
      background: white; }
    .homepage-sponsors-slideshow-cont .bx-wrapper .bx-pager {
      bottom: 4px; }
      @media only screen and (min-width: 481px) {
        .homepage-sponsors-slideshow-cont .bx-wrapper .bx-pager {
          bottom: 30px; } }
    .homepage-sponsors-slideshow-cont .bx-wrapper .bx-pager.bx-default-pager a {
      background: white;
      opacity: 0.6;
      width: 30px;
      margin: 0 2px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    .homepage-sponsors-slideshow-cont .bx-wrapper .bx-pager.bx-default-pager a:hover, .homepage-sponsors-slideshow-cont .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: white;
      opacity: 1; }
    .homepage-sponsors-slideshow-cont .bx-wrapper .bx-prev {
      left: -40px; }
    .homepage-sponsors-slideshow-cont .bx-wrapper .bx-next {
      right: -40px; }
  .homepage-sponsors-slideshow-cont .bxslider {
    margin: 0; }

.homepage-news {
  width: 100%;
  float: left;
  background: #e6e9ea; }
  .homepage-news h5:before, .homepage-news h5:after {
    border-color: white; }

.homepage-news-cont {
  max-width: 1030px;
  margin: 0 20px; }
  @media only screen and (min-width: 1030px) {
    .homepage-news-cont {
      width: 100%;
      margin: 0 auto; } }

.homepage-news-item {
  width: 100%;
  margin-left: 0;
  float: left;
  overflow: hidden;
  margin-bottom: 20px; }
  .homepage-news-item:last-of-type {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .homepage-news-item {
      width: 23.5%;
      margin-left: 2%;
      margin-bottom: 60px; } }
  .homepage-news-item-big {
    width: 100%;
    margin-left: 0; }
    @media only screen and (min-width: 768px) {
      .homepage-news-item-big {
        width: 49%; } }
  .homepage-news-item img {
    width: 100%;
    height: auto; }
  .homepage-news-item-heading {
    background: #003e51;
    font-family: "proxima-nova-condensed", sans-serif;
    color: white;
    font-size: 26px;
    font-weight: 300;
    padding: 16px; }
    .homepage-news-item-heading a {
      color: white;
      text-decoration: none; }
      .homepage-news-item-heading a:hover {
        text-decoration: underline; }
  .homepage-news-item-date {
    color: #7dadb9;
    font-size: 13px;
    padding: 0 0 6px;
    text-transform: uppercase; }
  .homepage-news-item-desc {
    background: white;
    padding: 16px;
    font-weight: 400; }
    .homepage-news-item-desc a {
      color: #7dadb9;
      text-decoration: underline; }
      .homepage-news-item-desc a:hover {
        text-decoration: none; }

.homepage-news-all {
  width: 100%;
  float: right;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  box-sizing: border-box;
  padding: 15px 0;
  margin: 20px 0 60px;
  background: #003e51;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  @media only screen and (min-width: 768px) {
    .homepage-news-all {
      width: 23.5%; } }
  .homepage-news-all:hover {
    background: #9e1b00; }

.cont .main .wpcf7 p {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  padding-bottom: 0; }
  @media only screen and (min-width: 660px) {
    .cont .main .wpcf7 p {
      font-size: 14px; } }
  .cont .main .wpcf7 p img {
    display: none; }

label {
  cursor: pointer; }

.label {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  padding: 4px 0; }

img.ajax-loader {
  display: inline-block;
  border: none; }

.wpcf7-list-item-label {
  font-size: 13px; }

.wpcf7 span.submit-label {
  display: none; }

.required-label {
  color: #6b1200; }

input {
  font-size: 14px;
  line-height: 24px;
  color: black;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

input[type="text"], input[type="email"], textarea, input[type="number"], select {
  display: block;
  max-width: 100%;
  width: 96%;
  border: 1px solid #DDD !important;
  padding: 3px;
  background: #FFF;
  font-size: 15px;
  line-height: 22px;
  border: 0;
  padding-left: 12px;
  font-family: "proxima-nova", sans-serif;
  color: black;
  font-weight: normal;
  margin: 3px 0 0; }

textarea {
  height: 70px; }

input[type="text"]::-webkit-input-placeholder {
  color: #777; }

input[type="email"]::-webkit-input-placeholder {
  color: #777; }

textarea::-webkit-input-placeholder {
  color: #999; }

input[type="submit"] {
  overflow: hidden;
  margin: 8px 0 0 0;
  padding: 4px 20px;
  border: none;
  font-size: 18px;
  background: #6b1200;
  border-radius: 5px;
  color: white; }

input[type="submit"]:hover {
  background: #520e00; }

div.wpcf7 {
  width: 100%;
  float: left;
  position: relative;
  padding: 1px 2.562em 3.562em !important;
  margin: 1.562em 0 0.781em !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  background-color: #6b1200;
  background-image: linear-gradient(rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.7));
  box-sizing: border-box; }
  div.wpcf7:before, div.wpcf7:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 18px;
    right: 5px;
    left: 0;
    height: 10px; }
  div.wpcf7 .first {
    margin-top: 0; }
  div.wpcf7 .note {
    float: left;
    margin-left: 0;
    font-size: 1em !important;
    color: #6b1200; }
    @media only screen and (min-width: 660px) {
      div.wpcf7 .note {
        margin-left: 13.8em; } }
  div.wpcf7 input[type="checkbox"], div.wpcf7 input[type="radio"] {
    margin: 0 0.5ex 0.4em 0; }
  div.wpcf7 span.wpcf7-list-item {
    float: left;
    margin-top: 10px;
    margin-right: 10px; }
  div.wpcf7 .wpcf7-form {
    margin-top: 2.562em; }
  div.wpcf7 .submit {
    float: left;
    font-size: 1.3em;
    margin-left: 0;
    margin-top: 40px; }
    @media only screen and (min-width: 660px) {
      div.wpcf7 .submit {
        margin-left: 10.7em; } }

form h3, form h4 {
  width: 100%;
  clear: left;
  margin-left: 0;
  font-size: 1.3em;
  float: left; }
  @media only screen and (min-width: 660px) {
    form h3, form h4 {
      margin-left: 10.6em; } }
form label {
  display: block;
  position: relative;
  clear: left;
  margin-bottom: 0.391em; }
form .labeltext {
  float: left;
  width: 100%;
  text-align: left;
  padding-top: 0.721em;
  overflow: visible;
  font-size: 1em;
  position: relative;
  display: block; }
  @media only screen and (min-width: 660px) {
    form .labeltext {
      width: 12.5em;
      text-align: right; } }
form .wpcf7-form-control-wrap {
  width: 100%;
  margin-left: 0;
  z-index: 0;
  top: 0;
  display: inline-block; }
  @media only screen and (min-width: 660px) {
    form .wpcf7-form-control-wrap {
      margin-left: 1em;
      width: 60%; } }

input[type="number"] {
  width: 40px;
  float: left; }

span.vip-price-note, span.merchandise-price-note, span.dinner-price-note, span.foodcourt-note {
  float: left;
  margin: 9px 0 0; }

.wpcf7-form-control-wrap {
  float: left; }
  .vip-prices .wpcf7-form-control-wrap, .merchandise-prices .wpcf7-form-control-wrap, .dinner-prices .wpcf7-form-control-wrap, .foodcourt-prices .wpcf7-form-control-wrap {
    width: 70px; }

.main .tier-wrap {
  width: 100%;
  float: left;
  margin: 0 0 60px; }

.main .tier {
  width: 100%;
  float: left;
  margin-bottom: 12px;
  padding: 0;
  clear: both; }
  .main .tier a.post-thumb {
    display: block;
    float: right;
    margin: 0 0 20px 20px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid white; }
    .main .tier a.post-thumb:hover {
      border: 2px solid #AAA; }
  .main .tier img {
    max-width: 100px;
    width: 100%;
    height: auto;
    border-radius: 50%; }

.main .tier-heading {
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
  letter-spacing: 0;
  font-size: 22px;
  text-transform: none;
  display: none; }
  @media only screen and (min-width: 768px) {
    .main .tier-heading {
      display: block; } }
  .main .tier-heading.mobile-heading {
    display: block; }
    @media only screen and (min-width: 768px) {
      .main .tier-heading.mobile-heading {
        display: none; } }
  .main .tier-heading a {
    text-decoration: none; }
    .main .tier-heading a:hover {
      text-decoration: underline; }

.main .tier-meta {
  display: block;
  font-size: 11px;
  margin: 5px 0 0 0;
  font-style: italic;
  color: #AAA; }

.main .tier-nav .left {
  float: left; }
.main .tier-nav .right {
  float: right; }

.main span.tier-line {
  width: 100%;
  height: 10px;
  float: left;
  display: block;
  margin: 0 auto 20px; }
  .main span.tier-line:after {
    content: "";
    display: block;
    width: 50%;
    height: 10px;
    margin: 0 auto;
    border-top: 1px solid #AAA; }
  .main span.tier-line:last-of-type {
    display: none; }

.sponsors-page {
  width: 100%;
  float: left;
  margin: 0 0 60px; }
  .sponsors-page div {
    width: 50%;
    float: left;
    margin: 0 0 20px; }
    @media only screen and (min-width: 481px) {
      .sponsors-page div {
        width: 33.3333333%; } }
    @media only screen and (min-width: 768px) {
      .sponsors-page div {
        width: 25%; } }

.rider-profiles {
  width: 100%;
  float: left;
  margin: 30px 0 60px; }

div.rider-profile {
  width: 100%;
  float: left;
  margin: 0 0 40px; }
  div.rider-profile-image {
    width: 70%;
    float: none;
    margin: 0 auto 20px; }
    @media only screen and (min-width: 481px) {
      div.rider-profile-image {
        width: 23.5%;
        float: left;
        margin: 0 0 20px; } }
    div.rider-profile-image img {
      width: 100%; }
  div.rider-profile-text {
    width: 100%;
    float: right; }
    @media only screen and (min-width: 481px) {
      div.rider-profile-text {
        width: 72.5%; } }
  div.rider-profile-name {
    margin: 0 0 8px;
    font-size: 22px;
    color: #000;
    font-weight: 400; }
  div.rider-profile-heading {
    margin: 0 0 8px;
    font-weight: 400;
    font-size: 16px; }

.main span.tier-line.rider {
  margin: 0 auto 40px; }
  .main span.tier-line.rider:after {
    content: "";
    display: block;
    width: 90%; }

@media print {
  .footer-wrap, header.header, .menu-cont.mean-container {
    display: none; }

  .home .content {
    margin: 0 auto; }

  a[href]:after {
    content: none !important; }

  .homepage-links a {
    height: auto;
    line-height: initial; }

  .homepage-video {
    display: none; }

  .homepage-sponsors-slideshow-cont {
    margin: 20px auto; }

  .logo-print {
    width: 200px;
    display: block !important;
    margin: 20px auto; }

  .homepage-slideshow .bx-wrapper .bx-viewport li {
    max-width: 100%; }

  .homepage-sponsors {
    display: none; }

  .homepage-buttons {
    margin: 0 0 30px; }
    .homepage-buttons a {
      margin-bottom: 0; }

  .homepage-slideshow {
    max-width: 500px; }

  .main .tier img {
    max-width: 100px !important; }

  h1 {
    font-size: 36px; }

  .content-wrap.fixme {
    margin: 0 auto; } }

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