@charset "UTF-8";
/**
* |
* | RESET
* |
**/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.justify {
  text-align: justify; }

.hidden-sm {
  display: none; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 33.75em) {
    .container {
      width: 80%; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.33333%; }

.col-2-sm {
  width: 12.66667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.33333%; }

.col-5-sm {
  width: 37.66667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.33333%; }

.col-8-sm {
  width: 62.66667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.33333%; }

.col-11-sm {
  width: 87.66667%; }

.col-12-sm {
  width: 96%; }

#scrolldown{
  background-color:#D1D1D1;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.cookie-message .cookiebar-close {
  background: #11A35B;
  padding: 0.5rem 1rem;
  border: 2px solid #11A35B;
  color: white;
  letter-spacing: 1px;
  transition: all .3s;
  display: inline-block;
  font-size: 15px;
  margin-left: 1rem;
  background-color: #8E8E8E;
  cursor: pointer;

}

.cookie-message {
  width: 100%;
  background-color: #11A35B;
  position: absolute;
  height: 4rem;
  font-size: 0.75rem;
  bottom: 0;
  padding-top: 28px;
}

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.33333%; }
  .col-2 {
    width: 12.66667%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.33333%; }
  .col-5 {
    width: 37.66667%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.33333%; }
  .col-8 {
    width: 62.66667%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.33333%; }
  .col-11 {
    width: 87.66667%; }
  .col-12 {
    width: 96%; }
  .hidden-sm {
    display: block; } }



@font-face {
  font-family: 'Arrow';
  src: url(../fonts/Arrows.otf); }

/**
* |
* | GLOBAL COLOR VARIABLES
* |
* |
**/
/**
* | MEDIA QUERIES
* |
**/
/**
* |
* | GLOBAL
* |
* |
**/
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.danger{
  color: red;
}

.success{
  color: forestgreen;
}

body {
  -webkit-overflow-scrolling: touch;
  line-height: 1;
  overflow-x: hidden;
  overflow-y: auto; }

::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: 0; }

* {
  -webkit-tap-highlight-color: transparent;
  outline: 0; }

body, html {
  height: 100%; }

body {
  background-color: white;
  font-family: "Times New Roman", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff; }

.navbar {
  position: relative;
  background-image: url(../img/header_bg.png);
  min-height: 55px;
  z-index: 2000;
  padding: 0rem 1rem; }
  .navbar .container {
    min-height: 165px; }
  .navbar:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;}
  .navbar a[role="menuitem"] {
    line-height: 80px;
    text-transform: uppercase;
    text-decoration: none;
    padding: .5rem 1rem;
    font-size: .8em;
    font-weight: normal;
    color: #8b8b8b;
    letter-spacing: 1px;
    font-family: "StagBolder";
    border-right: 1px solid #6b6b6b;
    transition: all .3s ease-in; }
    .navbar a[role="menuitem"]:last-child {
      border: none; }
    .navbar a[role="menuitem"].active, .navbar a[role="menuitem"]:hover, .navbar a[role="menuitem"]:focus {
      color: white; }

.navbar__right, .navbar__left {
  display: inline-block; }

.navbar__right {
  float: right; }

.navbar__left {
  float: left; }

.navbar__logo {
  position: relative; }
  .navbar__logo > img {
    max-height: 55px;
    position: absolute;
    top: 6.5rem;
    left: 0; }
  .navbar__logo.mobile {
    display: block;
    z-index: 99;
    text-align: center;
    position: absolute;
    top: 1rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 15rem; }

.mobile-toggler {
  display: none;
  visibility: hidden;
  color: white;
  position: absolute;
  right: 0rem;
  line-height: 45px;
  padding: .5rem;
  z-index: 101; }

.mobile__nav {
  background: #ebebeb;
  height: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease-in; }
  .mobile__nav li {
    border-bottom: 1px solid #ccc; }
  .mobile__nav a {
    line-height: 40px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: .5rem 1rem;
    font-size: .75em;
    font-weight: normal;
    color: #3c3e3b;
    letter-spacing: 1px;
    font-family: "StagBolder"; }
  .mobile__nav.open {
    height: 280px;
    max-height: 500px;
    display: block; }

@media only screen and (max-width: 992px) {
  .mobile-toggler {
    display: block;
    visibility: visible; }
  .navbar {
    min-height: 40px; }
    .navbar a[role="menuitem"] {
      display: block;
      line-height: 40px;
      padding: .5rem;
      font-size: .75rem; }
  .navbar__right,
  .navbar__left {
    display: none; }
  .navbar__logo {
    height: 100%; }
    .navbar__logo > img {
      top: 5px;
      max-height: 70px;
      left: 50px; } }

/***
STEP
**/
.step {
  padding: .5rem 0;
  height: 100%; }
  .step .step__img {
    position: relative;
    display: table-cell;
    vertical-align: middle; }
    .step .step__img img {
      vertical-align: middle;
      max-height: 80px;
      max-width: 80px;
      margin-right: 20px; }
  .step .step__content {
    display: table-cell;
    vertical-align: middle; }
    .step .step__content h1 {
      text-transform: uppercase;
      font-family: "StagBolder";
      letter-spacing: 1px;
      font-size: .75em; }
    .step .step__content p {
      font-size: .6em; }

@media only screen and (max-width: 992px) {
  .step__container div:not(:last-child) .step {
    border-right: none;
    border-bottom: 1px solid white; } }

.owl-carousel .owl-item > img {
  max-width: 100%;
  width: 1920px; }

.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  left: 0;
  bottom: -2rem;
  right: 0; }

.owl-theme .owl-dots .owl-dot span {
  background: white; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  box-shadow: 0px 0px 0px 3px #0062c3;
  background: white; }

.video-js {
  z-index: 100; }

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 10em; }

.video-js .vjs-controls-disabled .vjs-big-play-button {
  display: none !important; }

.video-js .vjs-control {
  width: 3em; }

.video-js .vjs-menu-button-inline:before {
  width: 1.5em; }

.vjs-menu-button-inline .vjs-menu {
  left: 3em; }

.vjs-paused.vjs-has-started.video-js .vjs-big-play-button, .video-js.vjs-ended .vjs-big-play-button, .video-js.vjs-paused .vjs-big-play-button {
  display: block; }

.video-js .vjs-load-progress div, .vjs-seeking .vjs-big-play-button, .vjs-waiting .vjs-big-play-button {
  display: none !important; }

.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after {
  padding: 0 .4em .3em; }

.video-js.vjs-ended .vjs-loading-spinner {
  display: none; }

.video-js.vjs-ended .vjs-big-play-button {
  display: block !important; }

.video-js *, .video-js:after, .video-js:before {
  box-sizing: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit; }

.video-js.vjs-fullscreen, .video-js.vjs-fullscreen .vjs-tech {
  width: 100% !important;
  height: 100% !important; }

.video-js {
  font-size: 14px;
  overflow: hidden; }

.video-js .vjs-control {
  color: inherit; }

.video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 8.35em; }

.video-js .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content {
  height: 3em;
  width: 6.35em; }

.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff,0 0 1em #fff,0 0 1em #fff; }

.video-js .vjs-spacer, .video-js .vjs-time-control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.video-js .vjs-time-control {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto; }

.video-js .vjs-time-control.vjs-time-divider {
  width: 14px; }

.video-js .vjs-time-control.vjs-time-divider div {
  width: 100%;
  text-align: center; }

.video-js .vjs-time-control.vjs-current-time {
  margin-left: 1em; }

.video-js .vjs-time-control .vjs-current-time-display, .video-js .vjs-time-control .vjs-duration-display {
  width: 100%; }

.video-js .vjs-time-control .vjs-current-time-display {
  text-align: right; }

.video-js .vjs-time-control .vjs-duration-display {
  text-align: left; }

.video-js .vjs-play-progress:before, .video-js .vjs-progress-control .vjs-play-progress:before, .video-js .vjs-remaining-time, .video-js .vjs-volume-level:after, .video-js .vjs-volume-level:before, .video-js.vjs-live .vjs-time-control.vjs-current-time, .video-js.vjs-live .vjs-time-control.vjs-duration, .video-js.vjs-live .vjs-time-control.vjs-time-divider, .video-js.vjs-no-flex .vjs-time-control.vjs-remaining-time {
  display: none; }

.video-js.vjs-no-flex .vjs-time-control {
  display: table-cell;
  width: 4em; }

.video-js .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: .5em;
  top: -.5em; }

.video-js .vjs-progress-control .vjs-load-progress, .video-js .vjs-progress-control .vjs-play-progress, .video-js .vjs-progress-control .vjs-progress-holder {
  height: 100%; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0; }

.video-js .vjs-progress-control:hover {
  height: 1.5em;
  top: -1.5em; }

.video-js .vjs-control-bar {
  -webkit-transition: -webkit-transform .1s ease 0s;
  -moz-transition: -moz-transform .1s ease 0s;
  -ms-transition: -ms-transform .1s ease 0s;
  -o-transition: -o-transform .1s ease 0s;
  transition: transform .1s ease 0s; }

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar, .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
  visibility: visible;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(3em);
  -moz-transform: translateY(3em);
  -ms-transform: translateY(3em);
  -o-transform: translateY(3em);
  transform: translateY(3em);
  -webkit-transition: -webkit-transform 1s ease 0s;
  -moz-transition: -moz-transform 1s ease 0s;
  -ms-transition: -ms-transform 1s ease 0s;
  -o-transition: -o-transform 1s ease 0s;
  transition: transform 1s ease 0s; }

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control, .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
  height: .25em;
  top: -.25em;
  pointer-events: none;
  -webkit-transition: height 1s,top 1s;
  -moz-transition: height 1s,top 1s;
  -ms-transition: height 1s,top 1s;
  -o-transition: height 1s,top 1s;
  transition: height 1s,top 1s; }

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control, .video-js.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control {
  opacity: 0;
  -webkit-transition: opacity 1s ease 1s;
  -moz-transition: opacity 1s ease 1s;
  -ms-transition: opacity 1s ease 1s;
  -o-transition: opacity 1s ease 1s;
  transition: opacity 1s ease 1s; }

.video-js.vjs-live .vjs-live-control {
  margin-left: 1em; }

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1em;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: none;
  border-radius: 50%;
  font-size: 3.5em;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  -webkit-transition: border-color .4s,outline .4s,background-color .4s;
  -moz-transition: border-color .4s,outline .4s,background-color .4s;
  -ms-transition: border-color .4s,outline .4s,background-color .4s;
  -o-transition: border-color .4s,outline .4s,background-color .4s;
  transition: border-color .4s,outline .4s,background-color .4s; }

.video-js .vjs-menu-button-popup .vjs-menu {
  left: -3em; }

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: transparent;
  width: 12em;
  left: -1.5em;
  padding-bottom: .5em; }

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item, .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
  background-color: #151b17;
  margin: .3em 0;
  padding: .5em;
  border-radius: .3em; }

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
  background-color: #2483d5; }

.video-js .vjs-big-play-button {
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 6em;
  border-radius: 50%;
  height: 2em !important;
  line-height: 2em !important;
  margin-top: -1em !important; }

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus, .video-js .vjs-big-play-button:active {
  background-color: rgba(255, 255, 255, 0.23); }

.video-js .vjs-loading-spinner {
  border-color: rgba(255, 255, 255, 0.7); }

.video-js .vjs-control-bar2 {
  background-color: #fcfcfc; }

.video-js .vjs-control-bar {
  background-color: rgba(252, 252, 252, 0.19) !important;
  color: #ffffff;
  font-size: 16px; }

.video-js .vjs-play-progress, .video-js .vjs-volume-level {
  background-color: #cccccc; }

.icon {
  font: normal normal normal 30px/1 "Arrow";
  color: #0062c3;
  display: inline-block; }
  .icon.icon__arrow_right:before {
    content: 'I'; }
  .icon.icon--hidden {
    display: none;
    visibility: hidden; }
  .icon.icon--translate_left {
    transform: translateX(-20px); }




.button {
  text-decoration: none;
  position: relative;
  color: white;
  display: inline-block;
  padding: 20px 0;
  width: 12rem;
  outline: none;
  margin-bottom: 0;
  border-radius: 2px;
  cursor: pointer;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  transition: all 300ms ease-out; }
  .button:after {
    content: '';
    display: block;
    position: absolute;
    width: 70%;
    height: 5px;
    transition: all 300ms ease-out;
    background: linear-gradient(90deg, #0062c3, #004389); }
  .button .icon {
    position: absolute;
    top: 20%;
    left: 0;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 300ms ease-in; }
  .button span {
    transition: all 300ms ease-out; }
.button button {
  transition: all 300ms ease-out; }
  .button:hover:after {
    width: 80%; }
  .button:hover .icon {
    opacity: 1;
    left: 0px;
    transform: translateX(0%); }
  .button:hover span {
    padding-left: 2rem; }
.button:hover button {
  padding-left: 2rem; }

#trimite:after{
  height:10px!important;
}

.droplets {
  overflow: hidden; }
  .droplets .droplet {
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    height: 40px;
    width: 30px;
    max-height: 50px;
    background-size: cover;
    background-image: url("../img/picatura.png");
    padding: 10px;
    opacity: 0; }

.circle {
  box-shadow: inset 0 0 0 7px #0062c3;
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
  text-align: center;
  text-transform: none;
  line-height: 1.5rem;
  text-shadow: 2px 2px #000;
  font-family: "Times New Roman";
  letter-spacing: 1px;
  font-size: 1.15rem;
  transition: all .15s ease-in-out;
  cursor: pointer;
  z-index: 100;
  overflow: hidden;
  -webkit-font-smoothing: antialiased; }
  .circle .supracontent, .circle .overcontent {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    transition: all .3s ease-in; }
    .circle .supracontent p, .circle .overcontent p {
      display: table-cell;
      vertical-align: middle; }
  .circle .overcontent > p {
    font-size: .65rem;
    padding: .85rem;
    line-height: 1.2; }
  .circle:hover {
    box-shadow: inset 0 0 0 100px #0062c3;
    animation-play-state: paused; }
    .circle:hover .supracontent.s--translate {
      opacity: 0;
      transform: translateY(-100%); }
    .circle:hover .overcontent.s--translate {
      transform: translateY(-100%); }
  .circle span {
    margin: 0 .75rem;
    display: block;
    position: relative; }

.circle--2x {
  height: 12rem;
  width: 12rem; }

.circle--1-5x {
  height: 8rem;
  width: 8rem; }

.circle--small-text {
  font-size: .9em; }

.circle--anim-1 {
  animation: shake 12s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.circle--anim-2 {
  animation: shake2 9s cubic-bezier(0.36, 0.07, 0.16, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 2px, 0); }
  20%, 80% {
    transform: translate3d(2px, 3px, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 5px, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

@keyframes shake2 {
  10%, 90% {
    transform: translate3d(4px, 0px, 0); }
  20%, 80% {
    transform: translate3d(-4px, 5px, 0); }
  30%, 50%, 70% {
    transform: translate3d(2px, 3px, 0); }
  40%, 60% {
    transform: translate3d(-1px, 2px, 0); } }

@media only screen and (max-width: 600px) {
  .circle {
    display: none !important;
    height: 6rem;
    width: 6rem;
    font-size: .8rem; }
  .infolist {
    z-index: 1333;
    margin-top: 20px; }
    .infolist ul li {
      padding: .75rem;
      border: 1px solid #0062c3; }
    .infolist p {
      font-size: .75rem;
      letter-spacing: 1px;
      text-align: center; }
  .circle--2x {
    height: 9rem;
    width: 9rem; }
  .circle--1-5x {
    height: 6rem;
    width: 6rem; } }

@media only screen and (min-width: 601px) {
  .infolist {
    display: none !important; } }

.product__wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1400;
  transition: all 1s ease-in; }
  .product__wrapper.inactive {
    height: 100%;
    opacity: 0;
    animation: up-anim 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    backface-visibility: hidden;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    transform: translate3d(-3000px, 0, 0); }
    .product__wrapper.inactive .circle {
      display: none; }
  .product__wrapper .sku {
    position: absolute;
    z-index: 99;
    bottom: -250px;
    left: 0;
    right: 0;
    display: block;
    max-width: 200px;
    margin: 0 auto; }
    .product__wrapper .sku img {
      width: 500px;
      max-width: 100%;
      position: relative; }

@media only screen and (min-width: 1300px) {
  .product__wrapper .sku {
    max-width: 300px; } }

.product__description dt, .product__description dd {
  padding: .25rem 0;
  font-size: .85rem; }

.product__description dt {
  text-transform: uppercase;
  color: #c09666;
  font-family: "StagBolder"; }

.product__description dd.border {
  border-bottom: 1px solid #555954; }

@keyframes up-anim {
  10% {
    transform: translate3d(0px, 0px, 0); }
  50% {
    transform: translate3d(0x, -700px, 0); }
  70% {
    transform: translate3d(0px, -1400px, 0); }
  100% {
    transform: translate3d(-3000px, 0, 0); } }

@media only screen and (max-width: 600px) {
  #special--wrapper {
    padding: 1rem 0 14rem 0; }
  .product__wrapper .sku {
    bottom: -370px; }
    .product__wrapper .sku img {
      left: 0; }
  .product__description {
    background: #555954;
    padding: .5rem;
    font-size: 12px; }
    .product__description dd.border {
      border-bottom: 1px solid white; }
  .product-info .active {
    display: block; }
  .product-info .inactive {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .product__wrapper {
    min-height: 500px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .content {
    padding: 4rem 0rem !important; }
  .wrapper {
    padding: 10% 0 !important; }
  .product__wrapper .sku {
    text-align: center;
    max-width: 300px;
    bottom: -300px; }
    .product__wrapper .sku img {
      width: 80%; } }

.page__mega-title {
  position: relative;
  display: table;
  font-size: 2.5rem;
  letter-spacing: 1px;
  padding: .25rem;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase; }
  .page__mega-title.text--2x {
    font-size: 5rem; }
  .page__mega-title.text--1-5x {
    font-size: 3.5rem; }

.fancy_line:after, .fancy_line:before {
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  height: 10px;
  border-top: 3px solid #ebebeb;
  border-bottom: 5px solid #0062c3;
  width: 90%; }

.fancy_line:before {
  right: 100%; }

.fancy_line:after {
  left: 100%; }

.page__title {
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Times New Roman";
  margin: 1.15rem .5rem; }

.page__title1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Times New Roman";
  padding-bottom: 2rem;
}

.page__subtitle {
  font-size: 1.15rem;
  color: #ebebeb;
  margin: 0 auto; }

@media only screen and (max-width: 600px) {
  .page__title {
    font-size: 1rem;
    letter-spacing: 1px;
    margin: .5rem; }
  .page__title1 {
    font-size: 1rem;
    letter-spacing: 1px;
    margin: .5rem; }

  .page__subtitle {
    font-size: .9rem;
    color: #ebebeb;
    max-width: 90%;
    margin: 0 auto; }
  .page__mega-title {
    font-size: 1.5rem;
    padding: .15rem;
    line-height: 1 !important;
    text-transform: uppercase; }
    .page__mega-title.text--2x {
      font-size: 2.5rem; }
    .page__mega-title.text--1-5x {
      font-size: 1.5rem; }
  .fancy_line:after, .fancy_line:before {
    content: '';
    display: block;
    position: absolute;
    top: 10%;
    height: 10px;
    border-top: 4px solid #ebebeb;
    border-bottom: 6px solid #0062c3;
    width: 90%; } }

.age-gate {
  background-color:#D1D1D1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  max-height: 100%; }
  .age-gate .gate {
    min-height: 790px;
    margin: 0 auto;
    text-align: center;

  }
    .age-gate .gate .gate__title {
      font-family: "Times New Roman";
      font-size: 2rem;
      max-width: 50%;
      margin: 10px auto;
      text-shadow: 2px 2px 8px #000; }
    .age-gate .gate .gate__info {
      font-size: 1rem;
      margin-top: 1.5rem;
      text-shadow: 1px 2px #000; }
      .age-gate .gate .gate__info a, .age-gate .gate .gate__info a:visited {
        color: white; }
  .age-gate .age__form input[type=number]::-webkit-inner-spin-button,
  .age-gate .age__form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .age-gate .age__form input[type=number] {
    margin: 0;
    -moz-appearance: textfield; }
  .age-gate .age__form input {
    display: inline-block;
    border: 2px solid #11A35B;
    background: transparent;
    width: 10rem;
    height: 4rem;
    color: #11A35B;
    padding: 15px;
    font-size: 2rem;
    text-align: center;
    font-family: "Times New Roman";
    transition: all .3s ease-in-out; }
    .age-gate .age__form input.active, .age-gate .age__form input:focus {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 5px 6px rgba(0, 0, 0, 0.23); }
  .age-gate .age__form input[type=checkbox] {
    display: inline;
    width: 15px;
    height: 15px;
    margin-top: 30px; }
    .age-gate .age__form input[type=checkbox]:before {
      content: '';
      background: transparent; }

@media only screen and (max-width: 600px) {
  .age-gate .gate {
    display: table;
    padding: 1rem 0rem; }
    .age-gate .gate .gate__title {
      font-family: "Times New Roman";
      font-size: 1.25rem;
      max-width: 90%; }
    .age-gate .gate .gate__info {
      margin: 1rem auto;
      max-width: 90%;
      font-size: .85rem; }
  .age-gate .age__form input {
    width: 4rem;
    height: 4rem;
    color: white;
    padding: 5px;
    font-size: 2rem; } }

.contact {
  min-height: 45rem;
  overflow: hidden; }

.contact__form {
  width: 100%; }
  .contact__form input[type="text"],
  .contact__form input[type="email"],
  .contact__form textarea {
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box‌​-sizing: border-box;
    display: block;
    margin: 1rem 0;
    padding: 20px 30px;
    background: #555954;
    border: 1px solid  #a9bca7;
    color: white;
    font-family: "Times New Roman";
    letter-spacing: 1px;
    transition: all .3s ease-in-out; }
    .contact__form input[type="text"]::-webkit-input-placeholder, .contact__form input[type="text"]::-moz-placeholder, .contact__form input[type="text"]:-ms-input-placeholder, .contact__form input[type="text"]:-moz-placeholder,
    .contact__form input[type="email"]::-webkit-input-placeholder,
    .contact__form input[type="email"]::-moz-placeholder,
    .contact__form input[type="email"]:-ms-input-placeholder,
    .contact__form input[type="email"]:-moz-placeholder,
    .contact__form textarea::-webkit-input-placeholder,
    .contact__form textarea::-moz-placeholder,
    .contact__form textarea:-ms-input-placeholder,
    .contact__form textarea:-moz-placeholder {
      text-transform: uppercase;
    }
    .contact__form input[type="text"].active, .contact__form input[type="text"]:focus,
    .contact__form input[type="email"].active,
    .contact__form input[type="email"]:focus,
    .contact__form textarea.active,
    .contact__form textarea:focus {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 5px 6px rgba(0, 0, 0, 0.23); }
    .contact__form input[type="text"].error,
    .contact__form input[type="email"].error,
    .contact__form textarea.error {
      border: 1px solid  #c3281e; }
  .contact__form .error {
    font-size: 12px;
    color: #c3281e;
    margin: 0;
    letter-spacing: 1px; }

.footer {
  width: 100%;
  float: left;
  bottom: 0;
  position: absolute;
  float: left;
  min-height:100px;
  background-color: #11A35B;
  }
  .footer p {
    font-family: "Times New Roman";
    letter-spacing: 1px;
    font-size: .85rem; }
  .footer .footer__icons .f__icon {
    display: inline-block; }
    .footer .footer__icons .f__icon > img {
      max-width: 50px; }

#headline {
  max-width: 65%; }

@media only screen and (max-width: 992px) {
  #headline {
    max-width: 100%; } }

#pollForm .radio {
  border-bottom: 1px solid #ccc;
  padding: 1.25rem .75rem; }
  #pollForm .radio label {
    color: #ebebeb;
    font-size: .95rem; }

.content__bg--shadow_after:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4); }

.record .record__box {
  position: relative;
  min-height: 20rem;
  background: #292b28; }
  .record .record__box .record--btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%; }
    .record .record__box .record--btn .button {
      width: 15rem; }
  .record .record__box p {
    padding: 1.25rem 1.5rem;
    font-family: "Times New Roman";
    font-size: .85rem;
    text-align: center; }
  .record .record__box .record__img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto; }

#sku {
  position: absolute;
  left: 280px;
  width: 300px;
  bottom: -70px; }

@media only screen and (max-width: 992px) {
  #sku {
    left: 150px; } }

@media only screen and (max-width: 600px) {
  #sku {
    width: 100px;
    left: 35%;
    bottom: -20px; } }

.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-100%) translateY(0%); }
  .modal .modal__content {
    background-color: #fff;
    margin: 10% auto;
    padding: 1rem;
    border: 1px solid #888;
    width: 50%;
    max-height: 350px;
    overflow-y: scroll;
    color: #3c3e3b; }
    .modal .modal__content p {
      font-family: "Times New Roman";
      font-size: 14px;
      margin: 1rem 0; }
    .modal .modal__content h3 {
      font-family: "Times New Roman"; }
  .modal.active {
    visibility: visible;
    transform: translateX(0%) translateY(0%); }

@media only screen and (max-width: 600px) {
  .modal .modal__content {
    width: 90%; } }

#pescuit {
  background-image: url(../img/pescuit.jpg);
  background-position: bottom;
  min-height: 350px; }



#record {
  background-image: url(../img/record_bg.jpg);
  background-position: bottom;
  min-height: 550px; }

#spot {
  background-image: url(../img/spot.jpg);
  background-position: bottom;
  min-height: 350px; }

#slide_1 {
  background-image: url(../img/slider/slider_1.jpg);
  background-position: bottom;
  background-size: cover;
  height: 450px; }

#slide_2 {
  background-image: url(../img/slider/slider_2.jpg);
  background-position: bottom;
  background-size: cover;
  height: 450px; }

#slide_3 {
  background-image: url(../img/slider/slider_3.jpg);
  background-position: center;
  background-size: cover;
  height: 450px; }

@media only screen and (max-width: 600px) {
  #pescuit {
    background-image: url(../img/pescuit_mobile.png);
    min-height: 300px; }
  #spot {
    background-image: url(../img/spot_mobile.jpg);
    min-height: 300px; }
  #slide_1 {
    background-image: url(../img/slider/slider_1_mobile.jpg);
    min-height: 350px; }
  #slide_2 {
    background-image: url(../img/slider/slider_2_mobile.jpg);
    min-height: 350px; }
  #slide_3 {
    background-image: url(../img/slider/slider_3_mobile.jpg);
    min-height: 350px; }
  #record {
    background-image: url(../img/record_bg_mobile.jpg);
    min-height: 350px; } }

.btn {
  background: #11A35B;
  padding: 1rem 2rem;
  border: 2px solid #11A35B;
  color: white;
  display: block;
  text-transform: uppercase;
  font-family: "StagBolder";
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
  cursor: pointer; }
  .btn:hover, .btn:focus {
    background: #11A35B; }

.videos .owl-theme .owl-nav.disabled + .owl-dots {
  position: static; }

.videos .owl-theme .owl-dots .owl-dot.active span, .videos .owl-theme .owl-dots .owl-dot:hover span {
  box-shadow: 0px 0px 0px 2px #555954;
  background: #555954; }

.videos .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  box-shadow: 0px 0px 0px 2px #555954; }

.videos .bg {
  height: 40%;
  width: 100%; }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex .flex__column {
    flex-grow: 1;
    height: 100%;
    transition: all .3s ease-in; }
    .flex .flex__column.flex--pointer {
      cursor: pointer !important; }
    .flex .flex__column .step {
      z-index: 3;
      padding: 1rem 0; }
    .flex .flex__column .step__content, .flex .flex__column .button {
      color: #555954; }
    .flex .flex__column .button:after {
      background: #555954; }
    .flex .flex__column:after {
      content: '';
      display: block;
      width: 0%;
      height: 5px;
      transition: width .3s ease-out;
      background: transparent; }
    .flex .flex__column.active .step__content, .flex .flex__column.active .button, .flex .flex__column:hover .step__content, .flex .flex__column:hover .button {
      color: white; }
    .flex .flex__column.active .button:after, .flex .flex__column:hover .button:after {
      background: linear-gradient(90deg, #0062c3, #004389); }
    .flex .flex__column.active:after, .flex .flex__column:hover:after {
      width: 100%;
      background: linear-gradient(90deg, #0062c3, #004389); }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 50%; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%; }

.border--blue {
  border: 10px solid #0062c3; }

@media only screen and (max-width: 992px) {
  .border--blue {
    border: 5px solid #0062c3; } }

.videosList {
  padding: 1.5rem .5rem; }
  .videosList .videoList__item {
    width: 300px;
    cursor: pointer;
    display: inline-block; }

.image__holder img {
  max-width: 100%; }

.image__holder i {
  font-size: 4rem;
  transition: all .3s ease-in-out; }
  .image__holder i:hover {
    text-shadow: 0 25px 20px rgba(0, 0, 0, 0.6), 0 25px 20px rgba(0, 0, 0, 0.4); }

.image__holder i.left {
  margin-right: 1em; }

.image__holder i.right {
  margin-left: 1em; }

@media only screen and (max-width: 600px) {
  .image__holder i {
    font-size: 2rem; } }

/**
* | HELPERS
* |
**/
.display--table {
  text-align: center;
  display: table;
  margin: 0 auto; }

.vertical--middle {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer; }

.p--left-0 {
  left: 0%; }

.p--bottom-0 {
  bottom: 0%; }

.p--right-0 {
  right: 0%; }

.p--top-0 {
  top: 0%; }

.padding--0x {
  padding: 0rem 0 !important; }

.line--0x {
  line-height: 0px; }

.p--left-1 {
  left: 1%; }

.p--bottom-1 {
  bottom: 1%; }

.p--right-1 {
  right: 1%; }

.p--top-1 {
  top: 1%; }

.padding--1x {
  padding: 1rem 0 !important; }

.line--1x {
  line-height: 1px; }

.p--left-2 {
  left: 2%; }

.p--bottom-2 {
  bottom: 2%; }

.p--right-2 {
  right: 2%; }

.p--top-2 {
  top: 2%; }

.padding--2x {
  padding: 2rem 0 !important; }

.line--2x {
  line-height: 2px; }

.p--left-3 {
  left: 3%; }

.p--bottom-3 {
  bottom: 3%; }

.p--right-3 {
  right: 3%; }

.p--top-3 {
  top: 3%; }

.padding--3x {
  padding: 3rem 0 !important; }

.line--3x {
  line-height: 3px; }

.p--left-4 {
  left: 4%; }

.p--bottom-4 {
  bottom: 4%; }

.p--right-4 {
  right: 4%; }

.p--top-4 {
  top: 4%; }

.padding--4x {
  padding: 4rem 0 !important; }

.line--4x {
  line-height: 4px; }

.p--left-5 {
  left: 5%; }

.p--bottom-5 {
  bottom: 5%; }

.p--right-5 {
  right: 5%; }

.p--top-5 {
  top: 5%; }

.padding--5x {
  padding: 5rem 0 !important; }

.line--5x {
  line-height: 5px; }

.p--left-6 {
  left: 6%; }

.p--bottom-6 {
  bottom: 6%; }

.p--right-6 {
  right: 6%; }

.p--top-6 {
  top: 6%; }

.padding--6x {
  padding: 6rem 0 !important; }

.line--6x {
  line-height: 6px; }

.p--left-7 {
  left: 7%; }

.p--bottom-7 {
  bottom: 7%; }

.p--right-7 {
  right: 7%; }

.p--top-7 {
  top: 7%; }

.padding--7x {
  padding: 7rem 0 !important; }

.line--7x {
  line-height: 7px; }

.p--left-8 {
  left: 8%; }

.p--bottom-8 {
  bottom: 8%; }

.p--right-8 {
  right: 8%; }

.p--top-8 {
  top: 8%; }

.padding--8x {
  padding: 8rem 0 !important; }

.line--8x {
  line-height: 8px; }

.p--left-9 {
  left: 9%; }

.p--bottom-9 {
  bottom: 9%; }

.p--right-9 {
  right: 9%; }

.p--top-9 {
  top: 9%; }

.padding--9x {
  padding: 9rem 0 !important; }

.line--9x {
  line-height: 9px; }

.p--left-10 {
  left: 10%; }

.p--bottom-10 {
  bottom: 10%; }

.p--right-10 {
  right: 10%; }

.p--top-10 {
  top: 10%; }

.padding--10x {
  padding: 10rem 0 !important; }

.line--10x {
  line-height: 10px; }

.p--left-11 {
  left: 11%; }

.p--bottom-11 {
  bottom: 11%; }

.p--right-11 {
  right: 11%; }

.p--top-11 {
  top: 11%; }

.padding--11x {
  padding: 11rem 0 !important; }

.line--11x {
  line-height: 11px; }

.p--left-12 {
  left: 12%; }

.p--bottom-12 {
  bottom: 12%; }

.p--right-12 {
  right: 12%; }

.p--top-12 {
  top: 12%; }

.padding--12x {
  padding: 12rem 0 !important; }

.line--12x {
  line-height: 12px; }

.p--left-13 {
  left: 13%; }

.p--bottom-13 {
  bottom: 13%; }

.p--right-13 {
  right: 13%; }

.p--top-13 {
  top: 13%; }

.padding--13x {
  padding: 13rem 0 !important; }

.line--13x {
  line-height: 13px; }

.p--left-14 {
  left: 14%; }

.p--bottom-14 {
  bottom: 14%; }

.p--right-14 {
  right: 14%; }

.p--top-14 {
  top: 14%; }

.padding--14x {
  padding: 14rem 0 !important; }

.line--14x {
  line-height: 14px; }

.p--left-15 {
  left: 15%; }

.p--bottom-15 {
  bottom: 15%; }

.p--right-15 {
  right: 15%; }

.p--top-15 {
  top: 15%; }

.padding--15x {
  padding: 15rem 0 !important; }

.line--15x {
  line-height: 15px; }

.p--left-16 {
  left: 16%; }

.p--bottom-16 {
  bottom: 16%; }

.p--right-16 {
  right: 16%; }

.p--top-16 {
  top: 16%; }

.padding--16x {
  padding: 16rem 0 !important; }

.line--16x {
  line-height: 16px; }

.p--left-17 {
  left: 17%; }

.p--bottom-17 {
  bottom: 17%; }

.p--right-17 {
  right: 17%; }

.p--top-17 {
  top: 17%; }

.padding--17x {
  padding: 17rem 0 !important; }

.line--17x {
  line-height: 17px; }

.p--left-18 {
  left: 18%; }

.p--bottom-18 {
  bottom: 18%; }

.p--right-18 {
  right: 18%; }

.p--top-18 {
  top: 18%; }

.padding--18x {
  padding: 18rem 0 !important; }

.line--18x {
  line-height: 18px; }

.p--left-19 {
  left: 19%; }

.p--bottom-19 {
  bottom: 19%; }

.p--right-19 {
  right: 19%; }

.p--top-19 {
  top: 19%; }

.padding--19x {
  padding: 19rem 0 !important; }

.line--19x {
  line-height: 19px; }

.p--left-20 {
  left: 20%; }

.p--bottom-20 {
  bottom: 20%; }

.p--right-20 {
  right: 20%; }

.p--top-20 {
  top: 20%; }

.padding--20x {
  padding: 20rem 0 !important; }

.line--20x {
  line-height: 20px; }

.p--left-21 {
  left: 21%; }

.p--bottom-21 {
  bottom: 21%; }

.p--right-21 {
  right: 21%; }

.p--top-21 {
  top: 21%; }

.padding--21x {
  padding: 21rem 0 !important; }

.line--21x {
  line-height: 21px; }

.p--left-22 {
  left: 22%; }

.p--bottom-22 {
  bottom: 22%; }

.p--right-22 {
  right: 22%; }

.p--top-22 {
  top: 22%; }

.padding--22x {
  padding: 22rem 0 !important; }

.line--22x {
  line-height: 22px; }

.p--left-23 {
  left: 23%; }

.p--bottom-23 {
  bottom: 23%; }

.p--right-23 {
  right: 23%; }

.p--top-23 {
  top: 23%; }

.padding--23x {
  padding: 23rem 0 !important; }

.line--23x {
  line-height: 23px; }

.p--left-24 {
  left: 24%; }

.p--bottom-24 {
  bottom: 24%; }

.p--right-24 {
  right: 24%; }

.p--top-24 {
  top: 24%; }

.padding--24x {
  padding: 24rem 0 !important; }

.line--24x {
  line-height: 24px; }

.p--left-25 {
  left: 25%; }

.p--bottom-25 {
  bottom: 25%; }

.p--right-25 {
  right: 25%; }

.p--top-25 {
  top: 25%; }

.padding--25x {
  padding: 25rem 0 !important; }

.line--25x {
  line-height: 25px; }

.p--left-26 {
  left: 26%; }

.p--bottom-26 {
  bottom: 26%; }

.p--right-26 {
  right: 26%; }

.p--top-26 {
  top: 26%; }

.padding--26x {
  padding: 26rem 0 !important; }

.line--26x {
  line-height: 26px; }

.p--left-27 {
  left: 27%; }

.p--bottom-27 {
  bottom: 27%; }

.p--right-27 {
  right: 27%; }

.p--top-27 {
  top: 27%; }

.padding--27x {
  padding: 27rem 0 !important; }

.line--27x {
  line-height: 27px; }

.p--left-28 {
  left: 28%; }

.p--bottom-28 {
  bottom: 28%; }

.p--right-28 {
  right: 28%; }

.p--top-28 {
  top: 28%; }

.padding--28x {
  padding: 28rem 0 !important; }

.line--28x {
  line-height: 28px; }

.p--left-29 {
  left: 29%; }

.p--bottom-29 {
  bottom: 29%; }

.p--right-29 {
  right: 29%; }

.p--top-29 {
  top: 29%; }

.padding--29x {
  padding: 29rem 0 !important; }

.line--29x {
  line-height: 29px; }

.p--left-30 {
  left: 30%; }

.p--bottom-30 {
  bottom: 30%; }

.p--right-30 {
  right: 30%; }

.p--top-30 {
  top: 30%; }

.padding--30x {
  padding: 30rem 0 !important; }

.line--30x {
  line-height: 30px; }

.p--left-31 {
  left: 31%; }

.p--bottom-31 {
  bottom: 31%; }

.p--right-31 {
  right: 31%; }

.p--top-31 {
  top: 31%; }

.padding--31x {
  padding: 31rem 0 !important; }

.line--31x {
  line-height: 31px; }

.p--left-32 {
  left: 32%; }

.p--bottom-32 {
  bottom: 32%; }

.p--right-32 {
  right: 32%; }

.p--top-32 {
  top: 32%; }

.padding--32x {
  padding: 32rem 0 !important; }

.line--32x {
  line-height: 32px; }

.p--left-33 {
  left: 33%; }

.p--bottom-33 {
  bottom: 33%; }

.p--right-33 {
  right: 33%; }

.p--top-33 {
  top: 33%; }

.padding--33x {
  padding: 33rem 0 !important; }

.line--33x {
  line-height: 33px; }

.p--left-34 {
  left: 34%; }

.p--bottom-34 {
  bottom: 34%; }

.p--right-34 {
  right: 34%; }

.p--top-34 {
  top: 34%; }

.padding--34x {
  padding: 34rem 0 !important; }

.line--34x {
  line-height: 34px; }

.p--left-35 {
  left: 35%; }

.p--bottom-35 {
  bottom: 35%; }

.p--right-35 {
  right: 35%; }

.p--top-35 {
  top: 35%; }

.padding--35x {
  padding: 35rem 0 !important; }

.line--35x {
  line-height: 35px; }

.p--left-36 {
  left: 36%; }

.p--bottom-36 {
  bottom: 36%; }

.p--right-36 {
  right: 36%; }

.p--top-36 {
  top: 36%; }

.padding--36x {
  padding: 36rem 0 !important; }

.line--36x {
  line-height: 36px; }

.p--left-37 {
  left: 37%; }

.p--bottom-37 {
  bottom: 37%; }

.p--right-37 {
  right: 37%; }

.p--top-37 {
  top: 37%; }

.padding--37x {
  padding: 37rem 0 !important; }

.line--37x {
  line-height: 37px; }

.p--left-38 {
  left: 38%; }

.p--bottom-38 {
  bottom: 38%; }

.p--right-38 {
  right: 38%; }

.p--top-38 {
  top: 38%; }

.padding--38x {
  padding: 38rem 0 !important; }

.line--38x {
  line-height: 38px; }

.p--left-39 {
  left: 39%; }

.p--bottom-39 {
  bottom: 39%; }

.p--right-39 {
  right: 39%; }

.p--top-39 {
  top: 39%; }

.padding--39x {
  padding: 39rem 0 !important; }

.line--39x {
  line-height: 39px; }

.p--left-40 {
  left: 40%; }

.p--bottom-40 {
  bottom: 40%; }

.p--right-40 {
  right: 40%; }

.p--top-40 {
  top: 40%; }

.padding--40x {
  padding: 40rem 0 !important; }

.line--40x {
  line-height: 40px; }

.p--left-41 {
  left: 41%; }

.p--bottom-41 {
  bottom: 41%; }

.p--right-41 {
  right: 41%; }

.p--top-41 {
  top: 41%; }

.padding--41x {
  padding: 41rem 0 !important; }

.line--41x {
  line-height: 41px; }

.p--left-42 {
  left: 42%; }

.p--bottom-42 {
  bottom: 42%; }

.p--right-42 {
  right: 42%; }

.p--top-42 {
  top: 42%; }

.padding--42x {
  padding: 42rem 0 !important; }

.line--42x {
  line-height: 42px; }

.p--left-43 {
  left: 43%; }

.p--bottom-43 {
  bottom: 43%; }

.p--right-43 {
  right: 43%; }

.p--top-43 {
  top: 43%; }

.padding--43x {
  padding: 43rem 0 !important; }

.line--43x {
  line-height: 43px; }

.p--left-44 {
  left: 44%; }

.p--bottom-44 {
  bottom: 44%; }

.p--right-44 {
  right: 44%; }

.p--top-44 {
  top: 44%; }

.padding--44x {
  padding: 44rem 0 !important; }

.line--44x {
  line-height: 44px; }

.p--left-45 {
  left: 45%; }

.p--bottom-45 {
  bottom: 45%; }

.p--right-45 {
  right: 45%; }

.p--top-45 {
  top: 45%; }

.padding--45x {
  padding: 45rem 0 !important; }

.line--45x {
  line-height: 45px; }

.p--left-46 {
  left: 46%; }

.p--bottom-46 {
  bottom: 46%; }

.p--right-46 {
  right: 46%; }

.p--top-46 {
  top: 46%; }

.padding--46x {
  padding: 46rem 0 !important; }

.line--46x {
  line-height: 46px; }

.p--left-47 {
  left: 47%; }

.p--bottom-47 {
  bottom: 47%; }

.p--right-47 {
  right: 47%; }

.p--top-47 {
  top: 47%; }

.padding--47x {
  padding: 47rem 0 !important; }

.line--47x {
  line-height: 47px; }

.p--left-48 {
  left: 48%; }

.p--bottom-48 {
  bottom: 48%; }

.p--right-48 {
  right: 48%; }

.p--top-48 {
  top: 48%; }

.padding--48x {
  padding: 48rem 0 !important; }

.line--48x {
  line-height: 48px; }

.p--left-49 {
  left: 49%; }

.p--bottom-49 {
  bottom: 49%; }

.p--right-49 {
  right: 49%; }

.p--top-49 {
  top: 49%; }

.padding--49x {
  padding: 49rem 0 !important; }

.line--49x {
  line-height: 49px; }

.p--left-50 {
  left: 50%; }

.p--bottom-50 {
  bottom: 50%; }

.p--right-50 {
  right: 50%; }

.p--top-50 {
  top: 50%; }

.padding--50x {
  padding: 50rem 0 !important; }

.line--50x {
  line-height: 50px; }

.p--left-51 {
  left: 51%; }

.p--bottom-51 {
  bottom: 51%; }

.p--right-51 {
  right: 51%; }

.p--top-51 {
  top: 51%; }

.padding--51x {
  padding: 51rem 0 !important; }

.line--51x {
  line-height: 51px; }

.p--left-52 {
  left: 52%; }

.p--bottom-52 {
  bottom: 52%; }

.p--right-52 {
  right: 52%; }

.p--top-52 {
  top: 52%; }

.padding--52x {
  padding: 52rem 0 !important; }

.line--52x {
  line-height: 52px; }

.p--left-53 {
  left: 53%; }

.p--bottom-53 {
  bottom: 53%; }

.p--right-53 {
  right: 53%; }

.p--top-53 {
  top: 53%; }

.padding--53x {
  padding: 53rem 0 !important; }

.line--53x {
  line-height: 53px; }

.p--left-54 {
  left: 54%; }

.p--bottom-54 {
  bottom: 54%; }

.p--right-54 {
  right: 54%; }

.p--top-54 {
  top: 54%; }

.padding--54x {
  padding: 54rem 0 !important; }

.line--54x {
  line-height: 54px; }

.p--left-55 {
  left: 55%; }

.p--bottom-55 {
  bottom: 55%; }

.p--right-55 {
  right: 55%; }

.p--top-55 {
  top: 55%; }

.padding--55x {
  padding: 55rem 0 !important; }

.line--55x {
  line-height: 55px; }

.p--left-56 {
  left: 56%; }

.p--bottom-56 {
  bottom: 56%; }

.p--right-56 {
  right: 56%; }

.p--top-56 {
  top: 56%; }

.padding--56x {
  padding: 56rem 0 !important; }

.line--56x {
  line-height: 56px; }

.p--left-57 {
  left: 57%; }

.p--bottom-57 {
  bottom: 57%; }

.p--right-57 {
  right: 57%; }

.p--top-57 {
  top: 57%; }

.padding--57x {
  padding: 57rem 0 !important; }

.line--57x {
  line-height: 57px; }

.p--left-58 {
  left: 58%; }

.p--bottom-58 {
  bottom: 58%; }

.p--right-58 {
  right: 58%; }

.p--top-58 {
  top: 58%; }

.padding--58x {
  padding: 58rem 0 !important; }

.line--58x {
  line-height: 58px; }

.p--left-59 {
  left: 59%; }

.p--bottom-59 {
  bottom: 59%; }

.p--right-59 {
  right: 59%; }

.p--top-59 {
  top: 59%; }

.padding--59x {
  padding: 59rem 0 !important; }

.line--59x {
  line-height: 59px; }

.p--left-60 {
  left: 60%; }

.p--bottom-60 {
  bottom: 60%; }

.p--right-60 {
  right: 60%; }

.p--top-60 {
  top: 60%; }

.padding--60x {
  padding: 60rem 0 !important; }

.line--60x {
  line-height: 60px; }

.p--left-61 {
  left: 61%; }

.p--bottom-61 {
  bottom: 61%; }

.p--right-61 {
  right: 61%; }

.p--top-61 {
  top: 61%; }

.padding--61x {
  padding: 61rem 0 !important; }

.line--61x {
  line-height: 61px; }

.p--left-62 {
  left: 62%; }

.p--bottom-62 {
  bottom: 62%; }

.p--right-62 {
  right: 62%; }

.p--top-62 {
  top: 62%; }

.padding--62x {
  padding: 62rem 0 !important; }

.line--62x {
  line-height: 62px; }

.p--left-63 {
  left: 63%; }

.p--bottom-63 {
  bottom: 63%; }

.p--right-63 {
  right: 63%; }

.p--top-63 {
  top: 63%; }

.padding--63x {
  padding: 63rem 0 !important; }

.line--63x {
  line-height: 63px; }

.p--left-64 {
  left: 64%; }

.p--bottom-64 {
  bottom: 64%; }

.p--right-64 {
  right: 64%; }

.p--top-64 {
  top: 64%; }

.padding--64x {
  padding: 64rem 0 !important; }

.line--64x {
  line-height: 64px; }

.p--left-65 {
  left: 65%; }

.p--bottom-65 {
  bottom: 65%; }

.p--right-65 {
  right: 65%; }

.p--top-65 {
  top: 65%; }

.padding--65x {
  padding: 65rem 0 !important; }

.line--65x {
  line-height: 65px; }

.p--left-66 {
  left: 66%; }

.p--bottom-66 {
  bottom: 66%; }

.p--right-66 {
  right: 66%; }

.p--top-66 {
  top: 66%; }

.padding--66x {
  padding: 66rem 0 !important; }

.line--66x {
  line-height: 66px; }

.p--left-67 {
  left: 67%; }

.p--bottom-67 {
  bottom: 67%; }

.p--right-67 {
  right: 67%; }

.p--top-67 {
  top: 67%; }

.padding--67x {
  padding: 67rem 0 !important; }

.line--67x {
  line-height: 67px; }

.p--left-68 {
  left: 68%; }

.p--bottom-68 {
  bottom: 68%; }

.p--right-68 {
  right: 68%; }

.p--top-68 {
  top: 68%; }

.padding--68x {
  padding: 68rem 0 !important; }

.line--68x {
  line-height: 68px; }

.p--left-69 {
  left: 69%; }

.p--bottom-69 {
  bottom: 69%; }

.p--right-69 {
  right: 69%; }

.p--top-69 {
  top: 69%; }

.padding--69x {
  padding: 69rem 0 !important; }

.line--69x {
  line-height: 69px; }

.p--left-70 {
  left: 70%; }

.p--bottom-70 {
  bottom: 70%; }

.p--right-70 {
  right: 70%; }

.p--top-70 {
  top: 70%; }

.padding--70x {
  padding: 70rem 0 !important; }

.line--70x {
  line-height: 70px; }

.p--left-71 {
  left: 71%; }

.p--bottom-71 {
  bottom: 71%; }

.p--right-71 {
  right: 71%; }

.p--top-71 {
  top: 71%; }

.padding--71x {
  padding: 71rem 0 !important; }

.line--71x {
  line-height: 71px; }

.p--left-72 {
  left: 72%; }

.p--bottom-72 {
  bottom: 72%; }

.p--right-72 {
  right: 72%; }

.p--top-72 {
  top: 72%; }

.padding--72x {
  padding: 72rem 0 !important; }

.line--72x {
  line-height: 72px; }

.p--left-73 {
  left: 73%; }

.p--bottom-73 {
  bottom: 73%; }

.p--right-73 {
  right: 73%; }

.p--top-73 {
  top: 73%; }

.padding--73x {
  padding: 73rem 0 !important; }

.line--73x {
  line-height: 73px; }

.p--left-74 {
  left: 74%; }

.p--bottom-74 {
  bottom: 74%; }

.p--right-74 {
  right: 74%; }

.p--top-74 {
  top: 74%; }

.padding--74x {
  padding: 74rem 0 !important; }

.line--74x {
  line-height: 74px; }

.p--left-75 {
  left: 75%; }

.p--bottom-75 {
  bottom: 75%; }

.p--right-75 {
  right: 75%; }

.p--top-75 {
  top: 75%; }

.padding--75x {
  padding: 75rem 0 !important; }

.line--75x {
  line-height: 75px; }

.p--left-76 {
  left: 76%; }

.p--bottom-76 {
  bottom: 76%; }

.p--right-76 {
  right: 76%; }

.p--top-76 {
  top: 76%; }

.padding--76x {
  padding: 76rem 0 !important; }

.line--76x {
  line-height: 76px; }

.p--left-77 {
  left: 77%; }

.p--bottom-77 {
  bottom: 77%; }

.p--right-77 {
  right: 77%; }

.p--top-77 {
  top: 77%; }

.padding--77x {
  padding: 77rem 0 !important; }

.line--77x {
  line-height: 77px; }

.p--left-78 {
  left: 78%; }

.p--bottom-78 {
  bottom: 78%; }

.p--right-78 {
  right: 78%; }

.p--top-78 {
  top: 78%; }

.padding--78x {
  padding: 78rem 0 !important; }

.line--78x {
  line-height: 78px; }

.p--left-79 {
  left: 79%; }

.p--bottom-79 {
  bottom: 79%; }

.p--right-79 {
  right: 79%; }

.p--top-79 {
  top: 79%; }

.padding--79x {
  padding: 79rem 0 !important; }

.line--79x {
  line-height: 79px; }

.p--left-80 {
  left: 80%; }

.p--bottom-80 {
  bottom: 80%; }

.p--right-80 {
  right: 80%; }

.p--top-80 {
  top: 80%; }

.padding--80x {
  padding: 80rem 0 !important; }

.line--80x {
  line-height: 80px; }

.p--left-81 {
  left: 81%; }

.p--bottom-81 {
  bottom: 81%; }

.p--right-81 {
  right: 81%; }

.p--top-81 {
  top: 81%; }

.padding--81x {
  padding: 81rem 0 !important; }

.line--81x {
  line-height: 81px; }

.p--left-82 {
  left: 82%; }

.p--bottom-82 {
  bottom: 82%; }

.p--right-82 {
  right: 82%; }

.p--top-82 {
  top: 82%; }

.padding--82x {
  padding: 82rem 0 !important; }

.line--82x {
  line-height: 82px; }

.p--left-83 {
  left: 83%; }

.p--bottom-83 {
  bottom: 83%; }

.p--right-83 {
  right: 83%; }

.p--top-83 {
  top: 83%; }

.padding--83x {
  padding: 83rem 0 !important; }

.line--83x {
  line-height: 83px; }

.p--left-84 {
  left: 84%; }

.p--bottom-84 {
  bottom: 84%; }

.p--right-84 {
  right: 84%; }

.p--top-84 {
  top: 84%; }

.padding--84x {
  padding: 84rem 0 !important; }

.line--84x {
  line-height: 84px; }

.p--left-85 {
  left: 85%; }

.p--bottom-85 {
  bottom: 85%; }

.p--right-85 {
  right: 85%; }

.p--top-85 {
  top: 85%; }

.padding--85x {
  padding: 85rem 0 !important; }

.line--85x {
  line-height: 85px; }

.p--left-86 {
  left: 86%; }

.p--bottom-86 {
  bottom: 86%; }

.p--right-86 {
  right: 86%; }

.p--top-86 {
  top: 86%; }

.padding--86x {
  padding: 86rem 0 !important; }

.line--86x {
  line-height: 86px; }

.p--left-87 {
  left: 87%; }

.p--bottom-87 {
  bottom: 87%; }

.p--right-87 {
  right: 87%; }

.p--top-87 {
  top: 87%; }

.padding--87x {
  padding: 87rem 0 !important; }

.line--87x {
  line-height: 87px; }

.p--left-88 {
  left: 88%; }

.p--bottom-88 {
  bottom: 88%; }

.p--right-88 {
  right: 88%; }

.p--top-88 {
  top: 88%; }

.padding--88x {
  padding: 88rem 0 !important; }

.line--88x {
  line-height: 88px; }

.p--left-89 {
  left: 89%; }

.p--bottom-89 {
  bottom: 89%; }

.p--right-89 {
  right: 89%; }

.p--top-89 {
  top: 89%; }

.padding--89x {
  padding: 89rem 0 !important; }

.line--89x {
  line-height: 89px; }

.p--left-90 {
  left: 90%; }

.p--bottom-90 {
  bottom: 90%; }

.p--right-90 {
  right: 90%; }

.p--top-90 {
  top: 90%; }

.padding--90x {
  padding: 90rem 0 !important; }

.line--90x {
  line-height: 90px; }

.p--left-91 {
  left: 91%; }

.p--bottom-91 {
  bottom: 91%; }

.p--right-91 {
  right: 91%; }

.p--top-91 {
  top: 91%; }

.padding--91x {
  padding: 91rem 0 !important; }

.line--91x {
  line-height: 91px; }

.p--left-92 {
  left: 92%; }

.p--bottom-92 {
  bottom: 92%; }

.p--right-92 {
  right: 92%; }

.p--top-92 {
  top: 92%; }

.padding--92x {
  padding: 92rem 0 !important; }

.line--92x {
  line-height: 92px; }

.p--left-93 {
  left: 93%; }

.p--bottom-93 {
  bottom: 93%; }

.p--right-93 {
  right: 93%; }

.p--top-93 {
  top: 93%; }

.padding--93x {
  padding: 93rem 0 !important; }

.line--93x {
  line-height: 93px; }

.p--left-94 {
  left: 94%; }

.p--bottom-94 {
  bottom: 94%; }

.p--right-94 {
  right: 94%; }

.p--top-94 {
  top: 94%; }

.padding--94x {
  padding: 94rem 0 !important; }

.line--94x {
  line-height: 94px; }

.p--left-95 {
  left: 95%; }

.p--bottom-95 {
  bottom: 95%; }

.p--right-95 {
  right: 95%; }

.p--top-95 {
  top: 95%; }

.padding--95x {
  padding: 95rem 0 !important; }

.line--95x {
  line-height: 95px; }

.p--left-96 {
  left: 96%; }

.p--bottom-96 {
  bottom: 96%; }

.p--right-96 {
  right: 96%; }

.p--top-96 {
  top: 96%; }

.padding--96x {
  padding: 96rem 0 !important; }

.line--96x {
  line-height: 96px; }

.p--left-97 {
  left: 97%; }

.p--bottom-97 {
  bottom: 97%; }

.p--right-97 {
  right: 97%; }

.p--top-97 {
  top: 97%; }

.padding--97x {
  padding: 97rem 0 !important; }

.line--97x {
  line-height: 97px; }

.p--left-98 {
  left: 98%; }

.p--bottom-98 {
  bottom: 98%; }

.p--right-98 {
  right: 98%; }

.p--top-98 {
  top: 98%; }

.padding--98x {
  padding: 98rem 0 !important; }

.line--98x {
  line-height: 98px; }

.p--left-99 {
  left: 99%; }

.p--bottom-99 {
  bottom: 99%; }

.p--right-99 {
  right: 99%; }

.p--top-99 {
  top: 99%; }

.padding--99x {
  padding: 99rem 0 !important; }

.line--99x {
  line-height: 99px; }

.p--left-100 {
  left: 100%; }

.p--bottom-100 {
  bottom: 100%; }

.p--right-100 {
  right: 100%; }

.p--top-100 {
  top: 100%; }

.padding--100x {
  padding: 100rem 0 !important; }

.line--100x {
  line-height: 100px; }

.line--bottom:after {
  content: '';
  display: block;
  position: absolute;
  margin: 5px auto;
  width: 95%;
  height: 1px;
  background: white; }

.line--bottom.line--antracit:after {
  background: #555954; }

.p--absolute {
  position: absolute; }

.p--relative {
  position: relative; }

.wrapper {
  position: relative;
  width: 80%;
  margin: 1rem auto;
  padding: 10% 0%; }

.center {
  margin: 0 auto;
  display: block; }

.container {
  position: relative; }

.container--wide {
  width: 90%;
  max-width: 90rem; }

.content {
  padding: 3rem 0;
  position: relative; }

.content--light_grey {
  background-color: #555954; }

.content__bg {
  background-size: cover;
  background-repeat: no-repeat; }


.z-low {
  z-index: 1; }

.z-high {
  z-index: 5; }

.cancel--margin-top {
  margin-top: 0px !important; }

.cancel--margin-bottom {
  margin-bottom: 0px !important; }

.no--margin {
  margin: 0 !important; }

.after--line:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background: white;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0; }

.text--white {
  color: white; }

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

.shadow.shadow__1 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.shadow.shadow__5 {
  box-shadow: 0 25px 20px rgba(0, 0, 0, 0.6), 0 25px 20px rgba(0, 0, 0, 0.4); }

.no--text-shadow {
  text-shadow: none; }

.bg__after:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 30px 25px rgba(0, 0, 0, 0.15); }

.bg__before:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1rem;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 30px 25px rgba(0, 0, 0, 0.15); }

.img-responsive {
  max-width: 100%; }

@media only screen and (max-width: 992px) {
  .col-12-sm {
    width: 96%; }
  .content {
    padding: 2rem 0; }
  .padding--4x-mobile {
    padding: 4rem 0; }
  .wrapper {
    padding: 0% 0%; } }

@media only screen and (min-width: 601px) {
  .show-for-small-only {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .img-small-on-mobile {
    max-width: 50px;
    max-height: 50px; }
  .hide-on-small {
    display: none !important; }
  .img-responsive {
    max-width: 50%; }
  .padding--10x {
    padding: 3rem 0 !important; } }




.submitBtn{
  font-family:"Times New Roman";
  background: transparent;
  border:none;
  color: white;
  font-size:25px;
  padding-top: 2rem;
  text-transform: uppercase;

  /*margin-left: 25%;*/
  /*line-height: 1.5em;*/
  /*width: 40%;*/
}

/*input[type=submit] , form a {*/
  /*border: none;*/
  /*margin-right: 1em;*/
  /*padding: 6px;*/
/*}*/

/*input[type=submit]:hover, form a:hover {*/
  /*background: #007cc2;*/
  /*cursor: pointer;*/
/*}*/




.datePersonaleContainer{
  width:90%;
  text-align: center;

}

*::-webkit-input-placeholder {
  color:#11A35B;
  font-size:30px;
  font-weight: bold;
}


@media only screen and (max-width: 330px){
  #bg-img{
    background-image: url(../img/bg-img.jpg);
    min-height: 196px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .inputBonContainer{
    width: 100%;
    float: left;
  }

  #bonBg{
    height: 12%;
  }

  .inputBon {
    display: block;
    margin: auto;
    width: 40%;
    background: transparent;
    border: 1px solid #A6B9A3;
    color: white;
    padding: 5px;
    font-size: 16px;
    font-family:"Times New Roman";
    line-height: 1.5em;
    padding: 0.75em;
    padding-left: 2em;
    margin-bottom: 1.25em;
  }

  .submitBtn {
    font-family: "Times New Roman";
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    padding-top: 2rem;
    text-transform: uppercase;
    cursor: pointer;
  }

  .arrow-container{
    position: absolute;
    left: 50%;
    bottom: 10rem;
    transform: translateX(-50%);
  }

  #arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}


@media only screen and (min-width: 331px) and (max-width: 600px) {
  .inputBonContainer{
    width: 100%;
    float: left;
  }

  #beerImg{
    /*position: absolute;*/
    /*z-index: 999;*/
    height:900px;
    right: 4rem;
  }

  #bonBg{
    height: 12%;
  }

  .inputBon {
    display: block;
    margin: auto;
    width: 40%;
    background: transparent;
    border: 1px solid #A6B9A3;
    color: white;
    padding: 5px;
    font-size: 16px;
    font-family:"Times New Roman";
    line-height: 1.5em;
    padding: 0.75em;
    padding-left: 2em;
    margin-bottom: 1.25em;
  }

  .submitBtn {
    font-family: "Times New Roman";
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    padding-top: 2rem;
    text-transform: uppercase;
    cursor: pointer;
  }

  .arrow-container{
    position: absolute;
    left: 50%;
    bottom: 10rem;
    transform: translateX(-50%);
  }

  #bg-img {
    background-image: url(../img/bg-img.jpg);
    min-height: 280px;
    background-size: cover;
    background-position: bottom;
  }

  #arrow {
      width: 1.5rem;
      height: 1.5rem;
    }
}

@media only screen and (min-width: 601px) {
  .inputBonContainer{
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 992px) {
  .inputBonContainer {
    width: 100%;
    float: left;
  }

  #bonBg {
    height: 16%;
  }

#dataFormat{
  font-size:14px;
}

  .inputBon {
    display: block;
    margin: auto;
    width: 70%;
    background: transparent;
    border: 1px solid #A6B9A3;
    color: white;
    padding: 5px;
    font-size: 10px;
    font-family: "Times New Roman";
    line-height: 0.5em;
    padding: 0.75em;
    padding-left: 1em;
    margin-bottom: 0.5em;
  }

  .submitBtn {
    font-family: "Times New Roman";
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    padding-top: 2rem;
    text-transform: uppercase;
    cursor: pointer;
  }

  .arrow-container{
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
  }

  #beerImg{
    position: absolute;
    z-index: 999;
    height:900px;
    display: none;
  }




}
  @media only screen and (min-width: 33.75em) {
    .inputBonContainer {
      width: 50%;
      float: left;
    }

    #bonBg {
      height: 12%;
    }

    .inputBon {
      display: block;
      margin: auto;
      width: 75%;
      background: transparent;
      border: 1px solid #A6B9A3;
      color: white;
      padding: 5px;
      font-size: 13px;
      font-family: "Times New Roman";
      line-height: 1.5em;
      padding: 0.75em;
      padding-left: 2em;
      margin-bottom: 1.25em;
    }

    .submitBtn {
      font-family: "Times New Roman";
      background: transparent;
      border: none;
      color: white;
      font-size: 18px;
      padding-top: 2rem;
      text-transform: uppercase;
      cursor: pointer;
    }

    .arrow-container{
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
    }

    #bg-img {
      background: url(../img/bg-img.jpg) no-repeat center center;
      height: 100%;
      width: 100%;
      background-size: cover;
      padding:0!important;
    }

    #beerImg{
      position: absolute;
      z-index: 999;
      height:900px;
      right:-4rem;
    }
}

  @media only screen and (min-width: 45em) {
    #beerImg{
      position: absolute;
      z-index: 999;
      height: 100%;
      right: -4rem;
    }
    .inputBonContainer {
      width: 50%;
      float: left;
    }

    #bonBg {
      height: 5%;
    }

    .inputBon {
      display: block;
      margin: auto;
      width: 40%;
      background: transparent;
      border: 1px solid #A6B9A3;
      color: white;
      padding: 5px;
      font-size: 16px;
      font-family: "Times New Roman";
      line-height: 1.5em;
      padding: 0.75em;
      padding-left: 2em;
      margin-bottom: 1.25em;
    }

    .submitBtn {
      font-family: "Times New Roman";
      background: transparent;
      border: none;
      color: white;
      font-size: 18px;
      padding-top: 2rem;
      text-transform: uppercase;
      cursor: pointer;
    }

    .arrow-container{
      position: absolute;
      left: 50%;
      bottom: -3rem;
      transform: translateX(-50%);
    }

    #bg-img {
      background: url(../img/bg-img.jpg) no-repeat center center;
      height: 100%;
      width: 100%;
      background-size: cover;
    }

    #beerImg{
      position: absolute;
      z-index: 999;
      height:900px;
    }


  }

  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .inputBonContainer {
      width: 50%;
      float: left;
    }
    #beerImg{
      position: absolute;
      z-index: 999;
      height:600px;
    }

    #bonBg {
      height: 5%;
    }

    .inputBon {
      display: block;
      margin: auto;
      width: 75%;
      background: transparent;
      border: 1px solid #A6B9A3;
      color: white;
      padding: 5px;
      font-size: 16px;
      font-family: "Times New Roman";
      line-height: 1.5em;
      padding: 0.75em;
      padding-left: 2em;
      margin-bottom: 1.25em;
    }

    .submitBtn {
      font-family: "Times New Roman";
      background: transparent;
      border: none;
      color: white;
      font-size: 23px;
      padding-top: 2rem;
      text-transform: uppercase;
      cursor: pointer;
    }

    .arrow-container{
      position: absolute;
      left: 50%;
      bottom: 1rem;
      transform: translateX(-50%);
    }

    #bg-img {
      background: url(../img/bg-img.jpg) no-repeat center center;
      min-height: 470px;
      background-size: cover;
    }
    #beerImg{
      position: absolute;
      z-index: 999;
      height: 100%;
      right: -4rem;
    }
  }

  @media only screen and (min-width: 60em) {
    .inputBonContainer {
      width: 50%;
      float: left;
    }

    #beerImg {
      position: absolute;
      z-index: 999;
      height: 100%;
      right: -4rem;
    }

    #bonBg {
      height: 5%;
    }

    #dataFormat{
      font-size:15px;
    }

    .inputBon {
      display: block;
      margin: auto;
      width: 60%;
      background: transparent;
      border: 1px solid #A6B9A3;
      color: white;
      padding: 5px;
      font-size: 16px;
      font-family: "Times New Roman";
      line-height: 1.5em;
      padding: 0.75em;
      padding-left: 2em;
      margin-bottom: 1.25em;
    }

    .submitBtn {
      font-family: "Times New Roman";
      background: transparent;
      border: none;
      color: white;
      font-size: 23px;
      padding-top: 2rem;
      text-transform: uppercase;
      cursor: pointer;
    }

    .arrow-container{
      position: absolute;
      left: 50%;
      bottom: 1rem;
      transform: translateX(-50%);
    }

    #bg-img {
      background: url(../img/bg-img.jpg) no-repeat center center;
      height: 100%;
      width: 100%;
      background-size: cover;
      padding:0!important;
    }

    .valoriNutritionale{
      width:85%;
      position:relative;
      margin-left:17%;
      margin-top:1rem;
      font-size:15px;
      color:#4B4B4B;
    }
  }

  @media only screen and (min-width: 1300px) {
    .inputBonContainer {
      width: 50%;
      float: left;
    }

    #bonBg {
      height: 5%;
    }



    .inputBon {
      display: block;
      margin: auto;
      width: 45%;
      background: transparent;
      border: 1px solid #A6B9A3;
      color: white;
      padding: 5px;
      font-size: 15px;
      font-family: "Times New Roman";
      line-height: 1.5em;
      padding: 0.75em;
      padding-left: 2em;
      margin-bottom: 1.25em;
    }

    .submitBtn {
      font-family: "Times New Roman";
      background: transparent;
      border: none;
      color: white;
      font-size: 25px;
      padding-top: 2rem;
      text-transform: uppercase;
      cursor: pointer;
    }

    .arrow-container{
      position: absolute;
      left: 50%;
      bottom: 1rem;
      transform: translateX(-50%);
    }

    .arrow-down{
      background:url(../img/arrow_down.png) no-repeat center center;

    }

    #bg-img {
      background: url(../img/bg-img.jpg) no-repeat center center;
      height: 100%;
      width: 100%;
      background-size: cover;
      padding-bottom: 10%!important;
    }



    .valoriNutritionale{
      width:85%;
      position:relative;
      margin-left:15%;
      margin-top:1rem;
      color:#4B4B4B
    }
    #beerImg{
      /*position: absolute;*/
      /*z-index: 999;*/
      height:100%;
      right: -4rem;
    }
  }

 input[type="text"],
 input[type="email"]  {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box‌​-sizing: border-box;
  border: 1px solid  #a9bca7;
  transition: all .3s ease-in-out; }

 input[type="text"].active,
 input[type="text"]:focus,
input[type="email"].active,
 input[type="email"]:focus{
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 5px 6px rgba(0, 0, 0, 0.23); }

 .alert-success{
   color: forestgreen;
   font-family: "Times New Roman";
   margin-bottom: 5px;
 }


@media only screen and (min-width: 1800px) {

  #beerImg{
    right:4rem;
  }
}





