/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

* {
  outline: none;
}

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* TS extra normalize
   ========================================================================== */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, button, input, select, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

hr {
  border: 0;
  display: block;
  height: 1px;
}

img {
  display: block;
  vertical-align: middle;
  width: 100%;
}

fieldset {
  border: 0;
}

textarea {
  resize: vertical;
}

ul,
ol {
  padding: 0 0 0 20px;
}

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after,
ul.options:before,
ul.options:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after,
ul.options:after {
  clear: both;
}

.clearfix, ul.options {
  *zoom: 1;
}

.v-align {
  text-align: center;
}

.v-align:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.3em;
  /* Adjusts for spacing */
  vertical-align: middle;
}

.v-align > * {
  display: inline-block;
  vertical-align: middle;
}

.center {
  text-align: center;
}

a svg {
  pointer-events: none;
}

/* Grid */
/* Breakpoints */
/* Colors */
/* Form */
.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.btn-expand {
  background: #f00;
  border: none;
  bottom: 55px;
  outline: none;
  position: absolute;
  right: 20px;
}

.fullscreen-carousel {
  background: #000;
  height: 100%;
  left: -100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.fullscreen-carousel .slick-initialized {
  height: 100%;
  padding: 0;
}
.fullscreen-carousel .slick-list, .fullscreen-carousel .slick-track {
  height: 100%;
  outline: none;
}
.fullscreen-carousel .slick-slide {
  outline: none;
}
.fullscreen-carousel .fullscreen-carousel__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
.fullscreen-carousel .slick-arrow {
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 1;
}
.fullscreen-carousel .btn-next {
  background: #ff0;
  right: 15px;
}
.fullscreen-carousel .btn-prev {
  background: #f00;
  left: 15px;
}

.overlay .btn-close, .fullscreen-carousel .btn-close {
  background-color: #fff;
  border: none;
  height: 50px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 1;
}

@font-face {
  font-family: "DJBRubiasTinyScript";
  src: url("fonts/DJBRubiasTinyScript.woff2") format("woff2"), url("fonts/DJBRubiasTinyScript.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #565656;
  font: 300 17px/24px Arial, Helvetica, Geneva, sans-serif;
}

.head1, .cms_txt h1 {
  color: #319C93;
  font: 55px/55px "DJBRubiasTinyScript", Arial, Helvetica, Geneva, sans-serif;
  margin: 40px 0 20px;
  text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.5);
}
@media print, all and (max-width: 650px) {
  .head1, .cms_txt h1 {
    font-size: 35px;
    line-height: 35px;
  }
}

.head2, .cms_txt h2 {
  color: #319C93;
  font: 40px/40px "DJBRubiasTinyScript", Arial, Helvetica, Geneva, sans-serif;
  margin: 40px 0 20px;
}
@media print, all and (max-width: 650px) {
  .head2, .cms_txt h2 {
    font-size: 35px;
    line-height: 35px;
  }
}

.head3, .cms_txt h3 {
  font: bold 20px/20px Arial;
  margin: 40px 0 20px;
  color: #815c35;
}

.head4, .cms_txt h4 {
  font: 16px/16px Arial;
  margin: 0 0 20px;
}

.head5, .cms_txt h5 {
  color: #fff;
  font: 500 15px/15px Arial, Helvetica, Geneva, sans-serif;
  margin: 0;
  text-transform: uppercase;
}

.head6, .cms_txt h6 {
  color: #000;
  font: 500 14px/14px Arial, Helvetica, Geneva, sans-serif;
  margin: 0 0 10px;
}

a {
  color: #815c35;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
a:hover {
  color: #000;
}

strong {
  font-weight: normal;
  color: #815c35;
}

p {
  margin: 0 0 15px 0;
}
p a {
  text-decoration: underline;
}

body.loading, body.is-loading {
  overflow: hidden;
}
body.loading:after, body.is-loading:after {
  background: rgba(237, 237, 237, 0.9) url("../../images/loader.gif") no-repeat center;
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 990;
}

section {
  padding: 10px;
  position: relative;
}

.grain {
  margin: 0 auto;
  max-width: 500px;
  width: 70%;
}
.grain path {
  fill: #fff;
}

ul.social {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  width: 128px;
}
ul.social li {
  border: none;
  margin: 0 0 0 5px;
}
ul.social li a {
  height: 36px;
  width: 36px;
  background: chocolate;
  border-radius: 4px;
  padding: 8px;
  text-align: center;
  background: url("/assets/images/wood_patern.jpg") no-repeat center;
  background-size: cover;
}
ul.social li a svg path {
  fill: #fff;
}
ul.social li a:hover {
  opacity: 0.9;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
.row .row {
  margin: 0 -10px;
}

.row.full {
  max-width: none;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.push-0,
.push-1,
.push-2,
.push-3,
.push-4,
.push-5,
.push-6,
.push-7,
.push-8,
.push-9,
.push-10,
.push-11,
.push-12,
.push-13,
.push-14,
.push-15,
.push-16,
.push-17,
.push-18,
.push-19,
.push-20 {
  flex: 0 0 auto;
  boxizing: border-box;
  padding: 10px 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex-basis: 5%;
  max-width: 5%;
}

.col-2 {
  flex-basis: 10%;
  max-width: 10%;
}

.col-3 {
  flex-basis: 15%;
  max-width: 15%;
}

.col-4 {
  flex-basis: 20%;
  max-width: 20%;
}

.col-5 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-6 {
  flex-basis: 30%;
  max-width: 30%;
}

.col-7 {
  flex-basis: 35%;
  max-width: 35%;
}

.col-8 {
  flex-basis: 40%;
  max-width: 40%;
}

.col-9 {
  flex-basis: 45%;
  max-width: 45%;
}

.col-10 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-11 {
  flex-basis: 55%;
  max-width: 55%;
}

.col-12 {
  flex-basis: 60%;
  max-width: 60%;
}

.col-13 {
  flex-basis: 65%;
  max-width: 65%;
}

.col-14 {
  flex-basis: 70%;
  max-width: 70%;
}

.col-15 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-16 {
  flex-basis: 80%;
  max-width: 80%;
}

.col-17 {
  flex-basis: 85%;
  max-width: 85%;
}

.col-18 {
  flex-basis: 90%;
  max-width: 90%;
}

.col-19 {
  flex-basis: 95%;
  max-width: 95%;
}

.col-20 {
  flex-basis: 100%;
  max-width: 100%;
}

.push-0 {
  margin-left: 0;
}

.push-1 {
  margin-left: 5%;
}

.push-2 {
  margin-left: 10%;
}

.push-3 {
  margin-left: 15%;
}

.push-4 {
  margin-left: 20%;
}

.push-5 {
  margin-left: 25%;
}

.push-6 {
  margin-left: 30%;
}

.push-7 {
  margin-left: 35%;
}

.push-8 {
  margin-left: 40%;
}

.push-9 {
  margin-left: 45%;
}

.push-10 {
  margin-left: 50%;
}

.push-11 {
  margin-left: 55%;
}

.push-12 {
  margin-left: 60%;
}

.push-13 {
  margin-left: 65%;
}

.push-14 {
  margin-left: 70%;
}

.push-15 {
  margin-left: 75%;
}

.push-16 {
  margin-left: 80%;
}

.push-17 {
  margin-left: 85%;
}

.push-18 {
  margin-left: 90%;
}

.push-19 {
  margin-left: 95%;
}

.start {
  justify-content: flextart;
  text-align: start;
}

.center {
  justify-content: center;
  text-align: center;
}

.end {
  justify-content: flex-end;
  text-align: end;
}

.top {
  align-items: flextart;
}

.middle {
  align-items: center;
}

.bottom {
  align-items: flex-end;
}

.around {
  justify-content: space-around;
}

.between {
  justify-content: space-between;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

@media print, screen and (max-width: 800px) {
  .col-s-1 {
    flex-basis: 5%;
    max-width: 5%;
  }

  .col-s-2 {
    flex-basis: 10%;
    max-width: 10%;
  }

  .col-s-3 {
    flex-basis: 15%;
    max-width: 15%;
  }

  .col-s-4 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .col-s-5 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-s-6 {
    flex-basis: 30%;
    max-width: 30%;
  }

  .col-s-7 {
    flex-basis: 35%;
    max-width: 35%;
  }

  .col-s-8 {
    flex-basis: 40%;
    max-width: 40%;
  }

  .col-s-9 {
    flex-basis: 45%;
    max-width: 45%;
  }

  .col-s-10 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-s-11 {
    flex-basis: 55%;
    max-width: 55%;
  }

  .col-s-12 {
    flex-basis: 60%;
    max-width: 60%;
  }

  .col-s-13 {
    flex-basis: 65%;
    max-width: 65%;
  }

  .col-s-14 {
    flex-basis: 70%;
    max-width: 70%;
  }

  .col-s-15 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-s-16 {
    flex-basis: 80%;
    max-width: 80%;
  }

  .col-s-17 {
    flex-basis: 85%;
    max-width: 85%;
  }

  .col-s-18 {
    flex-basis: 90%;
    max-width: 90%;
  }

  .col-s-19 {
    flex-basis: 95%;
    max-width: 95%;
  }

  .col-s-20 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .push-s-0 {
    margin-left: 0;
  }

  .push-s-1 {
    margin-left: 5%;
  }

  .push-s-2 {
    margin-left: 10%;
  }

  .push-s-3 {
    margin-left: 15%;
  }

  .push-s-4 {
    margin-left: 20%;
  }

  .push-s-5 {
    margin-left: 25%;
  }

  .push-s-6 {
    margin-left: 30%;
  }

  .push-s-7 {
    margin-left: 35%;
  }

  .push-s-8 {
    margin-left: 40%;
  }

  .push-s-9 {
    margin-left: 45%;
  }

  .push-s-10 {
    margin-left: 50%;
  }

  .push-s-11 {
    margin-left: 55%;
  }

  .push-s-12 {
    margin-left: 60%;
  }

  .push-s-13 {
    margin-left: 65%;
  }

  .push-s-14 {
    margin-left: 70%;
  }

  .push-s-15 {
    margin-left: 75%;
  }

  .push-s-16 {
    margin-left: 80%;
  }

  .push-s-17 {
    margin-left: 85%;
  }

  .push-s-18 {
    margin-left: 90%;
  }

  .push-s-19 {
    margin-left: 95%;
  }

  .start-s {
    justify-content: flex-start;
    text-align: start;
  }

  .center-s {
    justify-content: center;
    text-align: center;
  }

  .end-s {
    justify-content: flex-end;
    text-align: end;
  }

  .top-s {
    align-items: flex-start;
  }

  .middle-s {
    align-items: center;
  }

  .bottom-s {
    align-items: flex-end;
  }

  .around-s {
    justify-content: space-around;
  }

  .between-s {
    justify-content: space-between;
  }

  .first-s {
    order: -1;
  }

  .last-s {
    order: 1;
  }
}
@media print, screen and (max-width: 560px) {
  .col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.push-0,
.push-1,
.push-2,
.push-3,
.push-4,
.push-5,
.push-6,
.push-7,
.push-8,
.push-9,
.push-10,
.push-11,
.push-12,
.push-13,
.push-14,
.push-15,
.push-16,
.push-17,
.push-18,
.push-19,
.push-20 {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .col-xs-1 {
    flex-basis: 5%;
    max-width: 5%;
  }

  .col-xs-2 {
    flex-basis: 10%;
    max-width: 10%;
  }

  .col-xs-3 {
    flex-basis: 15%;
    max-width: 15%;
  }

  .col-xs-4 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .col-xs-5 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xs-6 {
    flex-basis: 30%;
    max-width: 30%;
  }

  .col-xs-7 {
    flex-basis: 35%;
    max-width: 35%;
  }

  .col-xs-8 {
    flex-basis: 40%;
    max-width: 40%;
  }

  .col-xs-9 {
    flex-basis: 45%;
    max-width: 45%;
  }

  .col-xs-10 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xs-11 {
    flex-basis: 55%;
    max-width: 55%;
  }

  .col-xs-12 {
    flex-basis: 60%;
    max-width: 60%;
  }

  .col-xs-13 {
    flex-basis: 65%;
    max-width: 65%;
  }

  .col-xs-14 {
    flex-basis: 70%;
    max-width: 70%;
  }

  .col-xs-15 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xs-16 {
    flex-basis: 80%;
    max-width: 80%;
  }

  .col-xs-17 {
    flex-basis: 85%;
    max-width: 85%;
  }

  .col-xs-18 {
    flex-basis: 90%;
    max-width: 90%;
  }

  .col-xs-19 {
    flex-basis: 95%;
    max-width: 95%;
  }

  .col-xs-20 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .push-xs-0 {
    margin-left: 0;
  }

  .push-xs-1 {
    margin-left: 5%;
  }

  .push-xs-2 {
    margin-left: 10%;
  }

  .push-xs-3 {
    margin-left: 15%;
  }

  .push-xs-4 {
    margin-left: 20%;
  }

  .push-xs-5 {
    margin-left: 25%;
  }

  .push-xs-6 {
    margin-left: 30%;
  }

  .push-xs-7 {
    margin-left: 35%;
  }

  .push-xs-8 {
    margin-left: 40%;
  }

  .push-xs-9 {
    margin-left: 45%;
  }

  .push-xs-10 {
    margin-left: 50%;
  }

  .push-xs-11 {
    margin-left: 55%;
  }

  .push-xs-12 {
    margin-left: 60%;
  }

  .push-xs-13 {
    margin-left: 65%;
  }

  .push-xs-14 {
    margin-left: 70%;
  }

  .push-xs-15 {
    margin-left: 75%;
  }

  .push-xs-16 {
    margin-left: 80%;
  }

  .push-xs-17 {
    margin-left: 85%;
  }

  .push-xs-18 {
    margin-left: 90%;
  }

  .push-xs-19 {
    margin-left: 95%;
  }

  .start-xs {
    justify-content: flex-start;
    text-align: start;
  }

  .center-xs {
    justify-content: center;
    text-align: center;
  }

  .end-xs {
    justify-content: flex-end;
    text-align: end;
  }

  .top-xs {
    align-items: flex-start;
  }

  .middle-xs {
    align-items: center;
  }

  .bottom-xs {
    align-items: flex-end;
  }

  .around-xs {
    justify-content: space-around;
  }

  .between-xs {
    justify-content: space-between;
  }

  .first-xs {
    order: -1;
  }

  .last-xs {
    order: 1;
  }
}
@media print, screen and (min-width: 1200px) {
  .col-m-1 {
    flex-basis: 5%;
    max-width: 5%;
  }

  .col-m-2 {
    flex-basis: 10%;
    max-width: 10%;
  }

  .col-m-3 {
    flex-basis: 15%;
    max-width: 15%;
  }

  .col-m-4 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .col-m-5 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-m-6 {
    flex-basis: 30%;
    max-width: 30%;
  }

  .col-m-7 {
    flex-basis: 35%;
    max-width: 35%;
  }

  .col-m-8 {
    flex-basis: 40%;
    max-width: 40%;
  }

  .col-m-9 {
    flex-basis: 45%;
    max-width: 45%;
  }

  .col-m-10 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-m-11 {
    flex-basis: 55%;
    max-width: 55%;
  }

  .col-m-12 {
    flex-basis: 60%;
    max-width: 60%;
  }

  .col-m-13 {
    flex-basis: 65%;
    max-width: 65%;
  }

  .col-m-14 {
    flex-basis: 70%;
    max-width: 70%;
  }

  .col-m-15 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-m-16 {
    flex-basis: 80%;
    max-width: 80%;
  }

  .col-m-17 {
    flex-basis: 85%;
    max-width: 85%;
  }

  .col-m-18 {
    flex-basis: 90%;
    max-width: 90%;
  }

  .col-m-19 {
    flex-basis: 95%;
    max-width: 95%;
  }

  .col-m-20 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .push-m-0 {
    margin-left: 0;
  }

  .push-m-1 {
    margin-left: 5%;
  }

  .push-m-2 {
    margin-left: 10%;
  }

  .push-m-3 {
    margin-left: 15%;
  }

  .push-m-4 {
    margin-left: 20%;
  }

  .push-m-5 {
    margin-left: 25%;
  }

  .push-m-6 {
    margin-left: 30%;
  }

  .push-m-7 {
    margin-left: 35%;
  }

  .push-m-8 {
    margin-left: 40%;
  }

  .push-m-9 {
    margin-left: 45%;
  }

  .push-m-10 {
    margin-left: 50%;
  }

  .push-m-11 {
    margin-left: 55%;
  }

  .push-m-12 {
    margin-left: 60%;
  }

  .push-m-13 {
    margin-left: 65%;
  }

  .push-m-14 {
    margin-left: 70%;
  }

  .push-m-15 {
    margin-left: 75%;
  }

  .push-m-16 {
    margin-left: 80%;
  }

  .push-m-17 {
    margin-left: 85%;
  }

  .push-m-18 {
    margin-left: 90%;
  }

  .push-m-19 {
    margin-left: 95%;
  }

  .start-l {
    justify-content: flex-ltart;
    text-align: start;
  }

  .center-l {
    justify-content: center;
    text-align: center;
  }

  .end-l {
    justify-content: flex-end;
    text-align: end;
  }

  .top-l {
    align-items: flex-ltart;
  }

  .middle-l {
    align-items: center;
  }

  .bottom-l {
    align-items: flex-end;
  }

  .around-l {
    justify-content: space-around;
  }

  .between-l {
    justify-content: space-between;
  }

  .first-l {
    order: -1;
  }

  .last-l {
    order: 1;
  }
}
@media print, screen and (min-width: 1500px) {
  .col-l-1 {
    flex-basis: 5%;
    max-width: 5%;
  }

  .col-l-2 {
    flex-basis: 10%;
    max-width: 10%;
  }

  .col-l-3 {
    flex-basis: 15%;
    max-width: 15%;
  }

  .col-l-4 {
    flex-basis: 20%;
    max-width: 20%;
  }

  .col-l-5 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-l-6 {
    flex-basis: 30%;
    max-width: 30%;
  }

  .col-l-7 {
    flex-basis: 35%;
    max-width: 35%;
  }

  .col-l-8 {
    flex-basis: 40%;
    max-width: 40%;
  }

  .col-l-9 {
    flex-basis: 45%;
    max-width: 45%;
  }

  .col-l-10 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-l-11 {
    flex-basis: 55%;
    max-width: 55%;
  }

  .col-l-12 {
    flex-basis: 60%;
    max-width: 60%;
  }

  .col-l-13 {
    flex-basis: 65%;
    max-width: 65%;
  }

  .col-l-14 {
    flex-basis: 70%;
    max-width: 70%;
  }

  .col-l-15 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-l-16 {
    flex-basis: 80%;
    max-width: 80%;
  }

  .col-l-17 {
    flex-basis: 85%;
    max-width: 85%;
  }

  .col-l-18 {
    flex-basis: 90%;
    max-width: 90%;
  }

  .col-l-19 {
    flex-basis: 95%;
    max-width: 95%;
  }

  .col-l-20 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .push-l-0 {
    margin-left: 0;
  }

  .push-l-1 {
    margin-left: 5%;
  }

  .push-l-2 {
    margin-left: 10%;
  }

  .push-l-3 {
    margin-left: 15%;
  }

  .push-l-4 {
    margin-left: 20%;
  }

  .push-l-5 {
    margin-left: 25%;
  }

  .push-l-6 {
    margin-left: 30%;
  }

  .push-l-7 {
    margin-left: 35%;
  }

  .push-l-8 {
    margin-left: 40%;
  }

  .push-l-9 {
    margin-left: 45%;
  }

  .push-l-10 {
    margin-left: 50%;
  }

  .push-l-11 {
    margin-left: 55%;
  }

  .push-l-12 {
    margin-left: 60%;
  }

  .push-l-13 {
    margin-left: 65%;
  }

  .push-l-14 {
    margin-left: 70%;
  }

  .push-l-15 {
    margin-left: 75%;
  }

  .push-l-16 {
    margin-left: 80%;
  }

  .push-l-17 {
    margin-left: 85%;
  }

  .push-l-18 {
    margin-left: 90%;
  }

  .push-l-19 {
    margin-left: 95%;
  }

  .start-xl {
    justify-content: flex-xltart;
    text-align: start;
  }

  .center-xl {
    justify-content: center;
    text-align: center;
  }

  .end-xl {
    justify-content: flex-end;
    text-align: end;
  }

  .top-xl {
    align-items: flex-xltart;
  }

  .middle-xl {
    align-items: center;
  }

  .bottom-xl {
    align-items: flex-end;
  }

  .around-xl {
    justify-content: space-around;
  }

  .between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }
}
.cms_txt ul {
  list-style: circle;
  margin: 15px 0;
  padding-left: 25px;
}
.cms_txt ol {
  list-style: decimal;
  margin: 15px 0;
  padding-left: 25px;
}

::-webkit-input-placeholder {
  color: #bebebe !important;
}

:-moz-placeholder {
  color: #bebebe !important;
}

::-moz-placeholder {
  color: #bebebe !important;
}

:-ms-input-placeholder {
  color: #bebebe !important;
}

.success-message {
  text-align: center;
}

.error-message {
  color: #f00;
  font-weight: bold;
  text-align: center;
}

ul.form {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px -30px;
  padding: 0;
}
ul.form > li {
  margin: 0 0 30px 0;
  padding: 0 15px;
  width: 50%;
}
ul.form > li.size100 {
  width: 100%;
}
ul.form > li.size75 {
  width: 75%;
}
ul.form > li.size25 {
  width: 25%;
}
ul.form > li.hidden {
  display: none;
}
@media all and (max-width: 800px) {
  ul.form > li {
    width: 50%;
  }
  ul.form > li.size75 {
    width: 100%;
  }
  ul.form > li.size25 {
    width: 50%;
  }
}
@media all and (max-width: 560px) {
  ul.form > li {
    width: 100%;
  }
  ul.form > li.size75 {
    width: 100%;
  }
  ul.form > li.size25 {
    width: 100%;
  }
}
ul.form > li > label {
  display: block;
  margin-bottom: 3px;
}
ul.form > li ul.options {
  display: flex;
  list-style: none;
  margin: 0 0 -10px;
  padding: 0;
}
ul.form > li ul.options li {
  display: block;
  margin-bottom: 10px;
  padding-left: 32px;
  width: 50%;
}
ul.form > li ul.options li.size100 {
  width: 100%;
}
ul.form > li ul.options label {
  color: #33435b;
  display: block;
  margin: 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea,
.multiple-input-hidden {
  background: #fff;
  border: 1px solid #ccd0d6;
  border-radius: 4px;
  box-shadow: none;
  color: #001432;
  font: inherit;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
.multiple-input-hidden:focus {
  border-color: #b7b7b7;
  box-shadow: none;
  outline: 0;
}

textarea {
  height: 123px;
  padding: 10px 15px;
}

div.multi-input {
  background: #fff;
  border: 1px solid #ccd0d6;
  border-radius: 4px;
  color: #001432;
  font: inherit;
  padding: 0 5px;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div.multi-input input {
  border: none;
  padding: 0 0 0 10px;
  display: inline-block;
  width: auto;
  min-width: 260px;
}
div.multi-input .valid-container {
  display: flex;
  flex-wrap: wrap;
}
div.multi-input .valid-container .valid-email {
  background: #ededed;
  height: calc(100% - 10px);
  line-height: 38px;
  margin: 5px 5px 0 0;
  padding: 0 35px 0 15px;
  position: relative;
  color: #001432;
  border-radius: 3px;
  overflow: hidden;
}
div.multi-input .valid-container .valid-email .btn-remove {
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 10px;
  top: -2px;
}
div.multi-input .valid-container .valid-email .btn-remove:after {
  color: #99a1ad;
  content: "b";
  font-size: 15px;
  line-height: 1em;
}

div.selector {
  background: #fff;
  border: 1px solid #ccd0d6;
  border-radius: 4px;
  box-shadow: none;
  color: #001432;
  height: 50px;
  line-height: 50px;
  outline: 0;
  overflow: hidden;
  position: relative;
}
div.selector span {
  cursor: pointer;
  display: block;
  font: inherit;
  height: 100%;
  overflow: hidden;
  padding: 0 30px 0 15px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
div.selector span:after {
  color: #99a1ad;
  content: "b";
  font-size: 15px;
  line-height: 1em;
  position: absolute;
  right: 10px;
  top: 14px;
}
div.selector select {
  background: #fff;
  border: none;
  color: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
div.multi-selector {
  background: #fff;
  border: 1px solid #ccd0d6;
  border-radius: 4px;
  box-shadow: none;
  color: #001432;
  height: 50px;
  line-height: 50px;
  outline: 0;
  position: relative;
}
div.multi-selector > span {
  cursor: pointer;
  display: block;
  font: inherit;
  height: 100%;
  overflow: hidden;
  padding: 0 30px 0 15px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
div.multi-selector > span:after {
  color: #99a1ad;
  content: "b";
  font-size: 15px;
  line-height: 1em;
  position: absolute;
  right: 10px;
  top: 14px;
}
div.multi-selector select {
  display: none;
  background: #fff;
  border: none;
  color: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
div.multi-selector .options {
  position: relative;
  background: #fff;
  border: 1px solid #ccd0d6;
  z-index: 9;
  padding: 0 20px;
  display: none;
}
div.multi-selector .options label {
  width: 100%;
  display: flex;
  align-items: center;
}
div.multi-selector .options label .checker span {
  display: block;
  padding: 0;
}
div.multi-selector.active .options {
  display: block;
}

div.uploader {
  background: #fff;
  border: 1px solid #ccd0d6;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
div.uploader span.action {
  background: #ddd;
  float: right;
  line-height: inherit;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
  width: 150px;
}
div.uploader span.filename {
  color: #001432;
  cursor: default;
  display: block;
  float: left;
  height: 50px;
  line-height: inherit;
  margin: 0;
  opacity: 0.6;
  overflow: hidden;
  padding: 0 0 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 150px);
}
div.uploader input {
  background: none;
  border: none;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
div.uploader.focus {
  border-color: #b7b7b7;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  outline: 0;
}

.container-multiple-email {
  position: relative;
  background: #fff;
  border: 1px solid #ccd0d6;
  border-radius: 3px;
  box-shadow: none;
  color: #001432;
  font: inherit;
  padding: 0 15px;
  width: 100%;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.container-multiple-email:focus {
  border-color: #b7b7b7;
  box-shadow: none;
  outline: 0;
}
.container-multiple-email .multiple-input-container {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.container-multiple-email .multiple-input-container .multiple-input-hidden {
  width: auto;
  display: inline-block;
  visibility: hidden;
  position: fixed;
  overflow: auto;
}
.container-multiple-email .multiple-input-container .contenteditable-div {
  display: inline-block;
  border: none;
  padding: 0;
  height: 40px;
  width: auto;
  overflow: hidden;
  resize: none;
  text-align: left;
}
.container-multiple-email .multiple-input-container .multiple-input-item {
  position: relative;
  height: calc(100% - 8px);
  margin: 4px 8px 4px 0;
  padding: 2px 35px 5px 10px;
  background: #e6f0ff;
  line-height: 30px;
}
.container-multiple-email .multiple-input-container .multiple-input-item.edit-mode {
  display: none;
}
.container-multiple-email .multiple-input-container .multiple-input-item .btn-remove {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
.container-multiple-email .multiple-input-container .multiple-input-item .btn-remove:after, .container-multiple-email .multiple-input-container .multiple-input-item .btn-remove:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 15px;
  margin: auto;
  background: #000;
  transform: rotate(45deg);
  transform-origin: center;
}
.container-multiple-email .multiple-input-container .multiple-input-item .btn-remove:after {
  transform: rotate(-45deg);
}
.container-multiple-email .multiple-input-container .multiple-input-item.invalid-input {
  background: #ff9a9a;
}

div.checker {
  border: none;
  display: inline-block;
  height: 20px;
  margin: 0 5px 0 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  width: 20px;
  position: relative;
}
div.checker span {
  background: #fff;
  border: 2px solid #ccd0d6;
  border-radius: 3px;
  display: inline-block;
  height: 20px;
  margin: 0;
  position: relative;
  text-align: center;
  width: 20px;
  zoom: 1;
}
div.checker span.checked {
  background: #0064fe;
  border-color: #0064fe;
}
div.checker span.checked:before {
  color: #fff;
  content: "h";
  font-size: 15px;
  left: 1px;
  line-height: 1em;
  position: absolute;
  top: 0;
}
div.checker input {
  background: none;
  border: none;
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  zoom: 1;
}
div.checker.focus {
  border-color: #001432;
  outline: 0;
}

div.radio {
  position: relative;
  border: none;
  display: inline-block;
  height: 20px;
  margin: 0 5px 0 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  width: 20px;
  position: relative;
}
div.radio span {
  background: #fff;
  border: 2px solid #ccd0d6;
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  padding: 3px;
  width: 20px;
  zoom: 1;
}
div.radio span.checked {
  border-color: #0064fe;
}
div.radio span.checked:before {
  background: #0064fe;
  border-radius: 5px;
  content: "";
  display: block;
  height: 100%;
}
div.radio input {
  background: none;
  border: none;
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  zoom: 1;
}
div.radio.focus {
  border-color: #001432;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  outline: 0;
}

div.btn input {
  border: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Errors */
ul.form li.error input,
ul.form li.error textarea,
ul.form li.error div.uploader span.filename {
  border-color: #f00;
  color: #f00 !important;
}
ul.form li.error ::-webkit-input-placeholder {
  color: #f00 !important;
}
ul.form li.error :-moz-placeholder {
  color: #f00 !important;
}
ul.form li.error ::-moz-placeholder {
  color: #f00 !important;
}
ul.form li.error :-ms-input-placeholder {
  color: #f00 !important;
}
ul.form li.error div.selector,
ul.form li.error div.multi-selector {
  border-color: #f00;
}
ul.form li.error div.selector > span,
ul.form li.error div.multi-selector > span {
  color: #f00;
}
ul.form li.error div.checker span {
  border-color: #f00;
}
ul.form li.error div.radio span {
  border-color: #f00;
}
ul.form li.error div.uploader {
  border-color: #f00;
  color: #f00;
}
ul.form li.error div.uploader span {
  color: #f00;
}

[class^=transition-],
[class*=" transition-"] {
  animation-duration: 0.25s;
  opacity: 0;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
}

.transition-delay-01 {
  animation-delay: 0.1s;
}

.transition-delay-02 {
  animation-delay: 0.2s;
}

.transition-delay-03 {
  animation-delay: 0.3s;
}

.transition-delay-04 {
  animation-delay: 0.4s;
}

.transition-delay-05 {
  animation-delay: 0.5s;
}

.transition-delay-06 {
  animation-delay: 0.6s;
}

.transition-delay-07 {
  animation-delay: 0.7s;
}

section.viewed .transition-fadein {
  animation-name: fadeIn;
}

section.viewed .transition-fadeinup {
  animation-name: fadeInUp;
}

section.viewed .transition-fadeindown {
  animation-name: fadeInDown;
}

section.viewed .transition-fadeinright {
  animation-name: fadeInRight;
}

section.viewed .transition-fadeinleft {
  animation-name: fadeInLeft;
}

section.viewed .transition-zoomin {
  animation-name: zoomIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

.btn {
  position: relative;
  background: #815c35;
  border: none;
  border-radius: 0;
  box-shadow: inset 0 0px 0 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  min-width: 170px;
  overflow: hidden;
  padding: 0 25px;
  text-align: center;
  transition: all 150ms ease-out;
  vertical-align: middle;
  width: auto;
  z-index: 1;
}
.btn:hover {
  box-shadow: inset 0 -50px 0 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.btn.green {
  background-color: #319C93;
}

.more {
  font-weight: bold;
}
.more:before {
  content: "[";
}
.more:after {
  content: "]";
}

#header .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  max-width: 1100px;
  margin: 0 auto;
}
#header a.logo {
  display: block;
  height: 66px;
  overflow: hidden;
  padding: 0;
  width: 290px;
}
#header a.logo path {
  fill: #319C93;
}
#header nav {
  display: flex;
  align-items: center;
}
#header nav ul:first-of-type {
  line-height: 14px;
  margin: 0;
  padding: 0 10px 0 0;
}
#header nav ul:first-of-type li {
  display: inline-block;
  vertical-align: middle;
}
#header nav ul:first-of-type li a {
  color: #319C93;
  display: block;
  padding: 10px 9px;
  white-space: nowrap;
}
#header nav ul:first-of-type li a:hover {
  color: #000;
}
#header .btn-open {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 46px;
  overflow: hidden;
  padding: 10px 9px 0;
  position: fixed;
  right: 30px;
  top: -60px;
  transition: top 250ms ease-out;
  width: 46px;
  z-index: 9999;
}
#header .btn-open svg path {
  fill: #319C93;
}

@media all and (max-width: 940px) {
  #header .inner {
    padding: 30px;
  }
  #header a.logo {
    width: 180px;
    height: 42px;
  }
  #header nav {
    padding: 70px 0;
    background: #319C93;
    position: fixed;
    right: 0;
    max-width: 350px;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    transform: translateX(100%);
    z-index: 1;
    display: block;
  }
  #header nav ul:first-of-type {
    margin: 20px 0 50px;
  }
  #header nav ul:first-of-type li {
    display: block;
  }
  #header nav ul:first-of-type li a {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.1px;
    padding: 15px 15px;
    color: #fff;
  }
  #header .btn-open {
    top: 27px;
  }
}
.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 590px;
  max-height: 90vh;
  background: #fff url("../../images/popup_bg.png") no-repeat center;
  background-size: cover;
  z-index: 9999;
  display: none;
  width: 90%;
  border: 2px solid #fff;
}
.popup .inner {
  padding: 10%;
  background: rgba(0, 0, 0, 0.1);
}
.popup .inner .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  border: 2px solid #fff;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 26px;
  text-align: center;
}
.popup .inner .head3, .popup .inner .cms_txt h3, .cms_txt .popup .inner h3 {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.6);
}
.popup .inner form ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.popup .inner form ul li label {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.popup .inner form ul li input {
  background: rgba(255, 255, 255, 0.6);
  margin: 15px 0;
  border-radius: 0;
  border: none;
}
.popup .inner form ul li .btn {
  background-color: #319C93;
  text-transform: uppercase;
  font-weight: bold;
}

.popup-underlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

#footer {
  padding: 5% 0;
  background: #319C93;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .locations > div {
  margin: 0 10px;
}

#heading {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 0 15px 5%;
  height: 50vw;
  max-height: 650px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}
#heading .video-aspect-ratio {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#heading .video-aspect-ratio:after {
  content: "";
  display: block;
  padding-top: 60%;
}
#heading .video-aspect-ratio iframe.video-player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#heading * {
  color: #fff;
}
@media print, all and (max-width: 1440px) {
  #heading .video-aspect-ratio {
    width: 112%;
  }
}

.block {
  background: #d4c9b7;
  color: #fff;
  padding: 20px 20px 25px;
  height: 100%;
}
.block .head2, .block .cms_txt h2, .cms_txt .block h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.carousel {
  height: 100%;
  margin: 0;
  padding: 0;
}
.carousel * {
  height: 100%;
}
.carousel li > div {
  background: no-repeat center;
  background-size: cover;
}
.carousel li > div:after {
  display: block;
  content: "";
  padding-top: 60%;
}
.carousel .slick-dots {
  position: absolute;
  right: 25px;
  bottom: 25px;
  height: auto;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel .slick-dots li {
  margin: 0 0 0 5px;
}
.carousel .slick-dots li a {
  background: rgba(204, 204, 204, 0.38);
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  cursor: pointer;
}
.carousel .slick-dots li a:hover {
  background: rgba(204, 204, 204, 0.5);
}
.carousel .slick-dots li.slick-active a {
  background: rgba(204, 204, 204, 0.5);
}

#detail {
  padding: calc(5vw - 30px) 10px 5vw;
}

#products ul {
  display: flex;
  margin: 0 -8px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
#products ul li {
  padding: 8px;
  width: 33.3333%;
  height: 250px;
}
@media all and (max-width: 850px) {
  #products ul li {
    width: 50%;
  }
}
@media all and (max-width: 500px) {
  #products ul li {
    width: 100%;
  }
}
#products ul li > a {
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  background: #815c35 no-repeat center;
  background-size: cover;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#products ul li > a .head2, #products ul li > a .cms_txt h2, .cms_txt #products ul li > a h2 {
  color: #fff;
  text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.5);
}
#products ul li > a:hover {
  opacity: 0.9;
}

#product_detail {
  font: 22px/22px "DJBRubiasTinyScript", Arial, Helvetica, Geneva, sans-serif;
  padding: 5vw 10px;
}

#instagram {
  text-align: center;
  padding: 5vw 0;
}
#instagram .embedsocial-instagram {
  overflow: hidden;
}
#instagram .embedsocial-instagram iframe {
  margin-top: -100px;
}
