html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.big-container {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }

.big-container:before {
  content: '';
  display: table; }

.big-container:after {
  content: '';
  display: table;
  clear: both; }

@media (max-width: 1450px) {
  .big-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
  .big-container:before {
    content: '';
    display: table; }
  .big-container:after {
    content: '';
    display: table;
    clear: both; } }

.container {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.container:before {
  content: '';
  display: table; }

.container:after {
  content: '';
  display: table;
  clear: both; }

.grid-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.grid-50 {
  width: calc(49.95% - 7.5px); }

.grid-50:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-50:last-child {
  margin-left: 0; }

.grid-50:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-50:nth-child(2n + 1) {
  clear: both; }

.grid-50-flex {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(49.95% - 7.5px);
      flex-basis: calc(49.95% - 7.5px);
  max-width: calc(49.95% - 7.5px);
  width: calc(49.95% - 7.5px); }

.grid-50-flex:nth-child(1n) {
  margin-left: 15px;
  margin-right: 0; }

.grid-50-flex:last-child {
  margin-left: 0; }

.grid-50-flex:nth-child(2n) {
  margin-left: 0;
  margin-right: auto; }

.grid-2-75 {
  width: calc(74.925% - 3.75px); }

.grid-2-75:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-2-75:last-child {
  margin-left: 0; }

.grid-2-75:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-75:nth-child(2n + 1) {
  clear: both; }

.grid-2-25 {
  width: calc(24.975% - 11.25px); }

.grid-2-25:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-2-25:last-child {
  margin-left: 0; }

.grid-2-25:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-25:nth-child(2n + 1) {
  clear: both; }

.grid-2-66 {
  width: calc(66.6% - 5px); }

.grid-2-66:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-2-66:last-child {
  margin-left: 0; }

.grid-2-66:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-66:nth-child(2n + 1) {
  clear: both; }

.grid-2-33 {
  width: calc(33.3% - 10px); }

.grid-2-33:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-2-33:last-child {
  margin-left: 0; }

.grid-2-33:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-33:nth-child(2n + 1) {
  clear: both; }

.grid-2-60 {
  width: calc(59.94% - 6px); }

.grid-2-60:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-2-60:last-child {
  margin-left: 0; }

.grid-2-60:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-60:nth-child(2n + 1) {
  clear: both; }

.grid-2-40 {
  width: calc(39.96% - 9px); }

.grid-2-40:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-2-40:last-child {
  margin-left: 0; }

.grid-2-40:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-40:nth-child(2n + 1) {
  clear: both; }

.grid-2-65 {
  width: 64.935%; }

.grid-2-65:nth-child(1n) {
  float: right;
  margin-left: 0;
  clear: none; }

.grid-2-65:last-child {
  margin-left: 0; }

.grid-2-65:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-65:nth-child(2n + 1) {
  clear: both; }

.grid-2-35 {
  width: 34.965%; }

.grid-2-35:nth-child(1n) {
  float: right;
  margin-left: 0;
  clear: none; }

.grid-2-35:last-child {
  margin-left: 0; }

.grid-2-35:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-35:nth-child(2n + 1) {
  clear: both; }

.grid-3-33 {
  width: calc(33.3% - 10px); }

.grid-3-33:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-3-33:last-child {
  margin-left: 0; }

.grid-3-33:nth-child(3n) {
  margin-left: 0;
  float: left; }

.grid-3-33:nth-child(3n + 1) {
  clear: both; }

.grid-2-80 {
  width: calc(79.92% - 3px); }

.grid-2-80:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-2-80:last-child {
  margin-left: 0; }

.grid-2-80:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-80:nth-child(2n + 1) {
  clear: both; }

.grid-2-20 {
  width: calc(19.98% - 12px); }

.grid-2-20:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-2-20:last-child {
  margin-left: 0; }

.grid-2-20:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-20:nth-child(2n + 1) {
  clear: both; }

.grid-70-flex {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 69.93%;
      flex-basis: 69.93%;
  max-width: 69.93%;
  width: 69.93%; }

.grid-70-flex:nth-child(1n) {
  margin-left: 0;
  margin-right: 0; }

.grid-70-flex:last-child {
  margin-left: 0; }

.grid-70-flex:nth-child(2n) {
  margin-left: 0;
  margin-right: auto; }

.grid-30-flex {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 29.97%;
      flex-basis: 29.97%;
  max-width: 29.97%;
  width: 29.97%; }

.grid-30-flex:nth-child(1n) {
  margin-left: 0;
  margin-right: 0; }

.grid-30-flex:last-child {
  margin-left: 0; }

.grid-30-flex:nth-child(2n) {
  margin-left: 0;
  margin-right: auto; }

.grid-2-70 {
  width: 69.93%; }

.grid-2-70:nth-child(1n) {
  float: right;
  margin-left: 0;
  clear: none; }

.grid-2-70:last-child {
  margin-left: 0; }

.grid-2-70:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-70:nth-child(2n + 1) {
  clear: both; }

.grid-2-30 {
  width: 29.97%; }

.grid-2-30:nth-child(1n) {
  float: right;
  margin-left: 0;
  clear: none; }

.grid-2-30:last-child {
  margin-left: 0; }

.grid-2-30:nth-child(2n) {
  margin-left: 0;
  float: left; }

.grid-2-30:nth-child(2n + 1) {
  clear: both; }

.grid-4-25 {
  width: calc(24.975% - 11.25px); }

.grid-4-25:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-4-25:last-child {
  margin-left: 0; }

.grid-4-25:nth-child(4n) {
  margin-left: 0;
  float: left; }

.grid-4-25:nth-child(4n + 1) {
  clear: both; }

.grid-5-20 {
  width: calc(19.98% - 12px); }

.grid-5-20:nth-child(1n) {
  float: right;
  margin-left: 15px;
  clear: none; }

.grid-5-20:last-child {
  margin-left: 0; }

.grid-5-20:nth-child(5n) {
  margin-left: 0;
  float: left; }

.grid-5-20:nth-child(5n + 1) {
  clear: both; }

.grid-wrapper:after {
  content: '';
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .grid-66 {
    width: 99.9%; }
  .grid-66:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .grid-66:last-child {
    margin-left: 0; }
  .grid-66:nth-child(0n) {
    float: left; }
  .grid-3-33 {
    width: 99.9%; }
  .grid-3-33:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .grid-3-33:last-child {
    margin-left: 0; }
  .grid-3-33:nth-child(0n) {
    float: left; }
  .grid-50 {
    width: 99.9%; }
  .grid-50:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .grid-50:last-child {
    margin-left: 0; }
  .grid-50:nth-child(0n) {
    float: left; }
  .grid-70-flex {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 99.9%;
        flex-basis: 99.9%;
    max-width: 99.9%;
    width: 99.9%; }
  .grid-70-flex:nth-child(1n) {
    margin-left: 0;
    margin-right: 0; }
  .grid-70-flex:last-child {
    margin-left: 0; }
  .grid-30-flex {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 99.9%;
        flex-basis: 99.9%;
    max-width: 99.9%;
    width: 99.9%; }
  .grid-30-flex:nth-child(1n) {
    margin-left: 0;
    margin-right: 0; }
  .grid-30-flex:last-child {
    margin-left: 0; }
  .grid-2-60 {
    width: 99.9%; }
  .grid-2-60:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .grid-2-60:last-child {
    margin-left: 0; }
  .grid-2-60:nth-child(0n) {
    float: left; }
  .grid-2-40 {
    width: 99.9%; }
  .grid-2-40:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .grid-2-40:last-child {
    margin-left: 0; }
  .grid-2-40:nth-child(0n) {
    float: left; } }

@font-face {
  font-family: 'todaysh';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/TODAYSH-MEDIUM.ttf) format("truetype"); }

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

body {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  text-align: right;
  direction: rtl; }

p, span, a, li, ul, strong, div, input, textarea, select, label, button {
  font-family: 'Assistant', sans-serif; }

a {
  text-decoration: none;
  color: black;
  font-size: 20px; }

ul, ol {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style-position: inside; }

li {
  font-size: 20px;
  line-height: 24px; }

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1, h2, h3, h4 {
  font-family: 'Assistant', sans-serif; }

h1 {
  font-size: 42px;
  line-height: 46px; }

h2 {
  font-size: 31px;
  line-height: 33px; }

h3 {
  font-size: 20px;
  line-height: 27px; }

h4 {
  font-size: 18px;
  line-height: 20px; }

p {
  font-size: 20px;
  line-height: 29px; }

button {
  font-size: 20px;
  line-height: 24px; }

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

.btn-yellow {
  background-color: #f1bd71;
  color: black;
  border: 0;
  padding: 10px 45px;
  font-size: 20px;
  cursor: pointer; }
  .btn-yellow:visited {
    color: black; }

main#content {
  z-index: 9;
  position: relative; }

.overlay {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, .5);
  cursor: pointer; }

.underlay {
  z-index: 222;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .7);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s; }

.hide {
  display: none; }

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  display: none;
  z-index: 999;
  background: white;
  max-width: 1100px;
  width: 100%;
  color: black; }
  .modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5; }
  .modal::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5; }
  .modal::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #7b0e13; }

.close-modal {
  color: black;
  font-size: 28px;
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer; }
  .close-modal.mobile {
    display: none; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-custom {
  padding-bottom: 65%; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

@media (max-width: 767px) {
  .desktop {
    display: none; }
  .mobile {
    display: block; }
  .modal {
    overflow: auto; } }

header.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  height: 83px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/header-back.jpg); }
  header.header:before, header.header:after {
    content: " ";
    display: table; }
  header.header:after {
    clear: both; }
  header.header .wrapper {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 20px; }
  header.header.sticky {
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, .3);
            box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, .3);
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  header.header.modal-open {
    z-index: 1; }
  header.header .social {
    float: left;
    margin-top: 15px;
    margin-left: 20px; }
    header.header .social ul {
      list-style-type: none; }
      header.header .social ul li {
        display: inline-block;
        margin-left: 15px; }
      header.header .social ul img {
        max-width: 30px; }
  header.header.open .nav-container {
    display: block;
    position: absolute;
    background: #7b0e13;
    top: 30px;
    padding: 15px;
    width: 190px; }
  header.header.open nav.navigation ul.nav {
    list-style-type: none; }
    header.header.open nav.navigation ul.nav > li {
      display: block;
      padding: 0;
      margin-bottom: 15px; }
      header.header.open nav.navigation ul.nav > li:last-of-type {
        margin-bottom: 0; }
      header.header.open nav.navigation ul.nav > li:after {
        content: "";
        height: 0;
        top: 0;
        -webkit-transform: none;
                transform: none;
        width: 0; }

.logo {
  float: left;
  margin-top: 10px;
  z-index: 6; }

#mobile-logo {
  display: none; }

#sticky-logo {
  display: none; }

nav.navigation {
  position: relative;
  float: right;
  z-index: 4;
  margin-top: 20px; }
  nav.navigation ul.nav {
    list-style-type: none; }
    nav.navigation ul.nav > li {
      display: inline-block;
      padding: 0 10px 10px;
      line-height: 22px;
      position: relative;
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear;
      cursor: pointer; }
      nav.navigation ul.nav > li:after {
        content: "";
        height: 15px;
        background-color: white;
        position: absolute;
        left: 0;
        top: 40%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 1px; }
      nav.navigation ul.nav > li:last-of-type:after {
        width: 0; }
      nav.navigation ul.nav > li a {
        font-weight: 600;
        color: white;
        text-transform: uppercase; }
      nav.navigation ul.nav > li:last-of-type {
        border-left: 0;
        margin-right: 0; }
    nav.navigation ul.nav .sub-menu {
      display: none;
      text-align: center;
      background: white;
      position: absolute;
      border-top: 5px solid #f1bd71;
      top: 31px;
      right: 0;
      width: 100%;
      list-style-type: none;
      padding: 0;
      -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, .15);
              box-shadow: 0 4px 8px 1px rgba(0, 0, 0, .15); }
      nav.navigation ul.nav .sub-menu.show {
        display: block; }
      nav.navigation ul.nav .sub-menu li {
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
        padding: 10px 5px;
        border-bottom: 1px solid #f2f2f2; }
        nav.navigation ul.nav .sub-menu li a {
          color: black;
          display: block;
          font-size: 20px;
          line-height: 21px; }

.navigation-toggle {
  display: none;
  z-index: 9; }
  .navigation-toggle button {
    background: none;
    float: right;
    padding: 0;
    border: 0;
    cursor: pointer; }
    .navigation-toggle button .icon-bar {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background-color: white;
      display: block;
      width: 27px;
      height: 3px;
      border-radius: 1px; }
      .navigation-toggle button .icon-bar + .icon-bar {
        margin-top: 4px; }
    .navigation-toggle button.close-menu .first {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .navigation-toggle button.close-menu .second {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .navigation-toggle button.close-menu .third {
      display: none; }
    .navigation-toggle button.close-menu .icon-bar + .icon-bar {
      margin-top: -1.5px; }

@media (max-width: 920px) {
  header.header .social {
    margin-left: 10px; }
  header.header.open nav.navigation ul.nav > li {
    margin-bottom: 15px; }
  #mobile-logo {
    display: block; }
  #site-logo {
    display: none; }
  .navigation-toggle {
    display: block; }
  .nav-container {
    display: none; }
  nav.navigation {
    margin-top: 20px; } }

.main-image-text:before, .main-image-text:after {
  content: " ";
  display: table; }

.main-image-text:after {
  clear: both; }

.main-image-text .grid-item:first-of-type {
  width: 52.947%; }

.main-image-text .grid-item:first-of-type:nth-child(1n) {
  float: right;
  margin-left: 0;
  clear: none; }

.main-image-text .grid-item:first-of-type:last-child {
  margin-left: 0; }

.main-image-text .grid-item:first-of-type:nth-child(2n) {
  margin-left: 0;
  float: left; }

.main-image-text .grid-item:first-of-type:nth-child(2n + 1) {
  clear: both; }
  .main-image-text .grid-item:first-of-type .text {
    padding-right: 75px;
    padding-top: 55px;
    padding-bottom: 20px;
    max-width: 690px; }
    .main-image-text .grid-item:first-of-type .text h1 {
      margin-top: 0;
      font-weight: 800; }
    .main-image-text .grid-item:first-of-type .text p {
      font-size: 22px;
      text-align: justify;
      font-weight: 600; }

.main-image-text .grid-item:last-of-type {
  width: 46.953%; }

.main-image-text .grid-item:last-of-type:nth-child(1n) {
  float: right;
  margin-left: 0;
  clear: none; }

.main-image-text .grid-item:last-of-type:last-child {
  margin-left: 0; }

.main-image-text .grid-item:last-of-type:nth-child(2n) {
  margin-left: 0;
  float: left; }

.main-image-text .grid-item:last-of-type:nth-child(2n + 1) {
  clear: both; }

.main-image-text h1 {
  color: #7b0e13;
  font-weight: 800;
  font-size: 48px;
  line-height: 49px; }

.main-image-text h2 {
  font-size: 25px;
  line-height: 32px; }

.main-image-text a#register {
  border-radius: 0; }

#about {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  height: 640px;
  background-position: bottom; }
  #about .text {
    float: left;
    max-width: 710px;
    width: 100%; }
    #about .text:before, #about .text:after {
      content: " ";
      display: table; }
    #about .text:after {
      clear: both; }
  #about h2 {
    color: white;
    font-size: 32px;
    line-height: 28px;
    margin: 0 0 20px; }
  #about strong {
    font-size: 20px; }
  #about p {
    color: white; }

div.red {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/button-back.png);
  color: white;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  cursor: pointer;
  font-size: 28px;
  line-height: 31px;
  padding: 12px 15px 14px;
  border-radius: 3px;
  margin-top: 15px;
  display: inline-block; }

a.red, button.red {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/button-back.png);
  color: white;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  cursor: pointer;
  font-size: 28px;
  padding: 14px 26px 16px;
  border-radius: 3px;
  margin-top: 15px;
  display: inline-block; }
  a.red.small, button.red.small {
    background-image: url(../images/small-button-back.png);
    font-weight: 600;
    margin-top: 20px;
    font-size: 23px;
    float: left;
    padding: 9px 32px; }

#upload {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 75px 0; }
  #upload h2 {
    text-align: center; }

#videos {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/contest-back.jpg);
  background-position: top;
  position: relative;
  padding: 75px 0; }
  #videos .grid-wrapper {
    margin-top: 25px; }

.video-card {
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, .13);
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, .13);
          box-shadow: 0 0 20px 4px rgba(0, 0, 0, .13);
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 25px; }
  .video-card .holder {
    position: relative; }
    .video-card .holder img {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .video-card .holder .play-vid {
      position: absolute;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1;
      border-radius: 0; }
  .video-card .details {
    background: white;
    padding: 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .video-card .details h3 {
      margin: 0 0 0; }
    .video-card .details p {
      margin: 0;
      font-size: 19px;
      font-weight: 600; }

.videos {
  position: relative;
  z-index: 2; }
  .videos .grid-wrapper .grid-item {
    width: calc(24.975% - 18.75px); }
  .videos .grid-wrapper .grid-item:nth-child(1n) {
    float: right;
    margin-left: 25px;
    clear: none; }
  .videos .grid-wrapper .grid-item:last-child {
    margin-left: 0; }
  .videos .grid-wrapper .grid-item:nth-child(4n) {
    margin-left: 0;
    float: left; }
  .videos .grid-wrapper .grid-item:nth-child(4n + 1) {
    clear: both; }
  .videos > p {
    font-weight: 600;
    margin: 20px 0 30px; }

.buttons {
  margin-top: 50px; }
  .buttons div {
    text-align: center;
    display: inline-block; }
    .buttons div:first-of-type {
      margin-left: 50px; }
    .buttons div img {
      margin: 0 auto 10px; }
    .buttons div a {
      color: #7b0e13;
      font-weight: 600;
      font-size: 23px; }

.section-title h2, #upload h2, #videos h2 {
  color: #7b0e13;
  margin: 0;
  font-size: 34px;
  line-height: 40px; }

.video-form form {
  margin-top: 75px; }
  .video-form form input {
    border: 1px solid black;
    border-radius: 3px;
    width: 100%;
    padding: 7.5px; }
  .video-form form label {
    font-weight: 700;
    margin-bottom: 15px; }

.video-form .grid-wrapper {
  margin-bottom: 20px; }
  .video-form .grid-wrapper .grid-item {
    width: calc(19.98% - 12px); }
  .video-form .grid-wrapper .grid-item:nth-child(1n) {
    float: right;
    margin-left: 15px;
    clear: none; }
  .video-form .grid-wrapper .grid-item:last-child {
    margin-left: 0; }
  .video-form .grid-wrapper .grid-item:nth-child(5n) {
    margin-left: 0;
    float: left; }
  .video-form .grid-wrapper .grid-item:nth-child(5n + 1) {
    clear: both; }

.video-form .response {
  text-align: center;
  padding: 0 20px; }
  .video-form .response p {
    font-size: 22px;
    font-weight: 600; }

.spinner {
  display: none;
  text-align: center;
  margin-top: 20px; }
  .spinner i {
    display: inline-block;
    color: #7b0e13;
    font-size: 30px; }

.underlay .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .underlay .spinner i {
    color: white;
    font-size: 42px; }

.terms-wrapper .checked {
  display: none; }

.terms-wrapper.checked .checked {
  display: block; }

.terms-wrapper.checked .unchecked {
  display: none; }

.terms-wrapper label[for="terms"] img {
  float: right;
  margin-left: 15px; }

.terms-wrapper input {
  display: none; }

p.invalid {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: red; }

.btn-wrap {
  margin-top: 20px;
  text-align: center; }

.modal-video .grid-wrapper .clip {
  width: 54.945%; }

.modal-video .grid-wrapper .clip:nth-child(1n) {
  float: right;
  margin-left: 0;
  clear: none; }

.modal-video .grid-wrapper .clip:last-child {
  margin-left: 0; }

.modal-video .grid-wrapper .clip:nth-child(2n) {
  margin-left: 0;
  float: left; }

.modal-video .grid-wrapper .clip:nth-child(2n + 1) {
  clear: both; }

.modal-video .grid-wrapper .details {
  width: 44.955%; }

.modal-video .grid-wrapper .details:nth-child(1n) {
  float: right;
  margin-left: 0;
  clear: none; }

.modal-video .grid-wrapper .details:last-child {
  margin-left: 0; }

.modal-video .grid-wrapper .details:nth-child(2n) {
  margin-left: 0;
  float: left; }

.modal-video .grid-wrapper .details:nth-child(2n + 1) {
  clear: both; }

.modal-video .embed-responsive {
  margin-right: -1px; }

.modal-video .details {
  max-height: 392px;
  overflow-y: auto;
  padding: 35px 20px 20px; }
  .modal-video .details::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5; }
  .modal-video .details::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5; }
  .modal-video .details::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #7b0e13; }

.modal-video .social {
  margin-top: 25px; }
  .modal-video .social ul {
    list-style-type: none; }
    .modal-video .social ul li {
      display: inline-block;
      margin-left: 15px; }
    .modal-video .social ul img {
      max-width: 35px; }

.modal-video h2 {
  margin: 0 0 5px; }

.modal-video strong {
  font-size: 20px; }

.modal-video p {
  font-size: 18px; }

@media (max-height: 874px) {
  .main-image-text .grid-item:first-of-type .text {
    padding-right: 55px;
    padding-top: 55px; }
    .main-image-text .grid-item:first-of-type .text p {
      font-size: 21px; }
  .main-image-text h1 {
    font-size: 50px; }
  .main-image-text h2 {
    font-size: 25px; }
  .buttons div img {
    margin: 0 auto 10px;
    max-height: 70px; }
  #about {
    height: 540px;
    background-position-y: bottom;
    background-position-x: 61%; } }

@media (max-height: 770px) {
  .main-image-text .grid-item:first-of-type .text {
    padding-right: 55px;
    padding-top: 35px;
    max-width: 640px; }
  .main-image-text h1 {
    font-size: 43px;
    line-height: 40px; }
  .main-image-text h2 {
    font-size: 23px;
    line-height: 27px; } }

@media (max-width: 1230px) {
  .main-image-text .grid-item:first-of-type .text {
    padding-right: 35px;
    padding-left: 35px;
    max-width: 100%; }
    .main-image-text .grid-item:first-of-type .text p {
      font-size: 19px; } }

@media (max-width: 1150px) {
  #about .text {
    float: none;
    max-width: 710px;
    margin: 0 auto;
    width: 100%; }
  .modal-video {
    max-height: 580px;
    overflow-y: auto;
    max-width: 670px; }
    .modal-video .grid-wrapper .clip {
      width: 99.9%; }
    .modal-video .grid-wrapper .clip:nth-child(1n) {
      float: right;
      margin-left: 0;
      clear: none; }
    .modal-video .grid-wrapper .clip:last-child {
      margin-left: 0; }
    .modal-video .grid-wrapper .clip:nth-child(0n) {
      float: left; }
    .modal-video .grid-wrapper .details {
      width: 99.9%; }
    .modal-video .grid-wrapper .details:nth-child(1n) {
      float: right;
      margin-left: 0;
      clear: none; }
    .modal-video .grid-wrapper .details:last-child {
      margin-left: 0; }
    .modal-video .grid-wrapper .details:nth-child(0n) {
      float: left; }
    .modal-video .details {
      max-height: inherit; }
  .close-modal {
    display: none;
    position: fixed;
    color: white;
    z-index: 999; }
    .close-modal.mobile {
      display: block; } }

@media (max-width: 920px) {
  .video-form form {
    margin-top: 45px; }
  .video-form .grid-wrapper {
    margin-bottom: 20px; }
    .video-form .grid-wrapper .grid-item:nth-of-type(1), .video-form .grid-wrapper .grid-item:nth-of-type(2), .video-form .grid-wrapper .grid-item:nth-of-type(3), .video-form .grid-wrapper .grid-item:nth-of-type(4) {
      width: calc(49.95% - 7.5px); }
    .video-form .grid-wrapper .grid-item:nth-of-type(1):nth-child(1n), .video-form .grid-wrapper .grid-item:nth-of-type(2):nth-child(1n), .video-form .grid-wrapper .grid-item:nth-of-type(3):nth-child(1n), .video-form .grid-wrapper .grid-item:nth-of-type(4):nth-child(1n) {
      float: right;
      margin-left: 15px;
      clear: none; }
    .video-form .grid-wrapper .grid-item:nth-of-type(1):last-child, .video-form .grid-wrapper .grid-item:nth-of-type(2):last-child, .video-form .grid-wrapper .grid-item:nth-of-type(3):last-child, .video-form .grid-wrapper .grid-item:nth-of-type(4):last-child {
      margin-left: 0; }
    .video-form .grid-wrapper .grid-item:nth-of-type(1):nth-child(2n), .video-form .grid-wrapper .grid-item:nth-of-type(2):nth-child(2n), .video-form .grid-wrapper .grid-item:nth-of-type(3):nth-child(2n), .video-form .grid-wrapper .grid-item:nth-of-type(4):nth-child(2n) {
      margin-left: 0;
      float: left; }
    .video-form .grid-wrapper .grid-item:nth-of-type(1):nth-child(2n + 1), .video-form .grid-wrapper .grid-item:nth-of-type(2):nth-child(2n + 1), .video-form .grid-wrapper .grid-item:nth-of-type(3):nth-child(2n + 1), .video-form .grid-wrapper .grid-item:nth-of-type(4):nth-child(2n + 1) {
      clear: both; }
    .video-form .grid-wrapper .grid-item:nth-of-type(5) {
      width: 99.9%; }
    .video-form .grid-wrapper .grid-item:nth-of-type(5):nth-child(1n) {
      float: right;
      margin-left: 0;
      clear: none; }
    .video-form .grid-wrapper .grid-item:nth-of-type(5):last-child {
      margin-left: 0; }
    .video-form .grid-wrapper .grid-item:nth-of-type(5):nth-child(0n) {
      float: left; }
  p.invalid {
    margin-bottom: 5px; }
  .videos .grid-wrapper .grid-item {
    width: calc(49.95% - 12.5px); }
  .videos .grid-wrapper .grid-item:nth-child(1n) {
    float: right;
    margin-left: 25px;
    clear: none; }
  .videos .grid-wrapper .grid-item:last-child {
    margin-left: 0; }
  .videos .grid-wrapper .grid-item:nth-child(2n) {
    margin-left: 0;
    float: left; }
  .videos .grid-wrapper .grid-item:nth-child(2n + 1) {
    clear: both; } }

@media (max-width: 767px) {
  .main-image {
    background-image: none !important;
    padding-bottom: 0 !important; }
  .main-image-text .grid-item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .main-image-text .grid-item:first-of-type {
      width: 99.9%; }
    .main-image-text .grid-item:first-of-type:nth-child(1n) {
      float: right;
      margin-left: 0;
      clear: none; }
    .main-image-text .grid-item:first-of-type:last-child {
      margin-left: 0; }
    .main-image-text .grid-item:first-of-type:nth-child(0n) {
      float: left; }
      .main-image-text .grid-item:first-of-type .text {
        padding: 20px;
        max-width: 100%; }
        .main-image-text .grid-item:first-of-type .text p {
          font-size: 18px; }
        .main-image-text .grid-item:first-of-type .text h2 {
          font-size: 22px; }
        .main-image-text .grid-item:first-of-type .text h3 {
          font-size: 20px; }
    .main-image-text .grid-item:last-of-type {
      width: 99.9%;
      height: 360px; }
    .main-image-text .grid-item:last-of-type:nth-child(1n) {
      float: right;
      margin-left: 0;
      clear: none; }
    .main-image-text .grid-item:last-of-type:last-child {
      margin-left: 0; }
    .main-image-text .grid-item:last-of-type:nth-child(0n) {
      float: left; }
  .main-image-text h1 {
    font-size: 34px;
    line-height: 36px; }
  .main-image-text a.red {
    display: block;
    margin: 35px auto;
    text-align: center;
    width: 211px;
    font-size: 25px; }
  #about {
    height: inherit;
    background-position-y: top;
    background-position-x: 73%;
    padding: 50px 0; }
  #upload {
    padding: 50px 0; }
  .videos .grid-wrapper .grid-item {
    width: 99.9%; }
  .videos .grid-wrapper .grid-item:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .videos .grid-wrapper .grid-item:last-child {
    margin-left: 0; }
  .videos .grid-wrapper .grid-item:nth-child(0n) {
    float: left; }
  .modal-video {
    max-height: 530px;
    top: 53%; }
  .buttons:before, .buttons:after {
    content: " ";
    display: table; }
  .buttons:after {
    clear: both; }
  .buttons div {
    width: 49.95%; }
  .buttons div:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .buttons div:last-child {
    margin-left: 0; }
  .buttons div:nth-child(2n) {
    margin-left: 0;
    float: left; }
  .buttons div:nth-child(2n + 1) {
    clear: both; }
    .buttons div img {
      max-height: 50px; } }

@media (max-width: 400px) {
  .main-image-text .grid-item:first-of-type .text h2 {
    font-size: 20px; } }

.main-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  min-height: 80vh;
  padding-bottom: 60px;
  background-position: top; }

.page-wrapper {
  padding-top: 100px; }

.article-h1 {
  margin: 0 0 50px 0;
  text-align: center; }

section#products-top {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/products-back-top.jpg);
  padding-bottom: 100px;
  padding-top: 50px;
  background-position: bottom; }
  section#products-top .grid-item {
    max-width: 61%; }
  section#products-top h1 {
    font-size: 35px; }
  section#products-top .subtitle p {
    font-size: 27px;
    font-weight: 700;
    line-height: 34px; }

section#products-bottom {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/products-back-bottom.jpg);
  padding-bottom: 100px; }
  section#products-bottom .grid-item {
    width: 21.975%; }
  section#products-bottom .grid-item:nth-child(1n) {
    float: right;
    margin-left: 4%;
    clear: none; }
  section#products-bottom .grid-item:last-child {
    margin-left: 0; }
  section#products-bottom .grid-item:nth-child(4n) {
    margin-left: 0;
    float: left; }
  section#products-bottom .grid-item:nth-child(4n + 1) {
    clear: both; }
  section#products-bottom h3 {
    font-size: 23px;
    color: #79162b; }
    section#products-bottom h3 span {
      font-weight: 400;
      font-size: 14px; }
  section#products-bottom .img-holder {
    height: 280px;
    max-width: 266px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    section#products-bottom .img-holder img {
      -ms-flex-item-align: end;
          align-self: flex-end; }
  section#products-bottom .text {
    text-align: justify;
    max-width: 300px;
    margin: 0 auto; }
  section#products-bottom .title-holder {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section#products-bottom .title-holder h3 {
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin: 0; }

.section-title-lined {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 100px auto 100px; }
  .section-title-lined h2 {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 35px;
    font-weight: 800;
    font-size: 30px;
    color: #79162b; }
  .section-title-lined hr {
    width: 100%;
    border-width: 0;
    border-color: #79162b;
    background: #79162b;
    height: 2px; }

section#about-contest {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/contest-back.jpg);
  padding-bottom: 100px;
  padding-top: 50px;
  min-height: calc(100vh - 83px); }
  section#about-contest .wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px; }
  section#about-contest .grid-item {
    max-width: 58%;
    float: left; }
  section#about-contest h1 {
    font-size: 35px;
    color: white; }
  section#about-contest p, section#about-contest a {
    color: white; }

@media (max-width: 1450px) {
  section#products-bottom .grid-item {
    width: 22.725%;
    margin-bottom: 50px; }
  section#products-bottom .grid-item:nth-child(1n) {
    float: right;
    margin-left: 3%;
    clear: none; }
  section#products-bottom .grid-item:last-child {
    margin-left: 0; }
  section#products-bottom .grid-item:nth-child(4n) {
    margin-left: 0;
    float: left; }
  section#products-bottom .grid-item:nth-child(4n + 1) {
    clear: both; }
  section#products-bottom h3 {
    font-size: 20px; } }

@media (max-width: 1200px) {
  section#products-bottom .grid-item {
    width: 47.95%;
    margin-bottom: 50px; }
  section#products-bottom .grid-item:nth-child(1n) {
    float: right;
    margin-left: 4%;
    clear: none; }
  section#products-bottom .grid-item:last-child {
    margin-left: 0; }
  section#products-bottom .grid-item:nth-child(2n) {
    margin-left: 0;
    float: left; }
  section#products-bottom .grid-item:nth-child(2n + 1) {
    clear: both; } }

@media (max-width: 767px) {
  section#products-top {
    padding-bottom: 50px;
    padding-top: 0; }
    section#products-top .grid-item {
      max-width: 100%; }
  section#products-bottom {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/products-back-bottom.jpg);
    padding-bottom: 50px; }
    section#products-bottom .grid-item {
      width: 99.9%;
      margin-bottom: 100px; }
    section#products-bottom .grid-item:nth-child(1n) {
      float: right;
      margin-left: 0;
      clear: none; }
    section#products-bottom .grid-item:last-child {
      margin-left: 0; }
    section#products-bottom .grid-item:nth-child(0n) {
      float: left; }
    section#products-bottom .img-holder {
      height: inherit; }
  .section-title-lined {
    margin: 50px auto 100px; }
  section#about-contest {
    padding-bottom: 50px;
    padding-top: 0;
    min-height: calc(100vh - 83px); }
    section#about-contest .wrapper {
      padding: 0 20px; }
    section#about-contest .grid-item {
      max-width: 100%; } }

.page-template-template-contact .top-map {
  height: calc(100vh - 204px); }

.contact-grid:before, .contact-grid:after {
  content: " ";
  display: table; }

.contact-grid:after {
  clear: both; }

.contact-grid .grid-item {
  width: calc(49.95% - 25px); }

.contact-grid .grid-item:nth-child(1n) {
  float: right;
  margin-left: 50px;
  clear: none; }

.contact-grid .grid-item:last-child {
  margin-left: 0; }

.contact-grid .grid-item:nth-child(2n) {
  margin-left: 0;
  float: left; }

.contact-grid .grid-item:nth-child(2n + 1) {
  clear: both; }

.contact-grid .wpcf7 input, .contact-grid .wpcf7 textarea, .contact-grid .wpcf7 select {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 0;
  color: #333;
  font-weight: 400;
  padding: 15px;
  text-align: left;
  font-size: 18px;
  display: block;
  border: 0; }
  .contact-grid .wpcf7 input::-webkit-input-placeholder, .contact-grid .wpcf7 textarea::-webkit-input-placeholder, .contact-grid .wpcf7 select::-webkit-input-placeholder {
    color: black; }
  .contact-grid .wpcf7 input:-moz-placeholder, .contact-grid .wpcf7 textarea:-moz-placeholder, .contact-grid .wpcf7 select:-moz-placeholder {
    color: black; }
  .contact-grid .wpcf7 input::-moz-placeholder, .contact-grid .wpcf7 textarea::-moz-placeholder, .contact-grid .wpcf7 select::-moz-placeholder {
    color: black; }
  .contact-grid .wpcf7 input:-ms-input-placeholder, .contact-grid .wpcf7 textarea:-ms-input-placeholder, .contact-grid .wpcf7 select:-ms-input-placeholder {
    color: black; }

.contact-grid .wpcf7 select {
  -webkit-appearance: none; }

.contact-grid .wpcf7 label {
  width: 100%;
  display: block; }

.contact-grid .wpcf7 p {
  margin: 9px 0; }

.contact-grid .wpcf7 br {
  display: none; }

.contact-grid .wpcf7 .wpcf7-submit {
  cursor: pointer;
  float: right;
  display: block;
  background-color: #f1bd71;
  color: black;
  text-align: center;
  width: 170px;
  padding: 12px 0; }

.contact-grid .wpcf7 span.wpcf7-not-valid-tip {
  color: #000; }

.contact-grid .wpcf7 .wpcf7-mail-sent-ok {
  border: 1px solid #398f14;
  background: #fff;
  color: #398f14;
  font-size: 14px;
  margin: 0; }

.contact-grid .wpcf7 .wpcf7-validation-errors, .contact-grid .wpcf7 .wpcf7-mail-sent-ng {
  border: 1px solid #cf2e34;
  background: #fff;
  color: #cf2e34;
  font-size: 14px;
  margin: 0; }

.contact-grid .wpcf7 .wpcf7-form-control-wrap + br {
  display: none; }

.contact-grid .wpcf7 span.wpcf7-not-valid-tip {
  font-size: 14px; }

.contact-grid h1 {
  margin-top: 0;
  font-size: 59px;
  font-weight: 400;
  margin-bottom: 10px; }

.contact-grid .post-content p {
  font-size: 20px; }

.contact-social {
  margin-top: 50px; }
  .contact-social ul {
    list-style-type: none; }
    .contact-social ul li {
      display: inline-block;
      margin-right: 20px; }
      .contact-social ul li img {
        max-width: 35px; }

.form-wrapper .form-row:before, .form-wrapper .form-row:after {
  content: " ";
  display: table; }

.form-wrapper .form-row:after {
  clear: both; }

.form-wrapper .form-row .form-field-half {
  width: calc(49.95% - 12.5px); }

.form-wrapper .form-row .form-field-half:nth-child(1n) {
  float: right;
  margin-left: 25px;
  clear: none; }

.form-wrapper .form-row .form-field-half:last-child {
  margin-left: 0; }

.form-wrapper .form-row .form-field-half:nth-child(2n) {
  margin-left: 0;
  float: left; }

.form-wrapper .form-row .form-field-half:nth-child(2n + 1) {
  clear: both; }

@media (max-width: 767px) {
  .contact-grid:before, .contact-grid:after {
    content: " ";
    display: table; }
  .contact-grid:after {
    clear: both; }
  .contact-grid .grid-item {
    width: 99.9%;
    margin-bottom: 50px; }
  .contact-grid .grid-item:nth-child(1n) {
    float: right;
    margin-left: 0;
    clear: none; }
  .contact-grid .grid-item:last-child {
    margin-left: 0; }
  .contact-grid .grid-item:nth-child(0n) {
    float: left; }
  .form-wrapper .form-row:before, .form-wrapper .form-row:after {
    content: " ";
    display: table; }
  .form-wrapper .form-row:after {
    clear: both; }
  .form-wrapper .form-row .form-field-half {
    width: 99.9% !important; }
  .form-wrapper .form-row .form-field-half:nth-child(1n) {
    float: right !important;
    margin-left: 0 !important;
    clear: none !important; }
  .form-wrapper .form-row .form-field-half:last-child {
    margin-left: 0 !important; }
  .form-wrapper .form-row .form-field-half:nth-child(0n) {
    float: left !important; } }
