/*
Theme Name: Zatecky2022
Theme URI: https://directors.com.pl/
Author: Directors Group
Author URI: https://directors.com.pl/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zatecky2022
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Zatecky is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: 'bebas_neuebold';
    src: url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINPro-Regular';
    font-style: normal;
    font-weight: 400;
    src: local('DINPro-Regular'), url('https://fonts.cdnfonts.com/s/13727/DINPro-Regular_13937.woff') format('woff');
}

@font-face{font-family:din alternate;font-style:normal;font-weight:700;src:local('DIN Alternate'),url(https://fonts.cdnfonts.com/s/14503/DINAlternate-Bold.woff) format('woff')}

@font-face{font-family:dinpro-bold;font-style:normal;font-weight:700;src:local('DINPro-Bold'),url(https://fonts.cdnfonts.com/s/13730/DINPro-Bold_13934.woff) format('woff')}

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

body {
	margin: 0;
        overflow-x:hidden;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-family:'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #012919; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;text-decoration:none;
}

*:hover,
*:focus,
*:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: inline-block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 980px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		float: right;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
object {pointer-events: none;}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Mix
--------------------------------------------------------------*/
.blurred {filter:blur(5px);}

.noshow {display:none;}
.age-verify {text-align:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;background:url(img/bg.jpg)center right no-repeat;background-size:cover;}
.age-content {position:relative;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%); margin-left: auto; margin-right: auto;background: rgba(0,0,0,0.55);padding: 20px;width:50%}
.age-verify img {}
.age-verify p {font-size:21px;line-height:30px;margin-top:30px;margin-bottom:20px;}
.age-verify h1 {font-size:50px;line-height:1;font-weight:400;margin-top:0;margin-bottom:47px;}
.age-verify h1 strong {font-weight:700;}
.age-verify .agebuttons {}
.age-verify .agebuttons button {margin:0 18px;border-radius:0;color:#fff;text-transform:uppercase;height:64px;width:110px;display:inline-block;background:#b18f59;border:2px solid #b18f59;font-weight:700;font-size:22px;}
.age-verify .agebuttons button:hover, .age-verify .agebuttons button:focus {background:none;}
.age-verify p.disclaimer {margin-bottom:0px;font-size:11px;line-height:12px;margin-top: 25px;}

.ageverify {color:#fff;text-align:center;position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background:url(img/blockbg.jpg) center center no-repeat;background-size:cover;z-index:999;}
.agecenter {width:580px;margin:auto;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);}

.agecenter object {}
.ageinfo {font-size:19px;line-height:30px;margin-top:45px;margin-bottom:47px;}
.agecenter h2 {font-family: 'bebas_neuebold';font-weight:400;font-size:53px;line-height:1;margin-top:0;margin-bottom:34px;}
.agecenter h2 span {color:#f9b81b;line-height:1;text-transform:uppercase;font-weight:400;}
.agebuttons {text-align:center;}
.agebuttons a {padding:0 8px;height:60px;line-height:56px;background:#b18f59;border:2px solid #b18f59;font-family: 'bebas_neuebold';text-transform:uppercase;font-size:40px;color:#0f0e09;text-transform:uppercase;border-radius:0;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.agebuttons a:hover, .agebuttons a:focus {background:rgba(248,184,27,0);color:#fff;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.agecookie {position:absolute;bottom:28px;;width:980px;margin:auto;left:0;right:0;}
.agecookie p {font-size:14px;line-height:25px;}
.wrap {width:1200px;margin:auto;}
.cc-dismiss {font-family: 'bebas_neuebold';font-weight:400;font-size:20px;}
/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/

.site-header {z-index:90;float:left;width:100%;height:120px;border-bottom:1px solid #b18f59;line-height:120px;position:absolute;top:0;left:0;}
.site-branding {margin-top:5px;float:left;}
.site-title {display: inline-block;position: relative; z-index: 1;}
.site-title img {position: relative; z-index: -1; height: 100px;}
.main-navigation {margin-left:379px;}
.main-navigation ul li {margin:0 18px;}
.main-navigation ul li a {font-size:16px;text-transform:uppercase;font-weight:700;position:relative;}
.main-navigation ul li a:after {left:0;right:0;margin:auto;position:absolute;background:#b18f59;content:'';bottom:48px;width:0;height:3px;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.main-navigation ul li a:hover:after, .main-navigation ul li a:focus:after, .main-navigation ul li.current_page_item a:after {width:100%;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.main-navigation ul li a:hover, .main-navigation ul li a:focus, .main-navigation ul li.current_page_item a {color:#ffffff;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.header-socials {float:right;}
.header-socials a {font-size:15px;float:left;margin-left:24px;}
.page-template-page-home .main-navigation ul li a, .page-template-page-home .header-socials a {text-shadow:0 0 4px #1b1b1b;}

.lang-selector {left:0;right:0;text-align:right;}
.lang-selector a, .lang-selector span {text-transform:uppercase;margin-right:40px;font-size:18px;}
.lang-selector span {position:relative;}
.lang-selector span:after {height:3px;content:'';background:#b18f59;width:100%;left:0;bottom:-11px;position:absolute;}
.lang-selector a {color:#ababab;}
/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/

.home-top video { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
 background: url('img/poster.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
  opacity:0.5;
}

.ie9 img[src$=".svg"] {
  width: 100%; 
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }}
.home-top {float:left;width:100%;position:relative;padding-bottom:125px;padding-top:144px;overflow:hidden; height: 100vh; display: flex;}
.home-left-content {float:left;width:60%; padding-top: 50px;}
.home-right-content {float:right;width:40%;}
.home-top h1 {margin-top:38px;margin-bottom:0;font-size:100px;line-height:97px;text-transform:uppercase;font-family: 'bebas_neuebold';font-weight:400;text-shadow:0 0 4px #1b1b1b;}
.home-top p {font-size:18px;line-height:30px;margin-top:15px;text-shadow:0 0 4px #1b1b1b;}
.home-top-buttons {}
.home-top-buttons a {padding:0 20px;color:#1b1b1b;font-family: 'bebas_neuebold';font-size:24px;text-transform:uppercase;text-align:center;height:56px;line-height:52px;border:2px solid #b18f59;background:#b18f59;float:left;margin-right:15px;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.home-top-buttons a:hover, .home-top-buttons a:focus {background:rgba(248,184,27,0);color:#fff;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.scroller {text-align:center;display: inline-block;position: relative; z-index: 1;position:absolute;bottom:11px;left:0;right:0;margin:auto;width:90px;}
.scroller span {font-family: 'bebas_neuebold';text-transform:uppercase;font-size:24px;line-height:21px;}
.scroller img {top:0;position: relative; z-index: -1;margin-top:8px;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}

.scroller:hover img {top:-5px;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.home-jakwarzymy {float:left;width:100%;background:url(img/home2bg.png)center center no-repeat;padding-bottom:140px;}
.home-jakwarzymy-content {}
.home-jakwarzymy h2 {margin-top:57px;margin-bottom:0;font-size:80px;line-height:76px;color:#f8b730;text-transform:uppercase;font-family: 'bebas_neuebold';font-weight:400;}
.home-jakwarzymy svg {height:364px;}
.home-jakwarzymy p {margin-top:0;margin-bottom:23px;font-size:19px;line-height:35px;text-align:justify;float:left;width:880px;}
.home-jakwarzymy a {clear:both;padding:0 20px;color:#1b1b1b;font-family: 'bebas_neuebold';font-size:24px;text-transform:uppercase;text-align:center;height:56px;line-height:52px;border:2px solid #b18f59;background:#b18f59;float:left;margin-right:15px;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.home-jakwarzymy a:hover, .home-jakwarzymy a:focus {background:rgba(248,184,27,0);color:#fff;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.homecontact {position:fixed;right:-400px;bottom:108px;width:341px;background:#0e0c07;padding-left:40px;padding-right:25px;padding-bottom: 20px;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.homecontact.scrolled {opacity:1;right:0;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;-ms-transition: 0.35s ease;}
.homecontact h3 {font-size:31px;line-height:31px;color:#b18f59;text-transform:uppercase;font-family: 'bebas_neuebold';font-weight:400;}
.homecontact p {font-size:15px;line-height:26px;}
.homecontact a {padding:0 18px;color:#1b1b1b;font-family: 'bebas_neuebold';font-size:20px;text-transform:uppercase;text-align:center;height:46px;line-height:42px;border:2px solid #b18f59;background:#b18f59;float:left;margin-right:15px;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.reklamacontent a {padding:10px 12px;color:#1b1b1b;font-family: 'bebas_neuebold';font-size:18px;text-transform:uppercase;text-align:center;height:36px;line-height:36px;border:2px solid #b18f59;background:#b18f59;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.homecontact a:hover, .home-top-buttons a:focus {background:rgba(248,184,27,0);color:#fff;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.reklamacontent a:hover {background:rgba(248,184,27,0);color:#fff;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.reklamacontent iframe {margin-bottom: 40px;}

/*--------------------------------------------------------------
## PRODUCTS
--------------------------------------------------------------*/

.products-top {padding-top:218px;float:left;width:100%;background:url(img/productsbg.jpg)center center no-repeat;background-size:cover;padding-bottom:183px;position:relative;overflow:hidden;}
.products-top-content {float:left;width:635px;position:relative;z-index:2;}
.products-top h1 {margin-top:38px;margin-bottom:0;font-size:97px;line-height:94px;text-transform:uppercase;font-family: 'bebas_neuebold';font-weight:400;}
.products-top p {font-size:18px;line-height:32px;margin-top:13px;}
.products-top-buttons {}
.products-top-buttons a {padding:0 20px;color:#1b1b1b;font-family: 'bebas_neuebold';font-size:24px;text-transform:uppercase;text-align:center;height:56px;line-height:52px;border:2px solid #b18f59;background:#b18f59;float:left;margin-right:15px;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.products-top-buttons a:hover, .home-top-buttons a:focus {background:rgba(248,184,27,0);color:#fff;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.products-bottles {position: absolute; max-height: 80%; max-width: 80%; margin-left: 40px;}
.smallwrap {width:800px;margin:auto;}

/*zatecky*/
.products-zatecky {float:left;width:100%; background-image: linear-gradient(#178857, #01472a); padding-bottom: 33px;}
.products-zatecky h2 {margin-top:50px;margin-bottom:11px;font-family: 'bebas_neuebold';font-size:80px;line-height:76px;color:#fff;text-align:center;font-weight:400;text-transform:uppercase;}
.products-zatecky img {float:left;margin-left:20px;}
.zateckycontent {float:right;margin-right:120px;width:540px;text-align:right;}
.zateckycontent h3 {margin-top:140px;margin-bottom:0;font-family: 'bebas_neuebold';font-size:65px;line-height:72px;font-weight:400;color:#b18f59;}
.zateckycontent h4 {margin-top:20px;margin-bottom:20px;font-size:30px;line-height:32px;opacity:0.5;font-weight:400;}
.zateckycontent p {font-size:18px;line-height:32px;}
.products-zatecky a {padding:0 12px;color:#1b1b1b;font-family: 'bebas_neuebold';font-size:18px;text-transform:uppercase;text-align:center;height:36px;line-height:32px;border:2px solid #b18f59;background:#b18f59;float:right;margin-right:0px;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.products-zatecky a:hover, .home-top-buttons a:focus {background:rgba(248,184,27,0);color:#fff;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}

/*zatecky letky*/
.products-zatecky-letky {float:left;width:100%;background-image: linear-gradient(#749e22, #628116); padding-top:30px;padding-bottom:33px;}
.products-zatecky-letky img {float:right; margin-right: 70px;}
.zateckyletkycontent {float:left;width:555px;text-align:left;}
.zateckyletkycontent h3 {margin-top:140px;margin-bottom:0;font-family: 'bebas_neuebold';font-size:65px;line-height:72px;font-weight:400;color:#ffffff;}
.zateckyletkycontent h4 {margin-top:20px;margin-bottom:20px;font-size:30px;line-height:32px;opacity:0.5;font-weight:400;}
.zateckyletkycontent p {font-size:18px;line-height:32px;}
.products-zatecky-letky a {padding:0 12px;color:#1b1b1b;font-family: 'bebas_neuebold';font-size:18px;text-transform:uppercase;text-align:center;height:36px;line-height:32px;border:2px solid #b18f59;background:#b18f59;float:left;margin-right:15px;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.products-zatecky-letky a:hover, .home-top-buttons a:focus {background:rgba(248,184,27,0);color:#fff;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}

/*zatecky zero*/
.products-zatecky-zero {float:left;width:100%;background-image: linear-gradient(#42afd7, #1978b6); padding-top:30px;padding-bottom:33px;}
.products-zatecky-zero img {float:left;margin-left:20px;}
.zateckyzerocontent {float:right;margin-right:120px;width:540px;text-align:right;}
.zateckyzerocontent h3 {margin-top:140px;margin-bottom:0;font-family: 'bebas_neuebold';font-size:65px;line-height:72px;font-weight:400;color:#ffffff;}
.zateckyzerocontent h4 {margin-top:20px;margin-bottom:20px;font-size:30px;line-height:32px;font-weight:400;color: #cadfff;}
.zateckyzerocontent p {font-size:18px;line-height:32px;}
.products-zatecky-zero a {padding:0 12px;color:#1b1b1b;font-family: 'bebas_neuebold';font-size:18px;text-transform:uppercase;text-align:center;height:36px;line-height:32px;border:2px solid #b18f59;background:#b18f59;float:right;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.products-zatecky-zero a:hover, .home-top-buttons a:focus {background:rgba(248,184,27,0);color:#fff;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}

/*zatecky cerny*/
.products-zatecky-cerny {float:left;width:100%; background-image: linear-gradient(#4b3c3b, #261312); padding-bottom: 33px;}
.products-zatecky-cerny h2 {margin-top:50px;margin-bottom:11px;font-family: 'bebas_neuebold';font-size:80px;line-height:76px;color:#fff;text-align:center;font-weight:400;text-transform:uppercase;}
.products-zatecky-cerny img {float:left;margin-left:20px;}
.zateckycernycontent {float:right;margin-right:120px;width:540px;text-align:right;}
.zateckycernycontent h3 {margin-top:140px;margin-bottom:0;font-family: 'bebas_neuebold';font-size:65px;line-height:72px;font-weight:400;color:#b18f59;}
.zateckycernycontent h4 {margin-top:20px;margin-bottom:20px;font-size:30px;line-height:32px;font-weight:400;color:#ddcbb2;}
.zateckycernycontent p {font-size:18px;line-height:32px;}
.products-zatecky-cerny a {padding:0 12px;color:#1b1b1b;font-family: 'bebas_neuebold';font-size:18px;text-transform:uppercase;text-align:center;height:36px;line-height:32px;border:2px solid #b18f59;background:#b18f59;float:right;margin-right:0px;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.products-zatecky-cerny a:hover, .home-top-buttons a:focus {background:rgba(248,184,27,0);color:#fff;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}

/*.reklama img {float:left;}*/
.reklama {float:left;width:100%;padding-top:25px;padding-bottom:45px;background-color: #144734; text-align: center;}
.reklamacontent {text-align:center;}
.reklamacontent h3, .reklama h3 {margin-bottom:0;font-family: 'bebas_neuebold';font-size:65px;line-height:72px;font-weight:400;color:#b18f59; padding-top: 0px; padding-bottom: 30px;}
.reklamacontent h4 {margin-top:20px;margin-bottom:20px;font-size:30px;line-height:32px;opacity:0.25;font-weight:400;}
.reklamacontent p {font-size:17px;line-height:28px;color:#ffffff; padding: 20px; margin: 0 0 20px 0 ;}
.najlepse-pivo {max-width: 100%;}

.error404 {margin-top: 80px}

/*--------------------------------------------------------------
## CONTACT
--------------------------------------------------------------*/
.contact {float:left;width:100%;margin-top:144px;background:url(img/contactbg.jpg)center center no-repeat;background-size:cover;padding-bottom:48px;}
.contact h1 {margin-bottom:0;margin-top:38px;margin-bottom:0;font-size:100px;line-height:97px;text-transform:uppercase;font-family: 'bebas_neuebold';font-weight:400;text-align:center;}
.cdesc {margin-top:10px;margin-bottom:35px;font-size:18px;line-height:30px;text-align:center;}
.contact-form-wrap {width:705px;margin:auto;}

.gform_fields {float:left;width:100%;list-style:none;margin:0;padding:0;}
.gform_fields li {float:left;width:100%;margin-bottom:35px;}
.ginput_container input {float:left;width:100%;height:73px;border:1px solid #b18f59;background:#0f0d09;font-size:18px;color:#fff;padding-left:15px;}
.gform_footer {float:left;width:100%;}
.gform_footer input {float:right;padding:0 20px;color:#1b1b1b;font-family: 'bebas_neuebold';font-size:24px;text-transform:uppercase;text-align:center;height:56px;line-height:52px;border:2px solid #b18f59;background:#b18f59;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.gform_footer input:hover, .gform_footer input:focus {background:rgba(248,184,27,0);color:#fff;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
::-webkit-input-placeholder {color:#fff;opacity:1;}
::-moz-placeholder {color:#fff;opacity:1;}
:-ms-input-placeholder {color:#fff;opacity:1;}
:-moz-placeholder {color:#fff;opacity:1;}
.gfield_label {display:none;}
.ginput_container textarea {float:left;width:100%;height:240px;border:1px solid #b18f59;background:#0f0d09;font-size:18px;color:#fff;padding-left:15px;padding-top:15px;}
.gform_validation_container {display:none;opacity:0;visibility:hidden;}
.validation_error {display:none;}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

.site-footer {float:left;width:100%;border-top:1px solid #b18f59;line-height:103px;font-size:14px;background: #0c4e8d;}
.fleft {float:left;margin-top:0;margin-bottom:0;}
.fright {float:right;margin-top:3px;margin-bottom:0;}
.fright a {margin-left:20px;font-size:13px;}

/*--------------------------------------------------------------
## RWD
--------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
    .wrap {width:100%;padding:0 15px;}
    .ambasador-top-content {width:100%;}
    .ambasador-movie {width:100%;}
    .products-bottles {margin-left: 15px; max-height: 75%; max-width: 75%;}
    .products-zatecky img {display:block;margin:auto;float:none;max-width:90%;}
    .zateckycontent {margin-right: 0px; text-align: center; width: 100%;}
    .zateckycontent h3 {margin-top:0;}
    .home-jakwarzymy svg {height:auto;}
	.products-zatecky-zero img {display:block;margin:auto;float:none;max-width:90%;}
    .zateckyzerocontent {margin-right: 0px; text-align: center; width: 100%;}
    .zateckyzerocontent h3 {margin-top:0;}
	.products-zatecky-letky img {display:block;margin:auto;float:none;max-width:90%;}
    .zateckyletkycontent {margin-right: 0px; text-align: center; width: 100%;}
    .zateckyletkycontent h3 {margin-top:0;}
	.products-zatecky-cerny img {display:block;margin:auto;float:none;max-width:90%;}
    .zateckycernycontent {margin-right: 0px; text-align: center; width: 100%;}
    .zateckycernycontent h3 {margin-top:0;}
	.products-zatecky a {float:none;}
	.products-zatecky-zero a {float:none;}
	.products-zatecky-cerny a {float:none;}
	.products-zatecky-letky a {float:none;}
}

@media screen and (max-width: 1080px) {
    .main-navigation {margin-left: 147px;}
}

@media screen and (max-width: 980px) {
    .main-navigation {margin-left: 147px;}
    .menu-toggle {float:right;background:none;border:none;padding:0;font-size:24px;margin-top:53px;margin-right:53px;}
    .main-navigation ul {position:absolute;left:0;width:100%;background:#0f0d09;top:144px;width:100%;padding-bottom:5px;}
    .main-navigation ul li {margin-left:0;margin-right:0;width:100%;text-align:center;line-height:38px;}
    .main-navigation ul li a {display:inline-block;}
    .main-navigation ul li a:after {bottom:3px;}
    .homecontact {display:none;}
    .products-bottles {max-height: 70%; max-width: 70%; margin-left: -20px;}
    .najlepse-pivo {max-width: 80%;}
    .home-top p {font-size: 16px;line-height: 26px;}
}

@media screen and (max-height: 650px) {
    .najlepse-pivo {max-width: 50%;}
    .home-top p {font-size: 16px;line-height: 24px;}
    .products-bottles {max-height: 75%;}
    .home-left-content {padding-top: 20px;}
}

@media screen and (max-width: 980px) {
    .home-jakwarzymy p {width:100%;}
}

@media screen and (max-width: 900px) {
    .ambasador-products img {margin: 0 35px;}
    .ambasador-products p {width:100%;}
    .smallwrap {width:100%;padding:0 15px;}
}

@media screen and (max-width: 780px) {
    .home-left-content {width:50%;}
    .home-right-content {width:50%;}
    .contact-form-wrap {width:100%;}
    .makingof-image {margin-bottom:9px;}
    .makingof-image:nth-of-type(3) {height:593px;width:32.53%;margin-right:1.16%;}
    .ambasador-products img {margin: 0 25px; max-width: 24%;}
    .products-top-content {width:100%;}
    .products-bottles {max-height: 65%; max-width: 65%; margin-left: 0px;}
    .reklamacontent {text-align: center; width: 100%;}
    .reklama img {float:none;display:block;margin:auto;max-width:80%;}
    .reklama h3, .zateckyzerocontent h3 {margin-top:20px;}
    .age-content {position:relative;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%); margin-left: auto; margin-right: auto;background: rgba(0,0,0,0.55);padding: 10px;width:90%}
.age-verify img {}
.age-verify p {font-size:16px;line-height:24px;margin-top:20px;margin-bottom:10px;}
.age-verify h1 {font-size:28px;line-height:1;font-weight:400;margin-top:0;margin-bottom:17px;}
.age-verify .agebuttons button {margin:0 12px;height:54px;width:100px;font-size:20px;}
.age-verify .disclaimer {padding-bottom:5px;font-size:10px;line-height:12px;}
.home-top p {font-size: 16px; line-height: 24px;}
.lang-selector {padding-right:0;}
    .lang-selector a, .lang-selector span {margin-right:25px;}
}

@media screen and (max-width: 600px) {
    .ambasador-products img {margin: 0 10px; max-width: 26%;}
    .whycontent {width:100%;}
    .agecenter {width:100%;padding:0 15px;}
    .home-left-content {width:100%; padding-top: 20px;}
    .home-right-content {display: none;}
}

@media screen and (max-width: 560px) {
    .site-footer {line-height:50px;}
    .site-footer p {width:100%;text-align:center;}
        .makingof-image:nth-of-type(1) {height:280px;width:100%;margin-right:0;}
.makingof-image:nth-of-type(2) {height:280px;width:100%;margin-right:0;}
.makingof-image:nth-of-type(3) {height:280px;width:100%;margin-right:0;}
.makingof-image:nth-of-type(4) {height:280px;width:100%;margin-right:0;}
.makingof-image:nth-of-type(5) {height:280px;width:100%;margin-right:0;}
.makingof-image:nth-of-type(6) {height:280px;width:100%;margin-right:0;}
.makingof-image:nth-of-type(7) {height:280px;width:100%;margin-right:0;}
}

@media screen and (max-width: 480px) {
    .home-top-buttons a {width:100%;margin-left:0;margin-right:0;margin-bottom:25px;}
    .site-title img {height:80px;}
    .site-header {height:113px;line-height:113px;}
    .main-navigation ul {top:114px;}
    .site-branding {margin-top:20px;}
    .menu-toggle {margin-top:38px;margin-left:5px; float: right; margin-right: 20px;}
    .contact, .makingof {margin-top:114px;}
    .whycontent h2 {margin-top:80px;}
    .ambasador-why {padding-bottom:50px;}
    .products-bottles {display:none;}
    .products-top {padding-bottom: 83px; padding-top: 150px;}
	.site-title object {height: 80px;}
    .home-top {padding-top: 104px;}
}

@media screen and (max-width: 380px) {
    .site-footer {font-size:12px;}
    .contact h1, .makingof h1, .home-top h1, .whycontent h2 {font-size:75px;line-height:73px;}
    .ambasador-products h3 {font-size:70px;line-height:66px;}
    .ginput_container input {font-size:16px;height:65px;}
    .ginput_container textarea {font-size:16px;}
    .gform_fields li {margin-bottom:30px;}
}

#swipebox-bottom-bar {
    display: none!important;
}
#swipebox-slider .slide img {
    max-height: 85%!important;
}

dialog[data-testid="age-gateway"] {
  --background-color: #0c4e8d;
}

dialog[data-testid="age-gateway"] img {
	content: url("https://zateckyzero.pl/wp-content/uploads/2025/12/zatecky-zero-logo.svg");
	height: 82px !important;
}