@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,400;1,700&display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400;1,700&display=swap');


oswald
noto
playfair
roboto slab
nunito
pt sans
lora
quicksand
dosis
cabin
dancing script
pacifico
lobster
*/

:root {
	font-size: 20px;

	--kolortla: #fff;
	--kolornapisow: #000;
	--kolorlinkow: #519c2a;
	--kolorlinkowaktywnych: #24792e;
	--kolortlanaglowka: #fff;
	--kolortlamenu: #e2e7ee55;
	--kolornapisowmenu: #000;
	--kolortlamenuaktywne: #0001;
	--kolornapisowmenuaktywne: #000;
	--kolornapisownaslajdzie: #fff;
	--kolorikonekparzystych: #6f9e00;
	--kolorikoneknieparzystych: #6abad5;
	--kolortytulow: #37922c;
	--kolorpodtytulow: #92bd01;
	--kolornapisowprzyciskow: #fff;
	--kolortlaprzyciskow: #6f9e00;
	--kolornapisowprzyciskowactive: #fff;
	--kolortlaprzyciskowactive: #6abad5;
	--kolortlastopki1: #6abad5;
	--kolortlastopki2: #6f9e00;
}

@media (max-width: 900px) {
	:root {
		font-size: 15px;
	}
}



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

.rwContentBox ul,
.cn ul {
	list-style-type: disc;
	margin: 20px 0;
	margin-left: 45px;
}

.rwContentBox ol,
.cn ol {
	list-style-type: decimal;
	margin: 20px 0;
	margin-left: 55px;
}

.rwContentBox li,
.cn li {
	padding-left: 0px;
}

.rwContentBox table td {
	vertical-align: top;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: normal;
}

ul {
	margin-top: 0;
}

img {
	border: 0;
}

.clear,
.cl {
	clear: both;
}

html {
	font-size: 1rem;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
}

body {
	font: 1rem/1.5 lato, sans-serif;
	color: var(--kolornapisow);
	background: var(--kolortla);
}

* {
	font-family: lato, sans-serif;
}

a {
	color: var(--kolorlinkow);
	outline: none;
	transition: all 0.3s ease;
	text-decoration: none;
}

a:hover {
	color: var(--kolorlinkowaktywnych);
}

.hd,
body>main,
body>footer {
	position: relative;
}

off .hd>div,
body>main>div,
off body>footer>div,
.main-menu nav {
	position: relative;
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
}

@media (max-width: 900px) {

	body>main>div,
	body>footer>div,
	.main-menu nav {
		width: 320px;
	}
}

.hd {
	position: fixed;
	background: var(--kolortlanaglowka);
	width: 100%;
	z-index: 500;
}

.hd>div {
	display: block;
}

.hd header {
	margin: 0 auto;
	width: auto;
	text-align: center;
}

.olg {
	position: relative;
	font-size: 0;
	display: inline-block;
	width: auto;
	text-align: left;
	white-space: nowrap;
	padding: .5rem;
}
@media(max-width:900px) {
	.olg {
		display: block;
		white-space: normal;
		padding: .5rem 0;
		text-align: center;
		margin: 0 auto;
	}
}

.olg img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	object-fit: contain;
	margin-right: 1rem;
	width: 300px;
	height: 100px;
}
@media(max-width:900px) {
	.olg img {
		margin-right: 0;
		width: 200px;
		height: 80px;
	}
}

.olg img+span {
	position: relative;
	vertical-align: middle;
	width: 200px;
	text-transform: uppercase;
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	display: inline-block;
	line-height: 1;

	display: none !important;
}
@media(max-width:900px) {
	.olg img+span {
		display: block;
		width: 100%;
		padding-top: .5rem;
	}
}

.olg img+span span {
	display: block;
	font-weight: 900;
	padding: .25rem 0;
}

.olg img+span span+span {
	font-size: .85rem;
	color: #000;
	font-weight: 900;
	padding: .25rem 0;
}


.adds {
	display: block;
	max-width: 320px;
	align-self: center;
	font-size: .9rem;
}

.adds {
	text-align: right;
	width: 100%;
}
}

.adds a {
	display: block;
	line-height: 1.5rem;
	padding: 0 1rem;
}

@media (max-width: 900px) {
	.adds a {
		width: auto;
		padding: 0 .5rem 0 0;
		display: inline-block;
	}
}

.adds a:hover {
	background: #00000009;
}

.adds a span {
	display: inline-block;
	width: 25px;
	text-align: center;
}

.main-menu {
	position: relative;
	width: 100%;

	background: var(--kolortlamenu);

}

.main-menu nav {
	border-top: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
	font-size: 0;
	width: 100%;

	border-top: none;
	text-align: center;

}

.main-menu nav li {
	position: relative;
	display: inline-block;
	font-size: 1rem;
}

.main-menu nav li a {
	font-family: montserrat, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	color: var(--kolornapisowmenu);
	display: block;
	padding: .8REM 1.5rem;
	border-bottom: .3rem solid transparent;

	border-bottom: none;
}

.main-menu nav li a:hover,
.main-menu nav li a.selected,
.main-menu nav li a.active,
.main-menu nav li a.traced {
	border-bottom: none;
	background: var(--kolortlamenuaktywne);
	color: var(--kolornapisowmenuaktywne);
}

.main-menu nav ul ul {
	position: absolute;
	left: 0;
	top: 3rem;
	background: #fff;
	outline: 1px solid #ddd;
	z-index: 50;
	width: 250px;
	box-shadow: 6px 6px 8px #00000022;
	display: none;
}

.main-menu nav ul ul ul {
	left: 220px;
	top: 0rem;
	box-shadow: 8px 8px 10px #00000022;
}

.main-menu nav ul ul li {
	display: block;
	width: 100%;
}

input#rwdmn,
input#rwdmn+label {
	display: none;
}

@media (max-width: 900px) {

	input#rwdmn+label+nav {
		display: none;
	}

	input#rwdmn+label {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		cursor: pointer;
		padding: .2rem 1rem;
		background: #fff;
		z-index: 100;
		width: 1rem;
		text-align: center;
		font-size: 2rem;
	}

	input#rwdmn+label span::before {
		content: '\2261';
	}

	input#rwdmn:checked+label span::before {
		content: '\D7';
	}

	input#rwdmn:checked+label+nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background: #fffffff5;
		z-index: 10;
	}

	input#rwdmn:checked+label+nav ul {
		background: transparent;
		display: block !important;
		outline: none;
		box-shadow: none;
		width: auto;
	}

	input#rwdmn:checked+label+nav li {
		display: block;
		text-align: left;
	}

	input#rwdmn:checked+label+nav li a {
		padding-top: .33rem;
		padding-bottom: .33rem;
	}

	input#rwdmn:checked+label+nav li a:hover,
	input#rwdmn:checked+label+nav li a.active {
		background: #0001;
	}

	input#rwdmn:checked+label+nav li>ul,
	input#rwdmn:checked+label+nav li:hover>ul {
		display: block;
		position: relative;
		left: 0;
		top: 0;
	}

	input#rwdmn:checked+label+nav li ul a {
		padding-left: 2rem;
	}

	input#rwdmn:checked+label+nav li ul ul a {
		padding-left: 4rem;
	}

	input#rwdmn:checked+label+nav li ul ul ul a {
		padding-left: 6rem;
	}

}

.search-form {
	position: absolute;
	top: .5rem;
	right: 0;
	text-align: right;
}

@media (max-width: 900px) {
	.search-form {
		position: relative;
		top: 0rem;
		right: 0;
		text-align: center;
	}
}

.hd form * {
	font-size: 0.7rem;
	padding: 0.3rem;
}

.thisishomepage .bc {
	display: none;
}

.bc {
	position: relative;
	background: #f4f7fa;

	display: none;
}

.bc>div {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: .5rem;
	max-width: calc(1200px - 1rem);
}

.bc li {
	display: inline-block;
	vertical-align: middle;
	color: #0009;
	font-size: .7rem;
}

.bc li::before {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .2rem;
	content: ">";
}

.bc li:first-child::before {
	display: none;
}

.bc li:last-child {
	font-weight: bold;
}

.bc li a {
	display: inline-block;
	padding: .2rem 0;
	color: #0009;
}

.bc li a:hover {
	display: block;
	padding: .2rem 0;
	color: #000;
}

main {
	padding: 0 0 0 0;
}

body>footer {
	position: relative;
	box-shadow: 0 0 100px #0001;
	background: linear-gradient(167deg, var(--kolortlastopki1), var(--kolortlastopki2));
}

body>footer>div {
	padding: 4rem 0;
	text-align: center;
	font-size: 0.75rem;
}

body>footer .adds {
	margin: 0 auto 2rem auto;
}

body>footer a {
	color: #000;
}

body>footer .ftlg img {
	width: 320px;
	height: 120px;
	object-fit: contain;
}

body>footer>div::after {
	content: '';
	clear: both;
	display: block;
}

.icon-list li span.awesome {
	color: var(--kolorikonekparzystych);
}

.icon-list li:nth-child(odd) span.awesome {
	color: var(--kolorikoneknieparzystych);
}

.icon-list li h3 {
	font-family: montserrat;
	font-weight: 400;
	font-size: 1.5rem;
	opacity: .5;
	margin: 1.5rem 0;
}

.icon-list li p {
	font-size: .7rem;
	color: #0005;
	margin: 0 10%;
	letter-spacing: .2px;
}





























/* below - modifications */

.background-silver {
	background: #f4f7fa;
}

.background-gray {
	background: #e1e7ee;
}

.ct-slider-static-text {
	display: block;
	color: #fff;
	font-size: 3.5vw;
	font-weight: 300;
	text-shadow: 3px 3px 10px #0005;
	padding: 5vw 0 0 5vw;
}

.ct-slider-static-text,
.ct-slider1-static-text {
	display: block;
	color: var(--kolornapisownaslajdzie);
	font-family: montserrat;
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: .1rem;
	text-shadow: 3px 3px 10px #0009;
	text-align: center;
	padding: 0 1rem;
	}

.ct-slider1-static-text {
	font-size: 2rem;
	padding-top: .5rem;
	}

.rw_ct_slider2.darken .slider li::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #0007;
	position: absolute;
	left: 0;
	top: 0;
	}

.anim_text {
	position: relative;
	height: 100%;
	display: flex !important;
	justify-content: center;
	flex-direction: column;
	}

@media (max-width: 900px) {

	.ct-slider-static-text {
		font-size: 1.8rem;
		letter-spacing: 0;
		}

	.ct-slider1-static-text {
		font-size: 1.2rem;
		}

	.rw_ct_slider2 {
		max-height: 320px;
		}

	.rw_ct_slider2 * {
		max-height: 320px;
		}

	.rw_ct_slider2 .slider-nav {
		top: -5.5rem;
		}

	.rw_ct_slider2 .ct-slider2-prev,
	.rw_ct_slider2 .ct-slider2-next {
		font-size: 5rem;
		}

	.rw_ct_slider2 .ct-slider2-prev:hover,
	.rw_ct_slider2 .ct-slider2-next:hover {
		opacity: 0.8;
		}

	.rw_ct_slider2 .ct-slider2-prev {
		left: 0;
		}

	.rw_ct_slider2 .ct-slider2-next {
		right: 0;
		}

}

.content_headers {
	font-family: montserrat, sans-serif;
	margin-bottom: 2rem;
	text-align: left;
	text-align: center;
	}

.content_headers .content_title {
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--kolortytulow);
	}

@media (max-width: 900px) {
	.content_headers .content_title {
		font-size: 1.8rem;
		line-height: 1.1;
	}
}

.content_headers .content_description {
	font-size: 1.4rem;
	line-height: 1;
	padding-top: 1rem;
	font-weight: 400;
	opacity: 1;
	color: var(--kolorpodtytulow);
	font-weight: 300;
}

@media (max-width: 900px) {
	.content_headers .content_description {
		font-size: 1.4rem;
		line-height: 1.1;
		padding-top: 1rem;
	}
}


@media (max-width: 900px) {

	.page_content_container img {
		max-width: 320px;
	}

	.ct_reach_text.tinymce-ct img {
		max-width: 320px;
		height: auto;
		margin: 1rem auto !important;
	}

}






.blog-item-in2 {
	margin-top: 0;
}

ul.blog-list,
ul.blog-list li {
	margin: 0;
}

div.newsBox {
	margin: 0 0 2rem 0;
	padding: 0;
	border-bottom: none;
}

header.newsBox_headers {
	border-bottom: none;
	margin: 0;
}

div.newsBox b.title,
div.newsBox header,
ul.blog-basic-list .title,
.blog-item-in2 .title {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: normal;
	text-align: left;
	color: #286cde;
	text-shadow: none;
}

div.newsBox.ct-news-important b.title {
	color: red;
}

div.newsBox span.date,
ul.blog-basic-list .date,
.blog-item-in2 .date {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #0006;
	clear: both;
}

div.newsBox span.date .date,
div.newsBox span.date .time,
ul.blog-basic-list .date .date,
.blog-item-in2 .date .date,
ul.blog-basic-list .date .time,
.blog-item-in2 .date .time {
	font-size: 0.75rem;
	line-height: 2.5;
	display: inline-block;
	opacity: 1;
}

div.newsFloatImage {
	position: relative;
	float: left;
	padding: 0;
	font-size: 0;
	margin: .5rem 2rem 1.5rem 0;
	z-index: 10;
}

div.newsFloatImage a {}

div.newsFloatImage img.thumbnail_image {}

div.newsBox p {
	padding: 0px;
}

div.newsBox p.short {
	padding: 0;
}

div.newsreadmore,
.news-read-more {
	text-align: right;
	font-size: 1rem;
	padding: 0;
	font-weight: normal;
}

.rw-page-single.rw-page-article .comeback-link {
	font-size: .9rem;
	padding: 3rem 0 1.5rem 0;
	display: inline-block;
}

.newsBox .content,
.blog-item .content {
	margin-top: 2rem;
}









/* formularz kontaktowy i dowolny */

.rw_ct_form {
	text-align: center;
}

form.form-auto {
	display: inline-block;
	margin: 0 auto;
}

.form-auto table {
	position: relative;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.form-auto table td {
	text-align: left;
	vertical-align: top;
	padding: .2rem;
}

.form-auto table td td {
	padding: 0 .5rem 0 0;
}

.form-auto table tr td:first-child {
	text-align: right;
	padding: .7rem .5rem 0 0;
	font-weight: 300;
}

@media (max-width: 900px) {
	.form-auto table>tbody>tr>td:first-child {
		margin-top: .5rem;
		font-size: 1rem;
	}
}

.form-auto table tr {}

.form-auto table tr:last-child {
	border-bottom: none;
}

.form-auto table tr tr {
	border-bottom: none;
}

.form-auto textarea {
	width: 350px;
	height: 100px;
}

@media (max-width: 900px) {

	.form-auto textarea,
	.form-auto input {
		max-width: 80% !important;
	}
}




div.content_youtube {
	margin-top: 0;
	font-size: 0;
}

@media (max-width: 900px) {
	div.content_youtube iframe {
		max-height: 180px;
	}
}

div.content_youtube_description {
	display: block;
	padding: .5rem 0;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2;
	text-align: justify;
	color: #0009;
	font-family: inherit;
}

div.content_google {
	margin-top: 0;
	font-size: 0;
}

div.content_google iframe {
	max-height: 80vw;
}

div.content_google_description {
	display: block;
	padding: .5rem 0;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2;
	text-align: justify;
	color: #0009;
	font-family: inherit;
}

@media (max-width: 900px) {

	div.file_list_container td.file_list_text a.file_list_file_title {
		display: block;
		font-size: .65rem;
	}

	div.file_list_container td.file_list_text span.file_list_file_description,
	.file_list_text .file_list_file_description {
		display: block;
		font-size: .9rem;
		line-height: 1.3;
		font-weight: bold;
		padding-top: .25rem;
	}
}



.rwContentBox.ct-section {
	width: 100% !important;
}

@media (min-width: 900px) and (max-width: 1200px) {
	.rwContentBox.ct-section {
		padding-left: .5rem;
		padding-right: .5rem;
		width: calc(100% - 1rem) !important;
	}
}







/* lista produktow */

.collection-box {
	position: relative;
	padding: 6rem 0;
}

.collection-box>.category {
	display: none;
}

.collection-box .pagination {
	display: none;
}

.collection-box ul.products {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.collection-box ul.products li {
	display: block;
	position: relative;
	padding-left: 12rem;
	min-height: 12rem;
}

@media (max-width:900px) {
	.collection-box ul.products li {
		padding-left: 0;
	}
}

.collection-box ul.products li a {
	display: block;
}

.collection-box ul.products li .label {
	display: none;
}

.collection-box ul.products li img {
	width: 10rem;
	height: 10rem;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

@media (max-width:900px) {
	.collection-box ul.products li img {
		position: relative;
		display: block;
		margin: .5rem auto;
	}
}

.collection-box ul.products li a .title {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	padding-bottom: .5rem;
}

@media (max-width:900px) {
	.collection-box ul.products li a .title {
		text-align: center;
	}
}


.collection-box ul.products li a .short {
	display: block;
	position: relative;
}


.collection-box ul.products li a .short::after {
	content: 'MORE INFO';
	font-size: .8rem;
	display: block;
	margin-top: .5rem;
	width: 5rem;
	padding: .3rem 1rem;
	border-radius: 999px;
	text-align: center;
	margin-left: auto;
	background: linear-gradient(to bottom, #d5ad64, #c49b15);
	border: 2px solid #eecc55;
	position: relative;
}

@media (max-width:900px) {
	.collection-box ul.products li a .short::after {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2rem; 
	}
}

/* lista produktow koniec */




input[type='submit'],
input[type='submit'],
button {
	background: var(--kolornapisowprzyciskow);
	background: var(--kolortlaprzyciskow);
	border: none;
}
input[type='submit']:hover,
button:hover,
input[type='submit']:hover,
button:hover {
	background: var(--kolornapisowprzyciskowactive);
	background: var(--kolortlaprzyciskowactive);
	border: none;

}

ul.gallery_new li span.gal_content_2 span.gal_img span.gal_img_2 a {
	background: transparent;
}

ul.gallery_new {
	margin: 0 !important;
	text-align: center;
	}
