@charset "UTF-8";
/*!
    Theme Name: BCC 
		Theme URI: 
		Description: BCC Wordpress Theme
    Version: 1.0
		Author: Splendor
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; overflow: hidden; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; 
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
html,
body {
  overflow-x: hidden; }

html {
  font-size: 1em;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
* A better looking default horizontal rule
*/
hr {
  background: #ece9ea;
  display: block;
  height: 8px;
  border: 0;
  padding: 0;
  margin: 1em auto; }

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #000;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* 
/* Browser Upgrade Prompt
*/
.browserupgrade {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 0.5em 0;
  text-align: center; }

/*! author: splendordesign.com  */
body {
  font-size: 20px;
  font-family: montserrat, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  margin: 0; 
  overflow: hidden;

}
  @media (max-width: 767px) {
    body {
      font-size: 16px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: montserrat, sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 1.2em; }

h2 {
  font-size: 3.2em;
  font-family: minion-pro-display, serif;
  line-height: 0.96em;
  letter-spacing: -0.02em;
  margin-bottom: 0.4em; 
  font-kerning: none; }

h3 {
  font-size: 1.8em;
  font-family: minion-pro-display, serif;
  line-height: 1.2em;
  color: #7e0303;
  margin-bottom: 0.8em; }

p,
ol,
ul {
  margin: 0 0 .75em 0; }

ol,
ul {
  padding-left: 1em; }

img {
  max-width: 100%;
  height: auto; }

figure {
  margin: 0;
}

time {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  color: #7e0303;
  margin-bottom: 0.5em; }

a {
  color: #7e0303;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:hover {
    color: #000; }
  a[href^=tel] {
    color: #000; }
    a[href^=tel]:hover {
      color: #7e0303; }

::-webkit-input-placeholder {
  line-height: normal; }

::-webkit-input-placeholder {
  color: inherit;
  text-transform: uppercase; }

:-moz-placeholder {
  color: inherit;
  text-transform: uppercase; }

::-moz-placeholder {
  color: inherit;
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: inherit;
  text-transform: uppercase; }

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 20px; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignwide {
  margin-left: -20px;
  margin-right: -20px; }

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw; }
  .alignfull img {
    width: 100%;
    height: auto;
    display: block; }

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container .container {
    padding-left: 0;
    padding-right: 0; }

.pagination {
  font-size: 12px; }
  .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pagination .page-numbers {
    border: solid 1px #9a9a9a;
    text-decoration: none;
    margin: 0 5px;
    color: #9a9a9a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; }
    .pagination .page-numbers:hover {
      color: #7e0303;
      border-color: #7e0303; }
    .pagination .page-numbers.dots {
      width: auto;
      border: 0; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      background-size: auto 60%;
      background-position: center center;
      background-repeat: no-repeat;
      font: 0/0 a;
      text-shadow: none;
      color: transparent; }
    .pagination .page-numbers.prev {
      background-image: url(img/arrow__prev-gray.svg); }
      .pagination .page-numbers.prev:hover {
        background-image: url(img/arrow__prev-red.svg); }
    .pagination .page-numbers.next {
      background-image: url(img/arrow__next-gray.svg); }
      .pagination .page-numbers.next:hover {
        background-image: url(img/arrow__next-red.svg); }
    .pagination .page-numbers.current {
      color: #7e0303;
      border-color: #7e0303; }

.page-nav {
  text-align: center;
  border-bottom: solid 1px #c3c6cb;
  border-top: solid 1px #c3c6cb;
  position: relative;
  margin: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-nav a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 24px;
    text-transform: uppercase;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    width: 68px;
    height: 74px;
    border-left: solid 1px #c3c6cb;
    border-right: solid 1px #c3c6cb; }
  .page-nav__prev {
    background-image: url(img/arrow__left.svg); }
  .page-nav__next {
    background-image: url(img/arrow__right.svg); }
  .page-nav__back {
    background-image: url(img/x.svg);
    margin-left: -1px;
    margin-right: -1px; }

.cycle-slideshow {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .cycle-slideshow img {
    width: 100%; }
  .cycle-slideshow .arrow {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-color: #7e0303;
    width: 84px;
    height: 76px;
    margin: 0;
    cursor: pointer;
    z-index: 202;
    outline: none;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .cycle-slideshow .arrow:hover {
      background-color: #000; }
    .cycle-slideshow .arrow--prev {
      background-image: url("img/arrow__prev.svg");
      left: 0; }
    .cycle-slideshow .arrow--next {
      background-image: url("img/arrow__next.svg");
      right: 0; }
    @media (max-width: 575px) {
      .cycle-slideshow .arrow {
        width: 33px;
        height: 30px;
        background-size: 8px auto; } }

.widget {
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center; }
  .widget h3 {
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
    font-size: 1em;
    font-weight: 800;
    color: #000;
    border-bottom: solid 1px #7e0303;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em; }
  .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.75em;
    margin-bottom: 2em; }
    .widget ul li a {
      color: #000; }
      .widget ul li a:hover {
        color: #7e0303; }
    .widget ul li.active a {
      color: #7e0303; }
  .widget_menu h3 {
    font-size: 1em; }
  .widget_menu ul {
    line-height: 1em; }
    .widget_menu ul ul {
      display: none; }
    .widget_menu ul li a {
      padding-top: 5px;
      padding-bottom: 5px; }
      .widget_menu ul li a:hover {
        color: inherit;
        background-color: #eaeaea; }
    .widget_menu ul li.current_page_parent > ul, .widget_menu ul li.current_page_ancestor > ul, .widget_menu ul li.current_page_item > ul {
      display: block; }
	.widget_menu ul li.current-menu-parent > ul, .widget_menu ul li.current-menu-ancestor > ul, .widget_menu ul li.current-menu-item > ul {
      display: block!important; }
    .widget_menu ul li.current_page_item > a,.widget_menu ul li.current-menu-item > a, .widget_menu > ul > li > [aria-current], .widget_menu [aria-current] {
      background-color: #eaeaea!important;
      font-weight: bold!important;
      color: #7e0303!important; }
    .widget_menu ul li.page_item_has_children > a:after, .widget_menu ul li.menu-item-has-children > a:after {
      font-size: 18px;
      content: '›';
      padding-left: 5px;
      position: relative;
      top: 1px;
      font-weight: normal !important; }
  .widget_menu > ul {
    margin-top: -0.5em; }
    .widget_menu > ul > li {
      border-top: solid 1px #7e0303; }
      .widget_menu > ul > li > a {
        display: block;
        color: #7e0303;
        font-weight: 800;
        font-size: 0.8em;
        padding: 5px 0; }
      .widget_menu > ul > li:first-child {
        border: 0; }
      .widget_menu > ul > li > ul {
        margin-bottom: 0; }
        .widget_menu > ul > li > ul > li {
          border-top: solid 1px #7e0303; }
          .widget_menu > ul > li > ul > li > a {
            display: block;
            color: #000!important;
            font-weight: normal!important;
            font-size: 0.8em;
            padding: 4px 0 4px 10px!important; }
          .widget_menu > ul > li > ul > li > ul {
            margin-bottom: 0; }
            .widget_menu > ul > li > ul > li > ul > li {
              border-top: solid 1px #7e0303; }
              .widget_menu > ul > li > ul > li > ul > li > a {
                display: block;
                color: #000;
                font-weight: normal;
                font-size: 0.8em;
                padding: 4px 0 4px 20px; }
              .widget_menu > ul > li > ul > li > ul > li > ul {
                margin-bottom: 0; }
                .widget_menu > ul > li > ul > li > ul > li > ul > li {
                  border-top: solid 1px #7e0303; }
                  .widget_menu > ul > li > ul > li > ul > li > ul > li > a {
                    display: block;
                    color: #000;
                    font-weight: normal;
                    font-size: 0.7em;
                    padding: 4px 0 4px 30px; }
                  .widget_menu > ul > li > ul > li > ul > li > ul > li > ul {
                    margin-bottom: 0; }
                    .widget_menu > ul > li > ul > li > ul > li > ul > li > ul > li {
                      border-top: solid 1px #7e0303; }
                      .widget_menu > ul > li > ul > li > ul > li > ul > li > ul > li > a {
                        display: block;
                        color: #000;
                        font-weight: normal;
                        font-size: 0.7em;
                        padding-left: 40px;
                        padding: 4px 0 4px 40px; }
  .widget__img {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	  margin:1em 0em;
    min-height: 335px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .widget__img h3 {
      border-bottom: 0;
      padding-bottom: 0;
      color: #fff;
      font-size: 1.1em; }
    .widget__img p:last-child {
      margin-bottom: 0; }
  @media (max-width: 575px) {
    .widget__img {
      min-height: 300px; } }

.accordion {
  border-bottom: solid 1px #7e0303; }
  .accordion dt {
    font-size: 0.9em;
    color: #7e0303;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    border-top: solid 1px #7e0303;
    line-height: 1em;
    padding: 20px 0 20px 30px; }
    .accordion dt:first-child {
      border: 0; }
    .accordion dt:before {
      content: '+';
      font-size: 1.35em;
      font-family: sans-serif;
      position: absolute;
      left: 0;
      top: 14px;
      line-height: 1em; }
    .accordion dt.open:before {
      content: '–'; }
  .accordion dd {
    margin: 0;
    display: none;
    font-size: 1em;
    padding-bottom: 20px; }
    .accordion dd > *:last-child {
      margin-bottom: 0; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .social a {
    background-image: url(img/social.png);
    background-size: auto 22px;
    width: 22px;
    height: 22px;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
    margin: 0 10px; }
    .social a:first-child {
      margin-left: 0; }
    .social a:hover {
      opacity: 0.8; }
  .social__facebook {
    background-position: 4px 0; }
  .social__twitter {
    background-position: -18px 0; }
  .social__pinterest {
    background-position: -40px 0; }
  .social__instagram {
    background-position: -62px 0; }
  .social__linkedin {
    background-position: -86px 0; }
  .social__youtube {
    background-position: -111px 0; }

.btn, .btn__dark, .btn__white, body #tribe-events-content a.btn {
  display: inline-block;
  cursor: pointer;
  outline: 0 none;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  background: #7e0303;
  color: #fff;
  line-height: 1em;
  font-size: 18px;
  font-weight: bold;
  padding: 1.1em 2.2em; }
  .btn:hover, .btn__dark:hover {
    background-color: #000;
    color: #fff; }
  @media (max-width: 575px) {
    .btn, .btn__dark, .btn__white {
      font-size: 14px; } }

.btn__dark {
  background: #000; }
  .btn__dark:hover {
    background-color: #7e0303; }

.btn__white {
  background: #fff;
  color: #000; }
  .btn__white:hover {
    background-color: #eee; }
.top-bar {
	position: relative;
	z-index: 999;
	background-color: #fff;
	-webkit-transition: .3s background;
  -o-transition: .3s background;
  transition: .3s background;
}

.top {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  padding: 13px 0;
  display: none; }
  .top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0; }
  .top a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 20px; }
    .top a img {
      display: block;
      margin: 0 auto;
      max-width: 60px; }
  @media (max-width: 575px) {
    .top .container {
      padding-left: 10px;
      padding-right: 10px; }
    .top a {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 8px; }
      .top a img {
        max-width: 30px; } }

.header {
  position: relative;
  z-index: 999; }
  .header .container {
    position: relative; }
  .header__logo {
    display: block;
    background: url(img/logo.png) no-repeat;
    background-size: 100% auto;
    width: 260px;
    height: 143px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    text-decoration: none;
    outline: none;
    z-index: 999;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    transition: .3s background;
    position: absolute;
    left: 20px;
    top: 9px; }
    @media (max-width: 1439px) {
      .header__logo {
        width: 200px;
        height: 110px; } }
    @media (max-width: 1115px) {
      .header__logo {
        position: relative;
        top: auto;
        left: auto; } }
    @media (max-width: 575px) {
      .header__logo {
        width: 165px;
        height: 91px; } }
  .header__toggle {
    display: none;
    position: absolute;
    width: 33px;
    height: 21px;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    cursor: pointer;
    z-index: 2;
    right: 20px;
    top: 5px;
    outline: none;
    z-index: 10; }
    .header__toggle__icon, .header__toggle__icon:before, .header__toggle__icon:after {
      -webkit-transition-duration: 0.5s;
           -o-transition-duration: 0.5s;
              transition-duration: 0.5s;
      position: absolute;
      height: 3px;
      width: 33px;
      top: 9px;
      left: 0;
      background-color: #fff; }
    .header__toggle__icon:before {
      content: '';
      top: -9px; }
    .header__toggle__icon:after {
      content: '';
      top: 9px; }
    .header__toggle--open .header__toggle__icon {
      background: transparent; }
    .header__toggle--open .header__toggle__icon:before {
      -webkit-transform: rotateZ(45deg) translate(0.40625rem, 0.40625rem);
          -ms-transform: rotate(45deg) translate(0.40625rem, 0.40625rem);
              transform: rotateZ(45deg) translate(0.40625rem, 0.40625rem); }
    .header__toggle--open .header__toggle__icon:after {
      -webkit-transform: rotateZ(-45deg) translate(0.40625rem, -0.40625rem);
          -ms-transform: rotate(-45deg) translate(0.40625rem, -0.40625rem);
              transform: rotateZ(-45deg) translate(0.40625rem, -0.40625rem); }
    @media (max-width: 1115px) {
      .header__toggle {
        display: block; } }
  .header__top {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 14px; }
    .header__top:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 100%;
      width: 100vw;
      background: #000;
      z-index: -1; }
    .header__top ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      line-height: 1em;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header__top ul li {
        padding: 12px 0;
        margin-left: 20px; }
        .header__top ul li a {
          color: #fff;
          display: block; }
          .header__top ul li a:hover {
            color: #cccccc; }
        .header__top ul li.link-btn a {
          border: solid 1px #fff;
          padding: 10px 25px; }
          .header__top ul li.link-btn a:hover, .header__top ul li.link-btn a.active {
            background-color: #fff;
            color: #000; }
    @media (max-width: 1439px) {
      .header__top {
        font-size: 12px; }
        .header__top ul li {
          padding: 10px 0;
          margin-left: 15px; }
          .header__top ul li.link-btn a {
            padding: 8px 15px; } }
    @media (max-width: 1115px) {
      .header__top {
	      position: absolute;
	      top: 0;
	      right: 53px;
	      z-index: 999;
      } 
      .header__top:before {
	      display: none;
      }
      .header__top ul {
	      margin: 0;
      }
      .header__top ul li:not(.link-btn) {
	      display: none;
      }
      .header__top ul li {
	      margin-right: 15px;
	      margin-left: 0;
	      padding: 0;
      }
     }
      @media (max-width: 575px) {
	      .header__top ul li:not(:last-child) {
	      	display: none;
      	}
      }

.homepage-buttons {
	margin-top: 2.25em;
}

  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 25px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__nav__menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      text-transform: uppercase; }
      .header__nav__menu > li {
        padding-left: 16px; }
        .header__nav__menu > li > a {
 		   font-weight: bold;
    	   font-size: 13px;
    	   padding-right: 3px;
    	  padding-right: 8px;}
          .header__nav__menu > li > a:hover {
            color: #000; }
          .header__nav__menu > li > a.open {
            color: #000; }
        .header__nav__menu > li.active > a {
          color: #000; }
        .header__nav__menu > li > ul {
          display: none; }
    .header__nav__text {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 20px;
      position: relative; }
    .header__nav__close {
      position: absolute;
      right: 20px;
      bottom: 30px;
      width: 30px;
      height: 30px;
      background: url(img/close-w.svg) no-repeat center center;
      cursor: pointer;
      z-index: 2; }
    .header__nav__sub {
      display: none;
      background: #fff;
      position: absolute;
      top: 100%;
      left: 50%;
      width: 100vw;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      text-align: center; }
      .header__nav__sub > ul {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        padding: 30px 20px 30px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .header__nav__sub > ul > li {
          width: 20%; }
          .header__nav__sub > ul > li > a {
            font-weight: bold;
            border-left: solid 10px #7e0303;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-item-align: center;
                align-self: center;
            padding: 5px 10px;
            line-height: 1.2em;
            margin-bottom: 1em;
            color: #000; }
          .header__nav__sub > ul > li.active > a {
            color: #7e0303; }
          .header__nav__sub > ul > li > ul {
            font-size: 0.875em;
            line-height: 2em; }
            .header__nav__sub > ul > li > ul > li {
              /*
							a:hover {
								background-color: #eaeaea;
							}
*/ }
              .header__nav__sub > ul > li > ul > li > a {
                color: #000; }
                .header__nav__sub > ul > li > ul > li > a.active {
                  color: #7e0303;
                  font-weight: bold;
                  padding-left: 7px;
                  border-left: solid 5px #7e0303; }
                  .header__nav__sub > ul > li > ul > li > a.active:after {
                    -webkit-transform: rotate(90deg);
                        -ms-transform: rotate(90deg);
                            transform: rotate(90deg);
                    top: -1px;
                    left: 5px; }
                .header__nav__sub > ul > li > ul > li > a:hover {
                  color: #7e0303; }
              .header__nav__sub > ul > li > ul > li.menu-item-has-children > a:after {
                font-size: 18px;
                content: '›';
                padding-left: 5px;
                font-weight: normal !important;
                display: inline-block;
                -webkit-transition: .3s ease all;
                -o-transition: .3s ease all;
                transition: .3s ease all;
                position: relative; }
              .header__nav__sub > ul > li > ul > li > ul {
                font-size: 0.92857em;
                text-transform: none;
                line-height: 1.4em;
                padding: 3px 0;
                display: none; }
                .header__nav__sub > ul > li > ul > li > ul > li > a {
                  color: #000; }
                  .header__nav__sub > ul > li > ul > li > ul > li > a:hover {
                    color: #7e0303; }
      .header__nav__sub h5 {
        color: #7e0303;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.125em;
        line-height: 1em;
        margin-bottom: 1em; }
      .header__nav__sub h6 {
        background: #7e0303;
        color: #fff;
        font-family: minion-pro-display, serif;
        font-size: 2.25em;
        padding: 24px 0;
        position: relative;
        z-index: 2; }
        .header__nav__sub h6:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 100vw;
          background: #7e0303;
          z-index: -1; }
    .header__nav__btns {
      margin-bottom: 2em; }
      .header__nav__btns > * {
        margin: 0 5px;
        min-width: 300px; }
    .header__nav__search {
      margin-right: -20px;
      margin-left: 30px;
      position: relative; }
      .header__nav__search i {
        display: block;
        cursor: pointer;
        width: 76px;
        height: 56px;
        background: url(img/icon-search.png) no-repeat center;
        background-size: 30px auto;
        border-left: solid 1px #000; }
        .header__nav__search i.open {
          background-image: url(img/close.svg); }
      .header__nav__search form {
        background: #e6e6e6;
        position: absolute;
        top: 100%;
        right: 0;
        display: none; }
        .header__nav__search form div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 56px; }
        .header__nav__search form.show {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
        .header__nav__search form input {
          background: transparent;
          border: 0;
          font-size: 16px;
          width: 300px;
          outline: none;
          padding: 0 20px; }
        .header__nav__search form button {
          background: url(img/icon-search.png) no-repeat center #fff;
          background-size: 30px auto;
          width: 76px;
          height: 56px;
          font: 0/0 a;
          text-shadow: none;
          color: transparent;
          border: 0;
          border-left: solid 1px #000;
          outline: none;
          cursor: pointer; }
    @media (max-width: 1439px) {
      .header__nav {
        padding: 20px 0; }
        .header__nav__menu {
          font-size: 14px; }
          .header__nav__menu > li {
           padding-left: 15px; }
        .header__nav__sub {
          font-size: 12px; }
        .header__nav__search i, .header__nav__search form button {
          width: 64px;
          height: 44px;
          background-size: 25px auto; }
        .header__nav__search form div {
          height: 44px; } }
    @media (max-width: 1115px) {
      .header__nav {
        padding: 0; }
        .header__nav__menu, .header__nav__sub {
          display: none; }
        .header__nav__search {
          position: absolute;
          top: auto;
          bottom: 0;
          right: 20px;
          height: 44px; }
          .header__nav__search form {
            -webkit-transform: translateX(0) !important;
                -ms-transform: translateX(0) !important;
                    transform: translateX(0) !important;
            position: static;
            display: block !important; }
            .header__nav__search form input {
              width: 250px; }
          .header__nav__search i {
            display: none; } }
    @media (max-width: 575px) {
	    .header__nav__search {
		    height: 34px;
			}
			.header__nav__search i, .header__nav__search form button {
				width: 34px;
				height: 34px;
				background-size: 15px auto;
			}
			.header__nav__search form div {
        height: 34px; 
      }
   }
   @media (max-width: 479px) {
	   .header__nav__search form input {
		   width: 140px;
	   }
   }
   @media (max-width: 373px) {
	   .header__nav__search form input {
		   width: 90px;
	   }
   }
   
  @media (max-width: 1115px) {
    .header {
      padding: 9px 0 14px 0;
      position: relative; }
      .header:before {
        content: '';
        width: 100vw;
        top: 0;
        left: 0;
        height: 50px;
        background: #000;
        position: absolute; } }
  @media (max-width: 575px) {
      .header__btns {
        margin-bottom: 2em; }
        .header__btns > * {
          margin: 0 5px;
          min-width: 300px; } }

.nav {
  display: none;
  font-size: 16px; }
  .nav__inner {
    display: none;
    background: #000; }
  .nav__menu {
    text-transform: uppercase; 
    margin: 0;
    padding: 0;
    }
    .nav__menu ul {
    	margin: 0;
        padding: 0;
    }
    .nav__menu > li {
      border-top: solid 1px rgba(255, 255, 255, 0.2);
      position: relative; }
      .nav__menu > li > a {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-weight: bold; }
      .nav__menu > li em {
        border-left: solid 1px rgba(255, 255, 255, 0.2);
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        text-align: center;
        font-style: normal;
        font-family: sans-serif;
        font-size: 1.5em;
        color: #fff; }
        .nav__menu > li em:before {
          content: '+'; }
        .nav__menu > li em.active:before {
          content: '–'; }
      .nav__menu > li > ul > li {
        border-top: solid 1px rgba(255, 255, 255, 0.2); }
        .nav__menu > li > ul > li > a {
/*           height: 40px;
          line-height: 40px; */
          display: block;
          padding: 10px 20px 10px 40px;
          color: #fff;
          font-size: 14px; }
        .nav__menu > li > ul > li > ul {
          border-top: solid 1px rgba(255, 255, 255, 0.2);
          padding: 10px 0; }
          .nav__menu > li > ul > li > ul > li {
            line-height: 2em; }
            .nav__menu > li > ul > li > ul > li > a {
              font-size: 14px;
              color: #fff;
              display: block;
              padding: 0 20px 0 40px; }
            .nav__menu > li > ul > li > ul > li em {
              border: 0;
              height: auto;
              line-height: 1em; }
          .nav__menu > li > ul > li > ul ul li {
            line-height: 1.4em; }
            .nav__menu > li > ul > li > ul ul li a {
              color: #fff;
              font-size: 13px;
              padding: 0 20px 0 60px;
              text-transform: none; }
    .nav__menu ul {
      display: none; }
      .nav__menu ul li {
        position: relative; }
        .nav__menu ul li br {
          display: none; }
  @media (max-width: 1115px) {
    .nav {
      display: block; } }

.hero {
  display: block;
  width: 100%;
  overflow: hidden; }
  .hero__pager {
    position: absolute;
    bottom: 30px;
    left: 60px;
    z-index: 200;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	max-width: 400px;
	margin-top: 10px;}
    .hero__pager span {
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      width: 16px;
      height: 16px;
      border-radius: 16px;
      border: solid 2px #fff;
      background-color: #fff;
      margin-right: 10px;
	  margin-top: 10px;
      cursor: pointer; }
      .hero__pager span.cycle-pager-active {
        background-color: #7e0303; }
  .hero__slide {
    width: 100%;
    background-size: cover;
    background-position: center; }
    .hero__slide .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 760px; }
    .hero__slide img {
      display: none;
      width: 100%; }
    .hero__slide__text {
      background: rgba(0, 0, 0, 0.55);
      color: #fff;
      padding: 60px;
      font-size: 28px;
      max-width: 660px;
      position: relative; }
      .hero__slide__text h2 {
        font-size: 2.57143em;
        margin-bottom: 0.2em; }
      .hero__slide__text h3 {
        color: inherit;
        text-transform: uppercase;
        font-family: montserrat, sans-serif;
        font-weight: 800;
        font-size: 1em;
        margin: 0;
		margin-bottom: 0.2em;}
      .hero__slide__text p {
        margin-bottom: 0.5em; }
        .hero__slide__text p:last-child {
          margin-bottom: 0; }
      .hero__slide__text .btn {
        text-transform: uppercase; }
  @media (max-width: 1123px) {
    .hero__pager {
      left: 40px; }
    .hero__slide .container {
      min-height: 540px; }
    .hero__slide__text {
      font-size: 24px;
      padding: 40px 30px 60px 30px; } }
  @media (max-width: 575px) {
    .hero__pager {
		display: none;
      left: 20px; }
      .hero__pager span {
        width: 10px;
        height: 10px;
        margin-right: 7px; }
    .hero__slide {
      background-image: none !important; }
      .hero__slide .container {
        min-height: 0;
        padding: 0; 
	  	position: relative; }
      .hero__slide img {
        display: block; }
      .hero__slide__text {
        font-size: 20px;
        background: #000;
        padding: 20px;
        padding-bottom: 60px;
        width: 575px;
        max-width: 575px; } 
	  .hero__prev, .hero__next {
		  position: absolute;
		  top: 87%;
		  width:64px;
		  height:30px;
		  cursor:pointer;
		  z-index:200;
	  }
	  .hero__prev {
		  background: #7f0303 url(img/arrow__prev.svg) no-repeat center center/auto 50%;
		  left: 20px;
    	  border-right: solid 1px #a75d5c;
	  }
	  .hero__next {		  
		  background: #7f0303 url(img/arrow__next.svg) no-repeat center center/auto 50%;
		  left: 84px;
	  }
}

.banner {
  background-size: cover;
  background-position: center top;
  color: #fff;
  overflow: hidden;
  font-size: 18px; }
  .banner .container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 570px; }
  .banner img {
    display: none;
    width: 100%;
    height: auto; }
  .banner__text {
    padding: 40px 80px 40px 40px;
    background: rgba(0, 0, 0, 0.55);
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: -20px;
    max-width: 940px; }
    .banner__text__title {
      text-transform: uppercase;
      background: #7e0303;
      font-size: 1em;
      font-weight: bold;
      padding: 10px 15px;
      line-height: 1em;
      max-width: 278px;
      margin-bottom: 0.8em; }
    .banner__text h1 {
      font-family: minion-pro-display, serif;
      font-size: 3.55556em;
      line-height: 1em;
      text-transform: uppercase; }
  .banner--small .container {
    min-height: 370px; }
  @media (max-width: 1439px) {
    .banner {
      font-size: 16px; } }
  @media (max-width: 1115px) {
    .banner {
      font-size: 14px; }
      .banner .container {
        min-height: 540px; }
      .banner--small .container {
        min-height: 300px; } }
  @media (max-width: 767px) {
    .banner {
      background-image: none !important;
      background-color: #000;
      font-size: 10px; }
      .banner img {
        display: block; }
      .banner .container {
        min-height: 0; }
      .banner__text {
        padding: 20px; }
        .banner__text h1 {
          padding-left: 15px; }
          .banner__text h1 br {
            display: none; } }

.hwgyt {
  background: #878788 /*#58595b */;
  color: #fff;
  padding: 50px 0;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;}
.hwgyt .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.hwgyt aside {
	margin-left: 50px;
}
.hwgyt .content {
  font-family: minion-pro-display, serif;
}
  .hwgyt .content > *:last-child {
    margin-bottom: 0; }
  .hwgyt h2 {
    font-size: 3em; }
  .hwgyt + .news--latest {
    margin-top: 2px !important; }
@media (max-width: 767px) {
	.hwgyt .container {
		display: block;
	}
	.hwgyt aside {
		margin: 20px 0 0;
	}
}
  @media (max-width: 575px) {
    .hwgyt {
      padding: 20px 0; }
      .hwgyt h2 {
        font-size: 24px; } }

.breadcrumbs {font-size:13px;text-transform:uppercase;color:#000;padding-bottom:20px}
.breadcrumbs span a {padding-right:5px;padding-left:5px;}
.breadcrumbs span .current-item {padding-right:5px;padding-left:5px}
.breadcrumbs span a.home {padding-left:0px}
.breadcrumb {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #7e0303; }
  .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 13px;
    padding-left: 0;
    text-transform: uppercase; }
    .breadcrumb ul li:after {
      content: '»';
      padding: 0 15px;
      position: relative;
      top: -0.1em; }
    .breadcrumb ul li:last-child:after {
      display: none; }
    .breadcrumb ul li a {
      color: #000; }
      .breadcrumb ul li a:hover {
        color: #7e0303; }
    .breadcrumb ul li span {
      color: #7e0303; }
  .breadcrumb--hide-last ul li:nth-last-child(2):after {
    display: none; }
  .breadcrumb--hide-last ul li:last-child {
    display: none; }
  @media (max-width: 575px) {
    .breadcrumb ul {
      font-size: 14px; } }

.featured__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  margin-right: -1px; }
  .featured__grid__item {
/*     width: 33.33333%; */
	width: 25%;
    padding: 0 1px; }
    .featured__grid__item--x2 {
      width: 66.66666%; }
    .featured__grid__item img {
      display: block;
      width: 100%;
      visibility: hidden; }
    .featured__grid__item a {
      background-position: center center;
      background-size: cover;
      display: block;
      position: relative;
      color: #fff;
      font-size: 1.25em; }
    .featured__grid__item aside {
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
	  max-height: 100%;
	  overflow: hidden;
      padding: 50px 20px 20px 20px; }
    .featured__grid__item strong {
      font-size: 0.56em;
      background: #7e0303;
      text-transform: uppercase;
      font-weight: 800;
      position: absolute;
      top: 0;
      left: 0;
      padding: 10px 20px;
      min-width: 135px;
      font-family: montserrat, sans-serif;
      line-height: 1em; }
    .featured__grid__item span {
      font-size: 0.56em;
      text-transform: uppercase;
      font-weight: 800;
      display: block;
      margin-top: 0.5em; }

@media (max-width: 1115px) {
  .featured__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .featured__grid__item {
      width: 50%; }
      .featured__grid__item--x2 {
        padding-bottom: 2px;
        width: 100%; } }

@media (max-width: 575px) {
  .featured__grid__item {
    width: 100%; }
    .featured__grid__item--x2 a {
      padding-top: 100%; }
    .featured__grid__item--x2 img {
      display: none; }
    .featured__grid__item aside {
      padding-top: 40px; } }

.news-carousel {
  margin-bottom: 3em; }
  .news-carousel h3 {
    font-family: montserrat, sans-serif;
	  padding-left:1em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-size: 1.1em; }
  .news-carousel__inner {
    position: relative; }
    .news-carousel__inner .visible {
      z-index: 3;
      position: relative; }
    .news-carousel__inner .arrow {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 22px;
      height: 42px;
      margin: 0;
      cursor: pointer;
      z-index: 202;
      outline: none;
      -webkit-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      transition: 0.3s all ease;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      border: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .news-carousel__inner .arrow.prev {
        background-image: url("img/arrow__prev-red.svg");
        left: -32px; }
      .news-carousel__inner .arrow.next {
        background-image: url("img/arrow__next-red.svg");
        right: -32px; }
  .news-carousel .news__grid__item {
    width: 100%;
    margin: 0; }
    .news-carousel .news__grid__item span {
      white-space: normal; }
  @media (max-width: 1439px) {
    .news-carousel__inner .arrow {
      width: 10px;
      height: 19px; }
      .news-carousel__inner .arrow.prev {
        left: -15px; }
      .news-carousel__inner .arrow.next {
        right: -15px; } }
  @media (max-width: 1239px) {
    .news-carousel__inner .visible {
      z-index: 2; } }
  @media (max-width: 575px) {
    .news-carousel__inner .visible {
      z-index: 1; } }

.news {
  max-width: 1640px;
  margin-top: 60px;
  margin-bottom: 150px;
  overflow: hidden; }
  .news__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px; }
    .news__grid__zero {
      width: 100%; }
      .news__grid__zero h3 {
        font-size: 1em;
        font-family: montserrat, sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0; }
    .news__grid__item {
      padding: 0 1px;
      width: 25%;
      margin-bottom: 55px; }
      .news__grid__item img {
        display: block;
        width: 100%; }
      .news__grid__item a {
        display: block;
        position: relative;
        color: #fff;
        font-family: minion-pro-display, serif;
        line-height: 1.2em;
        font-size: 1.25em; }
        .news__grid__item a:hover {
          color: #fff; }
          .news__grid__item a:hover small {
            color: #fff;
            -webkit-transition: .3s ease all;
            -o-transition: .3s ease all;
            transition: .3s ease all; }
      .news__grid__item span {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 50px 20px 20px 20px; }
      .news__grid__item strong {
        font-size: 0.56em;
        background: #7e0303;
        text-transform: uppercase;
        font-weight: 800;
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 20px;
        min-width: 135px;
        font-family: montserrat, sans-serif;
        line-height: 1em; }
      .news__grid__item time {
        font-family: montserrat, sans-serif;
        font-weight: 800;
        display: block;
        font-size: 0.56em;
        color: #fff; }
      .news__grid__item small {
        font-size: 0.56em;
        font-family: montserrat, sans-serif;
        display: block;
        color: #8f0202;
        line-height: 1em;
        margin-top: 0.5em; }
  .news--latest {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2px !important; }
    .news--latest .news__grid__item {
      width: 20%;
      margin-bottom: 0; }
  @media (max-width: 1439px) {
    .news {
      margin-bottom: 100px; }
      .news--latest .news__grid__item {
        width: 33.33333%; }
        .news--latest .news__grid__item:nth-child(4), .news--latest .news__grid__item:nth-child(5) {
          display: none; } }
  @media (max-width: 1115px) {
    .news {
      margin-bottom: 80px; }
      .news__grid__item {
        width: 50%; }
      .news--latest .news__grid__item {
        width: 50%;
        margin-bottom: 2px; }
        .news--latest .news__grid__item:nth-child(4) {
          display: initial; } }
  @media (max-width: 575px) {
    .news {
      margin-bottom: 60px; }
      .news__grid__item {
        width: 100%; }
        .news__grid__item span {
          padding-top: 40px; }
      .news .news__grid__item {
        width: 100%; }
        .news .news__grid__item:nth-child(5) {
          display: initial; } }

.search {
/*   margin-top: 60px;
  margin-bottom: 60px;
  max-width: 1000px;  */
}
  .search__item {
    font-size: 0.8em;
    margin: 1.5em 0; }
    .search__item h3 {
      font-size: 1em;
      font-family: montserrat, sans-serif;
      text-transform: uppercase;
      font-weight: 800;
      margin-bottom: 0.4em; }
  @media (max-width: 575px) {
    .search {
      margin-top: 40px;
      margin-bottom: 40px; } }

.main {
  /* We can change the background color of the event. */ }
  .main .tribe-common .tribe-common-l-container {
    max-width: none;
    padding: 0; }
  .main .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: rgba(126, 3, 3, 0.1); }
  .main .tribe-common .tribe-common-c-btn, .main .tribe-common a.tribe-common-c-btn {
    background-color: #7e0303; }
  .main .tribe-events .tribe-events-c-ical__link {
    color: #7e0303;
    border-color: #7e0303; }
    .main .tribe-events .tribe-events-c-ical__link:before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%237e0303' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E"); }
    .main .tribe-events .tribe-events-c-ical__link:hover {
      background-color: #7e0303;
      color: #fff; }
      .main .tribe-events .tribe-events-c-ical__link:hover:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%23ffffff' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E"); }
  .main .tribe-events .tribe-events-c-messages__message--notice:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' …e='%237e0303' stroke-linecap='square' d='M.5 7.5h20'/%3E%3C/g%3E%3C/svg%3E"); }
  .main .tribe-events .tribe-events-c-view-selector__button:before {
    background-color: #7e0303; }
  .main .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: #7e0303; }
  .main .tribe-events .tribe-events-calendar-month__day-cell--selected, .main .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .main .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: rgba(126, 3, 3, 0.1); }
  .main .tribe-events .datepicker .day.active, .main .tribe-events .datepicker .day.active.focused, .main .tribe-events .datepicker .day.active:focus, .main .tribe-events .datepicker .day.active:hover, .main .tribe-events .datepicker .month.active, .main .tribe-events .datepicker .month.active.focused, .main .tribe-events .datepicker .month.active:focus, .main .tribe-events .datepicker .month.active:hover, .main .tribe-events .datepicker .year.active, .main .tribe-events .datepicker .year.active.focused, .main .tribe-events .datepicker .year.active:focus, .main .tribe-events .datepicker .year.active:hover {
    background-color: #7e0303; }
  .main .tribe-events-single .tribe-events-single-event-title {
    color: #7e0303;
    text-transform: uppercase;
    font-size: 1.5em;
    font-family: montserrat, sans-serif;
    font-weight: bold;
    max-width: 840px; }
  .main .tribe-events-single .tribe-events-schedule h2 {
    color: #7e0303;
    font-size: 1em;
    font-family: montserrat, sans-serif; }
  .main .tribe-events-single .tribe-events-single-event-description {
    max-width: 840px; }
  .main .tribe-events-single .tribe-events-cal-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em; }
    .main .tribe-events-single .tribe-events-cal-links .tribe-events-button {
      background-color: #777 !important; }
  .main .tribe-events-event-meta {
    background-color: #fafafa;
    border: 1px solid #eee;
    font-size: 14px;
    margin-bottom: 2em; }
    .main .tribe-events-event-meta .tribe-events-meta-group {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      float: left;
      margin: 0 0 20px;
      padding: 0 4%;
      text-align: left;
      vertical-align: top;
      width: 33.3333%;
      zoom: 1; }
      .main .tribe-events-event-meta .tribe-events-meta-group dl dt {
        font-weight: bold; }
      .main .tribe-events-event-meta .tribe-events-meta-group dl dd {
        margin: 0 0 10px 0; }
      .main .tribe-events-event-meta .tribe-events-meta-group address {
        font-style: normal; }
    .main .tribe-events-event-meta .tribe-events-meta-group-gmap {
      width: 100%; }
    .main .tribe-events-event-meta .tribe-events-single-section-title {
      font-family: montserrat, sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      margin: 2em 0 1em 0; }
  .main .tribe-events-sub-nav a {
    font-weight: normal; }
  @media (max-width: 1115px) {
    .main .tribe-events-event-meta .tribe-events-meta-group {
      float: none;
      width: 100%; }
    .main .tribe-events-sub-nav a {
      padding: 0;
      background: transparent;
      font-weight: normal;
      color: #7e0303 !important; } }

.article, .main {
  margin-top: 40px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .article .breadcrumb, .main .breadcrumb {
    margin-top: 0; }
  .article__content, .main__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .article__content .cycle-slideshow, .main__content .cycle-slideshow {
      margin: 1.5em auto; }
    .article__content h4, .main__content h4 {
      font-size: 1em;
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 0.8em;
      font-family: montserrat, sans-serif;
      color: #7e0303; }
    .article__content p small, .main__content p small {
      font-size: 0.8em; }
    .article__content > ul, .main__content > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      margin-bottom: 1.5em; }
      .article__content > ul li, .main__content > ul li, .container > ul li, .accordion dd > ul li {
        margin-bottom: 1em;
        position: relative;
        padding-left: 2em; }
        .article__content > ul li::before, .main__content > ul li::before, .container > ul li::before, .accordion dd > ul li::before {
          content: '';
          position: absolute;
          left: 0;
          top: 8px;
          width: 10px;
          height: 10px;
          background: #7e0303; }
  .article__side, .main__side {
    min-width: 300px;
    width: 300px;
    margin-left: 90px; }
  @media (max-width: 1115px) {
    .article, .main {
      display: block; }
      .article__side, .main__side {
        margin: 2em auto 0 auto;
        min-width: 0; } }
  @media (max-width: 767px) {
    .article__content > ul li:before, .main__content > ul li:before {
      top: 5px; } }
  @media (max-width: 575px) {
    .article__side, .main__side {
      width: 280px; } }

.article .gform_wrapper, .main .gform_wrapper, .txt .gform_wrapper {
  margin: 0 auto; }
  .article .gform_wrapper ::-webkit-input-placeholder, .main .gform_wrapper ::-webkit-input-placeholder, .txt .gform_wrapper ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    position: relative;
    text-transform: none; }
  .article .gform_wrapper :-moz-placeholder, .main .gform_wrapper :-moz-placeholder, .txt .gform_wrapper :-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    position: relative;
    text-transform: none; }
  .article .gform_wrapper ::-moz-placeholder, .main .gform_wrapper ::-moz-placeholder, .txt .gform_wrapper ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    position: relative;
    text-transform: none; }
  .article .gform_wrapper :-ms-input-placeholder, .main .gform_wrapper :-ms-input-placeholder, .txt .gform_wrapper :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    position: relative;
    text-transform: none; }
  .article .gform_wrapper:first-child, .main .gform_wrapper:first-child, .txt .gform_wrapper:first-child {
    margin-top: 0; }
  .article .gform_wrapper ul, .main .gform_wrapper ul, .txt .gform_wrapper ul {
    color: inherit;
    line-height: normal; }
  .article .gform_wrapper .gfield_required, .main .gform_wrapper .gfield_required, .txt .gform_wrapper .gfield_required {
    color: #7e0303; }
  .article .gform_wrapper .validation_message, .main .gform_wrapper .validation_message, .txt .gform_wrapper .validation_message {
    display: none; }
  .article .gform_wrapper label.gfield_label,
  .article .gform_wrapper legend.gfield_label, .main .gform_wrapper label.gfield_label,
  .main .gform_wrapper legend.gfield_label, .txt .gform_wrapper label.gfield_label,
  .txt .gform_wrapper legend.gfield_label {
    color: #58595b;
    font-family: montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px !important;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .article .gform_wrapper label.gfield_label span,
    .article .gform_wrapper legend.gfield_label span, .main .gform_wrapper label.gfield_label span,
    .main .gform_wrapper legend.gfield_label span, .txt .gform_wrapper label.gfield_label span,
    .txt .gform_wrapper legend.gfield_label span {
      color: inherit; }
  .article .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .article .gform_wrapper textarea, .main .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .main .gform_wrapper textarea, .txt .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .txt .gform_wrapper textarea {
    border: solid 1px #f3f3f3 !important;
    font-size: 20px;
    padding: 18px;
    margin: 0;
    color: #58595b;
    line-height: 1em !important;
    min-height: 0 !important;
    outline: none;
    height: 64px; }
  .article .gform_wrapper .top_label input.small, .main .gform_wrapper .top_label input.small, .txt .gform_wrapper .top_label input.small {
    width: 33%; }
  .article .gform_wrapper .top_label input.medium, .main .gform_wrapper .top_label input.medium, .txt .gform_wrapper .top_label input.medium {
    width: 100%; }
  .article .gform_wrapper.gform_validation_error .top_label input.medium, .main .gform_wrapper.gform_validation_error .top_label input.medium, .txt .gform_wrapper.gform_validation_error .top_label input.medium {
    width: 100%; }
  .article .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .article .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half, .main .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .main .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half, .txt .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .txt .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    width: 50%;
    padding-right: 16px;
    max-width: none !important; }
  .article .gform_wrapper li.gfield_error, .main .gform_wrapper li.gfield_error, .txt .gform_wrapper li.gfield_error {
    width: 100%; }
    .article .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
    .article .gform_wrapper li.gfield_error textarea, .main .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
    .main .gform_wrapper li.gfield_error textarea, .txt .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
    .txt .gform_wrapper li.gfield_error textarea {
      border: solid 1px #7e0303 !important;
      color: #7e0303; }
    .article .gform_wrapper li.gfield_error .customSelectInner, .main .gform_wrapper li.gfield_error .customSelectInner, .txt .gform_wrapper li.gfield_error .customSelectInner {
      border-color: #7e0303;
      color: #7e0303; }
    .article .gform_wrapper li.gfield_error .gfield_label,
    .article .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .main .gform_wrapper li.gfield_error .gfield_label,
    .main .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .txt .gform_wrapper li.gfield_error .gfield_label,
    .txt .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {
      color: #7e0303; }
  .article .gform_wrapper .select-box, .main .gform_wrapper .select-box, .txt .gform_wrapper .select-box {
    position: relative;
    width: 100%; }
  .article .gform_wrapper .select-box select, .main .gform_wrapper .select-box select, .txt .gform_wrapper .select-box select {
    width: 100% !important; }
  .article .gform_wrapper .customSelect, .main .gform_wrapper .customSelect, .txt .gform_wrapper .customSelect {
    margin: 0 !important; }
  .article .gform_wrapper .customSelectInner, .main .gform_wrapper .customSelectInner, .txt .gform_wrapper .customSelectInner {
    margin: 0 !important;
    border: solid 1px #f3f3f3;
    font-size: 20px;
    color: #58595b;
    padding: 20px 18px;
    background: url(img/select-arrow.svg) no-repeat right 12px center #fff;
    background-size: 24px auto;
    line-height: 1em;
    height: 64px; }
  .article .gform_wrapper textarea, .main .gform_wrapper textarea, .txt .gform_wrapper textarea {
    height: 110px !important; }
  .article .gform_wrapper .field_description_below, .main .gform_wrapper .field_description_below, .txt .gform_wrapper .field_description_below {
    margin: 0 !important; }
  .article .gform_wrapper div.validation_error, .main .gform_wrapper div.validation_error, .txt .gform_wrapper div.validation_error {
    border: 0;
    padding: 0;
    text-align: left;
    color: #7e0303;
    font-size: inherit;
    font-weight: normal;
    font-weight: bold; }
  .article .gform_wrapper .gform_body, .main .gform_wrapper .gform_body, .txt .gform_wrapper .gform_body {
    width: calc(100% + 16px); }
  .article .gform_wrapper .top_label div.ginput_container, .main .gform_wrapper .top_label div.ginput_container, .txt .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important; }
  .article .gform_wrapper ul.gform_fields li.gfield, .main .gform_wrapper ul.gform_fields li.gfield, .txt .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 8px !important;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    background: transparent; }
  .article .gform_wrapper .gfield_checkbox, .article .gform_wrapper .gfield_radio, .main .gform_wrapper .gfield_checkbox, .main .gform_wrapper .gfield_radio, .txt .gform_wrapper .gfield_checkbox, .txt .gform_wrapper .gfield_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .article .gform_wrapper .gfield_checkbox li, .article .gform_wrapper .gfield_radio li, .main .gform_wrapper .gfield_checkbox li, .main .gform_wrapper .gfield_radio li, .txt .gform_wrapper .gfield_checkbox li, .txt .gform_wrapper .gfield_radio li {
      position: relative;
      padding-left: 0 !important;
      line-height: 18px;
      margin-right: 25px; }
      .article .gform_wrapper .gfield_checkbox li:last-child, .article .gform_wrapper .gfield_radio li:last-child, .main .gform_wrapper .gfield_checkbox li:last-child, .main .gform_wrapper .gfield_radio li:last-child, .txt .gform_wrapper .gfield_checkbox li:last-child, .txt .gform_wrapper .gfield_radio li:last-child {
        margin-right: 0; }
      .article .gform_wrapper .gfield_checkbox li:before, .article .gform_wrapper .gfield_radio li:before, .main .gform_wrapper .gfield_checkbox li:before, .main .gform_wrapper .gfield_radio li:before, .txt .gform_wrapper .gfield_checkbox li:before, .txt .gform_wrapper .gfield_radio li:before {
        content: '';
        width: 18px;
        height: 18px;
        border: solid 1px #060606;
        border-radius: 18px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 1; }
      .article .gform_wrapper .gfield_checkbox li.checked:after, .article .gform_wrapper .gfield_radio li.checked:after, .main .gform_wrapper .gfield_checkbox li.checked:after, .main .gform_wrapper .gfield_radio li.checked:after, .txt .gform_wrapper .gfield_checkbox li.checked:after, .txt .gform_wrapper .gfield_radio li.checked:after {
        content: '';
        position: absolute;
        left: 4px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #060606; }
      .article .gform_wrapper .gfield_checkbox li input, .article .gform_wrapper .gfield_radio li input, .main .gform_wrapper .gfield_checkbox li input, .main .gform_wrapper .gfield_radio li input, .txt .gform_wrapper .gfield_checkbox li input, .txt .gform_wrapper .gfield_radio li input {
        position: absolute;
        left: -999999999px; }
      .article .gform_wrapper .gfield_checkbox li label, .article .gform_wrapper .gfield_radio li label, .main .gform_wrapper .gfield_checkbox li label, .main .gform_wrapper .gfield_radio li label, .txt .gform_wrapper .gfield_checkbox li label, .txt .gform_wrapper .gfield_radio li label {
        font-weight: normal !important;
        font-size: 20px;
        color: #58595b;
        padding-left: 24px !important;
        position: relative;
        z-index: 2; }
  .article .gform_wrapper .ginput_complex.ginput_container_address, .main .gform_wrapper .ginput_complex.ginput_container_address, .txt .gform_wrapper .ginput_complex.ginput_container_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
    width: auto; }
    .article .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full {
      width: 100%;
      line-height: 1em;
      height: auto;
      display: inherit;
      margin-bottom: 8px;
      padding: 0 5px !important; }
    .article .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
      padding-right: 5px !important; }
    .article .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left, .article .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right {
      margin: 0 !important;
      padding: 0 5px !important;
      position: relative;
      width: 33.3333333%;
      display: inherit;
      margin-bottom: 8px; }
      .article .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left select, .article .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right select, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left select, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right select, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left select, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right select {
        width: 100% !important;
        height: 100% !important;
        line-height: normal !important;
        margin: 0 !important; }
  .article .gform_wrapper .gform_footer, .main .gform_wrapper .gform_footer, .txt .gform_wrapper .gform_footer {
    margin-top: 30px !important;
    padding: 0 !important; }
    .article .gform_wrapper .gform_footer input.button, .article .gform_wrapper .gform_footer input[type=submit], .main .gform_wrapper .gform_footer input.button, .main .gform_wrapper .gform_footer input[type=submit], .txt .gform_wrapper .gform_footer input.button, .txt .gform_wrapper .gform_footer input[type=submit] {
      display: inline-block;
      cursor: pointer;
      outline: 0 none;
      margin: 0;
      padding: 0;
      border: 0;
      background: #7e0303;
      color: #fff;
      line-height: 1em;
      font-size: 18px;
      font-weight: bold;
      padding: 1.1em 2.2em;
      -webkit-transition: .3s ease all;
      -o-transition: .3s ease all;
      transition: .3s ease all;
      text-transform: uppercase;
      min-width: 280px; }
      .article .gform_wrapper .gform_footer input.button:hover, .article .gform_wrapper .gform_footer input[type=submit]:hover, .main .gform_wrapper .gform_footer input.button:hover, .main .gform_wrapper .gform_footer input[type=submit]:hover, .txt .gform_wrapper .gform_footer input.button:hover, .txt .gform_wrapper .gform_footer input[type=submit]:hover {
        background-color: #000;
        color: #fff; }
  @media only screen and (max-width: 641px) {
    .article .gform_wrapper .gform_body, .main .gform_wrapper .gform_body, .txt .gform_wrapper .gform_body {
      width: 100%; }
    .article .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), .main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), .txt .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
      line-height: normal;
      min-height: 0; }
    .article .gform_wrapper .ginput_complex.ginput_container_address, .main .gform_wrapper .ginput_complex.ginput_container_address, .txt .gform_wrapper .ginput_complex.ginput_container_address {
      display: block;
      margin: 0; }
      .article .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full {
        padding: 0 !important;
        margin: 8px 0 0 0 !important; }
      .article .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
        padding: 0 !important;
        margin: 8px 0 0 0 !important;
        width: auto; }
      .article .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left, .article .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right {
        padding: 0 !important;
        margin: 8px 0 0 0 !important;
        width: auto; }
        .article .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left select, .article .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right select, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left select, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right select, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left select, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right select {
          width: 100% !important; } }

.txt .gform_wrapper {
  background-color: #f3f3f3;
  padding: 40px;
  margin-bottom: 1.5em; }
  .txt .gform_wrapper .gform_title {
    color: #000;
    font-size: 2.1em; }
  .txt .gform_wrapper > *:last-child {
    margin-bottom: 0; }

@media (max-width: 1239px) {
  .txt .gform_wrapper {
    padding: 30px; } }

@media (max-width: 1115px) {
  .txt .gform_wrapper {
    padding: 20px; } }

@media (max-width: 575px) {
  .txt .gform_wrapper .gform_title {
    font-size: 30px; } }

.ins {
  margin-top: 70px;
  margin-bottom: 70px;
  max-width: 1640px;
  overflow: hidden; }
  .ins__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -22px;
    margin-right: -22px; }
  .ins__item {
    width: 50%;
    padding: 0 22px;
    margin-bottom: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ins__item__arrow {
      position: absolute;
      bottom: 0;
      right: 0;
      background: #000 url(img/arrow__next.svg) no-repeat center center;
      background-size: auto 60%;
      width: 53px;
      height: 47px;
      border: solid 1px #000; }
      .ins__item__arrow:hover {
        background-color: #7e0303; }
    .ins__item figure {
      background-size: cover;
      background-position: center center;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .ins__item figure img {
        width: 100%;
        height: auto;
        display: block;
        visibility: hidden; }
    .ins__item aside {
      min-width: 300px;
      max-width: 300px;
      background: #7e0303;
      color: #fff;
      padding: 20px 0 20px 20px;
      position: relative; }
    .ins__item h3 {
      font-family: montserrat, sans-serif;
      font-weight: 800;
      text-transform: uppercase;
      color: inherit;
      font-size: 1em; }
    .ins__item ul {
      font-size: 0.7em;
      line-height: 1.6em;
      list-style: none;
      margin: 0;
      padding: 0; }
      .ins__item ul li a {
        color: #fff; }
        .ins__item ul li a:hover {
          color: #e6e6e6; }
  @media (max-width: 1239px) {
    .ins__grid {
      margin-left: -10px;
      margin-right: -10px; }
    .ins__item {
      padding: 0 10px;
      margin-bottom: 20px;
      font-size: 16px; }
      .ins__item aside {
        min-width: 240px;
        max-width: 240px; } }
  @media (max-width: 1115px) {
    .ins__item {
      width: 100%; } }
  @media (max-width: 575px) {
    .ins {
      margin-top: 60px;
      margin-bottom: 60px; }
      .ins__item {
        display: block; }
        .ins__item__arrow {
          width: 40px;
          height: 35px; }
        .ins__item figure {
          background: none !important; }
          .ins__item figure img {
            visibility: visible; }
        .ins__item aside {
          width: 100%;
          min-width: initial;
          max-width: initial; } }

.txt-img-rows {
  background: #f3f3f3;
  padding: 50px 0; }
  .txt-img-rows h2 {
    text-align: center; }
  .txt-img-rows h3 {
    font-family: montserrat, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.3em;
    font-size: 1em; }
  .txt-img-rows h4 {
    font-family: minion-pro-display, serif;
    font-size: 1.8em;
    margin-bottom: 0.8em; }
  .txt-img-rows img {
    width: 100%;
    height: auto;
    display: block; }
  .txt-img-rows__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px; }
    .txt-img-rows__item > * {
      width: 50%; }
    .txt-img-rows__item article {
      -ms-flex-item-align: center;
          align-self: center; }
      .txt-img-rows__item article *:last-child {
        margin-bottom: 0; }
    .txt-img-rows__item:not(.img-first) figure {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-left: 20px; }
    .txt-img-rows__item:not(.img-first) article {
      padding-right: 20px; }
    .txt-img-rows__item.img-first figure {
      padding-right: 20px; }
    .txt-img-rows__item.img-first article {
      padding-left: 20px; }
  @media (max-width: 1115px) {
    .txt-img-rows {
      padding: 60px 0; }
      .txt-img-rows__item {
        display: block; }
        .txt-img-rows__item figure, .txt-img-rows__item article {
          padding: 0 !important; }
        .txt-img-rows__item figure {
          margin-bottom: 1.5em; } }
  @media (max-width: 575px) {
    .txt-img-rows {
      padding: 50px 0; } }

.dep {
  margin-top: 80px;
  margin-bottom: 80px; }
  .dep__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; }
  .dep__item {
    overflow: hidden;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px; }
    .dep__item h2 {
      border-bottom: solid 6px #7e0303;
      margin-bottom: 0;
      padding-bottom: 0.35em;
      font-size: 2.8em; }
    .dep__item img {
      display: none;
      width: 100%;
      height: auto; }
    .dep__item .arrow {
      position: absolute;
      bottom: 0;
      right: 0;
      background: #000 url(img/arrow__next.svg) no-repeat center center;
      background-size: auto 60%;
      width: 53px;
      height: 47px;
      border: solid 1px #000; }
      .dep__item .arrow:hover {
        background-color: #7e0303; }
    .dep__item__txt {
      background-size: cover;
      background-position: center center;
      position: relative;
      z-index: 2;
      color: #fff;
      font-size: 0.7em;
      padding: 0 20px 20px 20px;
      position: relative;
      min-height: 290px; }
      .dep__item__txt:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #7e0303;
        z-index: -1;
        -webkit-transition: .3s ease all;
        -o-transition: .3s ease all;
        transition: .3s ease all; }
      .dep__item__txt:hover:before {
        opacity: 0; }
      .dep__item__txt:hover p {
        opacity: 0; }
      .dep__item__txt h3 {
        background: #7e0303;
        color: #fff;
        font-family: montserrat, sans-serif;
        font-weight: 800;
        font-size: 1.42857em;
        margin: 0;
        text-transform: uppercase;
        padding: 20px 20px 15px 20px;
        margin-left: -20px;
        display: inline-block; }
      .dep__item__txt p {
        line-height: 1.5em;
        -webkit-transition: .3s ease all;
        -o-transition: .3s ease all;
        transition: .3s ease all; }
        .dep__item__txt p:last-child {
          margin-bottom: 0; }
  @media (max-width: 1239px) {
    .dep {
      margin-top: 70px;
      margin-bottom: 70px; }
      .dep h2 {
        font-size: 2.7em; }
      .dep__grid {
        margin-left: -10px;
        margin-right: -10px; }
      .dep__item {
        padding: 0 10px;
        margin-bottom: 20px; }
        .dep__item__txt {
          min-height: 240px; }
          .dep__item__txt h3 {
            font-size: 1.14286em; } }
  @media (max-width: 1115px) {
    .dep__item {
      width: 33.33333%; }
      .dep__item__txt {
        min-height: 200px; }
      .dep__item .arrow {
        width: 40px;
        height: 35px; } }
  @media (max-width: 767px) {
    .dep {
      margin-top: 50px;
      margin-bottom: 50px; }
      .dep__item {
        width: 50%; }
        .dep__item__txt {
          min-height: 180px; } }
  @media (max-width: 767px) {
    .dep {
      margin-top: 40px;
      margin-bottom: 40px; }
      .dep__item {
        width: 100%; }
        .dep__item__txt {
          min-height: 0; } }

.txt {
    margin-top: 60px;
    margin-bottom: 60px; }
  .txt .container > *:last-child {
    margin-bottom: 0; }
    .txt .container > *:last-child .btn {
      margin-top: 0.5em; }
  @media (max-width: 1115px) {
    .txt {
      margin-top: 70px;
      margin-bottom: 70px; } }
  @media (max-width: 575px) {
    .txt {
      margin-top: 60px;
      margin-bottom: 60px; } }

.txt-cols {
  margin: 40px 0;
  overflow: hidden; }
  .txt-cols h3 {
    font-size: 1em;
    font-family: montserrat, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 1px #7e0303;
    padding-bottom: 1em; }
  .txt-cols__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
  .txt-cols__item {
    padding: 0 10px;
    margin-top: 2em;
    width: 25%; }
    .txt-cols__item address {
      font-style: normal;
      font-size: 0.9em;
      line-height: 1.75em; }
  @media (max-width: 1239px) {
    .txt-cols {
      margin: 70px 0; }
      .txt-cols__item {
        width: 50%; } }
  @media (max-width: 575px) {
    .txt-cols {
      margin: 60px 0; }
      .txt-cols__item {
        width: 100%;
        margin-top: 1em; } }

.txt-2-cols {
  margin: 40px 0;
  overflow: hidden; }
  .txt-2-cols h3 {
    font-size: 1em;
    font-family: montserrat, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 1px #7e0303;
    padding-bottom: 1em;
    margin-bottom: 1em;
    max-width: 420px; }
  .txt-2-cols__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; }
  .txt-2-cols__item {
    padding: 0 20px;
    width: 50%;
    font-size: 0.9em; }
    .txt-2-cols__item address {
      font-style: normal;
      margin-bottom: 1.5em; }
    .txt-2-cols__item p {
      margin-bottom: 1em;
      max-width: 460px; }
    .txt-2-cols__item ul {
      list-style: none;
      margin: 0;
      padding: 0;
      line-height: 1.7em;
      margin-bottom: 1em; }
    .txt-2-cols__item > *:last-child {
      margin-bottom: 0; }
  @media (max-width: 1239px) {
    .txt-2-cols {
      margin: 70px 0; }
      .txt-2-cols__item {
        margin-top: 2em;
        width: 100%; }
        .txt-2-cols__item:first-child {
          margin-top: 0; } }
  @media (max-width: 767px) {
    .txt-2-cols {
      margin: 60px 0; } }

.download-cols {
  margin: 90px 0;
  overflow: hidden; }
  .download-cols h3 {
    font-size: 1em;
    font-family: montserrat, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1em;
    max-width: 420px; }
  .download-cols__grid {
    margin-left: -3px;
    margin-right: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .download-cols__item {
    padding: 0 3px;
    margin-bottom: 10px;
    width: 25%; }
    .download-cols__item a {
      display: block;
      background: #7e0303;
      position: relative;
      color: #fff;
      padding: 20px;
      line-height: 1.2em;
      text-transform: uppercase;
      font-size: 0.8em;
      min-height: 164px; }
      .download-cols__item a i {
        position: absolute;
        bottom: 20px;
        right: 20px;
        background: url(img/icon__download.svg);
        background-size: 100% auto;
        width: 42px;
        height: 37px; }
      .download-cols__item a:hover {
        background-color: #000; }
  @media (max-width: 1239px) {
    .download-cols {
      margin: 70px 0; }
      .download-cols__item {
        width: 50%; } }
  @media (max-width: 575px) {
    .download-cols {
      margin: 60px 0; }
      .download-cols__item {
        width: 100%; }
        .download-cols__item a {
          font-size: 16px;
          min-height: 150px; } }

.latest-events {
  background: #ece9ea;
  padding: 60px 0;
  padding-bottom: 60px;
  overflow: hidden; }
  .latest-events .container {
    max-width: 1640px;
	position: relative;}
#cycle-prev {position: absolute;left: -10px;bottom: 35%;}
#cycle-next {position: absolute;right: -10px;bottom: 35%;}
@media (max-width: 1660px) { 
	#cycle-prev {left: 0px;}
	#cycle-next {right: 0px;}
}
  .latest-events__grid {
	      margin: 0 auto;
/*     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	max-height: 120px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
	}
  .latest-events__item {
/*   width: 33%!important;  */
    }
    .latest-events__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
	  width: 500px;
	  white-space: normal;}
@media (max-width: 600px) { 
	.latest-events__item a {width: 325px;}
}
      .latest-events__item a strong {
        display: block; }
      .latest-events__item a aside {
        padding: 0 20px; }
      .latest-events__item a time {
        background: #000;
        color: #fff;
        text-transform: uppercase;
        width: 125px;
        min-width: 125px;
        text-align: center;
        font-size: 38px;
        line-height: 1em;
        padding-bottom: 15px;
        margin: 0; }
        .latest-events__item a time span {
          font-size: 14px;
          font-weight: bold;
          display: block;
          border-bottom: solid 2px #fff;
          background: #7e0303;
          color: #fff;
          padding: 10px 0;
          line-height: 1em;
          margin-bottom: 1em; }
        .latest-events__item a time small {
          display: block;
          margin-top: 0.5em;
          line-height: 1em;
          font-size: 14px;
          letter-spacing: -0.02em; }
  .latest-events + .instagram {
    margin-top: 2px !important; }
  @media (max-width: 1439px) {
/*     .latest-events__grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } */
/*     .latest-events__item {
      width: 50%;
      margin: 0.5em 0; }  */
}
  @media (max-width: 767px) {
/*     .latest-events__item {
      width: 100%; }  */
}
  @media (max-width: 575px) {
    .latest-events__item a {
      font-size: 12px; }
      .latest-events__item a aside {
        padding-right: 0; }
      .latest-events__item a time {
        width: 90px;
        min-width: 90px;
        font-size: 24px; }
        .latest-events__item a time span, .latest-events__item a time small {
          font-size: 10px; } }

.quote {
  background: #7e0303;
  color: #fff;
  font-family: minion-pro-display, serif;
  font-size: 2.1em;
  line-height: 1.2em;
  margin: 60px 0; }
  .quote blockquote {
    margin: 0;
    padding: 30px; }
    .quote blockquote > *:last-child {
      margin-bottom: 0; }
  @media (max-width: 575px) {
    .quote {
      margin: 40px 0; }
      .quote blockquote {
        padding: 20px;
        font-size: 30px; } }

.acc, .excerpts {
  margin: 60px 0; }
  .acc:last-child, .excerpts:last-child {
    margin-bottom: 0; }
  .acc h2, .excerpts h2 {
    font-size: 2.1em; }
  @media (max-width: 575px) {
    .acc, .excerpts {
      margin: 40px 0; } }

.excerpts {
  margin: 60px 0 0 0; }
  .excerpts__item {
    padding: 30px 0;
    border-top: solid 2px #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    hr + .excerpts__item {
      padding-top: 0;
      margin-top: 30px;
      border-top: 0; }
    .excerpts__item figure {
      min-width: 30%; }
      .excerpts__item figure img {
        display: block;
        width: 100%;
        height: auto; }
    .excerpts__item aside {
      padding: 0 30px;
      -ms-flex-item-align: center;
          align-self: center; }
      .excerpts__item aside > *:last-child {
        margin-bottom: 0; }
      .excerpts__item aside h4 {
        font-size: 1em;
        color: #7e0303;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 0.3em; }
  @media (max-width: 1239px) {
    .excerpts__item aside {
      padding: 0 0 0 20px; } }
  @media (max-width: 575px) {
    .excerpts {
      margin: 40px 0 0 0; }
      .excerpts__item {
        display: block; }
        .excerpts__item figure {
          width: 100%;
          margin-bottom: 1.5em; }
        .excerpts__item aside {
          padding-left: 0; } }

.sob {
  overflow: hidden; }
  .sob__slides {
    background: #f3f3f3;
    padding: 90px;
    overflow: hidden; }
  .sob__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background: #fff;
    position: relative;
    width: 100%; }
    .sob__slide > * {
      width: 50%; }
    .sob__slide__prev, .sob__slide__next {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 22px;
      height: 42px;
      margin: 0;
      cursor: pointer;
      z-index: 202;
      outline: none;
      -webkit-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      transition: 0.3s all ease;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      border: 0;
      position: absolute;
      bottom: 20px;
      right: 40px; }
    .sob__slide__prev {
      background-image: url("img/arrow__prev-gray.svg");
      right: 100px; }
      .sob__slide__prev:hover {
        background-image: url("img/arrow__prev-red.svg"); }
    .sob__slide__next {
      background-image: url("img/arrow__next-gray.svg"); }
      .sob__slide__next:hover {
        background-image: url("img/arrow__next-red.svg"); }
    .sob__slide figure {
      position: relative;
      padding-right: 40px; }
      .sob__slide figure img {
        display: block;
        width: 100%;
        height: auto; }
      .sob__slide figure figcaption {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #fff;
        font-size: 1.25em;
        line-height: 1.2em; }
        .sob__slide figure figcaption small {
          text-transform: uppercase;
          font-weight: bold;
          font-size: 0.72em; }
    .sob__slide aside {
      padding: 20px 40px 20px 0;
      padding-right: 40px;
	  background-color: #fff;
      -ms-flex-item-align: center;
          align-self: center; }
      .sob__slide aside h3 {
        font-size: 1em;
        font-weight: 800;
        text-transform: uppercase;
        font-family: montserrat, sans-serif;
        margin-bottom: 30px;
        margin-top: -10px; }
      .sob__slide aside cite {
        font-family: minion-pro-display, serif;
        font-size: 3.2em;
        font-style: normal;
        line-height: 0.9em;
        letter-spacing: -0.02em;
        margin-bottom: 0.2em;
        display: block; }
      .sob__slide aside p {
        color: #7e0303; }
      .sob__slide aside > *:last-child {
        margin-bottom: 0; }
  @media (max-width: 1439px) {
    .sob__slides {
      padding: 40px; } }
  @media (max-width: 1239px) {
    .sob__slide {
      display: block !important;
      padding: 40px; }
      .sob__slide figure {
        padding: 0;
        width: 100%;
        margin-bottom: 1.5em; }
      .sob__slide aside {
        padding: 0; } }
  @media (max-width: 1115px) {
    .sob__slides {
      padding: 30px; }
    .sob__slide {
      padding: 0; }
      .sob__slide__prev {
        right: 70px; }
      .sob__slide__next {
        right: 20px; }
      .sob__slide aside {
        padding: 20px 20px 40px 20px;
        width: 100%; }
        .sob__slide aside p {
          max-width: 80%; } }
  @media (max-width: 575px) {
    .sob .container {
      padding: 0; }
    .sob__slides {
      padding: 20px; }
    .sob__slide aside cite {
      font-size: 40px;
      line-height: 1em;
      margin-bottom: 0.5em;
      margin-top: 0.2em; }
    .sob__slide__prev, .sob__slide__next {
      width: 16px;
      height: 30px; }
    .sob__slide__prev {
      right: 60px; } }

.numbers {
  margin: 80px 0;
  text-align: center;
  overflow: hidden; }
  .numbers h2 {
    font-family: montserrat, sans-serif;
    font-size: 1em;
    font-weight: 800;
    color: #7e0303;
    margin-bottom: 0; }
  .numbers__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -16px;
    margin-right: -16px; }
  .numbers__item {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
    width: 25%;
    padding: 0 16px;
	margin-left: -30px;
    margin-top: 32px; }
    .numbers__item:nth-child(2n) p {
      background: #ece9ea; }
    .numbers__item:nth-child(3n) p {
      background: #58595b;
      color: #fff; }
    .numbers__item:nth-child(4n) p {
      background: #7e0303;
      color: #fff; }
    .numbers__item p {
      background: #fdb913;
      line-height: 1em;
      padding: 5px 0 15px 0;
      margin: 0; }
    .numbers__item strong {
      display: block;
      font-size: 7.5em;
      font-family: minion-pro-display, serif;
      font-weight: normal;
      line-height: 0.9em;
      letter-spacing: -0.05em; }
  @media (max-width: 1239px) {
    .numbers__item {
      width: 50%; } }
  @media (max-width: 1115px) {
    .numbers h2 {
      margin-bottom: 0.5em; }
    .numbers__item {
      padding: 0 10px;
      margin-top: 20px; } }
  @media (max-width: 575px) {
    .numbers {
      margin: 60px 0; }
      .numbers__item {
        width: 100%; } }

.panels {
  overflow: hidden;
  margin: 80px 0; }
  .panels__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 6px;
    margin-right: 6px; }
  .panels__item {
    width: 33.33333%;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 1.04166666667vw;
    margin-bottom: 12px;
	height: 242px;
    overflow: hidden;}
    .panels__item a {
      display: block;
      position: relative;
      overflow: hidden; }
      .panels__item a:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .panels__item img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-transition: .3s ease all;
      -o-transition: .3s ease all;
      transition: .3s ease all; }
    .panels__item span {
      position: absolute;
      text-align: center;
      top: 47%;
      left: 0;
      right: 0;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
    text-shadow: 2px 2px 3px #000;}
  .panels .container {
    margin-top: 30px; }
    .panels .container > *:last-child {
      margin-bottom: 0; }
  @media (max-width: 1115px) {
    .panels__item {
      width: 50%;
      font-size: 2vw; } }
  @media (max-width: 575px) {
    .panels {
      margin: 60px 0; }
      .panels__item {
        width: 100%;
        font-size: 4vw; } }

.instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0; }
  .instagram > * {
    width: 16.6666666667%; }
  .instagram a {
    background-size: cover;
    background-position: center center;
    padding-top: 100%;
    display: block; }
  @media (max-width: 1115px) {
    .instagram {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .instagram > * {
        width: 33.33333%; } }

.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px; }
  .bottom aside {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .bottom nav {
    font-size: 14px; }
    .bottom nav ul {
      line-height: 2em;
      text-transform: uppercase;
	  padding-left: 0px;
	  margin-top: 10px;}
      .bottom nav ul li a {
        color: #000;
		font-size: 14px; 
		display: inline;
		font-weight: 400;}
        .bottom nav ul li a:hover {
          color: #7e0303;
		  background-color: white;}
      .bottom nav ul li.link-btn {
        margin-top: 0.5em; }
        .bottom nav ul li.link-btn a {
          background: #7e0303;
          color: #fff;
          font-weight: bold;
          display: inline-block;
          line-height: 1em;
          padding: 10px 25px; }
		.bottom nav ul li.link-btn a:hover {
          background: #000;
          color: #fff; }
		.bottom nav ul li {
		  border: 0px;
		}
  .bottom h6 {
    text-transform: uppercase;
    font-size: inherit;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.5em; }
  .bottom__logo {
    display: block;
    background: url(img/logo.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 237px;
    height: 131px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    text-decoration: none;
    outline: none;
    z-index: 999;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    transition: .3s background;
    margin: 0 auto 15px auto; }
  @media (max-width: 1439px) {
    .bottom {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .bottom nav {
        margin-bottom: 2em; }
      .bottom aside {
        margin-top: 2em;
        -webkit-box-ordinal-group: initial;
            -ms-flex-order: initial;
                order: initial;
        width: 100%; } }
  @media (max-width: 1115px) {
    .bottom__logo {
      width: 182px;
      height: 100px; }
    .bottom nav {
      width: 50%; } }
  @media (max-width: 575px) {
    .bottom nav {
      width: 100%;
      text-align: center; } }

.footer {
  background: #58595b;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  font-size: 14px; }
  .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer ul li:after {
      content: '|';
      padding: 0 10px; }
    .footer ul li:last-child:after {
      display: none; }
    .footer ul li a {
      color: #fff; }
      .footer ul li a:hover {
        color: #e6e6e6; }
  @media (max-width: 575px) {
    .footer {
      padding: 20px 0;
      font-size: 11px; } }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  max-width: 1200px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-height: 810px;
  background: #fff;
  padding: 30px;
  text-align: left;
  z-index: inherit;
  border: solid 5px #7e0303;
  overflow: hidden; }
  .modal h2 {
    text-align: center;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    position: relative; }
    .modal h2:before {
      content: '';
      width: 100vw;
      height: 2px;
      background: #7e0303;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .modal .nav-path {
    font-size: 22px; }
    .modal .nav-path > ul {
      position: relative;
      width: 33.33333%;
      line-height: 2em; }
      .modal .nav-path > ul > li {
        line-height: 2em; }
        .modal .nav-path > ul > li > a {
          text-transform: uppercase;
          font-weight: bold;
          display: block;
          color: #000;
		  line-height: 1.3em;
    	  margin-bottom: 1em;}
          .modal .nav-path > ul > li > a:hover, .modal .nav-path > ul > li > a.open {
            color: #7e0303; }
        .modal .nav-path > ul > li > ul {
          font-size: 0.81818em;
          width: 100%;
          top: 0;
          left: 100%;
          position: absolute;
          display: none;
		  line-height: 1.1em}
		.modal .nav-path > ul > li > ul > li {
          margin-bottom: 1em;}
          .modal .nav-path > ul > li > ul > li > a {
            color: #000;
            text-transform: uppercase;}
            .modal .nav-path > ul > li > ul > li > a:hover, .modal .nav-path > ul > li > ul > li > a.open {
              color: #7e0303; }
            .modal .nav-path > ul > li > ul > li > a.open {
              font-weight: bold; }
          .modal .nav-path > ul > li > ul > li ul {
            font-size: 0.88889em;
            line-height: 1.5em;
            position: absolute;
            left: 100%;
            top: 0;
            display: none;
            width: 100%; }
            .modal .nav-path > ul > li > ul > li ul li a {
              display: block;
              color: #000; }
              .modal .nav-path > ul > li > ul > li ul li a:hover {
                color: #7e0303; }
  @media (max-width: 1239px) {
    .modal h2 {
      font-size: 2em; }
    .modal .nav-path {
      font-size: 16px; } }
  @media (max-width: 1115px) {
    .modal .nav-path > ul {
      width: 100%; }
      .modal .nav-path > ul ul {
        position: static !important; } }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-height: 100%;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100vmin;
        height: 0;
        padding-bottom: 56.25vmin;
        overflow: hidden;
        position: relative;
        margin: 0 auto; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(img/load.gif) no-repeat center center;
    background-size: 32px auto; }

#swipebox-prev, #swipebox-next {
  background-image: url(img/arrow__left.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  position: absolute;
  width: 20px;
  height: 40px;
  cursor: pointer; }

#swipebox-prev {
  left: 20px; }

#swipebox-next {
  background-image: url(img/arrow__right.svg);
  right: 20px; }

#swipebox-close {
  background-image: url(img/x.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 16px;
  top: 20px;
  right: 20px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(255, 255, 255, 0.95); }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/*
 ----------------------------
 Core
 ----------------------------
 */
.custombox-content,
.custombox-overlay {
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%; }

.custombox-overlay {
  z-index: 9997;
  opacity: 0;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.custombox-content {
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.custombox-lock {
  overflow: hidden; }

.custombox-reference {
  display: none; }

.custombox-content {
  overflow-y: auto; }
  .custombox-content > * {
    max-width: 100%; }

.custombox-fullscreen.custombox-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .custombox-fullscreen.custombox-content > * {
    width: 100%;
    max-height: 100%; }

.custombox-y-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.custombox-x-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.custombox-y-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.custombox-y-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.custombox-x-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.custombox-x-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.custombox-perspective,
.custombox-perspective body {
  -webkit-perspective: 600px;
          perspective: 600px;
  height: 100%;
  overflow: hidden; }

.custombox-perspective .custombox-container {
  overflow: hidden;
  height: 100%; }

/*
 ----------------------------
 custombox-fadein
 ----------------------------
 */
@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes fadeIn {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; } }

@keyframes fadeOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; } }

.custombox-fadein.custombox-content {
  opacity: 0; }
  .custombox-fadein.custombox-content.custombox-open {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-fadein.custombox-content.custombox-close {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 custombox-slide
 ----------------------------
 */
@-webkit-keyframes slideInTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes slideInTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideOutTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes slideOutTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-webkit-keyframes slideInBottom {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideInBottom {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideOutBottom {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes slideOutBottom {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.custombox-slide.custombox-content,
.custombox-letmein.custombox-content,
.custombox-makeway.custombox-content,
.custombox-slip.custombox-content,
.custombox-push.custombox-content,
.custombox-contentscale.custombox-content {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
  .custombox-slide.custombox-content.custombox-open.custombox-top,
  .custombox-letmein.custombox-content.custombox-open.custombox-top,
  .custombox-makeway.custombox-content.custombox-open.custombox-top,
  .custombox-slip.custombox-content.custombox-open.custombox-top,
  .custombox-push.custombox-content.custombox-open.custombox-top,
  .custombox-contentscale.custombox-content.custombox-open.custombox-top {
    -webkit-animation-name: slideInTop;
            animation-name: slideInTop;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slide.custombox-content.custombox-open.custombox-bottom,
  .custombox-letmein.custombox-content.custombox-open.custombox-bottom,
  .custombox-makeway.custombox-content.custombox-open.custombox-bottom,
  .custombox-slip.custombox-content.custombox-open.custombox-bottom,
  .custombox-push.custombox-content.custombox-open.custombox-bottom,
  .custombox-contentscale.custombox-content.custombox-open.custombox-bottom {
    -webkit-animation-name: slideInBottom;
            animation-name: slideInBottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slide.custombox-content.custombox-open.custombox-left,
  .custombox-letmein.custombox-content.custombox-open.custombox-left,
  .custombox-makeway.custombox-content.custombox-open.custombox-left,
  .custombox-slip.custombox-content.custombox-open.custombox-left,
  .custombox-push.custombox-content.custombox-open.custombox-left,
  .custombox-contentscale.custombox-content.custombox-open.custombox-left {
    -webkit-animation-name: slideInLeft;
            animation-name: slideInLeft;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slide.custombox-content.custombox-open.custombox-right,
  .custombox-letmein.custombox-content.custombox-open.custombox-right,
  .custombox-makeway.custombox-content.custombox-open.custombox-right,
  .custombox-slip.custombox-content.custombox-open.custombox-right,
  .custombox-push.custombox-content.custombox-open.custombox-right,
  .custombox-contentscale.custombox-content.custombox-open.custombox-right {
    -webkit-animation-name: slideInRight;
            animation-name: slideInRight;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slide.custombox-content.custombox-close.custombox-top,
  .custombox-letmein.custombox-content.custombox-close.custombox-top,
  .custombox-makeway.custombox-content.custombox-close.custombox-top,
  .custombox-slip.custombox-content.custombox-close.custombox-top,
  .custombox-push.custombox-content.custombox-close.custombox-top,
  .custombox-contentscale.custombox-content.custombox-close.custombox-top {
    -webkit-animation-name: slideOutTop;
            animation-name: slideOutTop;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slide.custombox-content.custombox-close.custombox-bottom,
  .custombox-letmein.custombox-content.custombox-close.custombox-bottom,
  .custombox-makeway.custombox-content.custombox-close.custombox-bottom,
  .custombox-slip.custombox-content.custombox-close.custombox-bottom,
  .custombox-push.custombox-content.custombox-close.custombox-bottom,
  .custombox-contentscale.custombox-content.custombox-close.custombox-bottom {
    -webkit-animation-name: slideOutBottom;
            animation-name: slideOutBottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slide.custombox-content.custombox-close.custombox-left,
  .custombox-letmein.custombox-content.custombox-close.custombox-left,
  .custombox-makeway.custombox-content.custombox-close.custombox-left,
  .custombox-slip.custombox-content.custombox-close.custombox-left,
  .custombox-push.custombox-content.custombox-close.custombox-left,
  .custombox-contentscale.custombox-content.custombox-close.custombox-left {
    -webkit-animation-name: slideOutLeft;
            animation-name: slideOutLeft;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slide.custombox-content.custombox-close.custombox-right,
  .custombox-letmein.custombox-content.custombox-close.custombox-right,
  .custombox-makeway.custombox-content.custombox-close.custombox-right,
  .custombox-slip.custombox-content.custombox-close.custombox-right,
  .custombox-push.custombox-content.custombox-close.custombox-right,
  .custombox-contentscale.custombox-content.custombox-close.custombox-right {
    -webkit-animation-name: slideOutRight;
            animation-name: slideOutRight;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 custombox-newspaper
 ----------------------------
 */
@-webkit-keyframes newspaperIn {
  from {
    -webkit-transform: scale(0) rotate(720deg);
            transform: scale(0) rotate(720deg);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1; } }
@keyframes newspaperIn {
  from {
    -webkit-transform: scale(0) rotate(720deg);
            transform: scale(0) rotate(720deg);
    opacity: 0; }
  to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1; } }

@-webkit-keyframes newspaperOut {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1; }
  to {
    -webkit-transform: scale(0) rotate(720deg);
            transform: scale(0) rotate(720deg);
    opacity: 0; } }

@keyframes newspaperOut {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1; }
  to {
    -webkit-transform: scale(0) rotate(720deg);
            transform: scale(0) rotate(720deg);
    opacity: 0; } }

.custombox-newspaper.custombox-content {
  opacity: 0; }
  .custombox-newspaper.custombox-content.custombox-open {
    -webkit-animation-name: newspaperIn;
            animation-name: newspaperIn;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-newspaper.custombox-content.custombox-close {
    -webkit-animation-name: newspaperOut;
            animation-name: newspaperOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 custombox-fall
 ----------------------------
 */
@-webkit-keyframes fallIn {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
            transform: translateZ(600px) rotateX(20deg);
    opacity: 0; }
  to {
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translateZ(0) rotateX(0deg);
            transform: translateZ(0) rotateX(0deg);
    opacity: 1; } }
@keyframes fallIn {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
            transform: translateZ(600px) rotateX(20deg);
    opacity: 0; }
  to {
    -webkit-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translateZ(0) rotateX(0deg);
            transform: translateZ(0) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes fallOut {
  from {
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translateZ(0) rotateX(0deg);
            transform: translateZ(0) rotateX(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
            transform: translateZ(600px) rotateX(20deg);
    opacity: 0; } }

@keyframes fallOut {
  from {
    -webkit-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translateZ(0) rotateX(0deg);
            transform: translateZ(0) rotateX(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
            transform: translateZ(600px) rotateX(20deg);
    opacity: 0; } }

.custombox-fall.custombox-content {
  opacity: 0; }
  .custombox-fall.custombox-content.custombox-open {
    -webkit-animation-name: fallIn;
            animation-name: fallIn;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-fall.custombox-content.custombox-close {
    -webkit-animation-name: fallOut;
            animation-name: fallOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 custombox-sidefall
 ----------------------------
 */
@-webkit-keyframes sidefallIn {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
            transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0; }
  to {
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translate(0) translateZ(0) rotate(0deg);
            transform: translate(0) translateZ(0) rotate(0deg);
    opacity: 1; } }
@keyframes sidefallIn {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
            transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0; }
  to {
    -webkit-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translate(0) translateZ(0) rotate(0deg);
            transform: translate(0) translateZ(0) rotate(0deg);
    opacity: 1; } }

@-webkit-keyframes sidefallOut {
  from {
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translate(0) translateZ(0) rotate(0deg);
            transform: translate(0) translateZ(0) rotate(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
            transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0; } }

@keyframes sidefallOut {
  from {
    -webkit-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transform: translate(0) translateZ(0) rotate(0deg);
            transform: translate(0) translateZ(0) rotate(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
            transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0; } }

.custombox-sidefall.custombox-content {
  opacity: 0; }
  .custombox-sidefall.custombox-content.custombox-open {
    -webkit-animation-name: sidefallIn;
            animation-name: sidefallIn;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-sidefall.custombox-content.custombox-close {
    -webkit-animation-name: sidefallOut;
            animation-name: sidefallOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 custombox-blur
 ----------------------------
 */
@-webkit-keyframes blurInTop {
  from {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
@keyframes blurInTop {
  from {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes blurOutTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    opacity: 0; } }

@keyframes blurOutTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    opacity: 0; } }

@-webkit-keyframes blurInBottom {
  from {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes blurInBottom {
  from {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes blurOutBottom {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
    opacity: 0; } }

@keyframes blurOutBottom {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
    opacity: 0; } }

@-webkit-keyframes blurInRight {
  from {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes blurInRight {
  from {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes blurOutRight {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    opacity: 0; } }

@keyframes blurOutRight {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    opacity: 0; } }

@-webkit-keyframes blurInLeft {
  from {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes blurInLeft {
  from {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes blurOutLeft {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    opacity: 0; } }

@keyframes blurOutLeft {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    opacity: 0; } }

@-webkit-keyframes blurInContainer {
  from {
    -webkit-filter: blur(0px);
            filter: blur(0px); }
  to {
    -webkit-filter: blur(3px);
            filter: blur(3px); } }

@keyframes blurInContainer {
  from {
    -webkit-filter: blur(0px);
            filter: blur(0px); }
  to {
    -webkit-filter: blur(3px);
            filter: blur(3px); } }

@-webkit-keyframes blurOutContainer {
  from {
    -webkit-filter: blur(3px);
            filter: blur(3px); }
  to {
    -webkit-filter: blur(0px);
            filter: blur(0px); } }

@keyframes blurOutContainer {
  from {
    -webkit-filter: blur(3px);
            filter: blur(3px); }
  to {
    -webkit-filter: blur(0px);
            filter: blur(0px); } }

.custombox-blur.custombox-content {
  opacity: 0; }
  .custombox-blur.custombox-content.custombox-open.custombox-top {
    -webkit-animation-name: blurInTop;
            animation-name: blurInTop;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-blur.custombox-content.custombox-open.custombox-bottom {
    -webkit-animation-name: blurInBottom;
            animation-name: blurInBottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-blur.custombox-content.custombox-open.custombox-left {
    -webkit-animation-name: blurInLeft;
            animation-name: blurInLeft;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-blur.custombox-content.custombox-open.custombox-right {
    -webkit-animation-name: blurInRight;
            animation-name: blurInRight;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-blur.custombox-content.custombox-close.custombox-top {
    -webkit-animation-name: blurOutTop;
            animation-name: blurOutTop;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-blur.custombox-content.custombox-close.custombox-bottom {
    -webkit-animation-name: blurOutBottom;
            animation-name: blurOutBottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-blur.custombox-content.custombox-close.custombox-right {
    -webkit-animation-name: blurOutRight;
            animation-name: blurOutRight;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-blur.custombox-content.custombox-close.custombox-left {
    -webkit-animation-name: blurOutLeft;
            animation-name: blurOutLeft;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.custombox-blur.custombox-container {
  -webkit-animation-name: blurOutContainer;
          animation-name: blurOutContainer;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .custombox-blur.custombox-container.custombox-open {
    -webkit-animation-name: blurInContainer;
            animation-name: blurInContainer;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 custombox-flip
 ----------------------------
 */
@-webkit-keyframes flipInTop {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
            transform: rotateX(-70deg); }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; } }
@keyframes flipInTop {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
            transform: rotateX(-70deg); }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes flipOutTop {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
            transform: rotateX(-70deg); } }

@keyframes flipOutTop {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
            transform: rotateX(-70deg); } }

@-webkit-keyframes flipInBottom {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(70deg);
            transform: rotateX(70deg); }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; } }

@keyframes flipInBottom {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(70deg);
            transform: rotateX(70deg); }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes flipOutBottom {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(70deg);
            transform: rotateX(70deg); } }

@keyframes flipOutBottom {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(70deg);
            transform: rotateX(70deg); } }

@-webkit-keyframes flipInRight {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(70deg);
            transform: rotateY(70deg); }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; } }

@keyframes flipInRight {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(70deg);
            transform: rotateY(70deg); }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes flipOutRight {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(70deg);
            transform: rotateY(70deg); } }

@keyframes flipOutRight {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(70deg);
            transform: rotateY(70deg); } }

@-webkit-keyframes flipInLeft {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
            transform: rotateY(-70deg); }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; } }

@keyframes flipInLeft {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
            transform: rotateY(-70deg); }
  to {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes flipOutLeft {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
            transform: rotateY(-70deg); } }

@keyframes flipOutLeft {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
            transform: rotateY(-70deg); } }

.custombox-flip.custombox-content {
  opacity: 0; }
  .custombox-flip.custombox-content.custombox-open.custombox-top {
    -webkit-animation-name: flipInTop;
            animation-name: flipInTop;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-flip.custombox-content.custombox-open.custombox-bottom {
    -webkit-animation-name: flipInBottom;
            animation-name: flipInBottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-flip.custombox-content.custombox-open.custombox-right {
    -webkit-animation-name: flipInRight;
            animation-name: flipInRight;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-flip.custombox-content.custombox-open.custombox-left {
    -webkit-animation-name: flipInLeft;
            animation-name: flipInLeft;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-flip.custombox-content.custombox-close.custombox-top {
    -webkit-animation-name: flipOutTop;
            animation-name: flipOutTop;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-flip.custombox-content.custombox-close.custombox-bottom {
    -webkit-animation-name: flipOutBottom;
            animation-name: flipOutBottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-flip.custombox-content.custombox-close.custombox-right {
    -webkit-animation-name: flipOutRight;
            animation-name: flipOutRight;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-flip.custombox-content.custombox-close.custombox-left {
    -webkit-animation-name: flipOutLeft;
            animation-name: flipOutLeft;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 custombox-sign
 ----------------------------
 */
@-webkit-keyframes signIn {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
            transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; }
  to {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }
@keyframes signIn {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
            transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; }
  to {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes signOut {
  from {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
            transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; } }

@keyframes signOut {
  from {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
            transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; } }

.custombox-sign {
  -webkit-perspective: 1300px;
          perspective: 1300px; }
  .custombox-sign.custombox-content {
    opacity: 0; }
    .custombox-sign.custombox-content.custombox-open {
      -webkit-animation-name: signIn;
              animation-name: signIn;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .custombox-sign.custombox-content.custombox-close {
      -webkit-animation-name: signOut;
              animation-name: signOut;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }

/*
 ----------------------------
 custombox-superscaled
 ----------------------------
 */
@-webkit-keyframes superscaledIn {
  from {
    -webkit-transform: scale(2);
            transform: scale(2); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes superscaledIn {
  from {
    -webkit-transform: scale(2);
            transform: scale(2); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes superscaledOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(2);
            transform: scale(2); } }

@keyframes superscaledOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(2);
            transform: scale(2); } }

.custombox-superscaled.custombox-content {
  opacity: 0; }
  .custombox-superscaled.custombox-content.custombox-open {
    -webkit-animation-name: superscaledIn;
            animation-name: superscaledIn;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-superscaled.custombox-content.custombox-close {
    -webkit-animation-name: superscaledOut;
            animation-name: superscaledOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 custombox-slit
 ----------------------------
 */
@-webkit-keyframes slitIn {
  0% {
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
            transform: translateZ(-3000px) rotateY(90deg); }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
            transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
            transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }
@keyframes slitIn {
  0% {
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
            transform: translateZ(-3000px) rotateY(90deg); }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
            transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
            transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes slitOut {
  0% {
    -webkit-transform: translateZ(0) rotateY(0deg);
            transform: translateZ(0) rotateY(0deg);
    opacity: 1; }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
            transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
            transform: translateZ(-3000px) rotateY(90deg); } }

@keyframes slitOut {
  0% {
    -webkit-transform: translateZ(0) rotateY(0deg);
            transform: translateZ(0) rotateY(0deg);
    opacity: 1; }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
            transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
            transform: translateZ(-3000px) rotateY(90deg); } }

.custombox-slit.custombox-content {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  .custombox-slit.custombox-content.custombox-open {
    -webkit-animation-name: slitIn;
            animation-name: slitIn;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slit.custombox-content.custombox-close {
    -webkit-animation-name: slitOut;
            animation-name: slitOut;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 custombox-rotate
 ----------------------------
 */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translateY(0%) rotateX(90deg);
            transform: translateY(0%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; }
  to {
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translateY(0%) rotateX(90deg);
            transform: translateY(0%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; }
  to {
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translateY(0%) rotateX(90deg);
            transform: translateY(0%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; } }

@keyframes rotateOut {
  from {
    -webkit-transform: translateY(0) rotateX(0deg);
            transform: translateY(0) rotateX(0deg);
    opacity: 1; }
  to {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translateY(0%) rotateX(90deg);
            transform: translateY(0%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all; } }

.custombox-rotate {
  -webkit-perspective: 2300px;
          perspective: 2300px; }
  .custombox-rotate.custombox-content {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
    .custombox-rotate.custombox-content.custombox-open {
      -webkit-animation-name: rotateIn;
              animation-name: rotateIn;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .custombox-rotate.custombox-content.custombox-close {
      -webkit-animation-name: rotateOut;
              animation-name: rotateOut;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }

/*
 ----------------------------
 custombox-letmein
 ----------------------------
 */
@-webkit-keyframes letmeinBottomOverlay {
  to {
    -webkit-transform: rotateX(-2deg);
            transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }
@keyframes letmeinBottomOverlay {
  to {
    -webkit-transform: rotateX(-2deg);
            transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes letmeinOutBottomOverlay {
  from {
    -webkit-transform: rotateX(-2deg);
            transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    opacity: 0; } }

@keyframes letmeinOutBottomOverlay {
  from {
    -webkit-transform: rotateX(-2deg);
            transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    opacity: 0; } }

@-webkit-keyframes letmeinLeftOverlay {
  to {
    -webkit-transform: rotateY(-2deg);
            transform: rotateY(-2deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes letmeinLeftOverlay {
  to {
    -webkit-transform: rotateY(-2deg);
            transform: rotateY(-2deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes letmeinOutLeftOverlay {
  from {
    -webkit-transform: rotateY(-2deg);
            transform: rotateY(-2deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    opacity: 0; } }

@keyframes letmeinOutLeftOverlay {
  from {
    -webkit-transform: rotateY(-2deg);
            transform: rotateY(-2deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    opacity: 0; } }

@-webkit-keyframes letmeinRightOverlay {
  to {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes letmeinRightOverlay {
  to {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes letmeinOutRightOverlay {
  from {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    opacity: 0; } }

@keyframes letmeinOutRightOverlay {
  from {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    opacity: 0; } }

@-webkit-keyframes letmeinTopOverlay {
  to {
    -webkit-transform: rotateX(2deg);
            transform: rotateX(2deg);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes letmeinTopOverlay {
  to {
    -webkit-transform: rotateX(2deg);
            transform: rotateX(2deg);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes letmeinOutTopOverlay {
  from {
    -webkit-transform: rotateX(2deg);
            transform: rotateX(2deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    opacity: 0; } }

@keyframes letmeinOutTopOverlay {
  from {
    -webkit-transform: rotateX(2deg);
            transform: rotateX(2deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  to {
    opacity: 0; } }

.custombox-letmein.custombox-overlay.custombox-open.custombox-top {
  -webkit-animation-name: letmeinTopOverlay;
          animation-name: letmeinTopOverlay;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-letmein.custombox-overlay.custombox-open.custombox-bottom {
  -webkit-animation-name: letmeinBottomOverlay;
          animation-name: letmeinBottomOverlay;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-letmein.custombox-overlay.custombox-open.custombox-left {
  -webkit-animation-name: letmeinLeftOverlay;
          animation-name: letmeinLeftOverlay;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-letmein.custombox-overlay.custombox-open.custombox-right {
  -webkit-animation-name: letmeinRightOverlay;
          animation-name: letmeinRightOverlay;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-letmein.custombox-overlay.custombox-close.custombox-top {
  -webkit-animation-name: letmeinOutTopOverlay;
          animation-name: letmeinOutTopOverlay;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-letmein.custombox-overlay.custombox-close.custombox-bottom {
  -webkit-animation-name: letmeinOutBottomOverlay;
          animation-name: letmeinOutBottomOverlay;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-letmein.custombox-overlay.custombox-close.custombox-left {
  -webkit-animation-name: letmeinOutLeftOverlay;
          animation-name: letmeinOutLeftOverlay;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-letmein.custombox-overlay.custombox-close.custombox-right {
  -webkit-animation-name: letmeinOutRightOverlay;
          animation-name: letmeinOutRightOverlay;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/*
 ----------------------------
 custombox-makeway
 ----------------------------
 */
@-webkit-keyframes makewayInContainer {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
            transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px); } }
@keyframes makewayInContainer {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
            transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px); } }

@-webkit-keyframes makewayOutContainer {
  0% {
    -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px); }
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
            transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    opacity: 0; } }

@keyframes makewayOutContainer {
  0% {
    -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px); }
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
            transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    opacity: 0; } }

@-webkit-keyframes makewayInTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes makewayInTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes makewayOutTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes makewayOutTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-webkit-keyframes makewayInBottom {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes makewayInBottom {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes makewayOutBottom {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes makewayOutBottom {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes makewayInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes makewayInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes makewayOutLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes makewayOutLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes makewayInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes makewayInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes makewayOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes makewayOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.custombox-makeway.custombox-overlay {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%; }
  .custombox-makeway.custombox-overlay.custombox-open {
    -webkit-animation-name: makewayInContainer;
            animation-name: makewayInContainer;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-makeway.custombox-overlay.custombox-close {
    -webkit-animation-name: makewayOutContainer;
            animation-name: makewayOutContainer;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.custombox-makeway.custombox-container {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%; }
  .custombox-makeway.custombox-container.custombox-open {
    -webkit-animation-name: makewayInContainer;
            animation-name: makewayInContainer;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-makeway.custombox-container.custombox-close {
    -webkit-animation-name: makewayOutContainer;
            animation-name: makewayOutContainer;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 custombox-slip
 ----------------------------
 */
@-webkit-keyframes slipTopOverlay {
  50% {
    -webkit-transform: rotateX(10deg);
            transform: rotateX(10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }
@keyframes slipTopOverlay {
  50% {
    -webkit-transform: rotateX(10deg);
            transform: rotateX(10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes slipOutTopOverlay {
  50% {
    -webkit-transform: rotateX(10deg);
            transform: rotateX(10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes slipOutTopOverlay {
  50% {
    -webkit-transform: rotateX(10deg);
            transform: rotateX(10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes slipRightOverlay {
  50% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes slipRightOverlay {
  50% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes slipOutRightOverlay {
  50% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes slipOutRightOverlay {
  50% {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes slipBottomOverlay {
  50% {
    -webkit-transform: rotateX(-10deg);
            transform: rotateX(-10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes slipBottomOverlay {
  50% {
    -webkit-transform: rotateX(-10deg);
            transform: rotateX(-10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes slipOutBottomOverlay {
  50% {
    -webkit-transform: rotateX(-10deg);
            transform: rotateX(-10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes slipOutBottomOverlay {
  50% {
    -webkit-transform: rotateX(-10deg);
            transform: rotateX(-10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes slipLeftOverlay {
  50% {
    -webkit-transform: rotateY(-10deg);
            transform: rotateY(-10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes slipLeftOverlay {
  50% {
    -webkit-transform: rotateY(-10deg);
            transform: rotateY(-10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@-webkit-keyframes slipOutLeftOverlay {
  50% {
    -webkit-transform: rotateY(-10deg);
            transform: rotateY(-10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

@keyframes slipOutLeftOverlay {
  50% {
    -webkit-transform: rotateY(-10deg);
            transform: rotateY(-10deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; } }

.custombox-slip.custombox-overlay.custombox-open.custombox-top {
  -webkit-animation-name: slipTopOverlay;
          animation-name: slipTopOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-overlay.custombox-open.custombox-bottom {
  -webkit-animation-name: slipBottomOverlay;
          animation-name: slipBottomOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-overlay.custombox-open.custombox-left {
  -webkit-animation-name: slipLeftOverlay;
          animation-name: slipLeftOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-overlay.custombox-open.custombox-right {
  -webkit-animation-name: slipRightOverlay;
          animation-name: slipRightOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-overlay.custombox-close.custombox-top {
  -webkit-animation-name: slipOutTopOverlay;
          animation-name: slipOutTopOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-overlay.custombox-close.custombox-bottom {
  -webkit-animation-name: slipOutBottomOverlay;
          animation-name: slipOutBottomOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-overlay.custombox-close.custombox-left {
  -webkit-animation-name: slipOutLeftOverlay;
          animation-name: slipOutLeftOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-overlay.custombox-close.custombox-right {
  -webkit-animation-name: slipOutRightOverlay;
          animation-name: slipOutRightOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-container.custombox-open.custombox-top {
  -webkit-animation-name: slipTopOverlay;
          animation-name: slipTopOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-container.custombox-open.custombox-bottom {
  -webkit-animation-name: slipBottomOverlay;
          animation-name: slipBottomOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-container.custombox-open.custombox-left {
  -webkit-animation-name: slipLeftOverlay;
          animation-name: slipLeftOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-container.custombox-open.custombox-right {
  -webkit-animation-name: slipRightOverlay;
          animation-name: slipRightOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-container.custombox-close.custombox-top {
  -webkit-animation-name: slipOutTopOverlay;
          animation-name: slipOutTopOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-container.custombox-close.custombox-bottom {
  -webkit-animation-name: slipOutBottomOverlay;
          animation-name: slipOutBottomOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-container.custombox-close.custombox-left {
  -webkit-animation-name: slipOutLeftOverlay;
          animation-name: slipOutLeftOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-slip.custombox-container.custombox-close.custombox-right {
  -webkit-animation-name: slipOutRightOverlay;
          animation-name: slipOutRightOverlay;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/*
 ----------------------------
 custombox-corner
 ----------------------------
 */
@-webkit-keyframes cornerInOverlay {
  from {
    -webkit-transform: translateY(150px) translateX(150px);
            transform: translateY(150px) translateX(150px);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility, -webkit-transform; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform; } }
@keyframes cornerInOverlay {
  from {
    -webkit-transform: translateY(150px) translateX(150px);
            transform: translateY(150px) translateX(150px);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility, -webkit-transform; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform; } }

@-webkit-keyframes cornerOutOverlay {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform; }
  to {
    -webkit-transform: translateY(150px) translateX(150px);
            transform: translateY(150px) translateX(150px);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility, -webkit-transform;
    opacity: 0; } }

@keyframes cornerOutOverlay {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform; }
  to {
    -webkit-transform: translateY(150px) translateX(150px);
            transform: translateY(150px) translateX(150px);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility, -webkit-transform;
    opacity: 0; } }

@-webkit-keyframes cornerInContent {
  from {
    -webkit-transform: translateY(150px) translateX(150px);
            transform: translateY(150px) translateX(150px);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility, -webkit-transform; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    opacity: 1; } }

@keyframes cornerInContent {
  from {
    -webkit-transform: translateY(150px) translateX(150px);
            transform: translateY(150px) translateX(150px);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility, -webkit-transform; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    opacity: 1; } }

@-webkit-keyframes cornerOutContent {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    opacity: 1; }
  to {
    -webkit-transform: translateY(150px) translateX(150px);
            transform: translateY(150px) translateX(150px);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility, -webkit-transform;
    opacity: 0; } }

@keyframes cornerOutContent {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    opacity: 1; }
  to {
    -webkit-transform: translateY(150px) translateX(150px);
            transform: translateY(150px) translateX(150px);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility, -webkit-transform;
    opacity: 0; } }

.custombox-corner.custombox-overlay.custombox-open {
  -webkit-animation-name: cornerInOverlay;
          animation-name: cornerInOverlay;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-corner.custombox-overlay.custombox-close {
  -webkit-animation-name: cornerOutOverlay;
          animation-name: cornerOutOverlay;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-corner.custombox-content.custombox-open {
  -webkit-animation-name: cornerInContent;
          animation-name: cornerInContent;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-corner.custombox-content.custombox-close {
  -webkit-animation-name: cornerOutContent;
          animation-name: cornerOutContent;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/*
 ----------------------------
 custombox-slidetogether
 ----------------------------
 */
.custombox-slidetogether.custombox-content, .custombox-slidetogether.custombox-overlay {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
  .custombox-slidetogether.custombox-content.custombox-open.custombox-top, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-top {
    -webkit-animation-name: slideInTop;
            animation-name: slideInTop;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slidetogether.custombox-content.custombox-open.custombox-bottom, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-bottom {
    -webkit-animation-name: slideInBottom;
            animation-name: slideInBottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slidetogether.custombox-content.custombox-open.custombox-left, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-left {
    -webkit-animation-name: slideInLeft;
            animation-name: slideInLeft;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slidetogether.custombox-content.custombox-open.custombox-right, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-right {
    -webkit-animation-name: slideInRight;
            animation-name: slideInRight;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slidetogether.custombox-content.custombox-close.custombox-top, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-top {
    -webkit-animation-name: slideOutTop;
            animation-name: slideOutTop;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slidetogether.custombox-content.custombox-close.custombox-bottom, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-bottom {
    -webkit-animation-name: slideOutBottom;
            animation-name: slideOutBottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slidetogether.custombox-content.custombox-close.custombox-left, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-left {
    -webkit-animation-name: slideOutLeft;
            animation-name: slideOutLeft;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-slidetogether.custombox-content.custombox-close.custombox-right, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-right {
    -webkit-animation-name: slideOutRight;
            animation-name: slideOutRight;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 custombox-scale
 ----------------------------
 */
@-webkit-keyframes scaleInOverlay {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    -o-transition: transform;
    transition: transform;
    transition: transform, -webkit-transform;
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    -o-transition: transform;
    transition: transform;
    transition: transform, -webkit-transform; } }
@keyframes scaleInOverlay {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    -o-transition: transform;
    transition: transform;
    transition: transform, -webkit-transform;
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    -o-transition: transform;
    transition: transform;
    transition: transform, -webkit-transform; } }

@-webkit-keyframes scaleOutOverlay {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    -o-transition: transform;
    transition: transform;
    transition: transform, -webkit-transform; }
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    -o-transition: transform;
    transition: transform;
    transition: transform, -webkit-transform;
    opacity: 0;
    opacity: 0; } }

@keyframes scaleOutOverlay {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    -o-transition: transform;
    transition: transform;
    transition: transform, -webkit-transform; }
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    -o-transition: transform;
    transition: transform;
    transition: transform, -webkit-transform;
    opacity: 0;
    opacity: 0; } }

.custombox-scale.custombox-overlay.custombox-open {
  -webkit-animation-name: scaleInOverlay;
          animation-name: scaleInOverlay;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-scale.custombox-overlay.custombox-close {
  -webkit-animation-name: scaleOutOverlay;
          animation-name: scaleOutOverlay;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-scale.custombox-content.custombox-open {
  -webkit-animation-name: scaleInOverlay;
          animation-name: scaleInOverlay;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-scale.custombox-content.custombox-close {
  -webkit-animation-name: scaleOutOverlay;
          animation-name: scaleOutOverlay;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/*
 ----------------------------
 custombox-door
 ----------------------------
 */
@-webkit-keyframes doorInOverlay {
  from {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0; }
  to {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width; } }
@keyframes doorInOverlay {
  from {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0; }
  to {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width; } }

@-webkit-keyframes doorOutOverlay {
  from {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width; }
  to {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0; } }

@keyframes doorOutOverlay {
  from {
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width; }
  to {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0; } }

.custombox-door.custombox-overlay.custombox-open {
  -webkit-animation-name: doorInOverlay;
          animation-name: doorInOverlay;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-door.custombox-overlay.custombox-close {
  -webkit-animation-name: doorOutOverlay;
          animation-name: doorOutOverlay;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-door.custombox-content.custombox-open {
  -webkit-animation-name: doorInOverlay;
          animation-name: doorInOverlay;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-door.custombox-content.custombox-close {
  -webkit-animation-name: doorOutOverlay;
          animation-name: doorOutOverlay;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/*
 ----------------------------
 custombox-push
 ----------------------------
 */
@-webkit-keyframes pushInLeftOverlay {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); } }
@keyframes pushInLeftOverlay {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); } }

@-webkit-keyframes pushOutLeftOverlay {
  from {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes pushOutLeftOverlay {
  from {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes pushInRightOverlay {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); } }

@keyframes pushInRightOverlay {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); } }

@-webkit-keyframes pushOutRightOverlay {
  from {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes pushOutRightOverlay {
  from {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@-webkit-keyframes pushInTopOverlay {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); } }

@keyframes pushInTopOverlay {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); } }

@-webkit-keyframes pushOutTopOverlay {
  from {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes pushOutTopOverlay {
  from {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-webkit-keyframes pushInBottomOverlay {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); } }

@keyframes pushInBottomOverlay {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); } }

@-webkit-keyframes pushOutBottomOverlay {
  from {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes pushOutBottomOverlay {
  from {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes pushOutTopOverlay {
  from {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-webkit-keyframes pushInLeftContainer {
  from {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes pushInLeftContainer {
  from {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@-webkit-keyframes pushOutLeftContainer {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; } }

@keyframes pushOutLeftContainer {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; } }

@-webkit-keyframes pushInRightContainer {
  from {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes pushInRightContainer {
  from {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes pushOutRightContainer {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; } }

@keyframes pushOutRightContainer {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; } }

@-webkit-keyframes pushInTopContainer {
  from {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes pushInTopContainer {
  from {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes pushOutTopContainer {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; } }

@keyframes pushOutTopContainer {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; } }

@-webkit-keyframes pushInBottomContainer {
  from {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes pushInBottomContainer {
  from {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-webkit-keyframes pushOutBottomContainer {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; } }

@keyframes pushOutBottomContainer {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    overflow-x: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; } }

.custombox-push.custombox-overlay {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  .custombox-push.custombox-overlay.custombox-open.custombox-top {
    -webkit-animation-name: pushInTopOverlay;
            animation-name: pushInTopOverlay;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-push.custombox-overlay.custombox-open.custombox-bottom {
    -webkit-animation-name: pushInBottomOverlay;
            animation-name: pushInBottomOverlay;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-push.custombox-overlay.custombox-open.custombox-left {
    -webkit-animation-name: pushInLeftOverlay;
            animation-name: pushInLeftOverlay;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-push.custombox-overlay.custombox-open.custombox-right {
    -webkit-animation-name: pushInRightOverlay;
            animation-name: pushInRightOverlay;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-push.custombox-overlay.custombox-close.custombox-top {
    -webkit-animation-name: pushOutTopOverlay;
            animation-name: pushOutTopOverlay;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-push.custombox-overlay.custombox-close.custombox-bottom {
    -webkit-animation-name: pushOutBottomOverlay;
            animation-name: pushOutBottomOverlay;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-push.custombox-overlay.custombox-close.custombox-left {
    -webkit-animation-name: pushOutLeftOverlay;
            animation-name: pushOutLeftOverlay;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-push.custombox-overlay.custombox-close.custombox-right {
    -webkit-animation-name: pushOutRightOverlay;
            animation-name: pushOutRightOverlay;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.custombox-push.custombox-container.custombox-open.custombox-top {
  -webkit-animation-name: pushInTopContainer;
          animation-name: pushInTopContainer;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-push.custombox-container.custombox-open.custombox-bottom {
  -webkit-animation-name: pushInBottomContainer;
          animation-name: pushInBottomContainer;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-push.custombox-container.custombox-open.custombox-left {
  -webkit-animation-name: pushInLeftContainer;
          animation-name: pushInLeftContainer;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-push.custombox-container.custombox-open.custombox-right {
  -webkit-animation-name: pushInRightContainer;
          animation-name: pushInRightContainer;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-push.custombox-container.custombox-close.custombox-top {
  -webkit-animation-name: pushOutTopContainer;
          animation-name: pushOutTopContainer;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-push.custombox-container.custombox-close.custombox-bottom {
  -webkit-animation-name: pushOutBottomContainer;
          animation-name: pushOutBottomContainer;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-push.custombox-container.custombox-close.custombox-left {
  -webkit-animation-name: pushOutLeftContainer;
          animation-name: pushOutLeftContainer;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-push.custombox-container.custombox-close.custombox-right {
  -webkit-animation-name: pushOutRightContainer;
          animation-name: pushOutRightContainer;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/*
 ----------------------------
 custombox-contentscale
 ----------------------------
 */
@-webkit-keyframes contentscaleInContainer {
  from {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    -o-transition: transform;
    transition: transform;
    transition: transform, -webkit-transform; }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
@keyframes contentscaleInContainer {
  from {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    -o-transition: transform;
    transition: transform;
    transition: transform, -webkit-transform; }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }

@-webkit-keyframes contentscaleOutContainer {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  to {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    -o-transition: transform;
    transition: transform;
    transition: transform, -webkit-transform; } }

@keyframes contentscaleOutContainer {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  to {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    -o-transition: transform;
    transition: transform;
    transition: transform, -webkit-transform; } }

.custombox-contentscale.custombox-overlay {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
  .custombox-contentscale.custombox-overlay.custombox-open.custombox-top {
    -webkit-animation-name: slideInTop;
            animation-name: slideInTop;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-contentscale.custombox-overlay.custombox-open.custombox-bottom {
    -webkit-animation-name: slideInBottom;
            animation-name: slideInBottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-contentscale.custombox-overlay.custombox-open.custombox-left {
    -webkit-animation-name: slideInLeft;
            animation-name: slideInLeft;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-contentscale.custombox-overlay.custombox-open.custombox-right {
    -webkit-animation-name: slideInRight;
            animation-name: slideInRight;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-contentscale.custombox-overlay.custombox-close.custombox-top {
    -webkit-animation-name: slideOutTop;
            animation-name: slideOutTop;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-contentscale.custombox-overlay.custombox-close.custombox-bottom {
    -webkit-animation-name: slideOutBottom;
            animation-name: slideOutBottom;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-contentscale.custombox-overlay.custombox-close.custombox-left {
    -webkit-animation-name: slideOutLeft;
            animation-name: slideOutLeft;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-contentscale.custombox-overlay.custombox-close.custombox-right {
    -webkit-animation-name: slideOutRight;
            animation-name: slideOutRight;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.custombox-contentscale.custombox-container.custombox-open {
  -webkit-animation-name: contentscaleInContainer;
          animation-name: contentscaleInContainer;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.custombox-contentscale.custombox-container.custombox-close {
  -webkit-animation-name: contentscaleOutContainer;
          animation-name: contentscaleOutContainer;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/*
 ----------------------------
 custombox-swell
 ----------------------------
 */
@-webkit-keyframes swellOpen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(calc(-100vw - 50%), 0, 0);
            transform: translate3d(calc(-100vw - 50%), 0, 0); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@keyframes swellOpen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(calc(-100vw - 50%), 0, 0);
            transform: translate3d(calc(-100vw - 50%), 0, 0); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes swellClose {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
            transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(calc(100vw + 50%), 0, 0);
            transform: translate3d(calc(100vw + 50%), 0, 0); } }

@keyframes swellClose {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
            transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(calc(100vw + 50%), 0, 0);
            transform: translate3d(calc(100vw + 50%), 0, 0); } }

.custombox-swell.custombox-content {
  opacity: 0; }
  .custombox-swell.custombox-content.custombox-open {
    -webkit-animation-name: swellOpen;
            animation-name: swellOpen;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-swell.custombox-content.custombox-close {
    -webkit-animation-name: swellClose;
            animation-name: swellClose;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 custombox-rotatedown
 ----------------------------
 */
@-webkit-keyframes rotatedownOpen {
  0% {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes rotatedownOpen {
  0% {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg); } }

@-webkit-keyframes rotatedownClose {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg); } }

@keyframes rotatedownClose {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg); } }

@-webkit-keyframes rotatedownElem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg);
            transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
            transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg); } }

@keyframes rotatedownElem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg);
            transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
            transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg); } }

.custombox-rotatedown.custombox-content {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform-origin: -150% 50%;
      -ms-transform-origin: -150% 50%;
          transform-origin: -150% 50%; }
  .custombox-rotatedown.custombox-content.custombox-open {
    -webkit-animation-name: rotatedownOpen;
            animation-name: rotatedownOpen;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-rotatedown.custombox-content.custombox-close {
    -webkit-animation-name: rotatedownClose;
            animation-name: rotatedownClose;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 custombox-flash
 ----------------------------
 */
@-webkit-keyframes flashOpen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
            transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }
@keyframes flashOpen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
            transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@-webkit-keyframes flashClose {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
            transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1); } }

@keyframes flashClose {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
            transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1); } }

.custombox-flash.custombox-content {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .custombox-flash.custombox-content.custombox-open {
    -webkit-animation-name: flashOpen;
            animation-name: flashOpen;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .custombox-flash.custombox-content.custombox-close {
    -webkit-animation-name: flashClose;
            animation-name: flashClose;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*
 ----------------------------
 Loader
 ----------------------------
 */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.custombox-loader {
  display: none;
  background: url(img/loader.gif) no-repeat center center;
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  z-index: 9998; }

.modal .nav-path > ul > li > ul > li ul {
    line-height: 1.1em;
}
.modal .nav-path > ul > li > ul > li ul li a {
	border-top: solid 1px #7e0303;
    padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 3em;
}

body ul, body ol {
    margin: 10px 0px 10px 0px;
    padding-left: 30px;
}
.swiper-container {
	padding-left: 40px;
}
.swiper-button-prev {
	left: 0px;
	color: black;
}
.swiper-button-next {
	right: 0px;
	color: black;
}
.adm-event {
    background-color:#dfdfdf;
    color:#000000;
    padding:30px;
    margin-bottom:30px;
    height:248px 
}
    
@media (max-width: 575px) {
  .swiper-container {
    padding-left: 20px; }
}
.steps-btns .btn {
	width: 45%;
	margin: 10px;
    height: 77px;
    vertical-align:top;
}
@media (max-width: 1000px) {
.steps-btns .btn {
	width: 90%;
	margin: 10px;
}
  .adm-event {
    height:auto;
}
}
.tabs .container > h2 {
  border-bottom: solid 6px #e3e3e3;
  padding-bottom: 0.3em;
  margin-bottom: 0.9em; }

.tabs__list {
/*   list-style: none; */
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  border-bottom: solid 6px #7e0303;
  margin-bottom: 35px;
  padding: 0 3px; }
  .tabs__list li {
    margin: 0 3px;
    background: #e3e3e3;
    padding: 10px 15px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    cursor: pointer; }
    .tabs__list li.active, .tabs__list li:hover {
      background: #7e0303;
      color: #fff; }


.tabs__content {
  display: none; }
  .tabs__content h3 {
    color: #000; }
  .tabs__content p, .tabs__content ol, .tabs__content ul {
    font-size: 20px; }
  .tabs__content__title {
    background: #e3e3e3;
    padding: 10px 15px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    cursor: pointer;
    margin-bottom: 2px; }
    .tabs__content__title.active, .tabs__content__title:hover {
      background: #7e0303;
      color: #fff; }

@media (max-width: 767px) {
  .tabs__list {
    display: none !important; }
  .tabs__content {
    margin-top: 1.5em; } }

@media (min-width: 768px) {
  .tabs__content__title {
    display: none !important; } }
#tribe-events-content-wrapper, #tribe-events-content {margin:25px 0 }
.Table {
	display: table;
}

.Heading {
	display: table-row;
	font-weight: bold;
	text-align: center;
}

.Row {
	display: table-row;
}

.Cell {
	display: table-cell;
	padding: 15px;
}
.article__side .widget_nav_menu h6 {
	text-transform: uppercase;
    font-family: montserrat, sans-serif;
    font-size: 1em;
    font-weight: 800;
    color: #000;
    margin-bottom: 0.5em;
	padding-left: 0px;
}
.article__side .rounded {
	text-transform: uppercase;
    font-family: montserrat, sans-serif;
    font-size: 1em;
    font-weight: 800;
    color: #000;
    margin-bottom: 0.5em;
	padding-bottom:0.5em;
	border-bottom: solid 1px #7e0303;
}
.article__side .menu li {
	border-top: solid 1px #7e0303;
}
.article__side .menu {
	padding-left: 0px;
}
.article__side .menu ul > li a {
	display: block;
    color: #7e0303;
    font-weight: 800;
    font-size: 0.8em;
    padding: 5px 0;
	text-transform: uppercase;
}
.article__side .menu ul > li > ul > li > a {
	display: block;
    color: #000!important;
    font-weight: normal!important;
    font-size: 0.8em;
    padding: 4px 0 4px 10px!important;
	text-transform: uppercase;
}
.article__side .menu li a:hover {
	color: inherit;
    background-color: #eaeaea;
}
::marker {
	content: none;
}
.database_item a {
	color: #7e0303;
	display: inline-block;
	width: 33%;
	text-align:left;
}
.database_item {
	margin-bottom: 0px;
    padding: 10px;
    border-bottom: 1px solid lightgray;
    text-align: center;
}
.database_item a:hover {
	color: black;
}
.database {
	max-width: 1440px;
	margin-top: 0px;
	padding: 0px;
}
@media only screen and (max-width: 700px) {
  .database_tut {
    display: none!important;
  }
  .database_item a {
	width: 50%;
  }
}
.searchandfilter input[type=submit] {
	background-color: #7e0303;
    color: white;
    border: 1px solid #7e0303;
    padding: 5px;
	cursor:pointer
}
.searchandfilter input[type=submit]:hover {
	background-color: black;
    border: 1px solid black;
}
.searchandfilter {
	border-bottom: 1px solid #7e0303;
}
.searchandfilter ul li {
	display: inline-block;
    margin: 0px 10px;
}
.sf-field-taxonomy-library-database-category ul {
	padding-left: 0px;
}
.sf-input-radio {
		display: none;
	}
.sf-label-radio {
	padding: 5px!important;
	cursor:pointer;
	transition: 0.2s;
	font-size: 15px;
}
.sf-label-radio:hover {
	background-color: #7e0303;
	color: white;
}
.sf-label-radio:checked {
	background-color: #7e0303;
	color: white;
}
.sf-input-radio:checked + .sf-label-radio {
  	background-color: #7e0303;
	color: white;
}
.search-filter-reset {
	padding: 7px!important;
	cursor:pointer;
	transition: 0.2s;
	color: black;
}
.search-filter-reset:hover {
	background-color: #7e0303;
	color: white;
}
.textwidget {
	font-size:14px;
}
@media only screen and (max-width: 600px) {
	.featured__grid .featured__grid__item:nth-last-child(1) {
		display:none;
	}
	.featured__grid .featured__grid__item:nth-last-child(2) {
		display:none;
	}
}
.footer .container > ul li, .header .container > ul li  {
	padding: initial!important;
}
.tabs__list > li  {
	padding: 10px 15px!important;
}
.header .container > ul li:before, .tabs__list > li:before, .footer .container > ul li:before  {
	position: relative!important;
}
@media (max-width: 1215px) {
.header__nav__menu > li {
    padding-left: 11px;
    font-size: 13px;
}
.header__top ul li {
    margin-left: 10px;
    font-size: 11px;
}}

.visible-xs {
  display: none!important;
}

@media (max-width:  480px) {
  .visible-xs {
    display: block!important;
  }  
}

.subhead-mobile-link {
    background-color: #7e0303;
    padding: 2px 0;
    text-align: center;
}

.subhead-mobile-link a {
  font-size:  20px;
  color:  #fff;
  text-transform: uppercase;
  font-weight: bold;
}

input#search {
    height: 56px;
}

.single-tribe_events .tribe-events-single-event-title {
    color: var(--tec-color-text-event-title);
    font-size: 1.7em;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    font-family: minion-pro-display, serif;
    line-height: 1.2em;
    color: #7e0303;
    margin-bottom: 0.8em;
}

/* .panels__item > a > img {
    height: 250px;
	object-fit: cover;
} */

#menu-top-navigation .sub-menu {
  flex-direction: column;
}


.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:40px;--carousel-button-svg-height:40px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{display: none;position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}

.social__tiktok {
    background-position: -135px 0;
}


@media (max-width: 1115px) {
  .header__nav__search {
    max-width: 70%;
  }
}

@media (min-width: 1115px) and (max-width: 1260px)  {
  .header__nav__menu > li > a {
    padding-right: 0;
  }

  .header__nav__search {
        position: absolute;
    top: 49px;
    z-index: 0;
  }

  .header__nav__search i, .header__nav__search form button {
    width: 50px;
    height: 36px;
  }
}
