@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: #b2af00;
	outline: none;
	transition: all 0.3s ease;
	text-decoration: none;
	}
a:hover {
	color: #d5d200;
	}

.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: 320px;
	}

.olg {
	position: relative;
	display: block;
	width: 320px;
	font-size: 0;
	}

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

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

.olg img+span span {
	display: block;
	}

.olg img+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;
    }

.content_headers .content_title {
    font-size: 2.2rem;
	line-height: 1.2;
    font-weight: 400;
	color: #b2af00;
    }

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

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

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


.icon-list li span.awesome {
	color: #b2af00;
	}

.icon-list li span.icon-placeholder {
	color: #b2af00;
	}

.icon-list li h3 {
	font-weight: 300;
	color: #fff;
	}




























html {
	background: #292b2d url('gfx/md.png') repeat-y top center;
	}

body {
	background: url('gfx/tp.png') no-repeat center 46px;
	font: 300 16px/1.4 'Open Sans', arial, sans-serif;
	color: #fff;
	letter-spacing: 0.3px;
	}

body::before {
	content: '';
	display: block;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: linear-gradient(to bottom,#292B2D 40%,#292B2D00);
	}

a {
	color: #b7b400;
	text-decoration: none;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	}
a:hover {
	color: #8d8b00;
	text-decoration: none;
	}

body>header>div {
	position: relative;
	width: 800px;
	margin: auto;
	}
@media (max-width: 960px) {
body>header>div {
	width: 100%;
	}
}

body>header>div a {
	display: block;
	width: 100%;
	height: 200px;
	background: url('gfx/logo.png') no-repeat center;
	background-size: 200px;;
	text-indent: -9999px;
	}

body>nav {
	position: relative;
	width: 800px;
	margin: auto;
	}
@media (max-width: 960px) {
body>nav {
	width: 100%;
	}
}

body>nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 54px;
	line-height: 54px;
	font-size: 0;
	}

body>nav>div>ul {
	text-align: center;
	}

body>nav>div>ul ul {
	text-align: left;
	}
@media (max-width: 960px) {
body>nav>div>ul ul {
	display: none !important;
	}
}

body>nav ul li {
	display: inline-block;
	font-size: 14px;
	position: relative;
	}

body>nav ul li a {
	display: block;
	padding: 0 37px 0 35px;
	font-size: 16px;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	}
@media (max-width: 960px) {
body>nav ul li a {
	display: block;
	padding: 0 12px 0 10px;
	font-size: 13px;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	}
}

body>nav>div>ul>li>a {
	background: url('gfx/sep.png') no-repeat right center;
	}

body>nav>div>ul>li:first-child {
	background: url('gfx/sep.png') no-repeat left center;
	}

body>nav ul ul {
	display: none;
	}

body>nav ul li:hover ul {
	displacy: block;
	position: absolute;
	left: 0;
	top: 50px;
	background: #fff;
	height: auto;
	z-index: 90;
	box-shadow: 3px 7px 10px #000;
	}

body>nav ul li:hover ul a {
	width: 150px;
	}

body>nav ul li a:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0.05);
	}

body>nav a.pl,
body>nav a.en {
	display: block;
	width: 20px;
	height: 20px;
	background: url('gfx/pl.png') no-repeat center;
	text-indent: -9999px;
	position: absolute;
	right: -30px;
	top: 7px;
	}

body>nav a.en {
	background: url('gfx/en.png') no-repeat center;
	top: 27px;
	}

.in-main {
	position: relative;
	width: 750px;
	padding: 50px;
	margin: auto;
	color: #fff;
	min-height: 450px;
	}
@media (max-width: 960px) {
.in-main {
	width: 320px;
	padding: 50px 0;
	}
}

.in-main section {
	display: block;
	position: relative;
	width: 250px;
	text-align: justify;
	}

.in-main section header {
	color: #c0c0c0;
	padding-bottom: 1em;
	}

img.obrr {
	position: absolute;
	right: -485px;
	top: 60px;
	}

footer {
	display: block;
	width: 100%;
	height: 150px;
	background: url('gfx/ft.png') no-repeat top center;
	}

footer>div {
	position: relative;
	width: 740px !important;
	margin: auto;
	padding: 40px 30px 0;
	}
@media (max-width: 820px) {
footer>div {
	width: 100% !important;
	}
}

footer ul {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 50;
	}

footer ul ul {
	display: none;
}

footer ul li {
	display: inline-block;
	}

footer nav.lgs li {
	opacity: 0.4;
	margin-right: 15px;
	}

footer nav.mn {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 500px;
	text-align: right;
	}

footer nav.mn li {
	opacity: 0.4;
	margin-right: 5px;
	font-size: 12px;
	letter-spacing: 0;
	}

footer nav.mn li a {
	color: #fff;
	}

footer>div p {
	position: absolute;
	left: 0px;
	top: 133px;
	opacity: 0.3;
	margin-right: 5px;
	font-size: 10px;
	letter-spacing: 0;
	z-index: 50;
	}

footer>div p a {
	color: #fff;
	}

a.ftlg {
	position: absolute;
	right: 0;
	top: 12px;
	display: block;
	width: 300px;
	height: 140px;
	background: url('gfx/ftlg.png') no-repeat center;
	opacity: .3;
	text-indent: -9999px;
	}

div.ct_reach_text {
	margin: 0;
	padding: 0;
	color: #fffb
	}

div.ct_reach_text strong {
	color: #fff;
	}