/*
    Main configuration file
    Created by: Bold Interactive s.r.o.
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Radley:400,400i&amp;subset=latin-ext');

@font-face {
  font-family: "JasperSmallcaps";
  src: url('../fonts/JasperSmallcaps.ttf') format('truetype'), url('../fonts/JasperSmallcaps.otf') format('opentype'), url('../fonts/JasperSmallcaps.woff') format('woff');
}


@font-face {
  font-family: "Knockout";
  src: url('../fonts/Knockout_Regular.otf') format('opentype');
}

@font-face {
  font-family: "MyriadPro";
  src: url('../fonts/MyriadPro-Black.otf') format('opentype');
}

/***** NORMALIZE *****/

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in 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 */
  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;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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"] {
  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 OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/***** //NORMALIZE *****/

/***** BASE LAYOUT *****/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  background: #000;
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #333333;
  overflow-x: hidden;
  background: #000;
}

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

a {
  color: #e57426;
  text-decoration: none;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

a:hover {
  color: #d23a34;
}

p {
  display: block;
  margin-block-start: 2em;
  margin-block-end: 2em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

ol {
  margin: 15px;
}

ul {
  list-style: none;
}

ol li {
  padding: 0px 0px 10px 50px;
  margin-top: 5px;
}

.dot-list {
  padding: 0px 0px 0px 0px;
}

.dot-list li {
  padding: 5px 5px 5px 5px;
  list-style: none;
}

.dot-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: url('../images/ul_dot.png') no-repeat center left;
  display: inline-block;
  position: relative;
  right: 5px;
  top: -3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'MyriadPro', 'Open Sans', sans-serif;
  color: #fff;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2em;
  font-family: 'MyriadPro', 'Open Sans', sans-serif;

}

h2 {
  font-size: 2.2em;
  margin: 25px auto 40px;
  font-weight: 400;
  font-family: 'MyriadPro', 'Open Sans', sans-serif;

}

h3 {
  font-size: 1.5em;
}

h3.separator:after {
  content: '';
  height: 2px;
  width: 40px;
  margin: 30px auto;
  display: block;
  background: #f73456;
}

@media screen and (max-width: 600px) {
  h3.separator:after {
    margin: 15px auto;
  }
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.9em;
}

/***** //BASE LAYOUT *****/

a#CybotCookiebotDialogPoweredbyCybot,div#CybotCookiebotDialogPoweredByText {
  display: none;
}


/***** HELPER *****/

.clearfix:before,
.container:before,
.container-fluid:before,
.row:before,
.separator:before,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.separator:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.separator:after {
  clear: both;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.affix {
  position: fixed;
}

.clear {
  clear: both;
}

.margin__vertical--s {
  margin: 5px 0;
}

.margin__vertical--m {
  margin: 10px 0;
}

.margin__vertical--l {
  margin: 15px 0;
}

.margin__vertical--xl {
  margin: 20px 0;
}

.margin__vertical--xxl {
  margin: 30px 0;
}

.txt-uppercase {
  text-transform: uppercase;
}

.txt-lowercase {
  text-transform: lowercase;
}

.txt-strong {
  font-weight: 700;
}

.txt-semibold {
  font-weight: 600;
}

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

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.semibold {
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .mobile-hide {
    display: none;
  }
  .mobile-block {
    display: block;
  }
}

@keyframes pulse_animation2 {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.08);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes pulse_animation2 {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.08);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

/***** //HELPER *****/

/***** GRID *****/

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 600px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 600px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

/***** GRID *****/

/***** LAYOUT *****/

* {
  font-family: 'MyriadPro', 'Open Sans', sans-serif;
}

body {
  color: #fff;
}

.container {
  position: relative;
  height: 100vh;
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0px 25px;
  }
}

#section0 {
  background-image: url('../images/bg_slide1_2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  background-position: top -40px center;
  position: relative;
  /* left */
  /* right */
}
@media screen and (max-width: 900px) {
  #section0 {
    margin-top: 20px;
  }
}

@media screen and (max-width:1100px) {
  #section0 {
    background-position: bottom -80px left -150px;
  }
}

@media screen and (max-width:950px) {
  #section0 {
    background-position: bottom -80px left -250px;
  }
}

#section0 .logo {
  float: left;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -moz-transition: all 500ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -ms-transition: all 500ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -o-transition: all 500ms cubic-bezier(0.545, 0, 0.02, 1.01);
  transition: all 500ms cubic-bezier(0.545, 0, 0.02, 1.01);
}

@media screen and (max-width: 900px) {
  #section0 .logo {
    position: static;
    float: none;
    text-align: center;
    padding: 30px 0;
  }
}

@media screen and (max-height: 760px) {
  #section0 .logo {
    position: static;
    float: none;
    text-align: center;
    padding: 50px 0px 0px;
  }
}

#section0 .text {
  float: left;
  position: relative;
  width: 100%;
  left: -1000px;
  -webkit-transition: all 660ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -moz-transition: all 660ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -ms-transition: all 660ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -o-transition: all 660ms cubic-bezier(0.545, 0, 0.02, 1.01);
  transition: all 660ms cubic-bezier(0.545, 0, 0.02, 1.01);
  text-align: center;
  font-family: 'MyriadPro', 'Open Sans', sans-serif;
}

#section0 .text__01 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  #section0 .text__01 {
    margin-bottom: 20px;
  }
}

@media screen and (max-height: 850px) {
  #section0 .text__01 {
    margin-bottom: 0px;
  }
}

#section0 .text__02 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'MyriadPro', 'Open Sans', sans-serif;
  margin-bottom: 30px;
  margin: 40px 40px;
}

#section0 .text__02 span {
  color: #e57426;
}

@media screen and (max-width: 1050px) {
  #section0 .text__02 {
    font-size: 32px;
    margin: 20px 20px;
  }
}

@media screen and (max-width: 960px) {
  #section0 .text__02 {
    font-size: 30px;
    margin: 16px 16px;
  }
}

@media screen and (max-width: 790px) {
  #section0 .text__02 {
    font-size: 28px;
    line-height: 30px;
  }
}



#section0 .text__03 {
  font-size: 30px;
  font-weight: bold;
  margin: 40px auto 20px auto;
  letter-spacing: 2px;
}

#section0 .text__03 span {
  color: #be2720;
  font-size: 33px;
  margin: 0px 6px;
  display: inline-block;
  font-weight: 900;
  position: relative;
  top: 3px;
}

@media screen and (max-width: 1050px) {
  #section0 .text__03 {
    font-size: 28px;
  }
  #section0 .text__03 span {
    font-size: 30px;
  }
}

@media screen and (max-width: 790px),
(max-height: 800px) {
  #section0 .text__03 {
    font-size: 22px;
    line-height: 22px;
    margin-top: 5px;
  }
}

#section0 .text .button {
  margin-top: 30px;
  cursor: pointer;
}

@media screen and (max-height: 620px) {
  #section0 .text .button {
    margin-top: 35px;
  }
}

@media screen and (max-width: 900px) {
  #section0 .text {
    position: static;
    float: none;
    text-align: center;
    padding: 15px 0 60px 0px;
  }
}

@media screen and (max-height: 920px) {
  #section0 .text {
    /* bottom: 340px; */
  }
}

@media screen and (max-height: 850px) {
  #section0 .text {
    /* bottom: 320px; */
  }
}

@media screen and (max-height: 760px) {
  #section0 .text {
    position: static;
    float: none;
    text-align: center;
    padding: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-height: 640px) {
  #section0 .text {
    padding: 20px 10px 10px;
  }
}

@media screen and (max-height: 620px) {
  #section0 .text {
    padding: 40px 10px 0px;
  }
}

#section0 .glass {
  float: left;
  position: absolute;
  bottom: 0px;
  left: -1000px;
  width: 246px;
  text-align: center;
  -webkit-transition: all 660ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -moz-transition: all 660ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -ms-transition: all 660ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -o-transition: all 660ms cubic-bezier(0.545, 0, 0.02, 1.01);
  transition: all 660ms cubic-bezier(0.545, 0, 0.02, 1.01);
}

@media screen and (max-height: 760px) {
  #section0 .glass {
    bottom: -50px;
  }
}

@media screen and (max-height: 690px) {
  #section0 .glass {
    width: 200px;
  }
}

#section0 .glass img {
  margin-left: 20px;
}

@media screen and (max-height: 690px) {
  #section0 .glass img {
    margin-left: 40px;
  }
}

#section0 .bottle {
  float: right;
  position: absolute;
  bottom: 0px;
  right: -1000px;
  -webkit-transition: all 700ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -moz-transition: all 700ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -ms-transition: all 700ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -o-transition: all 700ms cubic-bezier(0.545, 0, 0.02, 1.01);
  transition: all 700ms cubic-bezier(0.545, 0, 0.02, 1.01);
}

@media screen and (max-height: 760px) {
  #section0 .bottle {
    bottom: -90px;
  }
}

@media screen and (max-height: 680px) {
  #section0 .bottle {
    bottom: -30px;
    width: 480px;
  }
}

#section0 .apple {
  float: right;
  position: absolute;
  bottom: 30px;
  right: -1000px;
  -webkit-transition: all 700ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -moz-transition: all 700ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -ms-transition: all 700ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -o-transition: all 700ms cubic-bezier(0.545, 0, 0.02, 1.01);
  transition: all 700ms cubic-bezier(0.545, 0, 0.02, 1.01);
}

@media screen and (max-height: 760px) {
  #section0 .apple {
    bottom: -50px;
  }
}

@media screen and (max-height: 680px) {
  #section0 .apple {
    bottom: -10px;
  }
}


@media screen and (max-height: 870px) {
  #section0.active .logo {
    top: 40px;
  }
}

@media screen and (max-height: 640px) {
  #section0.active .logo {
    padding-top: 30px;
  }
}

@media screen and (max-height: 620px) {
  #section0.active .logo {
    padding-top: 60px;
  }
}

#section0.active .text {
  left: 0px;
}

#section0.active .bottle {
  right: -230px;
  bottom: 0px;
}

@media screen and (max-height:800px) {
  #section0.active .bottle {
    bottom: -30px;
    right: -50px;
  }
}

@media screen and (max-height: 680px) {
  #section0.active .bottle {
    right: -190px;
  }
}

#section0.active .apple {
  right: 13px;
}

@media screen and (max-width: 800px),
(max-height: 620px) {
  #section0.active .apple {
    max-width: 150px;
  }
}

#section0.active .glass {
  left: 50%;
  margin-left: -123px;
}

@media screen and (max-width: 900px) {}

@media screen and (max-height: 620px) {
  #section0.active .glass {
    left: 140%;
    z-index: 600;
  }
}

@media screen and (max-width: 800px),
(max-height: 620px) {
  #section0.active .glass {
    max-width: 190px;
  }
  #section0.active .glass img {
    margin-left: 60px;
  }
}

#section1 {
  background: #000;
  position: relative;
  /* left */
  /* right */
}

#section1 .bottle1 {
  float: left;
  position: absolute;
  left: 2000px;
  bottom: 105px;
  width: 201px;
  -webkit-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -moz-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -ms-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -o-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
}

#section1 .bottle1__mobile {
  display: none;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1200px),
(max-height: 630px) {
  #section1 .bottle1 {
    width: 180px;
  }
}

@media screen and (max-width: 940px) {
  #section1 .bottle1 {
    width: 160px;
  }
}

@media screen and (max-height: 800px) {
  #section1 .bottle1 {
    bottom: 50px;
  }
}

#section1 .glass1 {
  float: left;
  position: absolute;
  left: 1500px;
  bottom: 60px;
  width: 286px;
  -webkit-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -moz-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -ms-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -o-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
}

@media screen and (max-width: 1000px),
(max-height: 600px) {
  #section1 .glass1 {
    width: 210px;
  }
}

@media screen and (max-width: 940px) {
  #section1 .glass1 {
    width: 200px;
  }
}

@media screen and (max-height: 800px) {
  #section1 .glass1 {
    bottom: 0px;
  }
}

#section1 .text1 {
  float: right;
  position: absolute;
  right: -1500px;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
  -webkit-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -moz-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -ms-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -o-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
}

ol {
  list-style: none;
  counter-reset: li;
  padding-left: 0px;
  margin-left: 0px;
}

ol li::before {
  content: counter(li);
  color: #000;
  background: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-left: -1em;
  position: absolute;
  left: 20px;
  top: -2px;

}

ol ul {
  margin: 25px 0;
}

ol li {
  counter-increment: li;
  position: relative;
  margin: 5px 0;
}

#section1 .text1__01 {
  font-size: 50px;
  font-weight: 900;
  padding-left: 0px;
  margin-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 1px;
  font-family: 'MyriadPro', 'Open Sans', sans-serif;
}

@media (min-width: 1200px) {
  #section1 .container {
    width: 1400px;
  }
}

@media screen and (max-height:690px) {
  #section1 .text1 {
    width: 80%;
  }
}

@media screen and (max-height: 750px) {
  #section1 .text1__01 {
    font-size: 40px;
  }
  #section1 ol {
    margin: 8px 0;
  }
  #section1.active .text1 ol li {
    padding: 0px 0px 5px 50px;
  }
}

@media screen and (max-height: 640px) {
  #section1.active .text1 ol li br {
    display: none;
  }
  #section1.active .text1 .button__more {
    margin-top: 12px;
  }
  #section1 .text1__01 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 460px) {
  #section1 .text1__01 {
    padding: 0px;
  }
}

#section1 .text1__02 {
  font-size: 65px;
  line-height: 75px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: 'MyriadPro', 'Open Sans', sans-serif;
  text-transform: none;
}

@media screen and (max-width: 1200px),
(max-height: 630px) {
  #section1 .text1__02 {
    font-size: 55px;
    line-height: 55px;
  }
}

#section1 .text1 ul {
  margin-top: 30px;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1px;
}

#section1 .text1 ul li {
  background: url('../images/list_ico.png') no-repeat left 0px top 10px;
  padding-left: 10px;
}

@media screen and (max-width: 400px) {
  #section1 .text1 ul li {
    background: transparent;
    padding-left: 0px;
  }
}

@media screen and (max-height: 650px) {
  #section1 .text1 ul {
    margin-top: 10px;
  }
}


@media screen and (max-height: 800px) {
  #section1 .text1 {}

  #section2.active .text {
    bottom: 50%;
    transform: translateY(50%);
  }
}

#section1 .bottle2 {
  float: left;
  position: absolute;
  left: -2000px;
  bottom: 105px;
  width: 201px;
  -webkit-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -moz-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -ms-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -o-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
}

#section1 .bottle2__mobile {
  display: none;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1200px),
(max-height: 630px) {
  #section1 .bottle2 {
    width: 180px;
  }
}

@media screen and (max-width: 940px) {
  #section1 .bottle2 {
    width: 160px;
  }
}

@media screen and (max-height: 800px) {
  #section1 .bottle2 {
    bottom: 50px;
  }
}

#section1 .glass2 {
  float: left;
  position: absolute;
  left: -1500px;
  bottom: 55px;
  width: 240px;
  -webkit-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -moz-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -ms-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -o-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
}

@media screen and (max-width: 1000px),
(max-height: 600px) {
  #section1 .glass2 {
    width: 210px;
  }
}

@media screen and (max-width: 940px) {
  #section1 .glass2 {
    width: 200px;
  }
}

@media screen and (max-height: 800px) {
  #section1 .glass2 {
    bottom: 0px;
  }
}

#section1 .text2 {
  float: right;
  position: absolute;
  right: 1500px;
  top: 150px;
  width: 251px;
  -webkit-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -moz-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -ms-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -o-transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
  transition: all 800ms cubic-bezier(0.545, 0, 0.02, 1.01);
}

#section1 .text2__01 {
  font-size: 28px;
  font-weight: 900;
  padding-left: 15px;
  margin-bottom: 1px;
}

@media screen and (max-width: 460px) {
  #section1 .text2__01 {
    padding-left: 0px;
  }
}

#section1 .text2__02 {
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1200px),
(max-height: 630px) {
  #section1 .text2__02 {
    font-size: 85px;
    line-height: 85px;
  }
}

#section1 .text2 ul {
  margin-top: 30px;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1px;
}

@media screen and (max-width: 650px) {
  #section1 .text2 ul {
    margin-top: 10px;
  }
}

#section1 .text2 ul li {
  background: url('../images/list_ico.png') no-repeat left 0px top 10px;
  padding-left: 10px;
}

@media screen and (max-width: 400px) {
  #section1 .text2 ul li {
    background: transparent;
    padding-left: 0px;
  }
}

@media screen and (max-height: 650px) {
  #section1 .text2 ul {
    margin-top: 10px;
  }
}

@media screen and (max-width: 940px) {
  #section1 .text2 {
    width: 200px;
  }
}

@media screen and (max-height: 800px) {
  #section1 .text2 {
    top: 50px;
  }
}

#section1.active .bottle1 {
  left: 25px;
}

@media screen and (max-width: 850px) {
  #section1.active .bottle1 {
    left: 5px;
  }
}

#section1.active .glass1 {
  left: 115px;
}

@media screen and (max-width: 850px) {
  #section1.active .glass1 {
    left: 40px;
  }
}

#section1.active .text1 {
  right: 15%;
}

@media screen and (max-width: 1080px) {
  #section1.active .text1 {
    right: 0px;
  }
}

#section1.active .bottle2 {
  left: 25px;
}

@media screen and (max-width: 850px) {
  #section1.active .bottle2 {
    left: 5px;
  }
}

#section1.active .glass2 {
  left: 135px;
}

@media screen and (max-width: 850px) {
  #section1.active .glass2 {
    left: 50px;
  }
}

#section1.active .text2 {
  right: 15%;
}

@media screen and (max-width: 1080px) {
  #section1.active .text2 {
    right: 0px;
  }
}

#section2 {
  background: #000;
  position: relative;
}

#section2 .text {
  float: left;
  position: absolute;
  left: -2000px;
  bottom: 150px;
  width: 40%;
  padding-top: 30px;
  min-width: 201px;
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -moz-transition: all 1000ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -ms-transition: all 1000ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -o-transition: all 1000ms cubic-bezier(0.545, 0, 0.02, 1.01);
  transition: all 1000ms cubic-bezier(0.545, 0, 0.02, 1.01);
}

#section2 .text__01 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 10px;
}

#section2 .text__02 {
  font-size: 65px;
  line-height: 65px;
  letter-spacing: 1px;
  font-family: 'Knockout', 'Open Sans', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  #section2 .text__02 {
    font-size: 50px;
    line-height: 50px;
  }
}

#section2 .text__03 {
  font-size: 15px;
  line-height: 28px;
  /*margin: 60px 0 50px;*/
  margin: 21px 0 50px;
}

#section2 .text__03 p {
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  #section2 .text__03 {
    margin: 30px 0px 20px;
  }
}

@media screen and (max-width: 450px) {
  #section2 .text__03 {
    line-height: 22px;
  }
}

@media screen and (max-height: 650px) {
  #section2 .text {
    margin-top: 50px;
  }
}

@media screen and (max-width: 700px),
(max-height: 540px) {
  #section2 .text {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  #section2 .text {
    margin-top: 0px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  #section2 .social {
    font-size: 23px;
  }
}

#section2 .social img {
  margin-right: 20px;
  position: relative;
  top: -3px;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

@media screen and (max-width: 600px) {
  #section2 .social img {
    max-width: 45px;
    display: block;
    margin: 0 auto 15px auto;
  }
}

#section2 .social a {
  color: #fff;
}

#section2 .social a:hover img {
  margin-right: 30px;
}

@media screen and (max-width: 600px) {
  #section2 .social a:hover img {
    margin-right: auto;
  }
}

#section2 .screen {
  float: right;
  position: absolute;
  right: 0px;
  bottom: 60px;
  height: 606px;
  width: 722px;
  padding: 3.4246% 5.3102% 28.3019% 4.7022%;
  box-sizing: border-box;
  background: url(../images/screen.png) no-repeat center bottom;
}

@media screen and (max-width: 1200px) {
  #section2 .screen {
    background-size: contain;
    width: 60%;
    background-position: center top;
  }
}

@media screen and (max-width: 1000px) {
  #section2 .screen {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  #section2 .screen {
    width: 80%;
  }
}

#section2 .screen .cover {
  position: relative;
  top: 0px;
  float: left;
  left: 0px;
  overflow: hidden;
}

#section2 .screen .cover:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  float: left;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 600;
  -webkit-transition: all 1200ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -moz-transition: all 1200ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -ms-transition: all 1200ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -o-transition: all 1200ms cubic-bezier(0.545, 0, 0.02, 1.01);
  transition: all 1200ms cubic-bezier(0.545, 0, 0.02, 1.01);
}

#section2 .screen .cover:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  float: left;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 600;
  -webkit-transition: all 1200ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -moz-transition: all 1200ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -ms-transition: all 1200ms cubic-bezier(0.545, 0, 0.02, 1.01);
  -o-transition: all 1200ms cubic-bezier(0.545, 0, 0.02, 1.01);
  transition: all 1200ms cubic-bezier(0.545, 0, 0.02, 1.01);
}

#section2 .screen__mobile {
  display: none;
}

@media screen and (max-height: 700px) {
  #section2 .screen {
    display: none;
  }
  #section2 .screen__mobile {
    display: block;
    float: right;
    height: 100%;
    width: 50%;
    padding-top: 50px;
    display: flex;
  }
  #section2 .screen__mobile img {
    max-height: 100%;
    align-self: flex-end;
  }
}

@media screen and (max-width: 700px) {
  #section2 .screen__mobile {
    width: 100%;
    padding: 50px 50px 0px 50px;
    float: left;
  }
}

#section2 .soutez {
  text-align: right;
  float: right;
  width: 80%;
  position: relative;
  right: 0px;
  top: calc(50% - 222px);
}

#section2 .soutez a {
  float: right;
}

@media screen and (max-width: 1380px) {
  #section2 .soutez {
    width: 50%;
  }
}

@media screen and (max-width: 700px),
(max-height: 540px) {
  #section2 .soutez {
    width: 100%;
    position: static;
    margin: 25px 0;
  }
  #section2 .soutez img {
    width: 100%;
  }
}

#section2 .soutez img {
  margin-right: -200px;
  width: inherit;
}

@media screen and (max-width: 1600px) {
  #section2 .soutez img {
    margin-right: -150px;
  }
}

@media screen and (max-width: 1500px) {

  #section2 .soutez img {
    margin-right: -100px;
  }
}

@media screen and (max-width: 1380px) {
  #section2 .soutez img {
    margin-right: 0px;
    width: auto;
  }
}

@media screen and (max-height: 650px) {
  #section2 .soutez {
    width: 50%;
  }
  #section2 .soutez img {
    margin-right: 0px;
    width: 100%;
  }
}

#section2.active .text {
  left: 0px;
  z-index: 150;
}

@media screen and (max-width: 1200px) {
  #section2.active .text {
    left: 30px;
  }
}

@media screen and (max-width: 700px) and (max-height: 600px) {
  #section2.active .screen {
    right: 10%;
    bottom: 0px;
  }
}

#section2.active .screen .cover:before {
  top: -110%;
}

#section2.active .screen .cover:after {
  bottom: -110%;
}

/*  FOOTER  */

#section3 {
  background-color: #000;
  position: relative;
}

#section3 .footer {
  height: 600px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1100px) {
  #section3 .footer {
    height: 400px;
  }
}


@media screen and (max-width: 850px) {
  #section3 .footer {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  #section3 .footer {
    height: auto;
    padding-bottom: 20px;
  }
}

#section3 .left {
  width: 35%;
  height: 100%;
  float: left;
  position: Relative;
}

#section3 .left .angel {
  position: relative;
  width: 1200px;
  height: 600px;
  float: left;
  background: #ede8d8;
  top: 200px;
  left: -500px;
  transform: rotate(45deg);
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  padding-top: 30px;
}

@media screen and (max-width: 1100px) {
  #section3 .left .angel {
    overflow: hidden;
  }
}

#section3 .left .angel:before {
  content: '';
  width: 150%;
  height: 30px;
  background: #fff;
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 51;
}

#section3 .left .angel img {
  transform: rotate(-45deg);
  top: -80px;
  left: 30px;
  position: relative;
  width: 651px;
}

#section3 .left .angel .button {
  float: left;
  position: absolute;
  top: -60px;
  left: calc(50% - 100px);
  background: #ede8d8;
  font-weight: bold;
  color: #0b0b0b;
  width: 200px;
  height: 60px;
  font-size: 24px;
  line-height: 57px;
  text-transform: uppercase;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  -webkit-box-shadow: inset 0px -30px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -30px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -30px 20px -20px rgba(0, 0, 0, 0.1);
  animation-name: pulse_animation2;
  -webkit-animation-name: pulse_animation2;
  animation-duration: 4000ms;
  -webkit-animation-duration: 4000ms;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  z-index: 50;
}

@media screen and (max-width: 1100px) {
  #section3 .left .angel .button {
    display: none;
  }
}

#section3 .left .angel:hover {
  top: 180px;
  left: -480px;
}

@media screen and (max-width: 1600px) {
  #section3 .left .angel {
    left: -600px;
    top: 250px;
  }
  #section3 .left .angel:hover {
    left: -580px;
    top: 230px;
  }
}

@media screen and (max-width: 1100px) {
  #section3 .left .angel {
    left: -630px;
    top: 200px;
    height: 400px;
    padding: 30px;
  }
  #section3 .left .angel:hover {
    left: -610px;
    top: 180px;
  }
  #section3 .left .angel img {
    width: 270px;
  }
}

@media screen and (max-width: 500px) {
  #section3 .left {
    display: none;
  }
}

#section3 .center {
  width: 30%;
  height: 100%;
  margin: 0 auto;
  position: Relative;
  padding: 50px 0;
}

#section3 .center div {
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}

#section3 .center .logo {
  margin: 20% 0;
}

@media screen and (max-width:850px) {
  #section3 .center {
    width: 90%;
  }
  #section3 .center .logo {
    margin: 25px 0;
  }
}


@media screen and (max-width: 500px) {
  #section3 .center .logo {
    margin: 20px 0 40px;
  }
}

#section3 .center .button__first {
  cursor: pointer;
}

#section3 .center .copyright {
  color: #fff;
}

#section3 .center .copyright__01 {
  font-size: 30px;
}

#section3 .center .copyright__02 {
  font-family: 'MyriadPro', 'Open Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
}

@media screen and (max-width: 500px) {
  #section3 .center {
    width: 100%;
    padding: 20px 0px 30px;
  }
}

#section3 .right {
  width: 35%;
  height: 100%;
  float: left;
  position: Relative;
}

#section3 .right .angel {
  position: relative;
  width: 1200px;
  height: 600px;
  float: right;
  background: #000000;
  top: 200px;
  right: -500px;
  transform: rotate(-45deg);
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  padding-top: 30px;
}

@media screen and (max-width: 1100px) {
  #section3 .right .angel {
    overflow: hidden;
  }
}

#section3 .right .angel:before {
  content: '';
  width: 150%;
  height: 30px;
  background: #fff;
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 51;
}

#section3 .right .angel img {
  transform: rotate(45deg);
  top: -76px;
  left: -30px;
  position: relative;
  width: 551px;
}

#section3 .right .angel .button {
  float: left;
  position: absolute;
  top: -60px;
  left: calc(50% - 115px);
  background: #fff;
  font-weight: bold;
  color: #000;
  width: 200px;
  height: 60px;
  font-size: 24px;
  line-height: 57px;
  text-transform: uppercase;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  -webkit-box-shadow: inset 0px -30px 20px -20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -30px 20px -20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -30px 20px -20px rgba(0, 0, 0, 0.1);
  animation-name: pulse_animation2;
  -webkit-animation-name: pulse_animation2;
  animation-duration: 4000ms;
  -webkit-animation-duration: 4000ms;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  z-index: 50;
}

@media screen and (max-width: 1100px) {
  #section3 .right .angel .button {
    display: none;
  }
}

#section3 .right .angel:hover {
  top: 180px;
  right: -480px;
}

@media screen and (max-width: 1600px) {
  #section3 .right .angel {
    right: -600px;
    top: 250px;
  }
  #section3 .right .angel:hover {
    right: -580px;
    top: 230px;
  }
}

@media screen and (max-width: 1100px) {
  #section3 .right .angel {
    right: -630px;
    top: 200px;
    height: 400px;
    padding: 30px;
  }
  #section3 .right .angel:hover {
    right: -610px;
    top: 180px;
  }
  #section3 .right .angel img {
    width: 240px;
  }
}

@media screen and (max-width: 500px) {
  #section3 .right {
    display: none;
  }
}

.button__next {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -130px;
  width: 280px;
  height: 54px;
  -webkit-backface-visibility: hidden;
  font-family: 'MyriadPro', 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 31px;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
  z-index: 650;
}

.button__next a {
  color: #fff;
}

.button__next a img {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.button__next a:hover img {
  margin-top: 8px;
}

.button__next div {
  position: relative;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 700px) {
  .button__next {
    display: none;
  }
}

@media screen and (max-height: 750px) {
  .button__next {
    bottom: 10px;
  }
}

@media screen and (max-height: 540px) {
  .button__next {
    display: none;
  }
}

.button__more {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #e57426;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 15px 25px 15px 28px;
  margin-top: 25px;
  display: inline-block;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.button__more:hover {
  color: #fff;
  background: #e57426;
  cursor: pointer;
}


.buttonsubmit {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #e57426;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 15px 25px 15px 28px;
  margin-top: 25px;
  display: inline-block;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.buttonsubmit:hover {
  color: #fff;
  background: #e57426;
  cursor: pointer;
}

.half {
  float: left;
  width: 50%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  overflow: hidden !important;
}

body.mobile {
  overflow: auto !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

body.mobile #fullpage {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.mobile .container {
  height: auto;
}

body.mobile #section0 {
  float: left;
  width: 100%;
  height: auto;

  position: relative;
  background-size: contain;
  background: #000;
}

body.mobile .video-js {
  position: relative;
  left: 0;
  top: 0%;
  transform: translateY(0%);
}


body .mobile #section0 .text {
  bottom: 0px !important;
}

body.mobile #section1 .text1 {
  position: relative !important;
  width: 100% !important;
  right: 0 !important;
  text-align: center;
}
body.mobile #section1 .logo {
  display:none;
}
body.mobile #section1 ol li {
  text-align:left;
}
body.mobile #section1 ol li:before {
  top:-5px;
}
body.mobile #section0 .half {

  float: left;
  width: 100%;
      left: 0!important;
}

body.mobile #section0 .half .glass {
  display: none;
}

body.mobile #section0 .half {
  float: left;
  position: relative;
  width: 100%!important;
  height: auto;
  padding-top: 80px;
  /*
  margin-bottom:50px;
  padding-bottom:500px;
  background-image: url(../images/bg_dziny_new.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center
  */
}

body.mobile #section0 .text {
  padding-top: 0px;
}

body.mobile #section0 .logo {
  padding-top: 0px;
}

body.mobile #section0 .bottle {
  left: 60%;
  position: relative;
  width: 150%;
  top: 100px;
}

@media screen and (max-height: 600px) {
  body.mobile #section0 .bottle {
    position: static;
    width: 300px;
    right: 0px;
  }
}

body.mobile #section0 .text__02 span {
  display:block;
}
body.mobile #section0 .text__03 {
  margin-top:35px;
}
body.mobile #section0 .glass {
  left: 30px;
  position: relative;
}

body.mobile #section1 {
  background: transparent;
  float: left;
  width: 100%;
}

body.mobile #section1 .container {
    padding: 0 20px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

body.mobile #section1 .half {
  width: 100%;
  height: auto;
}

body.mobile .form-check-input {
  position: relative;
}

body.mobile .form-check {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width:450px) {
  body.mobile .form-check {
    width: 100%;
  }
  body.mobile #contestform .form-check input {
    margin-bottom: inherit;
  }
}

body.mobile #section1 .half:nth-child(1) {
  background-image: url('../images/bg3_new.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px 20px 50px 20px;
}

body.mobile #section1 .half {
   background-image: url('../images/bg3_new.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px 20px 50px 20px;
}

body.mobile #section1 .bottle1 {
  left: 20px;
  width: 50%;
  position: static;
  padding-left: 50px;
}

body.mobile #section1 .button__more {
  display: none;
}

body.mobile #section0 .button__more {
  display: none;
}

@media screen and (max-width: 400px) {
  body.mobile #section1 .bottle1__mobile {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  body.mobile #section1 .bottle1 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 450px) {
  body.mobile #section1 .bottle1 {
    width: 40%;
  }
}

@media screen and (max-width: 400px) {
  body.mobile #section1 .bottle1 {
    display: none;
  }
}

body.mobile #section1 .text1 {
  right: 20px;
  width: 50%;
  position: static;
  transform: translateY(0%);
}

@media screen and (max-width: 400px) {
  body.mobile #section1 .text1 {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 460px) {
  body.mobile #section1 .text1__02 {
    font-size: 60px;
    line-height: 60px;
  }
}

body.mobile #section1 .glass1 {
  left: 100px;
  width: 40%;
  position: absolute;
  bottom: 0px;
}

@media screen and (max-width: 600px) {
  body.mobile #section1 .glass1 {
    left: 50px;
    width: 60%;
  }
}

@media screen and (max-width: 450px) {
  body.mobile #section1 .glass1 {
    width: 40%;
  }
}

@media screen and (max-width: 400px) {
  body.mobile #section1 .glass1 {
    display: none;
  }
}

body.mobile #section1 .bottle2 {
  left: 20px;
  width: 50%;
  position: static;
  padding-left: 50px;
}

@media screen and (max-width: 600px) {
  body.mobile #section1 .bottle2 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 450px) {
  body.mobile #section1 .bottle2 {
    width: 40%;
  }
}

@media screen and (max-width: 400px) {
  body.mobile #section1 .bottle2 {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  body.mobile #section1 .bottle2__mobile {
    display: block;
  }
}

body.mobile #section1 .text2 {
  right: 20px;
  width: 50%;
  position: static;
}

@media screen and (max-width: 400px) {
  body.mobile #section1 .text2 {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 460px) {
  body.mobile #section1 .text2__02 {
    font-size: 60px;
    line-height: 60px;
  }
}

body.mobile #section1 .glass2 {
  left: 100px;
  width: 40%;
  position: absolute;
  bottom: 0px;
}

@media screen and (max-width: 600px) {
  body.mobile #section1 .glass2 {
    left: 50px;
    width: 60%;
  }
}

@media screen and (max-width: 450px) {
  body.mobile #section1 .glass2 {
    width: 40%;
    left: 0px;
  }
}

@media screen and (max-width: 400px) {
  body.mobile #section1 .glass2 {
    display: none;
  }
}

body.mobile #section2 {
  float: left;
  width: 100%; 
}

body.mobile #section2 .text {
  position: static;
}

body.mobile #section2 .screen {
  display: none;
}

body.mobile #section2 .screen .cover {
  display: none;
}

body.mobile #section2 .screen__mobile {
  display: block;
}
@media(max-width: 700px) {
  body.mobile #section2 .soutez {
    width: 100%;
    text-align: center;
    z-index: 100;
    top: 71px;
    position: relative;
    height: auto;
    margin-bottom: 100px;
        margin-top: 106px;
  }
}

@media(min-width: 700px) and (min-height:600px) {
  body.mobile #section2 .container {
    height: auto;
    margin-bottom: 100px;
  }
}
body.mobile #section2 .soutez img {
  width: auto;
  max-width: 100%;
}
@media(max-width: 980px) {
  body.mobile #section2 .soutez  {
    top: 213px;
  }
}

body.mobile #section3 {
  clear: both;
  padding: 0 20px;
}

body.mobile #section3 .footer {
  overflow: hidden;
}

body.mobile .button__next {
  display: none;
}

/***** //LAYOUT *****/

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

table.table-default {
  margin: 0;
  padding: 0;
  width: 100%;
  border-spacing: 0px;
  overflow: hidden;
}

table.table-default > thead th {
  background: #77b82a;
  padding: 15px 20px;
  color: #fff;
  text-align: left;
}

table.table-default > thead th table {
  width: 100%;
}

table.table-default > thead th table tr:last-child td {
  text-align: center;
}

table.table-default > thead th table tr:last-child td:first-child {
  text-align: left;
}

table.table-default > thead th table tr:last-child td:last-child {
  text-align: right;
}

table.table-default > tbody td {
  padding: 12px 20px;
  background: #f8f8f8;
}

table.table-default > tbody td a {
  text-decoration: underline;
}

table.table-default > tbody tr:nth-child(odd) td {
  background: #fff;
}

.pagination {
  width: 100%;
  float: left;
  padding: 15px 3px;
  margin-bottom: 10px;
}

.pagination__numbers {
  float: left;
  line-height: 40px;
}

.pagination__numbers span,
.pagination__numbers a {
  margin: 0px 10px 0 0;
  font-size: 14px;
  padding: 2px 1px 0px 1px;
}

.pagination__numbers span {
  font-weight: 600;
}

.pagination__numbers a {
  border-bottom: 2px solid #cde1bc;
}

.pagination__numbers a:hover {
  border-bottom: 2px solid #666;
  color: #666;
}

.pagination__buttons {
  float: right;
  text-align: right;
}

.pagination__buttons .btn {
  display: inline-block;
  height: 43px;
  margin: 0px 10px 0 0;
}

.pagination__buttons .btn--arrowLeft {
  position: relative;
  padding: 10px 38px 10px 25px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: 30px;
}

.pagination__buttons .btn--arrowLeft:after {
  left: -24px;
  content: '';
  position: absolute;
  width: 24px;
  height: 43px;
  background: transparent url('../images/sprites.png') no-repeat -94px 0px;
  top: 0;
}

.pagination__buttons .btn--arrowLeft:hover {
  background: #6aa427;
}

.pagination__buttons .btn--arrowLeft:hover:after {
  background-position: -118px 0;
}

.pagination__buttons .btn--arrowRight {
  position: relative;
  padding: 10px 25px 10px 38px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 30px;
}

.pagination__buttons .btn--arrowRight:after {
  right: -24px;
  content: '';
  position: absolute;
  width: 24px;
  height: 43px;
  background: transparent url('../images/sprites.png') no-repeat -94px -43px;
  top: 0;
}

.pagination__buttons .btn--arrowRight:hover {
  background: #6aa427;
}

.pagination__buttons .btn--arrowRight:hover:after {
  background-position: -118px -43px;
}

.pagination__buttons--left {
  float: left;
  text-align: left;
}

.pagination--center {
  min-height: 50px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .pagination--center {
    min-height: 90px;
  }
}

.pagination--center .pagination__buttons {
  float: none;
  width: 310px;
  position: absolute;
  top: 0px;
  z-index: 500;
}

@media screen and (max-width: 1280px) {
  .pagination--center .pagination__buttons {
    width: 150px;
  }
}

@media screen and (max-width: 780px) {
  .pagination--center .pagination__buttons {
    position: relative;
    width: 100%;
  }
}

.pagination--center .pagination__buttons .btn {
  margin-bottom: 10px;
}

.pagination--center .pagination__buttons.left {
  float: left;
  left: 0px;
  text-align: left;
}

@media screen and (max-width: 400px) {
  .pagination--center .pagination__buttons.left {
    text-align: center;
  }
}

.pagination--center .pagination__buttons.right {
  float: right;
  right: 0px;
  text-align: right;
}

@media screen and (max-width: 400px) {
  .pagination--center .pagination__buttons.right {
    text-align: center;
  }
}

.pagination--center .pagination__numbers {
  width: 100%;
  z-index: 400;
  padding: 0px 330px;
  position: relative;
  text-align: center;
  line-height: 1.2em;
}

@media screen and (max-width: 1280px) {
  .pagination--center .pagination__numbers {
    padding: 0px 190px;
  }
}

@media screen and (max-width: 780px) {
  .pagination--center .pagination__numbers {
    position: relative;
    width: 100%;
    padding: 30px 0;
  }
}

@media screen and (max-width: 980px) {
  .pagination__numbers a,
  .pagination__numbers span {
    font-size: 17px;
  }
}

@media screen and (max-width: 780px) {
  .pagination__numbers {
    width: 100%;
    text-align: center;
  }
  .pagination__buttons {
    width: 100%;
    float: left;
    text-align: center;
  }
  .pagination__buttons .btn {
    float: none;
    margin-top: 15px;
  }
  .pagination__buttons .btn--custom {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 650px) {
  .pagination.mobile-full {
    padding: 5px 20px;
  }
  .pagination.mobile-full .btn {
    width: 100%;
    margin: 5px 0;
  }
}

@media screen and (max-width: 500px) {
  .pagination__buttons {
    margin-top: 10px;
  }
  .pagination__buttons .btn {
    margin: 5px 10px;
    padding: 10px 20px;
    border-radius: 30px;
    width: auto;
  }
  .pagination__buttons .btn:after {
    display: none;
  }
}

.pagePreloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #000;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagePreloader__logo {
  align-content: center;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagePreloader__logo img {
  margin: 0 auto;
}

.agegate {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.98);
  color: #000;
}

@media screen and (max-width: 600px) {
  .agegate {
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
  }
}

.agegate h2 {
  margin: 45px 5px;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}

.agegate form {
  padding: 0 20px 5px;
  border-radius: 4px;
}

.agegate input,
.agegate textarea,
.agegate select {
  padding: 15px;
  color: #000;
}

@media screen and (max-width: 600px) {
  .agegate input,
  .agegate textarea,
  .agegate select {
    width: 100%;
    margin: 5px 0;
  }
}

.agegate ::-webkit-input-placeholder {
  color: #000;
}

.agegate :-moz-placeholder {
  color: #000;
  opacity: 1;
}

.agegate ::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.agegate :-ms-input-placeholder {
  color: #000;
}

.agegate ::-ms-input-placeholder {
  color: #000;
}

.agegate select {
  width: 323px;
  text-align: left;
  border: 0px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .agegate select {
    width: 100%;
    margin: 5px 0;
  }
}

.agegate input[type=number] {
  text-align: center;
  width: 105px;
  text-transform: uppercase;
  border: 0px;
  display: inline-block;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .agegate input[type=number] {
    width: 100%;
    margin: 5px 0;
  }
}

.agegate .checkbox {
  display: none;
}

.agegate .button-container button {
  padding: 15px;
  color: #fff;
  margin: 5px 0;
  cursor: pointer;
  background: #e57426;
  display: inline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
  font-weight: Bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  outline: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.agegate .button-container button:hover {
  color: #000;
}

.agegate__item {
  margin: 20px 0;
  text-align: center;
  max-width: 750px;
}

.agegate__item img {
  margin: 25px 0;
}

.agegate .terms {
  border-top: 1px solid #676565;
  border-bottom: 1px solid #676565;
  padding: 15px 0;
  font-size: 13px;
  color: #fff;
  margin-bottom: 2px;
}

.agegate .pijsrozumem {
  border-top: 1px solid #676565;
  border-bottom: 1px solid #676565;
  padding: 15px 0;
  font-size: 13px;
  color: #fff;
  position: relative;
  clear:both;
  float: left;
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 2px;
}

.agegate .pijsrozumem img {
  float: right;
  margin: 0px 0px 15px 15px;
}

.agegate input::-webkit-outer-spin-button,
.agegate input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/***** RESPONSIVE *****/

/***** //RESPONSIVE *****/

.agegate {
  overflow: inherit;
  height: 100vh;
}

html {
  overflow: hidden;
}

html.mobile {
  overflow: inherit;
}

#fullpage {
  display: none;
}

#fullpage--menu {
  position: fixed;
  top: 0px;
  right: 0px;
  float: right;
  z-index: 650;

  padding: 35px 50px;
  width: 100%;
  text-align: right;
  background: #000000;
}

#fullpage--menu ul {
  margin: 0;
  padding: 0;
}

#fullpage--menu ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  margin: 0 0 0 25px;
  font-size: 18px;
}

#fullpage--menu ul li a {
  color: #fff;
}

@media screen and (max-width: 900px) {
  #fullpage--menu {
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 20px 10px;
    background: #000;
  }
  #fullpage--menu ul {
    margin: 0 auto;
    text-align: center;
  }
  #fullpage--menu ul li {
    margin: 0 8px 10px;
  }
}

@media screen and (max-width: 600px) {
  .agegate input,
  .agegate select {
    float: left;
    position: relative;
  }
  .agegate__item {
    float: left;
    width: 100%;
  }
  html {
    overflow: hidden;
  }
  .agegate {
    position: absolute;
  }
  #fullpage {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .trackBtn1 {
    display: none;
  }
}

.hidden {
  display: none;
}

.video-js {
  position: absolute;
  left: 0;
  top: 50%;
  background: transparent !important;
  transform: translateY(-50%);
}

.vjs-poster {
  background: transparent !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  line-height: 20px;
}

.form-check-input {
  position: absolute;
  margin-top: 0.5rem;
  margin-left: -1.25rem;
  width: auto;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
  font-size: 15px !important;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

#contestform input {
  margin-bottom: 15px;
}

#contestform input#code {
  border: 2px solid #fff;
}

.video-js .vjs-big-play-button {
  background: #fff;
  border-width: 0px;
  color: #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;

  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.video-js:hover .vjs-big-play-button {
  background: #000;
  color: #fff;
}

.video-js:hover {
  cursor: pointer;
}

.video-js .vjs-big-play-button:hover {
  background: #000;
  color: #fff;
}

.video-js .vjs-slider {
  background-color: rgba(255, 255, 255, .5);
}

.video-js .vjs-control-bar {
  background-color: #000;
}

.form-errors {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  height: 20px;
}

.form-errors ul {
  display: block;
}

.form-errors ul li {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 15px;
}

.form-errors ul li:first-child {
  color: #e57426;
}

.form-errors.send {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  height: 20px;
  float: left;
  width: 110%;
  position: absolute;
  top: 0px;
  left: -5%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.95);
  border: 1px solid #fff;
  padding: 25px;
}

input {
  width: 100%;
}

#section1 .half {
  z-index: 50;
  position: relative;
}

#section1 .logo {
  width: 120%;
  margin-left: -10%;
  float: left;
  position: relative;
  clear: both;
}

#section1 .newImg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
@media screen and (max-width:991px) {
  #section1 .half {
    width:60%;
  }
  #section1 .half.newImg {
     width:40%;
  }
}

@media screen and (max-width:900px) {
  #section1 .text1 {
    width:90%;
  }
}
#section1 ol {
  float: left;
  width: 100%;
}

#section1 .logoBg {
  width: 75vw;
  transform: rotate(-45deg);
  opacity: 0.10;
  position: absolute;
  left: -140px;
  bottom: 90px;
  float: left;
  text-align: right;
  height: 100%;
  display: flex;
  overflow: hidden;
  z-index: 20;
}

#section3 .center .copyright__01 a {
  color: #fff;
  font-family: 'Knockout';
  font-size: 30px;
}



.copyright .copyright__01 a {
  text-transform: uppercase;
}

.copyright ul {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.copyright ul li {
  display: inline;
  font-size: 15px;
  list-style-type: none;
  padding: 0px 5px;
}

.copyright ul li a {
  color: #fff;
}

@media screen and (max-width:1100px) and (min-width:850px) {
  .copyright {
    width: 140%!important;
    position: relative;
    left: -20%;
    padding-bottom: 100px;
  }
  #section3 .center div {
    margin-bottom: 15px;
  }
}

#section2 .soutez img{
    transform: scale(1.4);
    margin-right: -25%;
}

#section1 .half.newImg img{
    transform: scale(1.3);
    margin-left: -27%;
}
@media(max-width: 1550px) {
  #section1 .half.newImg img{
   margin-left: -4%;
    transform: scale(1.1);
  }
}
@media(max-width: 700px) {
  #section1 .half.newImg img{
    margin-left:0;
  }
}
@media(min-width: 1200px) and (max-width: 1310px) {
#section1 .half{
   width: 47%;
}
}
@media(max-width: 1600px){
  #section0 {
    background-size: 97%;
      background-position: -80% 41%;
      height: 1117px;
  }
}

#section2 .text {
    left: 0px;
    z-index: 150;
    bottom: 0;
    /*top: 0;*/
    top: -166px;
    margin: auto;
    height: 500px;
}

.mobile-show {
  display: none!important;
}


@media(max-width: 900px){
  .mobile-hide {
    display: none!important;
  }
  .mobile-show {
    display: block!important;
  }
}

@media(max-width: 700px){
  #section2 .soutez img {
    margin-right: -48%;
    margin-top: 30%;
    margin-bottom: 36%;
  }
}

@media(max-width: 600px){
  #section2 .soutez img {
    margin-right: -48%;
    margin-top: 40%;
    margin-bottom: 24%;
  }
}

@media(max-width: 500px){
  #section2 .soutez img {
    margin-right: -48%;
    margin-top: 48%;
    margin-bottom: 36%;
  }
}

.cookie-bar {
  position: fixed;
  padding: 16px 50px;
  z-index: 1365;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #000;
  color: #fff;
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  transition-property: bottom;
}
.cookie-bar.hide {
  bottom: -100%;
}
.cookie-bar p {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.cookie-bar a {
  color: #d7691b;
}
.cookie-bar .form {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .cookie-bar .form {
    display: block;
  }
}
.cookie-bar button {
  color: #fdfeff;
  background-color: #d7691b;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  width: auto;
  padding: 16px 16px;
  border: none;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: background-color;
  vertical-align: middle;
  margin-left: 20px;
}
.cookie-bar button:hover {
  background-color: #d7691b;
}
@media screen and (max-width: 1200px) {
  .cookie-bar button {
    margin-left: 0px;
  }
}


.radio-select {
  width: 10%;
}


