@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,900;1,300;1,400;1,900&display=swap');

:root {
	font-size: 20px;
	}

@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: #000;
	}

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

a {
	color: #286cde;
	outline: none;
	transition: all 0.3s ease;
	text-decoration: none;
	}
a:hover {
	color: #174fad;
	}

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

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

@media (max-width: 900px) {
	.hd>div,
	body>main>div,
	body>footer>div,
	.main-menu nav {
		width: 320px;
		}
	}

.hd {
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 500;
	box-shadow: 0 0 50px #0001;
	}

.hd>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.hd header {
	width:100%;
	}

.olg {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
	}

.olg img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	object-fit: contain;
	margin-right: 20px;
	}

.olg a span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-transform: uppercase;
	color: #000;
	font-size: 2rem;
	font-weight: 700;
	padding: 1rem 0;
	}

.olg a span span {
	display: block;
	padding: 0;
	}

.olg a span span+span {
	color: #0009;
	font-size: .85rem;
	font-weight: 400;
	}

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

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

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

@media (max-width: 900px) {

	.adds {
		text-align: right;
		width: 100%;
		}
	
	.adds a {
		width: auto;
		padding: 0 .5rem 0 0;
		display: inline-block;
		}

}

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

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

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

.main-menu nav li a {
	font-size: .8rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	color: #000;
	display: block;
	padding: .8rem .8rem .6rem .8rem;
	border-bottom: .3rem solid transparent;
    }

.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: .3rem solid #286cde;;
    }

.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;
	}

.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;
    }

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: 200px;
	height: 200px;
	object-fit: contain;
    }

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


















/* 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 {
	display: block;
	color: #fff;
	font-size: 3.5vw;
	line-height: 1;
	font-weight: 300;
	text-shadow: 3px 3px 10px #0005;
	padding: 5vw 0 0 5vw;
	}

.ct-slider1-static-text {
	display: block;
	color: #fff;
	font-size: 1.5vw;
	line-height: 1.3;
	font-weight: 300;
	text-shadow: 3px 3px 10px #0005;
	padding: 1.5vw 0 0 5vw;
	}

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

.anim_text {
	position: relative;
	}


@media (max-width: 900px) {

	.ct-slider-static-text {
		font-size: 2.2rem;
		}
	
	.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 {
	margin-bottom: 2rem;
	text-align: left;
    }
@media (max-width: 900px) { 
	.content_headers {
	    padding-left: 1rem;
	    }
}
.content_headers .content_title {
    font-size: 2.2rem;
	line-height: 1.2;
    font-weight: 400;
	color: #286cde;
    }

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

.content_headers .content_description {
    font-size: 1.6rem;
	line-height: 1.2;
	padding-top: .25rem;
    font-weight: 300;
    opacity: 1;
	color: #0009;
    }

@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: 300px;
		height: auto;
		margin: 1rem auto !important;
	}

	.ct_reach_text.tinymce-ct p {
		padding-left: .5rem;
		padding-right: .5rem;
		width: auto !important;
	}

	.ct_reach_text.tinymce-ct table td {
		display: block;
	}

}






.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;
	}

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

html {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	}

main>div {
	background: #fffc;
	padding-bottom: 4rem;
	}
@media (min-width: 1200px) {
main>div {
	padding-left: 2rem;
	padding-right: 2rem;
	}
}

footer {
	background: #fffd;
	margin-top: 8rem;
}

@media(min-width:900px) {

.rwContentBox.ct-section.allwidth {
	clear: both !important;
	display: block !important;
	position: relative !important;
	float: none !important;
	margin-left: -40px !important;
	width: 1280px !important;
	max-width: 2000px !important;
}

.allwidth>div,
.allwidth>div>div {
	width: 1280px !important;
}

}