@charset "UTF-8";
/*!
    Theme Name: AHF 
		Theme URI: 
		Description: AHF 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; }

/**
 * 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 {
  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: #fff;
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 1.5em 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-weight: 400;
  font-family: "franklin-gothic-urw", sans-serif;
  color: #535151;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px; }
  @media (max-width: 767px) {
    body {
      font-size: 16px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: bold;
  margin: 0;
  line-height: 1.12em; }

h1 {
  font-size: 2.1em;
  color: #000;
  margin-bottom: 0.2em; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 2em; } }

h2 {
  font-size: 2.6em;
  color: #000;
  margin-bottom: 0.4em; }
  @media (max-width: 1023px) {
    h2 {
      font-size: 2.4em; } }
  h2 small {
    font-size: 16px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000;
    display: block;
    line-height: 1em;
    margin-bottom: 0.5em; }

p,
ol,
ul {
  margin: 0 0 1.5em 0; }

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

.lead {
  font-size: 1.4em; }
  @media (max-width: 1023px) {
    .lead {
      font-size: 1.2em; } }

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

figure {
  margin: 0; }

blockquote {
  margin: 0;
  padding: 0; }

a {
  color: #cb0d1d;;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; 
}
  a:hover {
    color: #777777;
    text-decoration:none}
  h3 a {
    color: #cb0d1d; }
    h3 a:hover {
      color: #333333; }

p a {  text-decoration:underline}

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

::-webkit-input-placeholder {
  color: #7f827f;
  text-transform: uppercase; }

:-moz-placeholder {
  color: #7f827f;
  text-transform: uppercase; }

::-moz-placeholder {
  color: #7f827f;
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: #7f827f;
  text-transform: uppercase; }

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='url'],
textarea {
  border: solid 1px #c1c1c1;
  padding: 12px;
  font-size: 14px;
  -webkit-appearance: none;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  outline: none; }

.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; }

.search-form {
  display: none;
  border-bottom: solid 2px #5a0407; }
  .search-form form {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .search-form #s {
    width: 230px; }
  .search-form .btn {
    background-image: url(img/icon-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 50px; }

p .btn {margin-top:15px}

.btn, .btn-white, .searchandfilter input[type=submit] {
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
  background: #cb0d1d;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration:none;
  line-height: 1em;
  padding: 14px 30px;
  text-align: center;
  min-width: 215px;
  position: relative;
  z-index: 2; }
  .btn:hover, .btn-white:hover, .searchandfilter input[type=submit]:hover {
    background-color: #5a0407;
    color: #fff; }

.btn-white {
  background: #fff;
  color: #333; }
  .btn-white:hover {
    color: #555;
    background: #e6e6e6; }

.icon-search a {
  position: relative;
  padding-right: 30px !important; }
  .icon-search a:after {
    content: '';
    background: url(img/icon-search.png) no-repeat right center;
    background-size: 20px auto;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px; }

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

.pagination {
  margin: 2em auto 2.7em auto;
  max-width: 1200px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 22px; }
  .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .pagination a:hover {
    color: #cd2a3e; }
  .pagination .page-numbers {
    text-decoration: none;
    margin-right: 20px;
    color: #000; }
    .pagination .page-numbers.dots {
      margin-left: -10px;
      margin-right: 10px; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      background-size: 100% auto;
      background-position: center center;
      background-repeat: no-repeat;
      width: 8px;
      font: 0/0 a;
      text-shadow: none;
      color: transparent; }
    .pagination .page-numbers.prev {
      background-image: url(img/arrow__prev.svg); }
    .pagination .page-numbers.next {
      background-image: url(img/arrow__next.svg); }
    .pagination .page-numbers.current {
      color: #cd2a3e; }
  @media (max-width: 767px) {
    .pagination {
      margin-bottom: 40px; } }

.page-nav {
  text-align: center;
  border-bottom: solid 1px #c0c5ca;
  border-top: solid 1px #c0c5ca;
  position: relative;
  margin: 4em 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 32px;
    text-transform: uppercase;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    width: 65px;
    height: 75px;
    border-left: solid 1px #c0c5ca;
    border-right: solid 1px #c0c5ca; }
  .page-nav__prev {
    background-image: url(img/arrow__prev.svg); }
  .page-nav__next {
    background-image: url(img/arrow__next.svg); }
  .page-nav__back {
    background-image: url(img/x.svg);
    margin-left: -1px;
    margin-right: -1px; }
  @media (max-width: 575px) {
    .page-nav {
      margin: 3em 0; }
      .page-nav a {
        background-size: auto 20px;
        width: 43px;
        height: 50px; } }

.hamburger {
  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: 20px;
  outline: none; }
  .hamburger__icon, .hamburger__icon:before, .hamburger__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; }
  .hamburger__icon:before {
    content: '';
    top: -9px; }
  .hamburger__icon:after {
    content: '';
    top: 9px; }
  .hamburger--open .hamburger__icon {
    background: transparent; }
  .hamburger--open .hamburger__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); }
  .hamburger--open .hamburger__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: 1023px) {
    .hamburger {
      display: block; } }

.accordion dt {
  font-size: 0.9em;
  color: #333333;
  text-transform: uppercase;
  margin: 0.3em auto;
  cursor: pointer;
  position: relative;
  padding-left: 1.25em; }
  .accordion dt:before {
    content: '+';
    font-size: 1.35em;
    font-family: sans-serif;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -0.1em;
    line-height: 1em; }
  .accordion dt.open:before {
    content: '–'; }

.accordion dd {
  margin: 0;
  padding-left: 1.25em;
  display: none; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .social a {
    background-image: url(img/social.png);
    background-size: auto 100%;
    width: 17px;
    height: 17px;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
    margin-right: 15px; }
    .social a:last-child {
      margin-right: 0; }
    .social a:hover {
      opacity: 0.8; }
  .social--facebook {
    background-position: 0 0; }
  .social--twitter {
    background-position: -17px 0; }
  .social--pinterest {
    background-position: -34px 0; }
  .social--instagram {
    background-position: -51px 0; }

.close {
  background: url(img/close.png);
  background-size: 100% auto;
  display: block;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 42px;
  height: 42px;
  cursor: pointer;
  outline: none; }
  @media (max-width: 1023px) {
    .close {
      width: 24px;
      height: 24px; } }

.header {
  background: #cb0d1d;
  padding: 0;
  position: relative;
  z-index: 999; }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__logo {
    width: 201px;
    height: 91px;
    background: url(img/logo.png) no-repeat;
    background-size: 100% auto;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -ms-flex-item-align: center;
        align-self: center;
    margin: 10px 0; }
  .header__top {
    padding: 15px 0 25px 0;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400; }
    .header__top ul {
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      text-transform: uppercase;
      font-size: 12px;
      color: #fff; }
      .header__top ul li {
        letter-spacing: 0.1em; }
        .header__top ul li:after {
          content: ' | ';
          padding: 0 10px; }
        .header__top ul li:last-child:after {
          display: none; }
        .header__top ul li a {
          color: #fff; }
          .header__top ul li a:hover {
            color: #cccccc; }
  .header__nav {
    font-size: 18px;
    font-weight: 300;
    font-family: "franklin-gothic-urw", sans-serif;
    margin-right: -15px; }
    .header__nav > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .header__nav > ul > li {
        position: relative;
        margin-left: 20px; }
        .header__nav > ul > li > a {
          padding: 12px 15px 26px 15px;
          line-height: 1em;
          font-size: 18px;
          font-weight: 500;
          color: #fff;
          display: block;
          position: relative; }
          .header__nav > ul > li > a:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 0;
            background: #333333;
            -webkit-transition: inherit;
            -o-transition: inherit;
            transition: inherit;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            z-index: -1; }
          .header__nav > ul > li > a:hover, .header__nav > ul > li > a.hover {
            color: #fff; }
            .header__nav > ul > li > a:hover:before, .header__nav > ul > li > a.hover:before {
              height: 100%; }
        .header__nav > ul > li.current-menu-item a, .header__nav > ul > li.current_page_parent a {
          color: #fff; }
          .header__nav > ul > li.current-menu-item a:before, .header__nav > ul > li.current_page_parent a:before {
            height: 100%; }
        .header__nav > ul > li ul {
          position: absolute;
          top: 100%;
          left: 0;
          display: none;
          background: #333333;
          padding: 8px 0;
          min-width: 185px;
          font-size: 15px;
          font-weight: 500;
          line-height: 1.6em; }
          .header__nav > ul > li ul li a {
            color: #fff;
            padding: 0 15px;
            display: block; }
            .header__nav > ul > li ul li a:hover {
              color: #e6e6e6; }
  @media (max-width: 1023px) {
    .header {
      padding: 20px 0; }
      .header__logo {
        width: 150px;
        height: 68px;
        margin: 0; }
      .header__nav, .header__top {
        display: none; } }

.nav {
  display: none;
  font-size: 16px; }
  .nav__mobile {
    background: #5a0407;
    display: none; }
    .nav__mobile > ul {
      font-size: 1em; }
      .nav__mobile > ul > li {
        border-top: solid 1px rgba(255, 255, 255, 0.2);
        position: relative; }
        .nav__mobile > ul > li > a {
          padding: 0 20px;
          height: 40px;
          line-height: 40px;
          color: #fff;
          font-weight: 500; }
        .nav__mobile > ul > 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;
          font-weight: 700;
          color: #fff; }
          .nav__mobile > ul > li > em:before {
            content: '+'; }
          .nav__mobile > ul > li > em.active:before {
            content: '–'; }
        .nav__mobile > ul > li ul {
          display: none;
          font-size: 14px;
          font-weight: 500;
          border-top: solid 1px rgba(255, 255, 255, 0.2);
          padding: 10px 0;
          line-height: 1.5em; }
          .nav__mobile > ul > li ul li {
            display: block; }
            .nav__mobile > ul > li ul li a {
              display: block;
              color: #fff;
              padding: 0 20px; }
      .nav__mobile > ul.top-menu {
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border-top: solid 1px rgba(255, 255, 255, 0.2);
        line-height: 2em;
        padding: 10px 0; }
        .nav__mobile > ul.top-menu li {
          border: 0; }
        .nav__mobile > ul.top-menu a {
          display: inline-block;
          position: relative;
          height: auto;
          line-height: normal;
          font-weight: 400;
          color: #fff; }
          .nav__mobile > ul.top-menu a:hover {
            color: #e6e6e6; }
  @media (max-width: 1023px) {
    .nav {
      display: block; } }
  @media (max-width: 767px) {
    .nav__mobile__sub ul {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      -webkit-column-gap: 0px;
         -moz-column-gap: 0px;
              column-gap: 0px; } }

.hero {
  overflow: hidden; }
  .hero .cycle-slideshow {
    width: 100%; }
    .hero .cycle-slideshow img {
      display: none; }
    .hero .cycle-slideshow .arrow {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 25px;
      height: 72px;
      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%); }
      .hero .cycle-slideshow .arrow.prev {
        background-image: url("img/hero__arrow__prev.svg");
        right: calc(50% + 355px); }
      .hero .cycle-slideshow .arrow.next {
        background-image: url("img/hero__arrow__next.svg");
        left: calc(50% + 355px); }
      @media (max-width: 1023px) {
        .hero .cycle-slideshow .arrow {
          width: 35px;
          height: 56px; }
          .hero .cycle-slideshow .arrow.prev {
            background-image: url("img/hero__arrow__prev.svg");
            right: calc(50% + 330px); }
          .hero .cycle-slideshow .arrow.next {
            background-image: url("img/hero__arrow__next.svg");
            left: calc(50% + 330px); } }
      @media (max-width: 767px) {
        .hero .cycle-slideshow .arrow {
          width: 20px;
          height: 32px;
          top: auto;
          bottom: calc(10vw + 20px);
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); }
          .hero .cycle-slideshow .arrow.prev {
            background-image: url("img/hero__arrow__prev.svg");
            right: calc(50% + 30px); }
          .hero .cycle-slideshow .arrow.next {
            background-image: url("img/hero__arrow__next.svg");
            left: auto;
            left: calc(50% + 30px); } }
  .hero__slide {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0; }
    .hero__slide__title {
      text-align: center;
      font-family: "franklin-gothic-urw", sans-serif;
      font-size: 2em;
      margin-bottom: 1em; }
      .hero__slide__title span {
        display: inline-block;
        position: relative; }
        .hero__slide__title span:before, .hero__slide__title span:after {
          content: '';
          height: 1px;
          width: 50vw;
          background: #fff;
          position: absolute;
          top: 50%; }
        .hero__slide__title span:before {
          right: calc(100% + 20px); }
        .hero__slide__title span:after {
          left: calc(100% + 20px); }
    .hero__slide__text {
      background: rgba(0, 0, 0, 0.7);
      max-width: 750px;
      min-height: 350px;
      margin: 0 auto;
      color: #fff;
      text-align: left;
      padding: 60px 10px 60px 30px;
      overflow: hidden; }
.hero__slide__text p {margin-bottom:0px}
.hero__slide__text .btn {margin-top:15px}
      .hero__slide__text > *:last-child {
        margin-bottom: 0; }
      .hero__slide__text h2 {
        color: #ffffff;
		font-weight: 400;}
  @media (max-width: 767px) {
    .hero__slide {
      padding: 10vw 0; }
      .hero__slide__text {
        max-width: calc(100% - 40px);
        padding: 40px 10px 80px 10px; } }

.banner {
  text-align: center;
  position: relative; }
  .banner img {
    display: block;
    width: 100%; }
  .banner__txt {
    font-size: 3em;
    font-weight: bold;
    font-family: "franklin-gothic-urw", sans-serif;
    background: rgba(50, 50, 50, 0.8);
    color: #fff;
    text-align: center;
    line-height: 1em;
    padding: 20px 20px 24px 20px;
    max-width: 640px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (max-width: 1023px) {
    .banner__txt {
      font-size: 2em;
      max-width: 480px; } }
  @media (max-width: 575px) {
    .banner__txt {
      max-width: 280px;
      font-size: 1.6em;
      padding: 10px 10px 14px 10px; } }

.tribe-common .tribe-common-l-container {
  max-width: 1240px;
  padding-left: 20px !important;
  padding-right: 20px !important; }

.tribe-common .tribe-common-anchor-alt {
  border: 0 !important;
  color: #333333; }

.tribe-common .tribe-common-anchor-alt:active, .tribe-common .tribe-common-anchor-alt:focus, .tribe-common .tribe-common-anchor-alt:hover {
  color: #5a0407; }

.tribe-events .tribe-events-c-view-selector__button:before {
  background-color: #5a0407; }

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
  background-color: #5a0407; }

.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' viewBox='0 0 21 23'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23141827' d='M.5 2.5h20v20H.5z'/%3E%3Cpath stroke='%235a0407' stroke-linecap='round' d='M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' d='M4.5.5v4m12-4v4'/%3E%3Cpath stroke='%23141827' stroke-linecap='square' d='M.5 7.5h20'/%3E%3C/g%3E%3C/svg%3E"); }

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #5a0407; }

#tribe-events-pg-template {
  margin: 2.5em auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px; }
  #tribe-events-pg-template h2 {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500; }
  #tribe-events-pg-template dl dt {
    font-weight: 700; }
  #tribe-events-pg-template dl dd {
    margin: 0 0 0.5em 0; }
  #tribe-events-pg-template .tribe-events-notices {
    background: #333333;
    border: 0;
    border-radius: 0;
    color: #fff;
    text-shadow: 0 0 0; }
  #tribe-events-pg-template .tribe-events-cal-links a.tribe-events-gcal, #tribe-events-pg-template .tribe-events-cal-links a.tribe-events-ical {
    float: none;
    background: #333333;
    border-radius: 0;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 10px; }
    #tribe-events-pg-template .tribe-events-cal-links a.tribe-events-gcal:hover, #tribe-events-pg-template .tribe-events-cal-links a.tribe-events-ical:hover {
      background: #5a0407;
      color: #fff; }
  #tribe-events-pg-template .tribe-events-event-meta {
    clear: both;
    margin: 2em 0;
    display: block;
    background: rgba(126, 163, 77, 0.1);
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    border: solid 1px #333333;
    padding: 0; }
    #tribe-events-pg-template .tribe-events-event-meta .tribe-events-meta-group-gmap {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0; }

@-webkit-keyframes a {
  50% {
    background-color: #5a0407; } }

@keyframes a {
  50% {
    background-color: #5a0407; } }
  @media (max-width: 1023px) {
    #tribe-events-pg-template .tribe-events-event-meta {
      padding-top: 2em; } }

.main {
  margin: 2.5em 0; }

.main .gform_wrapper.gf_login_form, .txt .gform_wrapper.gf_login_form {
  margin: 0 auto;
  text-align: center; }
  .main .gform_wrapper.gf_login_form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .main .gform_wrapper.gf_login_form textarea, .txt .gform_wrapper.gf_login_form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .txt .gform_wrapper.gf_login_form textarea {
    width: 100%; }

.main .gf_login_links, .txt .gf_login_links {
  max-width: 768px;
  margin: 1em auto; }

.main .gform_wrapper, .txt .gform_wrapper {
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden; }
  .main .gform_wrapper ::-webkit-input-placeholder, .txt .gform_wrapper ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    position: relative; }
  .main .gform_wrapper :-moz-placeholder, .txt .gform_wrapper :-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    position: relative; }
  .main .gform_wrapper ::-moz-placeholder, .txt .gform_wrapper ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    position: relative; }
  .main .gform_wrapper :-ms-input-placeholder, .txt .gform_wrapper :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    position: relative; }
  .main .gform_wrapper:first-child, .txt .gform_wrapper:first-child {
    margin-top: 0; }
  .main .gform_wrapper ul, .txt .gform_wrapper ul {
    color: inherit;
    line-height: normal; }
  .main .gform_wrapper .gfield_required, .txt .gform_wrapper .gfield_required {
    color: #cd2a3e; }
  .main .gform_wrapper .validation_message, .txt .gform_wrapper .validation_message {
    display: none; }
  .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: #000;
    font-family: "franklin-gothic-urw", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-top: 0 !important;
    margin-bottom: 0.5em; }
    .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; }
  .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 #ccc !important;
    font-size: 14px;
    font-weight: 400;
    padding: 12px;
    margin: 0;
    color: #000;
    line-height: 1em !important;
    min-height: 0 !important;
    outline: none;
    height: 41px; }
  .main .gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .main .gform_wrapper ul.gfield_radio li input[type="radio"], .txt .gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .txt .gform_wrapper ul.gfield_radio li input[type="radio"] {
    margin-top: 0; }
  .main .gform_wrapper textarea.large, .txt .gform_wrapper textarea.large {
    height: 180px; }
  .main .gform_wrapper .top_label input.small, .txt .gform_wrapper .top_label input.small {
    width: 33%; }
  .main .gform_wrapper .top_label input.medium, .txt .gform_wrapper .top_label input.medium {
    width: 100%; }
  .main .gform_wrapper.gform_validation_error .top_label input.medium, .txt .gform_wrapper.gform_validation_error .top_label input.medium {
    width: 100%; }
  .main .gform_wrapper li.gfield_error, .txt .gform_wrapper li.gfield_error {
    width: 100%; }
    .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 #cd2a3e !important;
      color: #cd2a3e; }
    .main .gform_wrapper li.gfield_error .gfield_label, .txt .gform_wrapper li.gfield_error .gfield_label {
      color: #cd2a3e; }
  .main .gform_wrapper div.validation_error, .txt .gform_wrapper div.validation_error {
    border: 0;
    padding: 0;
    text-align: left;
    color: #cd2a3e;
    font-size: inherit;
    font-weight: normal;
    font-weight: bold; }
  .main .gform_wrapper .gform_body, .txt .gform_wrapper .gform_body {
    width: calc(100% + 16px); }
  .main .gform_wrapper .top_label div.ginput_container, .txt .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important; }
  .main .gform_wrapper ul.gform_fields li.gfield, .txt .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 15px !important;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    background: transparent; }
  .main .gform_wrapper .gform_footer, .txt .gform_wrapper .gform_footer {
    margin-top: 30px !important;
    padding: 0 !important; }
    .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;
      zoom: 1;
      cursor: pointer;
      outline: none;
      margin: 0;
      padding: 0;
      border: 0;
      -webkit-transition: .3s ease-in-out all;
      -o-transition: .3s ease-in-out all;
      transition: .3s ease-in-out all;
      background: #333333;
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 1em;
      padding: 14px 30px;
      text-align: center;
      min-width: 215px;
      position: relative;
      z-index: 2; }
      .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 {
        color: #fff;
        background: #5a0407; }
  @media only screen and (max-width: 641px) {
    .main .gform_wrapper .gform_body, .txt .gform_wrapper .gform_body {
      width: 100%; }
    .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; } }

.txt {
  margin: 2.5em 0; }
  .txt .container > *:last-child {
    margin-bottom: 0; }
  .txt h2 small {
    font-size: 0.47em;
    font-weight: 400; }

.txt-gray {
  background: #e3e6e2;
  padding: 2em 0; }
  .txt-gray h1 {
    color: #000;
    font-size: 2em; }
  .txt-gray h2 {
    font-size: 1.8em;
    margin-bottom: 0.1em; }
  .txt-gray p {
    margin-bottom: 1em; }
  .txt-gray .container > *:last-child {
    margin-bottom: 0; }

.txt-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0;
  color: #fff;
  text-align: center; }
  .txt-bg img {
    display: none; }
  .txt-bg p {
    margin-left: auto;
    margin-right: auto;
    max-width: 880px; }
  .txt-bg__buttons {
    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;
    margin-left: -15px;
    margin-right: -15px; }
    .txt-bg__buttons:first-child {
      margin-top: 100px; }
    .txt-bg__buttons a {
      background: #fff;
      color: #000;
      font-family: "franklin-gothic-urw", sans-serif;
      font-size: 2em;
      line-height: 1em;
      padding: 25px 20px;
      min-width: 380px;
      text-align: center;
      margin: 15px;
      position: relative;
      z-index: 2; }
      .txt-bg__buttons a:before {
        content: '';
        background: #cb0d1d;
        height: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        z-index: -1; }
      .txt-bg__buttons a:nth-child(even):before {
        height: 10px; }
      .txt-bg__buttons a:hover {
        color: #fff; }
        .txt-bg__buttons a:hover:before {
          height: 100%; }
  @media (max-width: 1439px) {
    .txt-bg__buttons {
      margin-left: -10px;
      margin-right: -10px; }
      .txt-bg__buttons a {
        font-size: 1.5em;
        padding: 20px;
        min-width: 240px;
        margin: 10px; }
        .txt-bg__buttons a:nth-child(even):before {
          height: 5px; }
        .txt-bg__buttons a:nth-child(even):hover:before {
          height: 100%; } }
  @media (max-width: 1023px) {
    .txt-bg {
      padding: 60px 0; } }
  @media (max-width: 575px) {
    .txt-bg__buttons a {
      font-size: 1.2em;
      padding: 16px;
      min-width: 240px;
      margin: 10px; }
      .txt-bg__buttons a:nth-child(even):before {
        height: 5px; }
      .txt-bg__buttons a:nth-child(even):hover:before {
        height: 100%; } }

.txt-quote {
  margin: 80px 0; }
  .txt-quote .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .txt-quote article {
    width: 50%;
    padding-right: 30px;
    -ms-flex-item-align: center;
        align-self: center; }
    .txt-quote article > *:last-child {
      margin-bottom: 0; }
  .txt-quote__quote {
    width: 50%;
    padding-left: 30px; }
    .txt-quote__quote aside {
      width: calc(100% + 200px);
      min-height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      z-index: 2; }
      .txt-quote__quote aside:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        width: calc(86.5% + 10px);
        border: solid 20px #e3e6e2;
        z-index: -1; }
      .txt-quote__quote aside figure {
        -ms-flex-item-align: center;
            align-self: center;
        min-width: 27%; }
        .txt-quote__quote aside figure img {
          width: 100%;
          display: block; }
      .txt-quote__quote aside div {
        text-align: right;
        -ms-flex-item-align: center;
            align-self: center;
        padding: 60px; }
        .txt-quote__quote aside div > *:last-child {
          margin-bottom: 0; }
        .txt-quote__quote aside div h2 {
          color: #666666;
          margin-bottom: 0.7em; }
          .txt-quote__quote aside div h2 small {
            font-size: 0.53em;
            text-transform: none;
            font-weight: 400;
            color: #cb0d1d; }
  @media (max-width: 1779px) {
    .txt-quote article {
      width: 50%; }
    .txt-quote__quote {
      width: 50%; }
      .txt-quote__quote aside {
        width: calc(50vw - 50px); } }
  @media (max-width: 1439px) {
    .txt-quote .container {
      display: block; }
    .txt-quote article {
      width: 100%;
      margin-bottom: 3em;
      padding: 0; }
    .txt-quote__quote {
      padding: 0;
      width: 100%; }
      .txt-quote__quote aside {
        width: auto; } }
  @media (max-width: 575px) {
    .txt-quote {
      margin: 60px 0; }
      .txt-quote__quote {
        padding-top: 100px; }
        .txt-quote__quote aside {
          display: block; }
          .txt-quote__quote aside:before {
            width: 100%;
            border-width: 10px; }
          .txt-quote__quote aside figure {
            position: relative;
            top: -100px;
            margin-bottom: -100px; }
            .txt-quote__quote aside figure img {
              margin: 0 auto;
              width: auto;
              height: 200px; }
          .txt-quote__quote aside div {
            padding: 30px;
            text-align: center; }
            .txt-quote__quote aside div h2 {
              font-size: 1.875em; } }

.txt-img {
  margin: 80px 0;
  overflow: hidden; }
  .txt-img .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .txt-img aside {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    padding-left: 30px; }
  .txt-img figure {
    width: calc(100% + 200px); }
  .txt-img article {
    width: 50%;
    padding-right: 30px;
    -ms-flex-item-align: center;
        align-self: center; }
    .txt-img article > *:last-child {
      margin-bottom: 0; }
  .txt-img h2 small {
    text-transform: none;
    font-weight: 400;
    display: block;
    margin-bottom: 0; }
  .txt-img h3 {
    color: #333333;
    font-size: 1.2em;
    font-family: "franklin-gothic-urw", sans-serif;
    margin-bottom: 0.1em; }
  .txt-img p + ul {
    margin-top: -1.5em; }
  .txt-img cite {
    font-size: 2em;
    font-family: "franklin-gothic-urw", sans-serif;
    color: #fff;
    display: block;
    font-style: normal;
    line-height: 1em;
    position: relative;
    z-index: 1;
    padding: 30px 30px 30px 0; }
    .txt-img cite:before {
      background: #333333;
      content: '';
      position: absolute;
      bottom: 0;
      top: 0;
      right: 0;
      width: 100vw;
      z-index: -1; }
  .txt-img--img aside {
    direction: rtl;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 0;
    padding-right: 30px; }
  .txt-img--img article {
    padding-left: 30px;
    padding-right: 0; }
  .txt-img--img cite {
    padding-left: 30px; }
    .txt-img--img cite:before {
      content: '';
      right: auto;
      left: 0; }
  .txt-img--bleed .container {
    max-width: 1780px; }
  .txt-img--bleed figure {
    width: calc(50vw - 30px); }
  @media (max-width: 1779px) {
    .txt-img figure {
      width: calc(50vw - 30px); }
    .txt-img cite {
      padding-top: 20px;
      padding-bottom: 20px; }
    .txt-img--img cite {
      padding-left: 20px; } }
  @media (max-width: 1023px) {
    .txt-img .container {
      display: block; }
    .txt-img article, .txt-img aside {
      width: 100%;
      padding: 0 !important; }
    .txt-img figure {
      width: auto;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 2em; }
    .txt-img cite:before {
      right: -20px; }
    .txt-img--img cite {
      padding: 20px 0; }
      .txt-img--img cite:before {
        right: auto;
        left: -20px; } }

.cols {
  background: #333333;
  color: #fff;
  padding: 60px 0;
  overflow: hidden; }
  .cols__title {
    text-align: center;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 2em;
    margin-bottom: 2em; }
    .cols__title span {
      display: inline-block;
      position: relative; }
      .cols__title span:before, .cols__title span:after {
        content: '';
        height: 1px;
        width: 50vw;
        background: #fff;
        position: absolute;
        top: 50%; }
      .cols__title span:before {
        right: calc(100% + 20px); }
      .cols__title span:after {
        left: calc(100% + 20px); }
  .cols__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px; }
  .cols aside {
    text-align: center;
    padding: 0 20px;
    width: 33.33333%; }
    .cols aside > *:last-child {
      margin-bottom: 0; }
  @media (max-width: 1023px) {
    .cols__title {
      margin-bottom: 0; }
    .cols__grid {
      display: block;
      margin: 0; }
    .cols aside {
      width: 100%;
      max-width: 480px;
      margin: 2em auto 0 auto; } }

.events {
  overflow: hidden; }
  .events .container {
    max-width: 1780px; }
  .events__grid {
    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;
    margin-left: -10px;
    margin-right: -10px; }
  .events__item {
    margin: 10px;
    border: solid 1px #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    position: relative; }
    .events__item:before {
      content: '';
      width: 100px;
      top: 0;
      left: 0;
      bottom: 0;
      background: #333333;
      position: absolute;
      z-index: -1; }
    .events__item:hover {
      color: #fff; }
      .events__item:hover span:before {
        width: 100%; }
      .events__item:hover strong {
        color: #fff; }
    .events__item time {
      background: #333333;
      color: #fff;
      min-width: 100px;
      text-align: center;
      font-size: 3.25em;
      font-family: "franklin-gothic-urw", sans-serif;
      line-height: 1em;
      -ms-flex-item-align: center;
          align-self: center; }
      .events__item time small {
        display: block;
        line-height: 1em;
        font-size: 0.4em;
        font-family: "franklin-gothic-urw", sans-serif;
        text-transform: uppercase;
        margin-bottom: -0.4em; }
    .events__item span {
      padding: 10px 20px;
      font-size: 0.9em;
      position: relative;
      z-index: 2; }
      .events__item span:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1px;
        width: 0;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
        background: #333333;
        z-index: -1; }
    .events__item strong {
      display: block;
      font-size: 2em;
      font-weight: 400;
      font-family: "franklin-gothic-urw", sans-serif;
      color: #5a0407;
      line-height: 1.2em;
      -webkit-transition: inherit;
      -o-transition: inherit;
      transition: inherit; }

.sig {
  margin: 120px 0;
  overflow: hidden; }
  .sig__slide {
    width: 100%; }
    .sig__slide .arrow {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 42px;
      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: 50px; }
      .sig__slide .arrow.prev {
        background-image: url("img/arrow__left.svg");
        right: 70px; }
      .sig__slide .arrow.next {
        background-image: url("img/arrow__right.svg");
        right: 20px; }
  .sig__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .sig__txt {
    background: #333333;
    color: #fff;
    padding: 50px;
    width: 58.76vw;
    margin-left: -8.76vw;
    overflow: hidden;
    position: relative; }
    .sig__txt h2 {
      color: inherit; }
    .sig__txt time {
      display: block;
      font-size: 1.4em;
      font-weight: 300;
      margin-bottom: 0.4em; }
    .sig__txt > *:last-child {
      margin-bottom: 0; }
  .sig__title {
    font-size: 2em;
    font-family: "franklin-gothic-urw", sans-serif;
    margin-bottom: 0.9em; }
    .sig__title span {
      display: inline-block;
      position: relative; }
      .sig__title span:before {
        content: '';
        position: absolute;
        left: calc(100% + 20px);
        top: 50%;
        height: 1px;
        width: 100vw;
        background: #fff; }
  .sig aside {
    width: 50%; }
  .sig figure {
    width: 50%; }
    .sig figure img {
      display: block;
      width: 100%; }
  @media (max-width: 1779px) {
    .sig {
      margin: 80px 0; } }
  @media (max-width: 1439px) {
    .sig__txt {
      padding: 30px 40px;
      width: 100%;
      margin: 0; }
    .sig__title {
      margin-bottom: 0.5em; } }
  @media (max-width: 1023px) {
    .sig {
      margin: 50px 0; }
      .sig__item {
        display: block; }
      .sig__txt {
        padding: 20px; }
      .sig figure {
        width: 100%; }
      .sig aside {
        width: 100%; } }

.filter {
  margin: 2em auto;
  text-align: center; }
  .filter .container > ul {
    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;
    margin-left: -10px;
    margin-right: -10px; }
    .filter .container > ul li {
      padding: 0 10px; }
      .filter .container > ul li a {
        display: block;
        padding: 9px 20px;
        border: solid 3px transparent;
        font-size: 0.8em;
        font-weight: 500;
        text-transform: uppercase;
        color: #8c8c8c;
        text-align: center; }
        .filter .container > ul li a:hover {
          color: #333333; }
      .filter .container > ul li.current-cat a {
        border-color: #333333;
        color: #333333; }
  @media (max-width: 575px) {
    .filter .container > ul {
      display: block;
      margin: 0; }
      .filter .container > ul li {
        display: block;
        padding: 0;
        margin: 5px 0; } }

.searchandfilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .searchandfilter ul li {
    margin-right: 10px;
    padding: 0;
    background: red;
    text-align: left;
    width: 25%;
    position: relative; }
    .searchandfilter ul li input[type=text] {
      width: 100%;
      background: #fff;
      outline: none;
      padding: 12px 20px;
      height: 41px;
      background: url(img/select-arrow.png) no-repeat right 1px center #fff;
      background-size: auto 37px; }
    .searchandfilter ul li select {
      width: 100%;
      height: 41px;
      border-radius: 0;
      outline: none; }
    .searchandfilter ul li .customSelect {
      width: 100%;
      display: block !important; }
    .searchandfilter ul li .hasCustomSelect {
      height: 100% !important; }
    .searchandfilter ul li .customSelectInner {
      background: url(img/select-arrow.png) no-repeat right 1px center #fff;
      background-size: auto 37px;
      border: solid 1px #c1c1c1;
      padding: 12px 20px;
      line-height: 1em;
      height: 41px;
      display: block !important;
      width: 100% !important;
      white-space: nowrap;
      overflow: hidden;
      color: #7f827f;
      font-size: 14px; }
    .searchandfilter ul li:last-child {
      margin-left: 10px;
      width: 215px; }

.res .container {
  max-width: 1780px; }

.res .pagination {
  margin-top: 0; }

.res__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.res__item {
  padding: 0 15px;
  width: 20%;
  margin-bottom: 3em;
  font-size: 1.6em; }
  .res__item__img, .res__item__cat {
    font-size: 0.5em;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    position: relative;
    overflow: hidden; }
    .res__item__img img, .res__item__cat img {
      margin-bottom: 1.5em; }
  .res__item h3 {
    font-size: inherit;
    font-family: "franklin-gothic-urw", sans-serif;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    margin: 0;
    color: #535151; }
    .res__item h3 a {
      color: inherit; }

.res--detail {
  margin: 100px 0; }
  .res--detail .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .res--detail .close {
    position: absolute;
    top: 0;
    left: 100px; }
  .res--detail h3 {
    color: #333333;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 1.1em;
    margin-bottom: 0; }
  .res--detail h4 {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    color: #000;
    margin: 0; }
  .res--detail time {
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em; }
  .res--detail article {
    width: 50%;
    padding-right: 60px;
    padding-left: 200px; }
  .res--detail figure {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .res--detail figure img {
      width: 100%; }

@media (max-width: 1779px) {
  .res--detail article {
    padding-left: 0; }
  .res--detail .close {
    top: -60px;
    left: auto;
    right: 20px; } }

@media (max-width: 1439px) {
  .res__item {
    width: 33.3333%; }
  .res--detail article {
    width: 60%;
    padding-right: 30px; }
  .res--detail figure {
    width: 40%; } }

@media (max-width: 1023px) {
  .res__grid {
    margin-left: -10px;
    margin-right: -10px; }
  .res__item {
    font-size: 1.4em;
    padding: 0 10px;
    margin-bottom: 2em; }
  .res--detail {
    margin-top: 0; }
    .res--detail .container {
      display: block; }
    .res--detail figure {
      margin: 0 -20px 3em -20px;
      width: auto; }
    .res--detail article {
      padding-right: 0;
      width: auto;
      position: relative; }
    .res--detail .close {
      top: 0;
      right: 0; } }

@media (max-width: 575px) {
  .res__item {
    width: 100%;
    font-size: 1.6em; } }

.ex {
  overflow: hidden;
  margin-top: 3em; }
  .ex__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1vw;
    margin-right: -1vw;
    margin-bottom: 1em; }
  .ex__item {
    width: 25%;
    padding: 0 1vw;
    margin-bottom: 2vw; }
    .ex__item img {
      width: 100%;
      display: block;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      position: relative; }
    .ex__item a {
      position: relative;
      display: block;
      overflow: hidden; }
      .ex__item a:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .ex__item__current {
      position: absolute;
      top: 1.5vw;
      right: 0;
      font-size: 1.25vw;
      color: #fff;
      background: #333333;
      padding: 0.5em 1.3em;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
    .ex__item__info {
      position: absolute;
      bottom: 1vw;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.63);
      color: #fff;
      text-align: center;
      font-family: "franklin-gothic-urw", sans-serif;
      font-size: 2.1875vw;
      padding: 10px 0;
      line-height: 1em; }
      .ex__item__info time {
        display: block;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-family: "franklin-gothic-urw", sans-serif;
        font-size: 0.4em;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0.1em 0 0 0; }
      .ex__item__info ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-family: "franklin-gothic-urw", sans-serif;
        font-size: 0.4em;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0.1em 0 0 0; }
        .ex__item__info ul li:after {
          content: '|';
          padding: 0 2px; }
        .ex__item__info ul li:last-child:after {
          display: none; }
  @media (max-width: 1023px) {
    .ex__grid {
      margin-left: -1.33vw;
      margin-right: -1.33vw; }
    .ex__item {
      width: 33.33333%;
      padding: 0 1.33vw;
      margin-bottom: 2.66vw; }
      .ex__item__current {
        font-size: 1.7vw; }
      .ex__item__info {
        font-size: 3.2vw; } }
  @media (max-width: 767px) {
    .ex__grid {
      margin-left: -2vw;
      margin-right: -2vw; }
    .ex__item {
      padding: 0 2vw;
      margin-bottom: 4vw;
      width: 50%; }
      .ex__item__current {
        font-size: 3vw;
        top: 3vw; }
      .ex__item__info {
        font-size: 4.4vw;
        bottom: 2vw; } }
  @media (max-width: 575px) {
    .ex__grid {
      margin-left: 0;
      margin-right: 0; }
    .ex__item {
      padding: 0;
      margin-bottom: 8vw;
      width: 100%; }
      .ex__item__current {
        font-size: 6vw;
        top: 6vw; }
      .ex__item__info {
        font-size: 8.8vw;
        bottom: 4vw; } }

.section__title {
  text-align: center;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #000000; }
  .section__title span {
    display: inline-block;
    position: relative; }
    .section__title span:before, .section__title span:after {
      content: '';
      height: 1px;
      width: 50vw;
      background: #333333;
      position: absolute;
      top: 50%; }
    .section__title span:before {
      right: calc(100% + 20px); }
    .section__title span:after {
      left: calc(100% + 20px); }

.discover {
  overflow: hidden;
  margin-top: 3em; }
  .discover .arrow {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 45px;
    height: 72px;
    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%); }
    .discover .arrow.prev {
      background-image: url("img/hero__arrow__prev.svg");
      left: 20px; }
    .discover .arrow.next {
      background-image: url("img/hero__arrow__next.svg");
      right: 20px; }
    @media (max-width: 1023px) {
      .discover .arrow {
        width: 35px;
        height: 56px; } }
    @media (max-width: 767px) {
      .discover .arrow {
        width: 20px;
        height: 32px; } }
  .discover__item {
    margin-bottom: 2vw; }
    .discover__item img {
      width: 100%;
      display: block;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      position: relative;
      z-index: 1; }
    .discover__item a {
      position: relative;
      display: block;
      overflow: hidden;
      z-index: 2; }
      .discover__item a:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 2; }
      .discover__item a:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .discover__item__info {
      position: absolute;
      bottom: 1.5vw;
      left: 0;
      right: 0;
      color: #fff;
      text-align: center;
      font-family: "franklin-gothic-urw", sans-serif;
      font-size: 2.1875vw;
      line-height: 1em;
      z-index: 3; }
      .discover__item__info small {
        font-family: "franklin-gothic-urw", sans-serif;
        display: block;
        font-size: 0.4em;
        font-weight: 500;
        margin: 0.5em 0 0 0;
        line-height: 1em; }
  @media (max-width: 1023px) {
    .discover__item {
      margin-bottom: 4vw; }
      .discover__item__info {
        font-size: 4.4vw;
        bottom: 3vw; } }
  @media (max-width: 575px) {
    .discover__item {
      padding: 0;
      margin-bottom: 8vw;
      width: 100%; }
      .discover__item__current {
        font-size: 6vw;
        top: 6vw; }
      .discover__item__info {
        font-size: 8.8vw;
        bottom: 4vw; } }

.art {
  overflow: hidden; }
  .art .pagination {
    margin-top: 1em; }
  .art__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.78125vw;
    margin-right: -0.78125vw;
    margin-bottom: 1em; }
  .art__item {
    width: 20%;
    padding: 0 0.78125vw;
    margin-bottom: 1.5625vw; }
    .art__item img {
      width: 100%;
      display: block;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      position: relative;
      z-index: -1; }
    .art__item a {
      position: relative;
      display: block;
      z-index: 2;
      overflow: hidden;
      cursor: pointer; }
      .art__item a:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.25); }
      .art__item a:hover img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .art__item a:hover em {
        display: inline-block; }
      .art__item a:hover .art__item__info {
        bottom: 50%;
        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%); }
    .art__item__info {
      position: absolute;
      bottom: 1.5vw;
      left: 0;
      right: 0;
      color: #fff;
      text-align: center;
      font-family: "franklin-gothic-urw", sans-serif;
      font-size: 1.78vw;
      line-height: 1em;
      padding: 0 1vw;
      overflow: hidden;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .art__item__info ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-family: "franklin-gothic-urw", sans-serif;
        font-size: 0.4em;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0.1em 0 0 0; }
        .art__item__info ul li:after {
          content: '|';
          padding: 0 2px; }
        .art__item__info ul li:last-child:after {
          display: none; }
      .art__item__info em {
        font-family: "franklin-gothic-urw", sans-serif;
        font-style: normal;
        background: #333333;
        display: inline-block;
        font-size: 0.4em;
        line-height: 1em;
        text-transform: uppercase;
        min-width: 50%;
        text-align: center;
        padding: 0.8em 0.5em;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        display: none; }
  @media (max-width: 1439px) {
    .art__grid {
      margin-left: -1.5vw;
      margin-right: -1.5vw; }
    .art__item {
      width: 33.3333%;
      padding: 0 1.5vw;
      margin-bottom: 3vw; }
      .art__item__info {
        bottom: 2.5vw;
        font-size: 3vw; } }
  @media (max-width: 575px) {
    .art__grid {
      margin-left: 0;
      margin-right: 0; }
    .art__item {
      width: 100%;
      padding: 0;
      margin-bottom: 3vw; }
      .art__item__info {
        bottom: 5.4vw;
        font-size: 9vw; }
        .art__item__info em {
          display: inline-block; } }

.newsletter {
  background: #333333;
  color: #fff;
  padding: 60px 0;
  text-align: center; }
  .newsletter h2 {
    margin-bottom: 0.6em;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 2em;
    color: inherit; }
  .newsletter .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; }
  .newsletter .gform_wrapper {
    background: #fff;
    max-width: 500px;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 10px 0 10px 10px; }
    .newsletter .gform_wrapper ::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5);
      font-size: 16px;
      position: relative; }
    .newsletter .gform_wrapper :-moz-placeholder {
      color: rgba(0, 0, 0, 0.5);
      font-size: 16px;
      position: relative; }
    .newsletter .gform_wrapper ::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5);
      font-size: 16px;
      position: relative; }
    .newsletter .gform_wrapper :-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5);
      font-size: 16px;
      position: relative; }
    .newsletter .gform_wrapper ul {
      color: inherit;
      line-height: normal; }
    .newsletter .gform_wrapper .gfield_required {
      color: #cd2a3e; }
    .newsletter .gform_wrapper .validation_message {
      display: none; }
    .newsletter .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
    .newsletter .gform_wrapper textarea {
      border: 0 !important;
      font-size: 14px;
      font-weight: 500;
      padding: 10px;
      margin: 0;
      color: #000;
      line-height: 1em !important;
      min-height: 0 !important;
      outline: none;
      height: 41px; }
    .newsletter .gform_wrapper ::-webkit-input-placeholder {
      color: #000;
      text-transform: none; }
    .newsletter .gform_wrapper :-moz-placeholder {
      color: #000;
      text-transform: none; }
    .newsletter .gform_wrapper ::-moz-placeholder {
      color: #000;
      text-transform: none; }
    .newsletter .gform_wrapper :-ms-input-placeholder {
      color: #000;
      text-transform: none; }
    .newsletter .gform_wrapper li.gfield_error {
      width: 100% !important;
      max-width: 100% !important; }
      .newsletter .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
      .newsletter .gform_wrapper li.gfield_error textarea {
        background-color: rgba(205, 42, 62, 0.2);
        color: #cd2a3e; }
    .newsletter .gform_wrapper form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .newsletter .gform_wrapper div.validation_error {
      border: 0;
      padding: 0;
      text-align: left;
      color: #cd2a3e;
      font-size: inherit;
      font-weight: normal;
      font-weight: bold;
      margin: 0 0 10px 0;
      width: 100%; }
    .newsletter .gform_wrapper .gform_body {
      width: calc(100% - 36px);
      height: 38px; }
    .newsletter .gform_wrapper .top_label div.ginput_container {
      margin-top: 0 !important; }
    .newsletter .gform_wrapper ul.gform_fields {
      width: 100%; }
      .newsletter .gform_wrapper ul.gform_fields li.gfield {
        margin: 0 !important;
        padding: 0 !important;
        max-width: 100% !important;
        border: 0;
        background: transparent; }
    .newsletter .gform_wrapper img.gform_ajax_spinner {
      display: none !important; }
    .newsletter .gform_wrapper .gform_footer {
      margin: 0 !important;
      padding: 0 !important;
      width: 36px; }
      .newsletter .gform_wrapper .gform_footer input.button, .newsletter .gform_wrapper .gform_footer input[type=submit] {
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        border: 0;
        margin: 0;
        padding: 0;
        background: url(img/arrow__next.svg) no-repeat center center;
        background-size: 12px auto;
        width: 36px;
        height: 38px;
        cursor: pointer;
        outline: none; }
    @media only screen and (max-width: 641px) {
      .newsletter .gform_wrapper .gform_body {
        width: 100%; }
      .newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: normal;
        min-height: 0; } }

.footer {
  background: #000;
  color: #fff; }
  .footer__widgets {
    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;
    padding: 75px 0; }
    .footer__widgets nav {
      width: 50%; }
    .footer__widgets ul {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
      -webkit-column-gap: 130px;
         -moz-column-gap: 130px;
              column-gap: 130px;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.8em; }
      .footer__widgets ul li {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
           -moz-column-break-inside: avoid;
                break-inside: avoid; }
        .footer__widgets ul li a {
          color: #fff; }
          .footer__widgets ul li a:hover {
            color: #333333; }
    .footer__widgets h6 {
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: inherit;
      margin-bottom: 0.3em;
      color: #777777; }
    .footer__widgets address, .footer__widgets p {
      font-weight: 500;
      font-style: normal;
      text-transform: uppercase;
      line-height: 1.8em; }
      .footer__widgets address a, .footer__widgets p a {
        font-weight: 400; }
        .footer__widgets address a:hover, .footer__widgets p a:hover {
          color: #fff; }
    .footer__widgets .widget {
      font-size: 13px;
      font-weight: 400; }
  .footer__bottom {
    padding: 25px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 500; }
    .footer__bottom 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;
      font-size: 13px;
      margin-bottom: 0.8em;
      text-transform: uppercase; }
      .footer__bottom ul li {
        padding: 0 6px; }
        .footer__bottom ul li:first-child {
          padding-left: 0; }
        .footer__bottom ul li:last-child {
          padding-right: 0; }
        .footer__bottom ul li a {
          color: #fff; }
          .footer__bottom ul li a:hover {
            color: #333333; }
    .footer__bottom > *:last-child {
      margin-bottom: 0; }
  @media (max-width: 1439px) {
    .footer__widgets ul {
      -webkit-column-gap: 60px;
         -moz-column-gap: 60px;
              column-gap: 60px; } }
  @media (max-width: 1023px) {
    .footer__widgets nav {
      width: 100%;
      margin-bottom: 2em; } }
  @media (max-width: 575px) {
    .footer__widgets {
      padding: 50px 0; }
      .footer__widgets nav {
        margin-bottom: 0; }
        .footer__widgets nav ul {
          -webkit-column-count: 2;
             -moz-column-count: 2;
                  column-count: 2;
          -webkit-column-gap: 40px;
             -moz-column-gap: 40px;
                  column-gap: 40px; }
      .footer__widgets .widget {
        margin-top: 2.5em; }
    .footer__bottom {
      line-height: 1.6em; } }

#modal {
  display: none; }

.modal {
  width: 90vw;
  height: 90vh;
  background: #fff url(img/loader.gif) no-repeat center center;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .modal__inner {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative; }
  .modal .close {
    position: static; }
  .modal .page-nav__prev,
  .modal .page-nav__next {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    width: 42px;
    height: 42px;
    background-image: url(img/arrow__left.svg);
    background-size: 100% auto; }
  .modal .page-nav__next {
    background-image: url(img/arrow__right.svg); }
  .modal nav {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .modal nav > * {
      margin-left: 10px; }
  @media (max-width: 1023px) {
    .modal {
      width: 100vw;
      height: 100vh; }
      .modal .page-nav__prev,
      .modal .page-nav__next {
        width: 24px;
        height: 24px; } }

.single-art {
  position: relative;
  overflow: hidden;
  height: 100%; }
  .single-art h2 {
    margin: 0;
    font-size: 2.1em;
    overflow: hidden;
    height: 57px;
    color: #000; }
  .single-art__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%; }
  .single-art figure {
	  position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    background: #747474;
    margin-right: 15px;
    overflow: hidden; }
    .single-art figure img {
/*       max-width: 100vw;
      max-height: 100vh; */
      margin: 0 auto;
      display: block;
      cursor: move;
      cursor: grab;
      /*cursor: -moz-grab;
      cursor: -webkit-grab; */}
    .single-art figure img:active {
      cursor: grabbing;
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;}
  .single-art article {
    background: #f1f2f2;
    width: 420px;
    min-width: 420px;
    height: 100%;
    overflow: scroll;
    padding: 20px 40px;
    font-size: 0.9em; }
    .single-art article h3 {
/*       font-size: 16px; */
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #5a0407;
      margin-bottom: 0.1em; }
    .single-art article p {
/*       margin-bottom: 1em; */
      line-height: 1.3em; }
  .single-art .controls {
	  background: #282828;
	  width: 62px;
	  padding: 0 10px;
	  left: 0;
	  top: 50%;
	  position: absolute;
	  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); 
  }
  .single-art .controls__zoomIn,
  .single-art .controls__zoomOut {
	  cursor: pointer;
	  font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -ms-flex-item-align: center;
        align-self: center;
    width: 42px;
    height: 42px;
    display: block;
		margin-top: 10px;
		margin-bottom: 10px;
  }
  .single-art .controls__zoomIn {
	  background: url(img/zoom-in.svg) no-repeat;
  }
  .single-art .controls__zoomOut {
	  background: url(img/zoom-out.svg) no-repeat;
  }
  @media (max-width: 1023px) {
    .single-art h2 {
      font-size: 1.2em;
      height: 39px; }
    .single-art article {
      width: 320px;
      min-width: 320px;
      padding: 20px; } 
    .single-art .controls {
	    width: 36px;
	    padding: 0 6px;
    }
  	.single-art .controls__zoomIn,
		.single-art .controls__zoomOut { 
			width: 24px;
			height: 24px;
			margin-top: 6px;
			margin-bottom: 6px;
		}   
  }
  @media (max-width: 767px) {
    .single-art article {
      display: none; }
    .single-art figure {
      margin-right: 0; } }

/*
 ----------------------------
 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;
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 9998; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.donate-gf {
  float: right;
  margin-left: 50px;
  max-width: 50%;
  padding: 5%;
  border: 8px solid #333333; }

@media (max-width: 1439px) {
  .donate-gf {
    float: none;
    margin-left: 0px;
    margin: 0 auto;
    padding: 5%;
    max-width: 100%;
    text-align: center; } }

.hero__slide {
    padding-right: 600px;
}
.hero .cycle-slideshow .arrow.prev {
    margin-right: -250px;
    margin-top: 130px;
}
.hero .cycle-slideshow .arrow.next {
    margin-left: -400px;
    margin-top: 130px;
}
@media screen and (max-width: 1540px) {
  .hero__slide {
    padding-right: 400px;
}
.hero .cycle-slideshow .arrow.prev {
    margin-right: -350px;
}
.hero .cycle-slideshow .arrow.next {
    margin-left: -300px;
}
}
@media screen and (max-width: 1300px) {
  .hero__slide {
    padding-right: 200px;
}
.hero .cycle-slideshow .arrow.prev {
    margin-right: -400px;
}
.hero .cycle-slideshow .arrow.next {
    margin-left: -250px;
}
}
@media screen and (max-width: 1050px) {
  .hero__slide {
    padding-right: 0px;
}
.hero .cycle-slideshow .arrow.prev {
    margin-right: 0px;
	margin-top: 0px;
}
.hero .cycle-slideshow .arrow.next {
    margin-left: 0px;
	margin-top: 0px;
}
}


.slideshow-container {
  max-width: 700px;
  position: relative;
  margin: 50px auto 150px auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
	background-color: black;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Caption text */
.mySlides .text {
    background: #f1f2f2;
    font-family: "franklin-gothic-urw", sans-serif;
    color: black;
    font-size: 0.9em;
    padding: 8px 12px;
    position: absolute;
    width: 100%;
    text-align: left;
}
.mySlides .text h3 {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #5a0407;
    margin-bottom: 0.1em;
	display: inline-block;
	font-size: 1em;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.mySlides video {
	width: 100%;
}
.two_image {
	position: relative;
    display: inline-block;
    margin: 0 10px;
    width: 48%;
}
.two_image_button {
	position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}
.two_image a {
	background: #fff;
    color: #000;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 2em;
    line-height: 1em;
    padding: 25px 20px;
	display: block;
    min-width: 380px;
    text-align: center;
    margin: 15px;
    position: relative;
    z-index: 2;
}
.two_image a:before {
	    content: '';
    background: #cb0d1d;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    z-index: -1;
}
.two_images .two_image a:hover:before {
	height: 10px;
}
@media (max-width: 575px) {
.two_image a{
    font-size: 1.2em;
    padding: 16px;
    min-width: 240px;
    margin: 10px;
	}}
@media (max-width: 1439px) {
.two_image a {
    font-size: 1.5em;
    padding: 20px;
    min-width: 240px;
    margin: 10px;
	}
.two_image {
position: relative;
    display: inline-block;
    margin: 10px auto;
    width: 100%;
    text-align: center;
}
}