/*!
Theme Name: sincofarm_rso
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sincofarm_rso
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.

sincofarm_rso is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

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

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

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.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 li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	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;
}

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

.widget select {
	max-width: 100%;
}

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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



@font-face {
    font-family: 'Jost-BoldItalic';
    src: url('family/Jost-BoldItalic.eot');
    src: url('family/Jost-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-BoldItalic.woff2') format('woff2'),
        url('family/Jost-BoldItalic.woff') format('woff'),
        url('family/Jost-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-Black';
    src: url('family/Jost-Black.eot');
    src: url('family/Jost-Black.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-Black.woff2') format('woff2'),
        url('family/Jost-Black.woff') format('woff'),
        url('family/Jost-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-BlackItalic';
    src: url('family/Jost-BlackItalic.eot');
    src: url('family/Jost-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-BlackItalic.woff2') format('woff2'),
        url('family/Jost-BlackItalic.woff') format('woff'),
        url('family/Jost-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-ExtraBold';
    src: url('family/Jost-ExtraBold.eot');
    src: url('family/Jost-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-ExtraBold.woff2') format('woff2'),
        url('family/Jost-ExtraBold.woff') format('woff'),
        url('family/Jost-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-Bold';
    src: url('family/Jost-Bold.eot');
    src: url('family/Jost-Bold.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-Bold.woff2') format('woff2'),
        url('family/Jost-Bold.woff') format('woff'),
        url('family/Jost-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-Italic';
    src: url('family/Jost-Italic.eot');
    src: url('family/Jost-Italic.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-Italic.woff2') format('woff2'),
        url('family/Jost-Italic.woff') format('woff'),
        url('family/Jost-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-ExtraBoldItalic';
    src: url('family/Jost-ExtraBoldItalic.eot');
    src: url('family/Jost-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-ExtraBoldItalic.woff2') format('woff2'),
        url('family/Jost-ExtraBoldItalic.woff') format('woff'),
        url('family/Jost-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-ExtraLight';
    src: url('family/Jost-ExtraLight.eot');
    src: url('family/Jost-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-ExtraLight.woff2') format('woff2'),
        url('family/Jost-ExtraLight.woff') format('woff'),
        url('family/Jost-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-ExtraLightItalic';
    src: url('family/Jost-ExtraLightItalic.eot');
    src: url('family/Jost-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-ExtraLightItalic.woff2') format('woff2'),
        url('family/Jost-ExtraLightItalic.woff') format('woff'),
        url('family/Jost-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-Light';
    src: url('family/Jost-Light.eot');
    src: url('family/Jost-Light.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-Light.woff2') format('woff2'),
        url('family/Jost-Light.woff') format('woff'),
        url('family/Jost-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-SemiBoldItalic';
    src: url('family/Jost-SemiBoldItalic.eot');
    src: url('family/Jost-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-SemiBoldItalic.woff2') format('woff2'),
        url('family/Jost-SemiBoldItalic.woff') format('woff'),
        url('family/Jost-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-MediumItalic';
    src: url('family/Jost-MediumItalic.eot');
    src: url('family/Jost-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-MediumItalic.woff2') format('woff2'),
        url('family/Jost-MediumItalic.woff') format('woff'),
        url('family/Jost-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-Regular';
    src: url('family/Jost-Regular.eot');
    src: url('family/Jost-Regular.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-Regular.woff2') format('woff2'),
        url('family/Jost-Regular.woff') format('woff'),
        url('family/Jost-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-Medium';
    src: url('family/Jost-Medium.eot');
    src: url('family/Jost-Medium.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-Medium.woff2') format('woff2'),
        url('family/Jost-Medium.woff') format('woff'),
        url('family/Jost-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-SemiBold';
    src: url('family/Jost-SemiBold.eot');
    src: url('family/Jost-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-SemiBold.woff2') format('woff2'),
        url('family/Jost-SemiBold.woff') format('woff'),
        url('family/Jost-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-ThinItalic';
    src: url('family/Jost-ThinItalic.eot');
    src: url('family/Jost-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-ThinItalic.woff2') format('woff2'),
        url('family/Jost-ThinItalic.woff') format('woff'),
        url('family/Jost-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-LightItalic';
    src: url('family/Jost-LightItalic.eot');
    src: url('family/Jost-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-LightItalic.woff2') format('woff2'),
        url('family/Jost-LightItalic.woff') format('woff'),
        url('family/Jost-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-Thin';
    src: url('family/Jost-Thin.eot');
    src: url('family/Jost-Thin.eot?#iefix') format('embedded-opentype'),
        url('family/Jost-Thin.woff2') format('woff2'),
        url('family/Jost-Thin.woff') format('woff'),
        url('family/Jost-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body 
{
	font-family: 'Jost-Regular';
}



.custom-logo-link img 
{
	width: 19.792vw;
    height: auto;
}

.site-branding
{
	float: left;
}
.menu-menu-1-container
{
	float: right;
}

.site-header {
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
    height: 127px;
    background-color: #ffffffeb;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.main-navigation li {
    position: relative;
    margin-left: 7.344vw;
    font-family: 'Jost-Regular';
    color: #181716;
    font-size: 0.885vw;
}

.main-navigation li a{
    font-family: 'Jost-Regular';
    color: #181716;
    font-weight: 700;
}
.menu li a img {
    width: 15px !important;
    height: 43px !important;
    object-fit: contain !important;
}

.grid_fron_page--left
{	
	height: 43.906vw;
	background-image: url("images/left.png");
	background-size: cover;
	background-position: top;
}


.grid_fron_page--right
{
	height: 43.906vw;
	background-image: url("images/kszta_t_1.jpg");
	background-size: cover;
	background-position: top;
}

.grid_fron_page
{
	display: grid;
	grid-template-columns: 41.979vw 1fr;
}


@keyframes sway { 
	0% { transform: rotateZ(-15deg) rotateX(55deg);  }
	30% { transform: rotateZ(20deg) rotateX(60deg); animation-timing-function: ease-in-out; }
	60% { transform: rotateZ(-20deg) rotateX(55deg); animation-timing-function: ease-in-out;  }
	100% { transform: rotateZ(0deg) rotateX(0deg);   }
}


@keyframes fall { 
		60% {
		filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
	}
	100% {
		margin-top: 100px;
		filter: drop-shadow(0px 0px 0px rgba(0,0,0,0.0));
	}
}


@keyframes sway1 { 
	0% { transform: rotateZ(-15deg) rotateX(55deg);  }
	30% { transform: rotateZ(20deg) rotateX(60deg); animation-timing-function: ease-in-out; }
	60% { transform: rotateZ(-20deg) rotateX(55deg); animation-timing-function: ease-in-out;  }
	100% { transform: rotateZ(0deg) rotateX(0deg); animation-timing-function: cubic-bezier(0.990, 0.000, 0.890, 0.435);  }
}
@keyframes fall1 { 
		60% {
		filter: drop-shadow(0px 60px 40px rgba(0,0,0,0));
	}
	80% {
		margin-top: 300px;
		filter: drop-shadow(0px 5px 8px rgba(0,0,0,0.6));
	}

	100% {
		margin-top: 400px;
		filter: drop-shadow(0px 5px 8px rgba(0,0,0,0.6));
	}
}

div#fall-container {
    height: 43.906vw;
    overflow: hidden;
    position: absolute;
    z-index: 9999999;
    width: 100%;
}
.imasa {
    position: absolute;
    width: 3%;
    transform-origin: 0px -400px 0px;
    animation-name: fall, sway;
    animation-duration: 2s, 4s;
    animation-fill-mode: both;
    animation-timing-function: linear, ease-in-out;
    z-index: 9999;
    left: 39.3%;
    top: -31px;
    animation-delay: -1s;
}

.grid_fron_page--left
{
	position: relative;
}

.imasa1 { 
  position: absolute;
  width: 4%;
  transform-origin: 0px -200px 0px;
  animation-name: fall1, sway1;
  animation-duration: 2s, 4s;
  animation-fill-mode: both;
  animation-timing-function: linear, ease-in-out;
  left: 39.3%;
}

.imasa2 {
    position: absolute;
    width: 15%;
    transform-origin: 0px -200px 0px;
    animation-name: fall1, sway1;
    animation-duration: 2s, 4s;
    animation-fill-mode: both;
    animation-timing-function: linear, ease-in-out;
    right: 0px;
    top: -131px;
}



#leaf1 { top: -60px; }
#leaf2 {
    top: 196px;
    left: 42.3%;
    animation-delay: 0s;
    transform: rotateX(58deg);
}
#leaf3 { width: 28%; top: -122px; left: 22%; animation-delay: 3.2s; }
#leaf4 { width: 25%; top: -55px; left: 38%; animation-delay: 4.4s; }
#leaf5 { width: 28%; top: -18px; left: 70%; animation-delay: 2.25s; }
#leaf6 { width: 23%; top: 0px; left: 55%; animation-delay: 3.8s; }

.pasek {
    display: grid;
    grid-template-columns: 0.9fr 1fr 1fr;
    position: absolute;
    bottom: 0px;
    height: 99px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    text-align: center;
    width: 100%;
    font-size: 1.094vw;
    color: #181716;
    font-family: 'Jost-Light';
    z-index: 99999999;
    transform: translateX(-150%);
    animation: ani1 1s forwards;
}

@keyframes ani1 {
  0% {transform: translateX(-150%);}
  100% {transform: translateX(0);}
}

.grid_fron_page--right
{
	transform: translateX(150%);
    animation: ani2 1s forwards;
}

@keyframes ani2 {
  0% {transform: translateX(150%);}
  100% {transform: translateX(0);}
}

.site-header
{
	transform: translateY(-150%);
    animation: ani3 1s forwards;
}

@keyframes ani3 {
  0% {transform: translateY(-150%);}
  100% {transform: translateY(0);}
}

@keyframes pasek {
  0% {transform: translateX(150%);}
  100% {transform: translateX(0);}
}

@keyframes left {
  0% {transform: translateX(-150%);}
  100% {transform: translateX(0);}
}

.left_block--o_nas
{
	transform: translateX(-150%);
    animation: left 1s forwards;
}

.fa
{
	color: #36a9bb;
	font-size: 17px;
}

body 
{
	overflow-x: hidden;
}

.grid_o_nas
{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.left_block--o_nas
{
	background-image: url(images/o-nas.png);
	background-size: cover;
	height: 44.010vw;
	width: 100%;
}

.grid_fron_page--right
{
	position: relative;
}

.grid_fron_page--right {
    height: 50.521VW;
    background-image: url(images/kszta_t_1.jpg);
    background-size: cover;
    background-position: top;
    MARGIN-TOP: -6.615VW;
    Z-INDEX: -1;
}

.left_block--o_nas
{
	height: 50.521VW;
	MARGIN-TOP: -6.615VW;
    Z-INDEX: -1;
}

.white_block {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding-right: 66px;
    color: #8c8c8c;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    background-color: white;
    bottom: 0px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.button--o_nas {
    color: white;
    background-color: #36a9bb;
    text-transform: uppercase;
    width: 8.333vw;
    margin-top: 55px;
    margin-left: 45px;
    font-size: 1.667vw;
    font-family: 'Jost-Light';
    height: 45px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.line
{
	width: 100%;
	border-bottom: 1px solid #36a9bb;
	height: 45px;
}

.grid_button {
    display: grid;
    grid-template-columns: 228px 1fr;
    align-items: end;
    justify-content: center;
    align-content: center;
    margin-right: 40px;
}

.site-header {
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
    height: 127px;
    background-color: #ffffffeb;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: -5px -4px 20px 0px #0000004d;
}

.description--o-nas {
    font-family: 'Jost-Light';
    margin-left: 45px;
    margin-right: 40px;
    text-align: justify;
    margin-top: 50px;
    font-size: 0.938vw;
}

.pasek-- {
    display: grid;
    grid-template-columns: 0.9fr 1fr 1fr;
    
    bottom: 0px;
    height: 70px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    text-align: center;
    width: 91%;
    font-size: 1.094vw;
    color: #181716;
    font-family: 'Jost-Light';
    z-index: 99999999;
    transform: translateX(-150%);
    animation: pasek 1s forwards;
    border-top: 1px solid #8080807d;
    margin-left: 45px;
    margin-top: 50px;
    font-weight: 600;
    position: relative;
}

b 
{
	font-family: 'Jost-Medium';
}


.white_block1 {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding-right: 0;
    color: #8c8c8c;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    background-color: #f5f5f5;
    bottom: -2px;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}


.button--strefa {
    color: white;
    background-color: #36a9bb;
    text-transform: uppercase;
    width: 20.333vw;
    margin-top: 55px;
    margin-left: 45px;
    font-size: 1.667vw;
    font-family: 'Jost-Light';
    height: 45px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.grid_button-- {
    display: grid;
    grid-template-columns: 464px 1fr;
    align-items: end;
    justify-content: center;
    align-content: center;
    margin-right: 40px;
}

.left_block--strefa
{
	background-image: url(images/left_strefa.png);
}

.title--formularz
{
	font-family: 'Jost-Medium';
	color: #353535;
	font-size: 18px;
	text-transform: uppercase;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 10px 0;
    clear: both;
    display: grid;
    grid-template-columns: 145px 1fr;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#wpforms-32-field_0-container
{
	grid-template-columns: 1fr;
}

div.wpforms-container-full .wpforms-form .wpforms-first {
    clear: both !important;
    margin-left: 0 !important;
    display: grid;
    grid-template-columns: 1fr 145px;
}

.wpforms-field-sublabel .after
{
   margin-left: 50px;
} 

div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    display: block;
    font-weight: 700 !important;
    font-size: 16px !important;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
}

div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 48%;
    display: grid;
    grid-template-columns: 1fr 145px;
}

.grid_template {
    display: grid;
    grid-template-columns: 145px 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.grid_template1
{
	display: grid;
    grid-template-columns: 145px 1fr 145px 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #000;
    border: 1px solid #28262640;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
    margin-bottom: 18px;
}

.tytull
{
	font-size: 18px;
    margin-top: -13px;
    color: #353535;
    font-family: 'Jost-Medium';
}

.tytull1 {
    font-size: 18px;
    margin-top: -13px;
    color: #353535;
    font-family: 'Jost-Medium';
    text-align: right;
    margin-right: 20px;
}

.wpcf7
{
	margin-top: 50px;
}

.main-navigation {
    display: block;
    width: 100%;
    text-align: right;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0px solid;
    border-color: #ccc0 #ccc #bbb;
    border-radius: 0px;
    background: #ffffff00;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    font-family: 'Jost-Regular';
    color: #181716;
    font-weight: 700;
    margin-left: 5.344vw;
    font-family: 'Jost-Regular';
    color: #181716;
    font-size: 0.885vw;
}

.umagemenu {
    margin-bottom: 19px;
}

.umagemenu .fa {
    color: #d5d5d5;
    font-size: 17px;
}

.w3-red
{
	color: #36a9bb;
}

.w3-red .umagemenu .fa
{
	color: #36a9bb;
}

.tablink
{
	cursor: pointer;
}

.logo_site {
    width: 40vw;
    margin-left: -243px;
}

.wpcf7-submit
{
width: 125px !important;
    height: 47px !important;
    background-color: #49a7bb !important;
    float: right !important;
    margin-top: 10px !important;
    text-transform: uppercase !important;
    color: white !important;
    letter-spacing: 2px !important;
    font-family: 'Jost-Medium' !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.wpcf7-textarea
{
	    height: 210px;
}


.button--zezwolenie {
    color: white;
    background-color: #36a9bb;
    text-transform: uppercase;
    width: 14.333vw;
    margin-top: 55px;
    margin-left: 45px;
    font-size: 1.667vw;
    font-family: 'Jost-Light';
    height: 45px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.grid_button--zezwolenie {
    display: grid;
    grid-template-columns: 348px 1fr;
    align-items: end;
    justify-content: center;
    align-content: center;
    margin-right: 40px;
}

.tytul_zezw {
    font-family: 'Jost-Medium';
    color: #353535;
    font-size: 1.146vw;
    font-weight: 500;
    margin-bottom: 30px;
}

.grid_zezwolenie
{
	display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: start;
    justify-content: center;
    align-content: center;
}

.left_block--zezwolenie {
    background-image: url(images/zezwolenie-left.png);
}

.right_zezw
{
	    box-shadow: 1px 1px 16px #00000036;
    width: 92%;
    margin-left: auto;
    z-index: 999;
}

.left_block--kontakt
{
	background-image: url(images/kontakt-left.png);
}

.grid_kontakt-- {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: start;
    justify-content: space-between;
    align-content: center;
}

.block_konatakt-- {
    border: 0px solid #00000038;
    padding-top: 10px;
    padding-left: 16px;
    padding-bottom: 14px;
    padding-right: 15px;
    background-color: white;
    box-shadow: 1px 1px 12px 0px #0000002e;
    margin-bottom: 30px;
}

.button--kontakt {
    color: white;
    background-color: #36a9bb;
    text-transform: uppercase;
    width: 10.333vw;
    margin-top: 55px;
    margin-left: 45px;
    font-size: 1.667vw;
    font-family: 'Jost-Light';
    height: 45px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.grid_button--kontakt {
    display: grid;
    grid-template-columns: 272px 1fr;
    align-items: end;
    justify-content: center;
    align-content: center;
    margin-right: 40px;
}

.right_kontakt
{
	margin-top: -8px;
}


.grid_fron_page--right {
    height: 970px;
    background-image: url(images/kszta_t_1.jpg);
    background-size: cover;
    background-position: top;
    MARGIN-TOP: -127px;
    Z-INDEX: -1;
}

.logo_site {
    width: 750px;
    margin-left: -243px;
}

.grid_button {
    display: grid;
    grid-template-columns: 11.875vw 1fr;
    align-items: end;
    justify-content: center;
    align-content: center;
    margin-right: 40px;
}

.grid_button-- {
    display: grid;
    grid-template-columns: 24.167vw 1fr;
    align-items: end;
    justify-content: center;
    align-content: center;
    margin-right: 40px;
}

.grid_button--zezwolenie {
    display: grid;
    grid-template-columns: 18.125vw 1fr;
    align-items: end;
    justify-content: center;
    align-content: center;
    margin-right: 40px;
}

.grid_button--kontakt {
    display: grid;
    grid-template-columns: 14.167vw 1fr;
    align-items: end;
    justify-content: center;
    align-content: center;
    margin-right: 40px;
}

.title--formularz {
    font-size: 0.938vw;
}

.tytull {
    font-size: 0.938vw;
}

.tytull1
{
    font-size: 0.938vw;
}


.wpcf7-submit {
    width: 6.510vw !important;
    height: 2.448vw !important;
    background-color: #49a7bb !important;
    float: right !important;
    margin-top: 10px !important;
    text-transform: uppercase !important;
    color: white !important;
    letter-spacing: 2px !important;
    font-family: 'Jost-Medium' !important;
    font-size: 0.781vw !important;
    font-weight: 500 !important;
}

@media (max-width: 1600px)
{
	.site-header {
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
    height: 100px;
    background-color: #ffffffeb;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: -5px -4px 20px 0px #0000004d;
}

.main-navigation {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: -11px;
}

.logo_site {
    width: 603px;
    margin-left: -196px;
}

.grid_fron_page--right {
    height: 805px;
    background-image: url(images/kszta_t_1.jpg);
    background-size: cover;
    background-position: top;
    MARGIN-TOP: -127px;
    Z-INDEX: -1;
}

div#fall-container {
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 9999999;
    width: 100%;
}

.pasek {
    display: grid;
    grid-template-columns: 0.9fr 1fr 1fr;
    position: absolute;
    bottom: 0px;
    height: 75px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    text-align: center;
    width: 100%;
    font-size: 1.094vw;
    color: #181716;
    font-family: 'Jost-Light';
    z-index: 99999999;
    transform: translateX(-150%);
    animation: ani1 1s forwards;
}

.grid_fron_page--right {
    height: auto;
    background-image: url(images/kszta_t_1.jpg);
    background-size: cover;
    background-position: top;
    MARGIN-TOP: -127px;
    Z-INDEX: -1;
}

.button--o_nas {
    color: white;
    background-color: #36a9bb;
    text-transform: uppercase;
    width: 8.333vw;
    margin-top: 39px;
    margin-left: 45px;
    font-size: 1.667vw;
    font-family: 'Jost-Light';
    height: 33px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}



.button--strefa {
    color: white;
    background-color: #36a9bb;
    text-transform: uppercase;
    width: 20.333vw;
    margin-top: 55px;
    margin-left: 45px;
    font-size: 1.667vw;
    font-family: 'Jost-Light';
    height: 33px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.imasa {
    position: absolute;
    width: 3%;
    transform-origin: 0px -400px 0px;
    animation-name: fall, sway;
    animation-duration: 2s, 4s;
    animation-fill-mode: both;
    animation-timing-function: linear, ease-in-out;
    z-index: 9999;
    left: 38.93% !important;
    top: -43px !important;
    animation-delay: -1s;
}

#leaf2 {
    top: 73px !important;
    left: 41.68% !important;
    animation-delay: 0s;
    transform: rotateX(58deg);
}
}


@media (max-width: 1400px)
{
	.site-header {
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
    height: 84px;
    background-color: #ffffffeb;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: -5px -4px 20px 0px #0000004d;
}

.pasek {
    display: grid;
    grid-template-columns: 0.9fr 1fr 1fr;
    position: absolute;
    bottom: 0px;
    height: 60px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    text-align: center;
    width: 100%;
    font-size: 1.094vw;
    color: #181716;
    font-family: 'Jost-Light';
    z-index: 99999999;
    transform: translateX(-150%);
    animation: ani1 1s forwards;
}

.white_block {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding-right: 39px;
    color: #8c8c8c;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    background-color: white;
    bottom: 0px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.logo_site {
    width: 511px;
    margin-left: -196px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #000;
    border: 1px solid #28262640;
    border-radius: 0px;
    padding: 4px !important;
    width: 100%;
    margin-bottom: 18px;
}

.wpcf7-submit {
    width: 125px !important;
    height: 33px !important;
    background-color: #49a7bb !important;
    float: right !important;
    margin-top: 10px !important;
    text-transform: uppercase !important;
    color: white !important;
    letter-spacing: 2px !important;
    font-family: 'Jost-Medium' !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.imasa {  
    left: 38.93% !important;
    top: -53px !important;
}

#leaf2 {
    top: -6px !important;
    left: 41.68% !important;
}

}

@media (min-width: 991px)
{
	 .top-nav
  {
  	display: none;
  }
}

@media (max-width: 990px)
{
  #masthead
  {
  	display: none;
  }

  .top-nav
  {
  	display: block;
  }

  .grid_fron_page {
    display: grid;
    grid-template-columns: 1fr;
}

.grid_fron_page--left {
    height: 300px;
    background-size: cover;
    background-position: top;
}

.grid_fron_page--right {
    height: 438px;
    background-image: url(images/kszta_t_1.jpg);
    background-size: cover;
    background-position: top;
    MARGIN-TOP: -127px;
    Z-INDEX: -1;
}

.frontout
{
	display: none;
}

.pasek {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: white;
    font-size: 16px;
}

.white_block {
    height: 60px;
    line-height: 32px;
    width: 100%;
    padding-right: 0;
    color: #8c8c8c;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    background-color: white;
    bottom: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #49a7bb;
    color: #FFF;
    height: 50px;
    padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222222d6;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }

.w3-red {
    color: #ffffff;
    font-size: 11px;
}

.tablink
{
    font-size: 11px !important;
    color: white !important;
    margin-left: 0 !important;
}
.menu > li {
    display: flex;
    justify-content: flex-start !important;
}

#menu-toggle:checked ~ .menu li {
    border: 0px solid #ffffff75;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-bottom: 1px solid #57a5bb30;
}

.logo_site {
    width: 160px;
    margin-left: 1px;
    margin-top: 7px;
}

.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #49a7bb00;
    color: #FFF;
    height: 50px;
    padding: 1em;
}

.menu-button, .menu-button::before, .menu-button::after {
    display: block;
    background-color: #000;
    position: absolute;
    height: 2px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.grid_o_nas {
    display: grid;
    grid-template-columns: 1fr;
}

.left_block--o_nas {
    height: 100px;
    MARGIN-TOP: 4px;
    Z-INDEX: -1;
    margin-left: 0px;
    width: 100%;
}

.pasek-- {
    display: grid;
    grid-template-columns: 1fr 1fr;
    bottom: 0px;
    height: 70px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #181716;
    font-family: 'Jost-Light';
    z-index: 99999999;
    transform: translateX(-150%);
    animation: pasek 1s forwards;
    border-top: 1px solid #8080807d;
    margin-left: 0;
    margin-top: 50px;
    font-weight: 600;
    position: relative;
    margin-right: 0px;
}

.grid_button {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 0;
    justify-items: center;
}

.grid_button--
{
display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 0;
    justify-items: center;
}

.grid_button--zezwolenie
{
	display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 0;
    justify-items: center;
}

.grid_button--kontakt
{
	display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 0;
    justify-items: center;
}


.button--o_nas {
    color: white;
    background-color: #36a9bb;
    text-transform: uppercase;
    width: 151px;
    margin-top: 20px;
    margin-left: 0;
    font-size: 15px;
    font-family: 'Jost-Light';
    height: 29px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.button--strefa
{
color: white;
    background-color: #36a9bb;
    text-transform: uppercase;
    width: 200px;
    margin-top: 20px;
    margin-left: 0;
    font-size: 15px;
    font-family: 'Jost-Light';
    height: 29px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.button--zezwolenie
{
    color: white;
    background-color: #36a9bb;
    text-transform: uppercase;
    width: 200px;
    margin-top: 20px;
    margin-left: 0;
    font-size: 15px;
    font-family: 'Jost-Light';
    height: 29px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.button--kontakt
{
	color: white;
    background-color: #36a9bb;
    text-transform: uppercase;
    width: 200px;
    margin-top: 20px;
    margin-left: 0;
    font-size: 15px;
    font-family: 'Jost-Light';
    height: 29px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.line {
    width: 100%;
    border-bottom: 1px solid #36a9bb;
    height: 20px;
}

.description--o-nas {
    font-family: 'Jost-Light';
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
    margin-top: 21px;
    font-size: 13px;
}

.white_block1 {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding-right: 0;
    color: #8c8c8c;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    background-color: #f5f5f5;
    bottom: -2px;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.title--formularz {
    font-size: 18px;
    text-align: center;
}

.grid_template {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.grid_template1 {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.tytull {
    font-size: 12px;
    margin-bottom: 10px;
}

.tytul_zezw
{
	font-size: 12px;
    margin-bottom: 10px;
}

.tytull1 {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
}

.wpcf7-submit {
    width: 125px !important;
    height: 33px !important;
    background-color: #49a7bb !important;
    float: none !important;
    margin-top: 0px !important;
    text-transform: uppercase !important;
    color: white !important;
    letter-spacing: 2px !important;
    font-family: 'Jost-Medium' !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: -51px;
}

.grid_zezwolenie {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: start;
    justify-content: center;
    align-content: center;
}

.right_zezw {
    box-shadow: 1px 1px 16px #00000036;
    width: 235px;
    margin-left: auto;
    z-index: 999;
    margin: auto;
    margin-top: 50px;
}

.left_block--zezwolenie {
    background-image: url(images/o-nas.png);
    background-size: cover;
}

.grid_kontakt-- {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    align-items: start;
    justify-content: space-between;
    align-content: center;
}

.right_kontakt {
    margin-top: 23px;
}

.heightframe
{
	height: 200px !important;
}

body 
{
	overflow-x: hidden;
}

.colorblack
{
	color: white !important;
	text-decoration: none;
}

}

.colorblack
{
	color: black;
}

.w3-red .colorblack
{
	color: #36a9bb;
}

a:visited {
    color: black;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.pasek-- {
    z-index: 99 !important;
}

.menu-button-container {
    z-index: 999999;
}



.imasa {
    position: absolute;
    width: 3%;
    transform-origin: 0px -400px 0px;
    animation-name: fall, sway;
    animation-duration: 2s, 4s;
    animation-fill-mode: both;
    animation-timing-function: linear, ease-in-out;
    z-index: 9999;
    left: 38.93%;
    top: -30px;
    animation-delay: -1s;
}

#leaf2 {
    top: 191px;
    left: 41.68%;
    animation-delay: 0s;
    transform: rotateX(58deg);
}


@media (min-width: 1000px) and (max-width: 1922px) { 

body  { overflow: hidden; } 

.right_block--o_nas
{
	height: 87vh;
    overflow: scroll;
    overflow-x: hidden;
}

}


.pasek {
    font-weight: 600;
}

@media (min-width:1367px) and (max-width:1600px)
{
.grid_fron_page--left {
    height: 41.906vw;
}
.pasek {
    display: grid;
    grid-template-columns: 0.9fr 1fr 1fr;
    position: absolute;
    bottom: -18px;
    height: 75px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    text-align: center;
    width: 100%;
    font-size: 1.094vw;
    color: #181716;
    font-family: 'Jost-Light';
    z-index: 99999999;
    transform: translateX(-150%);
    animation: ani1 1s forwards;
}

.white_block {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding-right: 66px;
    color: #8c8c8c;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    background-color: white;
    bottom: -11px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}
}

@media (min-width:1100px) and (max-width:1366px)
{
.grid_fron_page--left {
    height: 40.906vw;
}
.pasek {
    display: grid;
    grid-template-columns: 0.9fr 1fr 1fr;
    position: absolute;
    bottom: 0px;
    height: 60px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    text-align: center;
    width: 100%;
    font-size: 1.094vw;
    color: #181716;
    font-family: 'Jost-Light';
    z-index: 99999999;
    transform: translateX(-150%);
    animation: ani1 1s forwards;
    background-color: white;
    width: 98.3%;
    left: 1.1%;
}
}

@media (min-width:1910px) and (max-width:1930px)
{
.grid_fron_page--left {
    height: 43.906vw;
    background-image: url(images/left.png);
    background-size: contain;
    background-position: top;
}
}

@media (max-width:991px)
{
div#fall-container {
    height: 0% !important;
    overflow: hidden;
    position: absolute;
    z-index: 9999999;
    width: 100%;
}
}


@media (max-width:991px)
{
.grid_fron_page--left {
    display: none;
}
.grid_fron_page--right {
    height: 438px;
    background-image: url(images/kszta_t_1.jpg);
    background-size: cover;
    background-position: top;
    MARGIN-TOP: -127px;
    Z-INDEX: -1;
    display: none;
}


.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.mobile-container {
    max-width: 100%;
    margin: auto;
    background-color: #fff;
    height: 71px;
    color: white;
    border-radius: 10px;
}

.topnav a {
    color: #fff;
    padding: 20px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.fronfon {
    margin-top: -5px;
    margin-bottom: -29px;
}

.topnav a:hover {
    background-color: #fff !important;
    color: black;
}

.active {
    background-color: #fff !important;
    color: white;
}

.topnav a.icon {
    background: white;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.fronfon {
    margin-top: -1px !important;
    margin-bottom: -29px;
}

.icon
{
font-size: 33px !important;
}

.icon .fa {
    font-size: 33px !important;
    display: block !important;
}
.topnav a.icon {
    background: white;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 64px;
}

.logosm
{
width: 197px;
    margin-top: -11px;
    margin-bottom: -21px;
}

.menu {
    position: relative !important;
    top: 0;
    margin-top: 0px !important;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.tablink .colorblack
{
padding: 8px !important;
}

.topnav a:hover {
    background-color: #fff0 !important;
}

.menu > li:not(:last-child) {
    border-bottom: 1px solid #49a7bb;
}
.asdf:hover
{
  background-color: #fff !important;
}

.topnav {
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.imasa2
{
display:none !important;
}

body {
    overflow-x: hidden !important;
}

html
{
overflow-x: hidden !important;
}


}

@media (min-width:992px)
{
.topnav
{
display:none;
}

.pasek-- {
    display: grid;
    grid-template-columns: 0.9fr 2fr 1fr;
    bottom: 0px;
    height: 70px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    text-align: center;
    width: 91%;
    font-size: 1.094vw;
    color: #181716;
    font-family: 'Jost-Light';
    z-index: 99999999;
    transform: translateX(-150%);
    animation: pasek 1s forwards;
    border-top: 1px solid #8080807d;
    margin-left: 45px;
    margin-top: 50px;
    font-weight: 600;
    position: relative;
}

.pasek {
    display: grid;
    grid-template-columns: 0.9fr 2fr 1fr;
   
}


}


@media (max-width:991px)
{
.bvbv1
{
font-size: 3.781vw !important;
}

}


.imasa2 {
    z-index: -1 !important;
}