/* todo rwd dla galerii prez */

/* breakpoints: 1200px, 900px, 600px */


/* ogolne */

:root {
	--kolor: #1c6b63;
	--kolor2: #2b8a80;
	font-size: 20px;
	}
@media(max-width:600px)

html, body {
	scroll-behavior: smooth;
	font-size: 1rem;
	}

body.fluent .rw-width-100-percent {
	float: none !important;
	}

body.fluent .rw-width-100-percent {
	width: auto !important;
	clear: both;
	}
body.fluent .rw-width-100-percent+section {
	clear: both;
	}

/* ogolne end */



/* forms */

input,
textarea,
select,
button {
	margin: .25rem;
	padding: .5rem;
	border: 1px solid #0009;
	background: #fff;
	font-size: 1rem;
	line-height: 1.2;
	color: #000;
	outline: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	}

input[type="radio"],
input[type="checkbox"] {
	width: 1.25rem;
	height: 1.25rem;
	}

.uploadifive-button,
input[type="file"] {
	z-index: 10 !important;
	}

@media (max-width: 900px) {
	.page_content_container input,
	.page_content_container textarea,
	.page_content_container select {
		margin: .1rem;
		width: 80% !important;
		}
	}

input[type='submit'],
input[type='submit'],
button {
	display: inline-block;
	background: var(--kolor);
	border: 1px solid var(--kolor);
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
	}
input[type='submit']:hover,
button:hover,
input[type='submit']:hover,
button:hover {
	opacity: .8;
	}

@media (max-width: 900px) {
	input[type='submit'],
	input[type='submit'],
	button {
		width: auto !important;
		}
}

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
	border: 1px solid #000;
	background: #fff;
	color: #000;
	}

@media (max-width: 900px) {
	.form-auto table td {
		display: block;
		text-align: left !important;
		vertical-align: top;
		padding: .5rem 0 0 .5rem !important;
		}

	.form-auto table td td {
		display: table-cell;
		padding: 0 !important;
		}

	.form-auto table>tbody>tr>td:first-child {
		margin-top: .5rem;
		}
}

.form-auto tr.form-row-error input,
.form-auto tr.form-row-error textarea,
.form-auto tr.form-row-error select {
	outline: 1px solid red;
	}

.form-auto tr.form-row-error .required-asterix {
	outline: 1px solid red;
	}

@media (max-width: 900px) {
	.form-auto table td input[type="radio"],
	.form-auto table td input[type="checkbox"] {
		margin: .5rem !important;
		}
}

/* forms end */



.admin-edit-content-link { /* edycja przez admina */
	position:absolute; 
	line-height: 1.0;
	right: 0;
	bottom: -15px;
	z-index: 99999;
	font-size: 1rem;
	font-family: monospace;
	display: block;
	padding: 4px 6px;
	background: #fff;
	color: #000;
	border-radius: 5px;
	box-shadow: 0 0 6px #000;
	text-shadow: 0 0 3px #fff, 0 0 2px #fff;
	}



.rwContentBox.rw_ct_popup { /* popup */
	display: none;
	}
	
	

@media (max-width: 900px) { /* w rwd szerokosc obszaru na 100% */
	.page_content_container {
		width: 100%;
		}
}



/* box kazdej sekcji */

section.rwContentBox { 
	margin: 0;
	padding: 0;
	}
	
@media (max-width: 900px) {
	.rwContentBox:not(.rw_ct_slider2) {
		overflow: hidden;
		}

	.rwContentBox,
	.rw_ct_reach_text {
		width: 100% !important;
		}

	.ie_dump {
		max-width: 300px;
		}

	.rw-inner-padding, .rw-content-padding, .rw-outer-padding {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		}
}

/* box kazdej sekcji end */



@media (max-width: 900px) {	/* obrazki w rwd */
	.rw_ct_reach_text img {
		position: relative !important;
		display: block !important;
		float: none !important;
		margin: 20px auto;
		max-width: 300px;
	}
}



/* daty utworzenia, modyfikacji */

.header-dates {
	font-size: 0.75em;
    text-align: right;
	}

.header-date-1 {}

.header-date-2 {}

/* daty utworzenia, modyfikacji end */





.comeback-top,
.comeback-bottom {	/* linki powrotu */
	font-size: 0.75em;
	}

ul.sections-list {	/* lista sekcji */
	font-size: 0.75em;
	padding: 0 15%;
	}

ul.children-list {	/* lista podstron pod trescia */
	font-size: 0.75em;
	padding: 0 15%;
	}
	
.licznik {	/* licznik wejsc */
	font-size: 0.75em;
	}



/* naglowki tytuly sekcji */

.content_headers {
	margin-bottom: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: var(--kolor);
	}
@media (max-width: 1200px) {
	.content_headers {
		padding-left: 1rem;
		}
}
@media (max-width: 900px) {
	.content_headers {
		margin-bottom: .5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		}
}

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

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

/* naglowki tytuly sekcji end */
	
	
	
/* akapit */

.ct_reach_text {
	margin: 0;
	padding: 0;
	}
@media (max-width: 1200px) {
.ct_reach_text {
	padding-left: 1rem;
	padding-right: 1rem;
	}
}

.ct_reach_text p {
	margin: 0;
	padding: 0;
	}

.foldBox h2.content_title,
.foldBox h3.content_description {
	cursor: pointer;
	}

div.foldContent {
	padding: 0;
	margin: 0;
	text-align: left;
    }

div.folding {
	position: relative;
	display: block;
	}

.foldReadMore, .foldReadLess {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8rem;
	padding: .5rem 0;
    }

.folding+.tinymce-ct+.folding {
	display: none !important;
    }

@media (max-width: 600px) {
.ct_reach_text img {
	display: block;
	max-width: 85vw !important;
	height: auto !important;
	margin: 1rem auto !important;
	}
}

/* akapit end */



/* video */

.content_youtube {
	font-size: 0;
	}

.content_youtube iframe {
	width: 100% !important;
	}
@media(max-width:900px) {
.content_youtube iframe {
	max-height: 40vh;
	}
}

.content_youtube_description {
	display: block;
	padding: .25rem 0 0 0 ;
	line-height: 1.2;
	color: #000;
	opacity: .8;
	font-size: .7rem;
	}

/* video end */



/* galeria */

.rw_ct_gallery ul,
.rw_ct_gallery2 ul,
.rw_ct_gallery3 ul,
.rw_ct_gallery4 ul,
ul.gallery_new {
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
	text-align: center;
	font-size: 0;
    }

ul.gallery_new li {
	font-size: 1rem;
	display: inline-block;
	margin: .25rem;
	padding: 0;
	}

ul.gallery_new li span.gal_content {
	position: relative;
	display: block;
	}

ul.gallery_new li span.gal_content_2 {
	position: relative;
	display: block;
	background: #fff;
	padding: .25rem;
	}

ul.gallery_new li span.gal_content_2 span.gal_img {
	position: relative;
	display: block;
	}

ul.gallery_new li span.gal_content_2 span.gal_img span.gal_img_2 {
	position: relative;
	display: block;
	}

ul.gallery_new li span.gal_content_2 span.gal_img span.gal_img_2 a {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 0;
	}

ul.gallery_new li span.gal_content_2 span.gal_img span.gal_img_2 a:hover {
	background: #fff;
	opacity: 0.80;
	}

ul.gallery_new li span.gal_content_2 span.gal_desc {
	position: relative;
	display: block;
	padding-top: .2rem;
	}

ul.gallery_new li span.gal_content_2 span.gal_desc span.gal_desc_2 {
	position: relative;
	display: block;
	}

ul.gallery_new li span.gal_content_2 span.gal_desc span.gal_desc_2 a {
	display: block;
	height: 30px;
	overflow: hidden;
	font-size: 0.7rem;
	line-height: 15px;
	text-align: center;
	color: #000;
	opacity: .6;
	letter-spacing: 0;
	}
ul.gallery_new li span.gal_content_2 span.gal_desc span.gal_desc_2 a:hover {
	color: #000;
	text-decoration: none;
	}

ul.gallery_new li.gallery_folder span.gal_content_2 span.gal_desc span.gal_desc_2 a {
	color: #000;
	}

ul.gallery_new .gal_content .ga_img_overlay,
.gallery-balanced .gallery-folder .ga_img_overlay,
.gallery-balanced .balanced-item .ga_img_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}

ul.gallery_new .gal_content .ga_img_overlay .awesome,
.gallery-balanced .gallery-folder .ga_img_overlay .awesome,
.gallery-balanced .balanced-item .ga_img_overlay .awesome {
	display: table-cell;
    line-height: 1.0;
    text-align: center;
    vertical-align: middle;
	opacity: 0.6;
	text-shadow: 0 0 10px #000, 0 0 10px #000;
	color: #fff;
	font-weight: normal;
	}

.gallery-balanced .gallery-folder .ga_img_overlay .awesome,
.gallery-balanced .balanced-item .ga_img_overlay .awesome {
	padding: 10px;
	vertical-align: top;
	font-size: 50px;
	}

.gallery-balanced {
	margin: 0 auto;
	}

@media (max-width: 900px) {
	.gallery-balanced {
		width: auto !important;
		}
}

@container (max-width: 900px) {
	.gallery-balanced {
		width: auto !important;
		}
}

a.gallery-back {
	display: block;
	font-size: 0.75em;
	padding: 15px 0;
	}

.gallery-prez .gallery-prez-obj-box {
	margin: auto;
	position: relative;
	background: #eee;
	}

.gallery-prez .gallery-prez-obj {
	margin: 0 auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	box-shadow: inset 0 0 100px #ddd;
	}

.gallery-prez .gallery-prez-nav {
	position: static;
	}

.gallery-prez .gallery-prez-nav .awesome {
	font-size: 4em;
	color: #000;
	display: block;
	position: absolute;
	padding: 0 10px;
	top: 0;
	opacity: 0.05;
	}

.gallery-prez .gallery-prez-nav .awesome:hover {
	opacity: 0.4;
	text-decoration: none;
	}

.gallery-prez .gallery-prez-nav .arrow-left {	
	left: -20px;
	}

.gallery-prez .gallery-prez-nav .arrow-right {	
	right: -20px;
	}

.gallery-prez .gallery-prez-thumbs {
	display: table;
    list-style: none outside none;
	margin: auto;
    margin: auto !important;
    padding: 0;
    position: relative;
	text-align:  center;
	}

.gallery-prez .gallery-prez-thumbs li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 0;
	}

.gallery-prez .gallery-prez-thumbs li a {
	position: relative;
	display: block;
	}

a .gallery-prez-size-box {
	display: table-cell;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	box-shadow: inset 0 0 30px #ddd;
	}
a:hover .gallery-prez-size-box {
	opacity: 0.7;
	}

.gallery-prez .gallery-prez-video .gallery-prez-overlay,
.gallery-prez .gallery-prez-folder .gallery-prez-overlay {
	position: absolute;
	top: 0;
	left: 0;
	}

.gallery-prez .gallery-prez-video .awesome,
.gallery-prez .gallery-prez-folder .awesome {
	line-height: 1.0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	opacity: 0.6;
	text-shadow: 0 0 10px #000, 0 0 10px #000;
	color: #fff;
	font-weight: normal;
	}

@media (max-width: 900px) {
	.gallery-prez * {
		max-width: 100%;
		}
}

/* galeria end */



/* lista plikow */

div.file_list_container {
	padding: 3px 0;
	text-align: center;
	}

div.file_list_container table {
	border-collapse: collapse;
	margin: auto;
	}

div.file_list_container table tr {}

div.file_list_container table td {
	text-align: left;
	vertical-align: top;
	padding: 5px 3px;
	border-bottom: 1px solid #ddd;
	}

div.file_list_container table tr:last-child td {
	border: none;
	}

div.file_list_container td.file_list_icon {
	padding: 8px 5px 5px 5px;
	}

div.file_list_container td.file_list_icon img {
	width: 24px;
	height: 24px;
	border: 0;
	}

div.file_list_container td.file_list_text {}

div.file_list_container td.file_list_text a.file_list_file_title {
	display: block;
	}

div.file_list_container td.file_list_text span.file_list_file_description,
.file_list_text .file_list_file_description {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	}

.file_list_text .file_list_file_basename {
	font-size: 0.8em;
	opacity: 0.7;
	color: #000;
	}
	
/* lista plikow end */
	
	
	
/* mapa google */

.content_google {
	font-size: 0;
	}

.content_google iframe {
	width: 100% !important;
	}
@media(max-width:600px) {
.content_google iframe {
	max-height: 50vh;
	}
	}

.content_google_description {
	display: block;
	padding: .25rem 0 0 0;
	line-height: 1.2;
	color: #000;
	opacity: .8;
	font-size: .7rem;
	}

/* mapa google end */


	
/* formularz newslettera */

div.newsletter_form_content {}

div.newsletter_form_content table {
	margin: 0 auto !important;
	}

div.newsletter_form_content table td {
	text-align: left;
	}

div.newsletter_form_content table td label {
	display: block;
	font-size: 0.7rem;
	text-align: left;
	}

div.newsletter_form_content table td input.newsletter_add_button {
	float: right;
	}

div.newsletter_form_content table td input.newsletter_out_button {
	float: left;
	}
	
/* formularz newslettera end */



div.free_code {} /* dowolny kod */



/* odtwarzacz mp3 */

div.mp3_player_content {}

div.mp3_player_content table {
	width: 100%;
	}

div.mp3_player_content td.audioFileBox {
	padding: 5px 0 0 0;
	border-bottom: 1px solid #ddd;
	}
@media (max-width: 900px) {
	div.mp3_player_content td.audioFileBox {
		text-align: center;
		}
}

div.mp3_player_content td.audioFileBox b.fileTitle {
	position: relative;
	display: block;
	color: #000;
	line-height: 100%;
	clear: both;
	}

div.mp3_player_content td.audioFileBox span.fileDescription {
	position: relative;
	display: block;
	font-size: 0.75em;
	line-height: 1.2;
	padding-bottom: 10px;
	clear: both;
	}
	
/* odtwarzacz mp3 end */
	
	
	
/* tabela */

.table_inside {}

.table_inside table {
    border-collapse: separate;
    border-spacing: 1px;
	}

.table_inside table tr {
	}

.table_inside table td {
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
	}

/* tabela end */



/* banery */

ul.banners-gallery {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	text-align: center;
	font-size: 0;
	}

ul.banners-gallery li {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	vertical-align: top;
	background: #eee;
	padding: 0;
	margin: .25rem;
	text-align: center;
	width: calc(25% - .5rem);
	}	
@media (max-width: 900px) {
	ul.banners-gallery li {
	width: calc(50% - .5rem);
		}
}
@media (max-width: 520px) {
	ul.banners-gallery li {
	width: calc(100% - .5rem);
		}
}

ul.banners-gallery li span.banners-content {}
ul.banners-gallery li span.banners-content-2 {}
ul.banners-gallery li span.banners-content-2 span.banners-img {}
ul.banners-gallery li span.banners-content-2 span.banners-img-2 {}
ul.banners-gallery li span.banners-content-2 span.banners-img-2 a {}
ul.banners-gallery li span.banners-content-2 span.banners-img-2 a img {}
ul.banners-gallery li span.banners-content-2 span.banners-desc {}
ul.banners-gallery li span.banners-content-2 span.banners-desc span.banners-title {}

ul.banners-gallery li span.banners-content-2 span.banners-desc span.banners-title a {
	display: block;
	font-weight: bold;
	color: #000;
	line-height: 100%;
	text-align: left;
	padding-bottom: .25rem;
	}

ul.banners-gallery li span.banners-content-2 span.banners-desc span.banners-description {}

ul.banners-gallery li span.banners-content-2 span.banners-desc span.banners-description a {
	display: block;
	font-weight: normal;
	color: #000;
	opacity: 0.6;
	font-size: 0.7rem;
	text-align: justify;
	}
	
/* banery end */


	
/* formularz kontaktowy i dowolny */

form.form-auto {
    margin: 0;
	max-width: 1000px;
	min-width: 300px;
	}

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

.form-auto table>tbody>tr>td {
	display: block;
    text-align: left;
    vertical-align: top;
    padding: 0;
	}

.form-auto table td td {
    padding: 0 3px 0 0;
	}

.form-auto>table>tbody>tr>td:first-child {
    text-align: left;
    padding: .5rem 0 0 .25rem;
	}

.form-auto table tr tr td:first-child {
    text-align: left;
	}

.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: 90%;
    height: 100px;
	max-width: 500px;
	}

.form-auto input {
    width: 90%;
	max-width: 500px;
	}

.form-auto input[type="submit"] {
    width: 30%;
	max-width: 200px;
	margin: .5rem .25rem;
	}

.form-auto input[type="radio"],
.form-auto input[type="checkbox"] {
    width: 30px;
	}

.rw-multi-options td.input {
	width: 1rem;
	}
.rw-multi-options td.label {
	padding-top: .2rem;
	}

/* formularz kontaktowy i dowolny end */



@media (max-width: 900px) { /* obiekt flash w rwd */
	.rw_ct_flash object {
		max-width: 100%;
		}
}



/* informacje dodatkowe (cookies itp) */

.flash-msg {
	position: fixed;
	background: #fed442;
	top:0;
	width:100%;
	z-index:999;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	border-bottom: 1px solid #fefcea;
	}

.flash-msg-inner {
	position: relative;
	max-width: 1000px;
	margin: auto;
	font: normal 13px/1.8 sans-serif;
	text-align: center;
	color: #000;
	padding: 0 30px;
	}

.flash-msg-inner a {
	position: relative;
	color: #116886;
	text-decoration: underline;
	}

#flash-msg-close {
	position: absolute;
	right: 20px;
	top: 2px;
	}

@media (max-width: 600px) {
	.flash-msg-inner {
		padding: 0 50px 0 10px;
		}
	#flash-msg-close {
		font-size: 32px;
		text-decoration: none;
		}
}

/* informacje dodatkowe (cookies itp) end */



/* miniatury plikow */

.rw-file-thumb {
	display: block;
	background: url('gfx/files_56.png') no-repeat 0px 0px;
	height: 56px;
    width: 56px;
	}

.rw-file-thumb-doc {
	background: url('gfx/files_56.png') no-repeat -504px -336px;
	}

.rw-file-thumb-docx {
	background: url('gfx/files_56.png') no-repeat -392px -56px;
	}

.rw-file-thumb-jpg,
.rw-file-thumb-jpeg {
	background: url('gfx/files_56.png') no-repeat -448px -392px;
	}

.rw-file-thumb-mp3 {
	background: url('gfx/files_56.png') no-repeat -224px 0;
	}

.rw-file-thumb-pdf {
	background: url('gfx/files_56.png') no-repeat 0 -280px;
	}

.rw-file-thumb-rar {
	background: url('gfx/files_56.png') no-repeat -392px -112px;
	}

.rw-file-thumb-wav {
	background: url('gfx/files_56.png') no-repeat -112px -336px;
	}

.rw-file-thumb-zip {
	background: url('gfx/files_56.png') no-repeat -336px -280px;
	}

.rw-line-height {
	display: inline-block;
	}

/* miniatury plikow end */



/* galeria odnosnikow (featured) */

ul.banners-gallery li.featured span.banners-content {
	width: auto;
	}

ul.banners-gallery li.featured span.banners-img {
	display: block;
	height: 220px;
	overflow: hidden;
	}

ul.banners-gallery li.featured span.banners-content img {
	width: 100%;
	}

ul.banners-gallery li.featured span.banners-content img {
	width: 100%;
	}

/* galeria odnosnikow (featured) end */




/* slider i prezentacja slajdow z galerii */

.rw_ct_slider2 {
	}

.ct_slider2_overall,
.ct_slider2_overall>div {
	position: relative;
	}

body.fluent .ct_slider2_overall>div {
	width: 100% !important;
	}

body.fluent .rw_ct_slider2 ul.slider,
body.fluent .ct_slider2_overall ul.slider {
	width: 100% !important;
	}

body.fluent ul.slider[style^="left"],
body.fluent ul.slider[style^="left"] li { /* when slider is set in cms to 100% width */
	width: 100vw !important;
	}

body.fluent .rw_ct_slider2 ul.slider li,
body.fluent .ct_slider2_overall ul.slider li {
	background-size: cover !important;
	background-position: center !important;
	width: 100% !important;
	}

@media(max-width:900px) {
		
	.ct_slider2_overall>div {
		width: 100% !important;
		}
	
	.rw_ct_slider2 ul.slider,
	.ct_slider2_overall ul.slider {
		width: 100% !important;
		}
	
	.rw_ct_slider2 ul.slider li,
	.ct_slider2_overall ul.slider:not(.slick-slider) li {
		background-size: cover !important;
		background-position: center !important;
		width: 100% !important;
		}

} /* max 900 */

.rw_ct_slider2 ul.slider li,
.ct_slider2_overall ul.slider li {
	background-size: cover !important;
	background-position: center !important;
	}

@media(max-width:600px) {
	.rw_ct_slider2 ul.slider,
	.rw_ct_slider2 ul.slider li {
	max-height: 50vh;
	}
}

/* slider - stronicowanie */

.slider-nav {
	list-style: none;
	display: table;
	margin: 0 auto !important;
	padding: 0;
	}

.slider-nav li {
	display: table-cell;
	}

.slider-nav li a {
	display: block;
	padding: 0px;
	width: .7rem;
	height: .7rem;
	text-decoration: none;
	background: white;
	box-shadow: 0 0 .5rem #000;
	border-radius: 999px;
	margin: .5rem .25rem;
	text-indent: -9999px;
	transition: all 0.5s ease;
	}
.slider-nav li a:hover {
	box-shadow: 0 0 1rem #000, 0 0 .5rem #000, 0 0 .5rem #000;
	}
.slider-nav li.activeSlide a {
	opacity: 0.6;
	}

/* slider - nast/poprz */

.ct-slider2-prev,
.ct-slider2-next {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 100;
	text-decoration: none;
	padding: 0 .25rem;
	font-size: 5rem;
	line-height: 1;
	height: 100%;
	color: #fff;
	text-shadow: 0 0 10px #000;
	opacity: 0.2;
	transition: all 0.3s ease;
	}
.ct-slider2-next {
	left: auto;
	right: 0;
	}

/* stronicowanie zajmuje wys 1.7rem */

/* stronicowanie przed */
.slider-nav+div+.ct-slider2-prev,
.slider-nav+div+.ct-slider2-prev+.ct-slider2-next {
	margin-top: 1.7rem; /* wysokosc stronicowania */
	height: calc(100% - 1.7rem); /* 100% - wysokosc stronicowania */
	}

/* stronicowanie po */
.slider-nav+.ct-slider2-prev,
.slider-nav+.ct-slider2-prev+.ct-slider2-next {
	height: calc(100% - 1.7rem); /* 100% - wysokosc stronicowania */
	}

.ct-slider2-prev:hover,
.ct-slider2-next:hover {
	opacity: 0.8;
	color: #fff;
	}

/* slider - teksty */

.slider .anim_text {
	position: relative;
	height: 100%;
	display: flex !important;
	justify-content: center;
	align-items: left !important;
	flex-direction: column;
	}
.slider .anim_text>span {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-shadow: 0 0 1rem #000, 0 0 1rem #000;
	}

.ct_slider2_overall .ct-slider-static-text {
	font-size: 2.5rem;
	line-height: .9;
	}
@media(max-width:900px) {
.ct_slider2_overall .ct-slider-static-text {
	font-size: 2rem;
	}
}
@media(max-width:600px) {
.ct_slider2_overall .ct-slider-static-text {
	font-size: 1.5rem;
	}
}

.ct_slider2_overall .ct-slider1-static-text {
	font-size: 1.8rem;
	line-height: 1.1;
	padding-top: 1.25rem;
	}
@media(max-width:900px) {
.ct_slider2_overall .ct-slider1-static-text {
	font-size: 1.3rem;
	}
}
@media(max-width:600px) {
.ct_slider2_overall .ct-slider1-static-text {
	font-size: 1rem;
	}
}

.ct_slider2_overall .ct-slider2-static-text {
	padding: 1rem 0 0;
	font-size: 1.2rem;
	}
@media(max-width:900px) {
.ct_slider2_overall .ct-slider2-static-text {
	font-size: 1rem;
	}
}
@media(max-width:600px) {
.ct_slider2_overall .ct-slider2-static-text {
	font-size: .85rem;
	}
}

/* slider end */







/* karuzela slajdow */

.rw_ct_carousel {}

.rw_ct_carousel ul.slick-slider {
	margin: 0;
	}

.rw_ct_carousel .slick-prev,
.rw_ct_carousel .slick-next {
	position: relative;
	font-size: 0;
	margin: 0;
	padding: 0;
	width: 2rem;
	border: none;
	position: absolute;
	left: 0;
	z-index: 10;
	height: 100%;
	background: transparent;
	color: #fff;
	text-shadow: 0 0 10px #000;
	transition: all 0.3s ease;
	font-weight: 400;
	}

.rw_ct_carousel .slick-next {
	left: auto;
	right: 0;
	}

.rw_ct_carousel .slick-prev::after {
	content:"«";
	font-size: 3rem;
	transition: all 0.3s ease;
	opacity: 0.2;
	}
.rw_ct_carousel .slick-next::after {
	content:"»";
	font-size: 3rem;
	transition: all 0.3s ease;
	opacity: 0.2;
	}

.rw_ct_carousel .slick-prev:hover::after,
.rw_ct_carousel .slick-next:hover::after {
	opacity: 0.8;
	}

/* karuzela slajdow end */







/* news gallery */

.ct-news-gallery {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	font-size: 0;
	}

.ct-news-gallery li {
	display: inline-block;
	margin-right: 10px;
	}

.ct-news-gallery li .ct-news-gallery-desc {
	display: block;
	text-align: center;
	padding: 3px 0;
	}
	
/* news gallery end */


	
/* timeline */

.timeline-bx {
	display: block;
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
	}

.timeline-bx .timeline-line {
	white-space: nowrap;
	background: none;
	}

.timeline-bx .timeline-years {
	list-style: none;
	padding: 0;
	margin: 205px 0 0 0;
	display: block;
	font-size: 0;
	}

.timeline-bx .timeline-year {
	width: 300px;
	padding: 20px;
	height: 50px;
	line-height: 50px;
	background: #eee;
	display: inline-block;
	font-size: 24px;
	border-left: 1px solid #ddd;
	color: #fff;
	text-align: center;
	position: relative;
	background: url('gfx/timeline/gr0.png');
	border-radius: 6px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	}

.timeline-bx .timeline-years .current-year {
	opacity: 1;
	background: url('gfx/timeline/gr1.png');
	}

ul.timeline-years>li:last-child {
	text-align: left;
	text-indent: 25px;
	background: #fff url('gfx/timeline/ee.png') no-repeat left center;
	opacity: 1;
	border-radius: 6px 0 0 6px;
	}

ul.timeline-years>li:first-child {
	text-align: left;
	text-indent: 225px;
	background: #fff url('gfx/timeline/ss.png') no-repeat right center;
	opacity: 1;
	border-radius: 0 6px 6px 0;
	}

.timeline-bx .timeline-events {
	position: relative;
	display: none;
	}

.timeline-bx .timeline-year .timeline-event {
	position: absolute;
	background: none;
	display: block;
	padding: 0;
	border-radius: 10px;
	width: 150px;
	word-wrap: break-word;
	white-space: normal;
	color: #fff;
	margin-left: -76px;
	background: #eee;
	text-align: left;
	padding: 10px 0;
	color: #999;
	box-shadow: 3px 3px 10px #aaa;
	border: 1px solid #fff;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	z-index: 200;
	}

.timeline-bx .timeline-year .timeline-event:hover {
	z-index: 210;
	}

.timeline-event .date {
	display: block;
	font: 11px/11px arial, sans-serif;
	padding-left: 10px;
	z-index: 200;
	}

.timeline-event .content {
	display: block;
	font: 11px/11px arial, sans-serif;
	margin: 0;
	font-size: 16px;
	line-height: 1;
	z-index: 200;
	}

.timeline-event .content a {
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 5px 10px;
	z-index: 200;
	}

.timeline-event .content a:hover {
	color: #f60;
	}

.timeline-event .arrow {
	background: red;
	display: inline-block;
	height: 55px;
	margin-left: 20px;
	position: absolute;
	width: 32px;
	left: 50%;
	margin-left: -16px;
	z-index: 2;
	z-index: 200;
	}

.timeline-event-top {
	top: auto;
	bottom: 150px;
	z-index: 200;
	}

.timeline-event-bottom {
	top: 150px;
	bottom: auto;
	z-index: 200;
	}

.timeline-event-bottom .arrow {
	top: -85px;
	bottom: auto;
	height: 84px;
	width:  55px;
	left: 60px;
	background: url('gfx/timeline/arrowup.png') no-repeat 0 0;
	z-index: 200;
	}

.timeline-event-top .arrow {
	bottom: -85px;
	top: auto;
	height: 84px;
	width:  55px;
	left: 60px;
	background: url('gfx/timeline/arrowdown.png') no-repeat 0 -45px;
	z-index: 200;
	}

/* timeline end */


	
/* wyniki wyszukiwania */

.rw-search-results-x li {
	padding: 10px 0;
	}

.rw-search-results-x li .url {
	display: block;
	color: #f60;
	font-size: 0.75em;
	}

.rw-search-results-x li .description {
	display: block;
	}

/* wyniki wyszukiwania end */



/* subitems list (?) */

.rw-ct-subitems-list {
	padding: 10px 0;
	}

.rw-ct-subitems-list ul {
	list-style: none;
	font-size: 0;
	display: inline-block;
	}

.rw-ct-subitems-list ul li {
	display: inline-block;
	}

.rw-ct-subitems-list .title {
	display: inline-block;
	}

.rw-ct-subitems-list ul li a {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	background: #666;
	margin: 0 5px;
	border-radius: 3px;
	}

/* subitems list (?) end */



/* chmura tagow, kategorii, chmura tagow */

.rw-ct-tags-list ul li a {
	font-size: 0.75em;
	text-transform: uppercase;
	}

.rw-ct-cats-list ul li a {
	text-transform: capitalize;
	font-weight: bold
	}

.rw_ct_tagscloud ul {
	font-size: 0;
	list-style: none;
	}

.rw_ct_tagscloud ul li {
	font-size: 1em;
	display: inline-block;
	}

.rw_ct_tagscloud ul li a {
	text-decoration: none;
	display: block;
	padding: 5px;
	}

/* chmura tagow, kategorii, chmura tagow end */



/* info box */

.rw-cms-info-box {
	font-size: 16px;
	position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    padding: 0;
	z-index: 9999;
	}

.rw-cms-info-box .rw-cms-info-table {
	display: table;
	}

.rw-cms-info-box .rw-cms-info-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	}

.rw-cms-info-box .rw-cms-info-row {
	display: table-row;
	vertical-align: middle;
	text-align: center;
	background: rgba(0,0,0,0.2);
	}

.rw-cms-info-box .rw-cms-info-content {
	color: #666;
	}

.rw-cms-info-box .close-link {
	position: absolute;
    right: -10px;
    font-size: 2em;
    display: block;
    top: -10px;
    line-height: 0.7;
    padding: 0.5em;
	text-decoration: none;
	color: rgba(0,0,0,0.2);
	text-shadow: 0.05em 0.05em 0.05em rgba(255,255,255,0.6);
	}

.rw-cms-info-box .close-link:hover {
	color: rgba(0,0,0,0.4);
	}

.rw-cms-info-box .rw-cms-info-dialog {
	width: 50%;
	min-width: 280px;
	max-width: 500px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	padding: 2em 1em;
	box-shadow: 0 0 1rem rgba(0,0,0,0.3);
	}

/* info box end */



.ct-complex-before,
.ct-complex-after { /* sekcje wlasne */
	display: none;
	}



/* aktualnosci, wpisy, eventy z kalendarium, sktÃƒÂ³ry aktualnosci, skroty wpisow */

ul.blog-basic-list,
ul.event-list,
ul.ct-newslist-bx,
ul.ct-bloglist-bx {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
    }

.newsBox,
ul.blog-basic-list li,
.blog-item-in2,
ul.event-list li,
.event-item-in2,
.ct-newslist-bx li,
.ct-bloglist-bx li {
	margin: 2rem 0 0;
	padding: 0;
	list-style-type: none;
	display: block;
    }

@media (max-width: 1200px) {
	.newsBox,
	ul.blog-basic-list li,
	.blog-item-in2,
	ul.event-list li,
	.event-item-in2,
	.ct-newslist-bx li,
	.ct-bloglist-bx li {
		padding: 0 1rem !important;
	    }
}

.ct-newslist-bx li,
.ct-bloglist-bx li {
	font-size: .85rem;
    }

header.newsBox_headers {
	border-bottom: 1px solid #0001;
	margin-bottom: .5rem;
	}

.newsBox .title,
ul.blog-basic-list .title,
.blog-item-in2 .title,
ul.event-list .title,
.event-item-in2 .title {
	display: block;
	font-size: 1.2rem;
    line-height: 1.2;
	text-align: left;
	}

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

.ct-newslist-title {
	display: block;
	font-weight: bold;
	}

.newsBox span.date,
ul.blog-basic-list .date .date,
.blog-item-in2 .date .date,
ul.event-list .date .date,
.event-item-in2 .date .date,
.ct-newslist-date {
	display: block;
	font-size: .6rem;
	line-height: 1;
	opacity: 0.7;
	padding: .15rem 0;
    }

.newsBox .time,
ul.blog-basic-list .time,
.blog-item-in2 .time,
ul.event-list .time,
.event-item-in2 .time {
	display: none;
    }

.newsFloatImage,
.newsFloatImage a,
.newsFloatImage img,
.ct-newslist-img-link {
	position: relative;
	float: left;
	padding: .2rem 1rem 0 0;
	z-index: 100;
	width: 300px;
    }
@media (max-width: 600px) {
.newsFloatImage,
.newsFloatImage a,
.newsFloatImage img,
.ct-newslist-img-link {
	width: 100px;
	padding: .2rem 1rem .25rem 0;
    }
}

.newsFloatImage img,
.newsFloatImage img.thumbnail_image,
.ct-newslist-img-link img {
	width: 300px;
	height: 200px;
	object-fit: cover;
    }
@media (max-width: 600px) {
	.newsFloatImage img,
	.newsFloatImage img.thumbnail_image,
	.ct-newslist-img-link img {
		width: 100px;
		height: 100px;
	    }
}

.event-list .newsFloatImage,
.event-list .newsFloatImage a,
.event-list .newsFloatImage img,
.ct-newslist-img-link {
	width: 200px;
    }
@media (max-width: 600px) {
.event-list .newsFloatImage,
.event-list .newsFloatImage a,
.event-list .newsFloatImage img,
.ct-newslist-img-link {
	width: 100px;
    }
}

.event-list .newsFloatImage img,
.ct-newslist-img-link img {
	width: 200px;
	height: 120px;
	object-fit: cover;
    }
@media (max-width: 600px) {
.event-list .newsFloatImage img,
.ct-newslist-img-link img {
	width: 100px;
	height: 100px;
	object-fit: cover;
    }
}

.newsBox p {
	padding-top: 5px;
	}

.newsBox p.short {
	padding: 0;
	}

.ct-newslist-short {
	opacity: .8;
	}

.newsreadmore,
.news-read-more {
	padding-top: 1em;
	text-align: right;
	font-weight: bold;
    }

.ct-newslist-more-link {
	}

.ct-newslist-link {
	display: block;
	clear: both;
	margin: 1rem auto;
	width: fit-content;
	block-size: fit-content;
	}

.ct-news-video {
	position: relative;
	text-align: center;
	margin-bottom: 10rem;
	}

.ct-news-video video {
	width: 80%;
	max-width: 1200px;
	min-width: 300px;
	height: auto !important;
	}

/* aktualnosci, wpisy i eventy z kalendarium end */



/* menu wyboru eventow (kalendarium) */

ul.events-menu {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	padding: 1rem;
	padding-top: 3rem;
	margin-bottom: 1rem;
	position: relative;
	}

ul.events-menu li {
	display: inline-block;
	}

ul.events-menu li a,
ul.events-menu li span {
	background: #ddd;
	display: inline-block;
	padding: .3rem 1rem;
	}

ul.events-menu li:nth-child(2) a {
	position: absolute;
	top: .7rem;
	left: calc(50% - 2rem);
	width: 2rem;
	}

ul.events-menu li span {
	background: #eee;
	color: #000;
	}

ul.event-list {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.event-thumb-box-in {
	text-align: left;
	}

/* menu wyboru eventow (kalendarium) end */



/* stronicowanie */

.pagination-box {
	margin: 10px 0;
	}

ul.pagination {
	margin: 5px 0;
	padding: 10px 5px;
	display: block;
	float: right;
	clear: both;
	list-style-type: none;
	}

ul.pagination li {
	display: inline;
	margin: 0;
	padding: 0;
	}

ul.pagination li.pagination-info {
	padding-right: 10px;
	}

ul.pagination li a {
	display: inline;
	padding: 3px 7px;
	margin-left: 6px;
	background: #fff;
	outline: 1px solid #ddd;
	}

ul.pagination li span {
	display: inline;
	padding: 3px 7px;
	margin-left: 6px;
	background: #f5f5f5;
	outline: 1px solid #ddd;
	color:#000;
	}

/* stronicowanie end */



/* lista ikon */

ul.icon-list {
	position: relative;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	}

.icon-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	min-width: 8rem;
	}

.icon-list li>span {
	display: block;
	padding-bottom: .5rem;
	}

.icon-list li a:hover {
	opacity: .7;
	}

.icon-list li span.awesome {
	display: block;
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	font-size: 3.5rem;
	margin: 10px auto;
	color: var(--kolor);
	text-align: center;
	}

.icon-list li span.icon-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	font-size: 4rem;
	margin: .rem auto;
	overflow: hidden;
	font-size: 2.5rem;
	line-height: 2rem;
	word-wrap: break-word;
	letter-spacing: -0.15rem;
	font-weight: 900;
	background: #0031;
	border-radius: 999px;
	color: var(--kolor);
	}

.icon-list li img {
	width: 6rem;
	height: 6rem;
	object-fit: cover;
	margin: .5rem 0;
	border-radius: 9999px;
	}

.icon-list li h3 {
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #000;
	margin: 0 10%;
	}

.icon-list li h4 {
	font-weight: 400;
	font-size: .9rem;
	line-height: 1.2;
	color: #0009;
	margin: 0 10%;
	}

.icon-list li p {
	font-weight: 400;
	font-size: .7rem;
	text-align: justify;
	padding-top: 10px;
	line-height: 1.2;
	color: #0006;
	margin: 0 10%;
	padding-bottom: .1rem;
	border-bottom: 1px solid #0001;
	}
.icon-list li p:empty {
	border-bottom: none;
	}

/* lista ikon end */



/* donation box */

.donation-box {
	position: relative;
	}
	
.donation-box .donation-amounts {
	display: flex;	
	}

.donation-box .donation-amounts .donation-amount a {
	display: block;
	padding: 0.25rem 2rem;
	border: 2px solid #ccc;
    margin: 0.25rem 0.25rem 0.25rem 0;
	border-radius: 0.25rem;
	}

.donation-box .donation-amounts .donation-amount a.active {
	border-color: #c00;
	color: #c00;
	}

.donation-box .field-box label {
	display: block;
	font-size: smaller;
	}

.donation-box input,
.donation-box textarea {
	width: 100%;
    max-width: 500px;
	}

.donation-box .donation-amount-input {
	max-width: 10rem;
	}

.payment-status {
	text-align: center;
	}

.payment-status .payment-info-status {
	font-weight: bold;
	}

.payment-status .payment-info-status .payment-ok {
	color: #0b0;
	}

.payment-status .payemnt-info {
	color: #666;
	padding: 2rem;
	}

/* donation box end */

 

/* wideo na warstwie */

.fancybox-video {
	width: 80%;
	}

@media (max-width: 900px){
    .fancybox-video {
		width: 100%;
		}
	}

/* wideo na warstwie end */



.fancybox-nav { /* poprawka nawigaci fancyboxa */
	top: 15%;
	height: 70%;
	}



/* produkty i kategorie produktow */

/* kategoria produktow */

.collection-box .category {
	position: relative;
	}

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

.collection-box .category .collection-feature#feature-name {
	font-size: 1.5rem;
	margin-top: .5rem;
	margin-bottom: .5rem;
	}

.collection-box .category .collection-feature#feature-name + .collection-feature { /* opis kategorii ale id moze byc inny */
	font-size: .85rem;
	float: left;
	width: 80%;
	}

.collection-box .category .collection-feature:has(img) { /* ilustracja kategorii */
	margin-left: 2%;
	width: 18%;
	font-size: 0;
	float: left;
	}
.collection-box .category .collection-feature img { /* ilustracja kategorii */
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	}

/* lista kategorii */

ul.collection,
ul.collections-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	text-align: center;
	}

ul.collection>li>ul,
ul.collections-list>li>ul {
	display: none;
	}

ul.collection li,
ul.collections-list li {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	max-width: 300px;
	margin: 2%;
	}

ul.collection li .label,
ul.collections-list li .label {
	display: none;
	}

ul.collection li a,
ul.collections-list li a {
	display: block;
	width: 100%;
	background: #eee;
	}

ul.collection li a img,
ul.collections-list li a img {
	max-width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	}


ul.collection li .collection-feature:has(img),
ul.collections-list li .collection-feature:has(img) {
	font-size: 0;
	}


ul.collection li a .title,
ul.collections-list li a .title {
	display: block;
	font-weight: bold;
	padding: .5rem;
	}

ul.collection li a .description,
ul.collections-list li a .description {
	display: none;
	}

.collection-box form {
	margin: 1rem 0;
	text-align: center;
	}

/* lista produktow */

ul.products {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
	text-align: center;
	}

ul.products li {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	max-width: 300px;
	margin: 2%;
	}

ul.products li .label {
	display: none;
	}

ul.products li a {
	display: block;
	width: 100%;
	background: #eee;
	}

ul.products li a .title {
	display: block;
	font-weight: bold;
	padding: .5rem;
	}

ul.products li a .short {
	display: block;
	font-size: .7rem;
	line-height: 1.2;
	text-align: left;
	padding: .5rem;
	}

ul.products li a img {
	max-width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	}

ul.products li .product-feature:has(img) {
	font-size: 0;
	}

/* produkty i kategorie produktow end */



/* strona produktu */

.product-box {
	position: relative;
	margin: 1rem 0;
	}

.product-box .label {
	display: none;
	}

.product-box .product-back-link {
	display: inline-block;
	font-size: .7rem;
	margin: 1rem 0;
	opacity: .5;
	}

.product-box .product {
	position: relative;
	font-size: 0;
	}

.product-box .product .product-images {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 3%;
	text-align: center;
	}
@media(max-width:900px) {
	.product-box .product .product-images {
		display: block;
		width: 90%;
		margin: 0 5%;
		}
	}

.product-box .product .product-features {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 67%;
	font-size: 1rem;
	}
@media(max-width:900px) {
.product-box .product .product-features {
	display: block;
		display: block;
		width: 90%;
		margin: 0 5%;
		margin-top: 1rem;
		}
	}

.product-box .product .product-images .product-feature:first-child img {
	width: 100%;
	max-width: 96.7%;
	height: auto;
	margin: 1.6%;
	margin-top: 0;
	}
@media(max-width:900px) {
	.product-box .product .product-images .product-feature:first-child img {
		max-width: 98%;
		margin: 1%;
		margin-top: 0;
		}
	}

.product-box .product .product-images .product-feature+.product-feature {
	position: relative;
	width: 30%;
	margin: 1.6%;
	display: inline-block;
	vertical-align: top;
	}
@media(max-width:900px) {
	.product-box .product .product-images .product-feature+.product-feature {
		position: relative;
		width: 18%;
		margin: 1%;
		}
	}

.product-box .product .product-images .product-feature+.product-feature img {
	width: auto;
	max-width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	}

.product-box .product .product-features .product-feature {
	position: relative;
	margin-bottom: 1rem;
	}

.product-box .product .product-features .product-feature#feature-name {
	font-size: 2rem;
	}

.product-box .product .product-features .product-feature.collection-name {
	font-size: .7rem;
	}

.product-box .product .product-features .product-feature.collection-name a {
	display: inline-block;
	margin-right: .5rem;
	}

/* strona produktu end */



/* listing programistyczny */

pre.syntax {
	background: #000d;
	color: lime;
	padding: 1rem;
	font-family: monospace;
	font-size: .9rem;
	line-height: 1.2;
	}

/* listing programistyczny end */



/* tabelka */

.table2_inside table {
	border: .25rem solid #fff;
	outline: 1px solid #0003;
	position: relative;
	margin: 0 auto;
	font-size: .9rem;
	min-width: 800px;
	}
@media(max-width:800px) {
	.table2_inside {
		display: block;
		position: relative;
		width: 100%;
		overflow-x: scroll; 
	}
}

.table2_inside table td, 
.table2_inside table th {
	padding: .5rem;
	text-align: left;
	}

.table2_inside table tr:nth-child(odd) {
	background: #0001;
	}

.table2_inside table th {
	font-weight: bold;
	}
	
/* tabelka end */