/* =========================================================================

    Project: zubr-bier.de
    Author: Piotr Bajer
    Last updated: @@timestamp
@@toc

   ========================================================================= */
@font-face {
  font-family: 'Zubr';
  src: url("../../../fonts/gothic821cneu-normal.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.picker__input {
  cursor: default; }

.picker__input.picker__input--active {
  border-color: #0089ec; }

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  transition: background .15s ease-out,-webkit-transform 0s .15s;
  -webkit-transition: background .15s ease-out,-webkit-transform 0s .15s;
  transition: background .15s ease-out,transform 0s .15s;
  transition: background .15s ease-out,transform 0s .15s,-webkit-transform 0s .15s;
  -webkit-backface-visibility: hidden; }

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__frame, .picker__holder {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out; }

.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; }
  .picker__wrap {
    display: block; } }

.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em; } }

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; }
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px; } }

.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background .15s ease-out;
  transition: background .15s ease-out; }

.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0; } }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .1em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #3b7800; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #26794b; }

.picker__nav--prev:hover:before {
  border-right-color: #fff; }

.picker__nav--next:hover:before {
  border-left-color: #fff; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #3b7800;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #fff;
  background: #26794b; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #fff;
  background: #26794b; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #3b7800;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #fff;
  background: #26794b;
  border-bottom-color: #26794b; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #26794b;
  border-color: #3b7800;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #3b7800;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ed1b25; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--close:hover:before {
  color: #ed1b25; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
html {
  font-size: 12px;
  box-sizing: border-box;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  html *,
  html *:before,
  html *:after {
    box-sizing: inherit; }

* {
  margin: 0;
  padding: 0; }

#bg-wrapper {
  width: 100vw;
  height: 100vh;
  z-index: -999;
  position: fixed;
  /*@media (max-width: 600px) {
        background: url($pattern-top) left top/auto 140px repeat-x fixed,
            // url('../../../img/bg-main.jpg') center center/cover no-repeat fixed ,
        url('../../../img/bg_main.jpg') 20% center/cover no-repeat fixed,
            // url('../../../img/bg_main.jpg') no-repeat center center fixed,
        #000;
    }
    background: url($pattern-top) left top/auto 140px repeat-x fixed,
        // url('../../../img/bg-main.jpg') center center/cover no-repeat fixed ,
    url('../../../img/bg_main.jpg') center center/cover no-repeat fixed,
    #000;*/ }

#bg-wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

#bg-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/png;base64,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") left top/auto 140px repeat-x fixed, #000; }

@media (max-width: 600px) {
  #bg-wrapper:before {
    background: url("data:image/png;base64,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") left top/auto 140px repeat-x fixed, #000; } }

body {
  position: relative;
  padding-bottom: 180px;
  text-align: left;
  font-family: Tahoma, Geneva, Verdana, Segoe, sans-serif;
  line-height: 1.4;
  color: #fff;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .is-touch body {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }

@media (min-width: 768px) {
	body {
		padding-bottom: 100px;
	}
}

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: none; }

img, video {
  max-width: 100%; }

p {
  margin: 1em 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

h1 {
  margin: 0;
  line-height: 1; }

h2 {
  margin: 0;
  line-height: 1; }

h3 {
  margin: 0;
  line-height: 1; }

h4 {
  margin: 0;
  line-height: 1; }

h5 {
  margin: 0;
  line-height: 1; }

h6 {
  margin: 0;
  line-height: 1; }

input, textarea {
  border: none;
  color: #000;
  border-radius: 6px;
  padding: 0.5em 1em; }
  input[type="submit"], textarea[type="submit"] {
    background-color: #26794b;
    color: white;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s; }
    input[type="submit"]:hover, textarea[type="submit"]:hover {
      background-color: #ed1b25; }

ul {
  list-style-type: none; }

fieldset {
  padding: 10px 0;
  border: none; }

.container {
  margin: 0 auto;
  width: 90vw;
  max-width: 960px; }
  .container.page {
    text-align: left; }

#ForgotPassword {
  margin-top: 10px; }

.field + .field {
  margin-top: 10px; }

.field .middleColumn {
  margin-top: 5px; }

.text-zubr {
  font-family: "Zubr", serif; }

.text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }

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

.text h1, .text h2, .text h3 {
  font-size: 2.5em;
  font-weight: 400;
  font-family: "Zubr", serif; }

.text h2 {
  font-size: 2.16667em; }

.text h3 {
  font-size: 1.83333em; }

.text td:not(:first-child) {
  padding-left: 1em; }

.message {
  font-family: "Zubr", serif;
  font-size: 32px;
  margin-bottom: 20px; }
  .message--error {
    color: #ed1b25; }

/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BOX RGBA */
/* OPACITY */
/* TRANSITION */
/* line 88, ../../../../../icon/*.png */
.icon-sprite, .icon-close, .icon-next, .flex-direction-nav .flex-next, .icon-prev, .flex-direction-nav .flex-prev, .icon-slash {
  background-image: url("../../../../../themes/zubr/img/icon-s2350ed9325.png");
  background-repeat: no-repeat; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-close {
  background-position: 0 0;
  height: 45px;
  width: 45px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-next, .flex-direction-nav .flex-next {
  background-position: 0 -45px;
  height: 56px;
  width: 29px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-next:hover, .flex-direction-nav .flex-next:hover, .icon-next.next-hover, .flex-direction-nav .next-hover.flex-next {
  background-position: 0 -101px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-prev, .flex-direction-nav .flex-prev {
  background-position: 0 -157px;
  height: 56px;
  width: 29px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-prev:hover, .flex-direction-nav .flex-prev:hover, .icon-prev.prev-hover, .flex-direction-nav .prev-hover.flex-prev {
  background-position: 0 -213px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-slash {
  background-position: 0 -269px;
  height: 26px;
  width: 13px; }

/* line 120, ../../../../../channel/*.png */
.channel-sprite, .channel-email, .channel-facebook, .channel-instagram, .channel-twitter, .channel-youtube {
  background-image: url("../../../../../themes/zubr/img/channel-s05e4f6d6ab.png");
  background-repeat: no-repeat; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel-email {
  background-position: 0 0;
  height: 45px;
  width: 48px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel-email:hover, .channel-email.email-hover {
  background-position: 0 -45px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel-facebook {
  background-position: 0 -90px;
  height: 45px;
  width: 48px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel-facebook:hover, .channel-facebook.facebook-hover {
  background-position: 0 -135px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel-instagram {
  background-position: 0 -180px;
  height: 45px;
  width: 49px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel-instagram:hover, .channel-instagram.instagram-hover {
  background-position: 0 -225px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel-twitter {
  background-position: 0 -270px;
  height: 45px;
  width: 49px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel-twitter:hover, .channel-twitter.twitter-hover {
  background-position: 0 -315px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel-youtube {
  background-position: 0 -360px;
  height: 45px;
  width: 48px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel-youtube:hover, .channel-youtube.youtube-hover {
  background-position: 0 -405px; }

/* line 120, ../../../../../channel_small/*.png */
.channel_small-sprite, .channel_small-email, .channel_small-facebook, .channel_small-instagram, .channel_small-twitter, .channel_small-youtube {
  background-image: url("../../../../../themes/zubr/img/channel_small-sc372e161e9.png");
  background-repeat: no-repeat; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel_small-email {
  background-position: 0 0; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel_small-email:hover, .channel_small-email.email-hover {
  background-position: 0 -30px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel_small-facebook {
  background-position: 0 -60px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel_small-facebook:hover, .channel_small-facebook.facebook-hover {
  background-position: 0 -90px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel_small-instagram {
  background-position: 0 -120px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel_small-instagram:hover, .channel_small-instagram.instagram-hover {
  background-position: 0 -149px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel_small-twitter {
  background-position: 0 -178px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel_small-twitter:hover, .channel_small-twitter.twitter-hover {
  background-position: 0 -207px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel_small-youtube {
  background-position: 0 -236px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.channel_small-youtube:hover, .channel_small-youtube.youtube-hover {
  background-position: 0 -266px; }

/* line 144, ../../../../../controls/*.png */
.controls-sprite, .controls-close, .controls-pause, .controls-play, .controls-repeat, .controls-sound-off, .controls-sound-on, .controls-stop {
  background-image: url("../../../../../themes/zubr/img/controls-s3215f2646b.png");
  background-repeat: no-repeat; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.controls-close {
  background-position: 0 0;
  height: 10px;
  width: 10px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.controls-pause {
  background-position: 0 -10px;
  height: 23px;
  width: 13px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.controls-pause:hover, .controls-pause.pause-hover {
  background-position: 0 -33px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.controls-play {
  background-position: 0 -56px;
  height: 21px;
  width: 18px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.controls-play:hover, .controls-play.play-hover {
  background-position: 0 -77px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.controls-repeat {
  background-position: 0 -98px;
  height: 25px;
  width: 31px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.controls-repeat:hover, .controls-repeat.repeat-hover {
  background-position: 0 -123px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.controls-sound-off {
  background-position: 0 -148px;
  height: 25px;
  width: 23px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.controls-sound-off:hover, .controls-sound-off.sound-off-hover {
  background-position: 0 -173px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.controls-sound-on {
  background-position: 0 -198px;
  height: 22px;
  width: 23px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.controls-sound-on:hover, .controls-sound-on.sound-on-hover {
  background-position: 0 -220px; }

/* line 84, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.controls-stop {
  background-position: 0 -242px;
  height: 17px;
  width: 17px; }

/* line 59, /Users/konrad/.gem/ruby/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.controls-stop:hover, .controls-stop.stop-hover {
  background-position: 0 -259px; }

.hamburger {
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  text-align: center;
  position: relative;
  background-color: #fff;
  border: none;
  padding: 0;
  border-radius: 6px;
  line-height: 1; }
  .hamburger__wrapper {
    display: inline-block;
    width: 26px;
    height: 18px;
    position: relative; }
  .hamburger__bar {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #000;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out, background-color 0.4s;
    transition: .25s ease-in-out, background-color 0.4s; }
    .hamburger__bar:nth-child(1) {
      top: 0; }
    .hamburger__bar:nth-child(2), .hamburger__bar:nth-child(3) {
      top: 7px; }
    .hamburger__bar:nth-child(4) {
      top: 14px; }
  .no-touch .hamburger:hover {
    background-color: #000; }
  .no-touch .hamburger:hover .hamburger__bar {
    background-color: #fff; }
  .menu-open .hamburger {
    background-color: #000; }
    .menu-open .hamburger__bar {
      background-color: #fff; }
      .menu-open .hamburger__bar:nth-child(1) {
        top: 7px;
        width: 0;
        left: 50%; }
      .menu-open .hamburger__bar:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 26px; }
      .menu-open .hamburger__bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 26px; }
      .menu-open .hamburger__bar:nth-child(4) {
        top: 7px;
        width: 0;
        left: 50%; }
header .nav {
    text-align: center;
}
      /*
@media (max-width: 1399px) {
  header .navbar-nav.navbar-right a {
    margin: 0px 5px 16px; }
  .channel-sprite,
  .channel-email,
  .channel-facebook,
  .channel-instagram,
  .channel-twitter,
  .channel-youtube {
    background: url("../../../img/channel_small-sc372e161e9.png") no-repeat;
    height: 30px;
    width: 32px; }
  .channel-email {
    background-position: 0 0; }

  .channel-email:hover,
  .channel-email.email-hover {
    background-position: 0 -30px; }

  .channel-facebook {
    background-position: 0 -60px; }

  .channel-facebook:hover,
  .channel-facebook.facebook-hover {
    background-position: 0 -90px; }

  .channel-instagram {
    background-position: 0 -120px; }
  .channel-instagram:hover,
  .channel-instagram.instagram-hover {
    background-position: 0 -149px; }

  .channel-twitter {
    background-position: 0 -178px; }
  .channel-twitter:hover,
  .channel-twitter.twitter-hover {
    background-position: 0 -207px; }
  .channel-youtube {
    background-position: 0 -236px; }
  .channel-youtube:hover,
  .channel-youtube.youtube-hover {
    background-position: 0 -266px; } }
*/
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-right: 15px;
  padding-left: 15px; }

.nav > li {
  position: relative;
  display: inline-block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent; }

.navbar-nav.navbar-right a {
  text-indent: -999px;
  overflow: hidden; }

.menu {
  font-family: "Zubr", serif;
  font-size: 21px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  line-height: 1; }
  .menu__item {
    display: inline-block;
    background: #000;
    -webkit-transition: background-color 0.4s, border-color 0.4s;
    transition: background-color 0.4s, border-color 0.4s;
    border: 4px solid transparent;
    border-radius: 4px;
    padding: 5px 5px 3px;
    margin: 10px 5px; }
    .menu__item.active,
    .menu__item:hover {
      background-color: #ed1b25;
      border-color: #8c0c12; }
  @media (min-width: 768px) {
    .menu__item {
      margin: 5px; } }

.header {
  margin-top: 5px;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  z-index: 10; }
  .header__logo {
    display: block; }
    .header__logo-image {
      width: 65px;
      height: 72px;
      display: block; }
  .header__hamburger {
    position: absolute;
    right: 0;
    top: 16px; }
  .header__navigation {
    overflow: hidden;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s; }
  @media (max-width: 767px) {
    .header__navigation {
      max-height: 0; }
    .header.menu-open .header__navigation {
      max-height: 250px; } }
  @media (min-width: 768px) {
    .header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .header__logo {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0; }
      .header__navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      .header__menu {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0 10px 0 40px; }
      .header__social {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .header__hamburger {
        display: none; } }
		@media (min-width: 768px) and (max-width: 1023px) {
			.header__menu {
				font-size: 16px;
			}
		}
  @media (min-width: 1024px) {
    .header__logo-image {
      width: 130px;
      height: 144px; } }

@media (max-width: 767px) {
  .header:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    width: 100vw;
    height: -webkit-calc(100% + 180px);
    height: calc(100% + 180px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: red;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #002001), color-stop(50%, rgba(0, 32, 1, 0.9)), to(rgba(0, 32, 1, 0)));
    background: -webkit-linear-gradient(top, #002001 25%, rgba(0, 32, 1, 0.9) 50%, rgba(0, 32, 1, 0) 100%);
    background: linear-gradient(to bottom, #002001 25%, rgba(0, 32, 1, 0.9) 50%, rgba(0, 32, 1, 0) 100%);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .header.menu-open:before {
    opacity: 1; } }

.main {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .main {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 1024px) {
    .main {
      margin-top: 50px;
      margin-bottom: 50px; } }

/* FOOTER */
footer {
  /* display: none; */
  z-index: 12;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px;
  padding-top: 10px;
  background: url("../img/overlay.png?1411717951") repeat 0 0;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

/* line 378, ../scss/_layout.scss */
footer .wrapper {
  max-width: 960px;
  margin: 0 auto; }

/* line 383, ../scss/_layout.scss */
footer .abc-alkoholu, footer .copyright, footer .etics {
  float: left;
  width: 33%;
  margin: 0;
  padding: 0; }

/* line 391, ../scss/_layout.scss */
footer .abc-alkoholu img {
  width: 90%;
  max-width: 264px; }

/* line 397, ../scss/_layout.scss */
footer .copyright {
  text-align: center; }

/* line 401, ../scss/_layout.scss */
footer .etics {
  text-align: right; }

/* line 405, ../scss/_layout.scss */
footer a {
  text-decoration: underline; }

footer {
  background: rgba(130, 142, 163, 0.5) none; }

footer {
  text-shadow: none !important;
  color: #000 !important; }

footer a {
  color: #000 !important;
  font-weight: bold;
  text-decoration: none; }

@media (max-width: 1399px) {
  footer {
    height: 75px;
    font-size: 10px; }
  /* line 57, ../scss/_responsive.scss */
  footer p {
    font-size: 10px;
    display: inline-block; } }

@media (max-width: 767px) {
  footer {
    height: auto;
    padding-top: 6px; }
  /* line 136, ../scss/_responsive.scss */
  footer .abc-alkoholu, footer .copyright, footer .etics {
    width: 100%;
    text-align: center; } }

.page-title {
  font-size: 4.33333em;
  line-height: 1;
  padding-bottom: 0.4em;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed rgba(107, 197, 125, 0.4);
  font-family: "Zubr", serif;
  font-weight: 400;
  text-transform: uppercase; }

.home-video {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px; }
  .home-video video {
    width: 100%;
    display: block;
    border: 3px solid #bc8526;
    background-color: #000; }

.products__title {
  font-size: 92px;
  margin: -0.1em 0 0 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal; }

.products__subtitle {
  font-size: 30px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal; }

.products__description {
  border-top: 1px dashed rgba(107, 197, 125, 0.4);
  padding-top: 25px;
  margin-top: 25px;
  font-family: Tahoma, Geneva, sans-serif; }

.products__slides {
  margin-top: 20px; }

.products__slide-image {
  height: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .products__slide-image img {
    display: block;
    max-height: 450px; }

.products__slide-description {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: -0.3em;
  text-align: center; }

@media (min-width: 768px) {
  .products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .products__text {
      width: 57.5%;
      text-align: left; }
    .products__slides {
      width: 37.5%;
      margin-top: 0; } }

.products .products_carousel li {
  text-align: center; }

.vids {
  text-align: center; }
  .vids__title {
    font-size: 62px;
    margin-top: -0.1em;
    letter-spacing: 0.02em; }
  .vids__tiles {
    max-width: 480px;
    margin: 40px auto 0; }
  .vids__tile {
    display: block;
    padding-top: 66.66667%;
    position: relative;
    background: center center no-repeat;
    background-size: cover;
    /*
    &-slides:after {
      opacity: 0.5;
      content: '';
      background: url('../img/icon-play.svg') no-repeat center center;
    }*/
    /*&-slides:hover {
      &:after {
        opacity: 0.5;
      }
    }*/ }
    .vids__tile:hover .vids__tile-caption {
      opacity: 0; }
    .vids__tile:hover .vids__tile-slides {
      opacity: 1; }
    .vids__tile + .vids__tile {
      margin-top: 20px; }
    .vids__tile:before {
      content: '';
      background-color: rgba(0, 0, 0, 0.5); }
    .vids__tile-slides, .vids__tile-slide, .vids__tile:before, .vids__tile-slides:after {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
    .vids__tile-caption {
      text-align: center;
      position: absolute;
      left: 0;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      line-height: 1;
      display: block;
      width: 95%;
      margin: 0 auto;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      will-change: opacity; }
      .vids__tile-caption.processed {
        visibility: visible; }
      .no-js .vids__tile-caption {
        font-size: 40px; }
      .js .vids__tile-caption:not(.processed) {
        visibility: hidden; }
      .vids__tile-caption-wrapper {
        border-top: 5px solid #fff;
        border-bottom: 5px solid #fff;
        padding: 5px;
        max-width: 100%;
        display: inline-block; }
      .vids__tile-caption-line {
        display: inline-block;
        margin: -0.05em 0 -0.15em;
        white-space: nowrap; }
        .vids__tile-caption-line:not(:first-child) {
          padding-top: 5px; }
    .vids__tile-slides {
      opacity: 0; }
      .vids__tile-slides:after {
        opacity: 0.5;
        content: '';
        background: url("../../../img/icon-play.svg") no-repeat center center; }
    .vids__tile-slide {
		background-position: center center;
		background-size: cover;
      -webkit-transition-duration: 1s;
      transition-duration: 1s;
      opacity: 0; }
      .vids__tile-slide.active {
        opacity: 1; }
  .vids__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden; }
    .vids__overlay.active {
      opacity: 1;
      visibility: visible; }
    .vids__overlay-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 100vh; }
  .vids__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000; }
    .vids__video-wrapper {
      width: -webkit-calc(100% - 100px);
      width: calc(100% - 100px);
      max-width: 960px;
      position: relative;
      margin: 40px 20px; }
      .vids__video-wrapper:before {
        content: '';
        display: block;
        padding-top: 56.25%; }
  .vids__close {
    position: absolute;
    right: -23px;
    top: -23px;
    border: none;
    background-color: transparent;
    padding: 0;
    width: 46px;
    height: 46px;
    line-height: 1; }
    .vids__close:hover .vids__close-image {
      fill: #ed1b25; }
    .vids__close-image {
      fill: #fff;
      -webkit-transition: fill 0.4s;
      transition: fill 0.4s; }
  .vids__arrow {
    border: none;
    background-color: transparent;
    padding: 0;
    line-height: 1; }
    .vids__arrow:hover .vids__arrow-image {
      fill: #ed1b25; }
    .vids__arrow-image {
      fill: #fff;
      -webkit-transition: fill 0.4s;
      transition: fill 0.4s; }
  .vids__prev {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media (min-width: 768px) {
    .vids__tile-caption-wrapper {
      padding: 10px;
      border-width: 10px; } }
  @media (min-width: 1024px) {
    .vids__tiles {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      max-width: none;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .vids__tile {
      width: 50%;
      margin: 0;
      padding-top: 33.33333%; }
      .vids__tile + .vids__tile {
        margin: 0; } }

#AgeGate {
  width: 570px;
  margin: 0 auto;
  text-align: center;
  text-shadow: 2px 2px 1px black;
  display: none; }
  #AgeGate.shown {
    display: block; }
  #AgeGate h2 {
    font-size: 50px;
    margin-top: 30px; }
  #AgeGate .info {
    font-size: 23px; }
  #AgeGate .age-check #google-check-age {
    display: none; }
  #AgeGate .age-check a {
    display: inline-block; }
    #AgeGate .age-check a + a {
      margin-top: 10px; }
  #AgeGate .inputs-age-form input {
    width: 94px;
    height: 45px;
    border: 1px solid #796652;
    font-size: 20px;
    text-align: center;
    padding: 10px 12px;
    color: black;
    display: inline-block; }
    #AgeGate .inputs-age-form input::-webkit-inner-spin-button, #AgeGate .inputs-age-form input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  #AgeGate .inputs-age-form input + input {
    margin-left: 5px; }
  #AgeGate .checkbox {
    display: inline-block;
    width: 130px; }
    #AgeGate .checkbox label {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-size: 12px;
      display: block; }
  #AgeGate .lub {
    font-size: 23px;
    margin: 20px 0; }
  #AgeGate .dont {
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
  #AgeGate .check-button {
    width: 290px;
    margin: 0px auto; }
  #AgeGate .cookies {
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 30px; }
  #AgeGate .pretty {
    font-size: 31px;
    display: block;
    line-height: 45px;
    color: white;
    text-transform: uppercase;
    height: 50px;
    border: 3px solid #26794b;
    background: none;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
    #AgeGate .pretty:hover {
      background-color: #0d6e3f;
      background-color: rgba(13, 110, 63, 0.5);
      text-decoration: none;
      color: white; }
    #AgeGate .pretty.active {
      background-color: #1b643d; }
    #AgeGate .pretty:focus {
      text-decoration: none; }

.inputs-age-form .swipers_container {
  position: relative; }

.inputs-age-form div.input {
  margin: 0px 8px;
  position: relative;
  display: inline-block; }

.inputs-age-form input {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  cursor: pointer; }

.inputs-age-form .arrow {
  width: 30px;
  display: none;
  position: absolute;
  bottom: -14px;
  height: 15px;
  background: url("../../../img/age_form/arrow.png");
  left: 50%;
  margin-left: -15px; }

.inputs-age-form .scroll_date,
.inputs-age-form .scroll_year {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  display: none;
  color: #c3c3c3;
  background: #fff;
  height: 45px;
  overflow-x: hidden;
  position: absolute;
  width: 500px;
  left: 50%;
  bottom: -58px;
  margin-left: -250px;
  z-index: 10;
  text-shadow: none;
  overflow-x: scroll; }

.inputs-age-form .scroll_date .numbers,
.inputs-age-form .scroll_year .numbers {
  width: auto;
  position: absolute;
  padding-top: 7px; }

.inputs-age-form .scroll_date span {
  font-size: 24px;
  width: 44px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  float: left; }

.inputs-age-form .scroll_year span {
  font-size: 24px;
  width: 81px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  float: left; }

.inputs-age-form .scroll_date span:hover,
.inputs-age-form .scroll_year span:hover,
.inputs-age-form .scroll_year span.active {
  color: #000; }

.inputs-age-form .swipe_container_year {
  top: 105px !important; }

select.error {
  border-color: #e9322d; }

@media (max-width: 720px) {
  .inputs-age-form .scroll_date, .inputs-age-form .scroll_year {
    width: 100%;
    left: auto;
    margin-left: 0px; }
  div.input.number {
    width: 100%;
    margin: 0px 0px 10px 0px; } }

@media (max-width: 480px) {
  .pretty {
    width: 117px;
    height: 50px;
    font-size: 22px; }
  #AgeGate {
    width: 340px; }
    #AgeGate h2 {
      font-size: 35px; } }

@media (max-width: 320px) {
  .pretty {
    width: 100px;
    height: 30px;
    font-size: 10px;
    line-height: 20px; }
  .cookies {
    width: 300px;
    margin: 0px auto;
    text-align: center; }
  #AgeGate {
    width: 300px; }
    #AgeGate h2 {
      font-size: 35px; } }

.contact__form {
  margin-top: 30px; }

.contact fieldset {
  padding: 0;
  margin: 0;
  display: block; }

.contact label, .contact #Form_Form_pot_Holder {
  display: none; }

.contact input, .contact textarea {
  display: block;
  width: 100%;
  border: 2px solid #255500;
  border-radius: 2px;
  padding: 0.5em;
  -webkit-transition: border-color 0.4s, background-color 0.4s;
  transition: border-color 0.4s, background-color 0.4s;
  font-size: 1em;
  margin-top: 1em; }
  .contact input:hover, .contact input:focus, .contact textarea:hover, .contact textarea:focus {
    border-color: #26794b; }
  .contact input:first-child, .contact textarea:first-child {
    margin-top: 0; }

.js input[name="pot"] {
  display: none; }

.contact textarea {
  height: 100px; }

.contact input[type="submit"] {
  font-family: "Zubr", serif;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 0.2em 0.5em;
  margin-top: 1em; }
  .contact input[type="submit"]:hover, .contact input[type="submit"]:focus {
    border-color: #7f0a10; }

.contact .message.validation {
  color: #ed1b25;
  font-family: Tahoma, Geneva, Verdana, Segoe, sans-serif;
  font-size: 1em; }

@media (min-width: 768px) {
  .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .contact__text {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      max-width: 33%; }
    .contact__form {
      margin-left: 50px;
      margin-top: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-size: 1.2em; }
    .contact input, .contact textarea {
      border-width: 3px;
      padding: 0.68em 1em; }
    .contact textarea {
      height: 150px; }
    .contact input[type="submit"] {
      width: auto;
      padding: 0.2em 1em; } }

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0 0 60px;
  position: relative; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 197px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer; }
  .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
    position: absolute;
    top: 50%;
    overflow: hidden;
    text-indent: -999em; }
  .flex-direction-nav .flex-prev {
    left: 0px; }
  .flex-direction-nav .flex-next {
    right: 0px; }
  .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default; }
  .flex-direction-nav a:before {
    font-size: 40px;
    display: inline-block;
    content: ''; }
  .flex-direction-nav a.flex-next:before {
    content: ''; }

.flex-caption {
  padding-top: 20px;
  font-size: 22px; }

/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: -40px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 20px;
  background: #58524e; }

.flex-control-nav li {
  margin: 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-nav li:first-child {
  margin-left: 6px; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 6px; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
  .flex-control-thumbs img:hover {
    opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

body {
  font-family: 'Zubr'; }

#insta {
  background: #000;
  margin: 20px auto 20vh;
  width: 940px;
  border-radius: 10px;
  overflow: hidden;
  position: relative; }

#insta iframe {
  display: none;
  width: 100%;
  background: #000;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0; }

#insta iframe.ready {
  display: block; }

#insta_intro {
  padding-top: 50px;
  text-align: center; }

#insta_intro h1 {
  text-transform: uppercase;
  font-size: 48px; }

#insta_intro p {
  padding-top: 10px;
  font-weight: normal;
  font-size: 1.7em; }

#insta_intro p a {
  font-weight: bold; }

#insta2 {
  background: #000;
  margin: 20px auto 40px;
  width: 940px;
  border-radius: 10px;
  overflow: hidden;
  position: relative; }

#insta2 iframe {
  display: none;
  width: 100%;
  background: #000;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0; }

#insta2 iframe.ready {
  display: block; }

#insta_intro2 {
  padding-top: 50px;
  text-align: center; }

#insta_intro2 h1 {
  text-transform: uppercase;
  font-size: 48px; }

#insta_intro2 p {
  padding-top: 10px;
  font-weight: normal;
  font-size: 1.7em; }

#insta_intro2 p a {
  font-weight: bold; }

@media (max-width: 960px) {
  #insta, #insta2 {
    width: 640px; } }

@media (max-width: 700px) {
  #insta, #insta2 {
    width: 490px; } }

@media (max-width: 540px) {
  #insta, #insta2 {
    width: 330px; } }
