html, body, 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;

}


h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: Arial, sans-serif;
	line-height: 1.5;
    font-weight: 500;
	font-style: normal;
    color: #000000 !important;
}



article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	font-weight: normal;
	background: #ffffff;
}

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

p {
	color: #000000 ;
	margin-top: 0;
	margin-bottom: 1rem;
	
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	padding-top: 20px;
    margin: 5px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0px 20px 0px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.entry-content .gallery-item a{border:none;}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery{text-align:center;}
.gallery-item{display:inline-block;padding: 0 10px;float:none;}

a, li, a:before,a:after,span:before,span:after{
transition: all .18s cubic-bezier(0.64,0.20,0.02,0.35);
-webkit-transition: all .18s cubic-bezier(0.64,0.20,0.02,0.35);
}
img {
transition: all .3s cubic-bezier(0.64,0.20,0.02,0.35);
-webkit-transition: all .3s cubic-bezier(0.64,0.20,0.02,0.35);
}
input, textarea, button, label, option, select, .button, .hndle {
transition: all .25s cubic-bezier(0.64,0.20,0.02,0.35);
-webkit-transition: all .25s cubic-bezier(0.64,0.20,0.02,0.35);
width: 100%;
}
#wpwrap #nav-menus-frame #menu-management-liquid li,.wp-picker-holder a {
			transition: none;
			-webkit-transition: none;
}

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

@font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold-webfont.eot');
    src: url('fonts/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('fonts/poppins-bold-webfont.woff') format('woff'),
         url('fonts/poppins-bold-webfont.ttf') format('truetype'),
         url('fonts/poppins-bold-webfont.svg#poppinsbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.wrap1920{max-width:1920px;margin:0 auto;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.table{display:table;}
.cell{display:table-cell;}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

.icon {
	color: #666666 !important;

}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
}


.text-white{
	color: #000000 !important;
}

.font-weight-bold {
	font-weight: 700 !important;

}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h5, .h5 {
    font-size: 1rem;
	font-weight: 500;
}

b, strong {
    font-weight: bolder;
}

.menu {
    background-color: #F2F2F2 !important;
	color: #fff;
	padding: 1rem;
	display: flex;
	justify-content: center ;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2
	
}

.menu a{margin:0 20px;}

#menu-menu-1 {
    font-size: 1rem;	
	font-weight: bold;
}


.entry-content {
	padding: 20px;
	box-sizing: border-box;
}

ul li {
    unicode-bidi: isolate;
	
	
}

a {
    text-decoration: none;
    background-color: transparent;
	color: #000000;
	margin: 10px;
	
}

a:hover {
    text-decoration: none;
    background-color: transparent;
	color: #a8a9aa;
	margin: 10px;
	
}


.logo {
	display: flex;
	justify-content: center;
}

.fl-module-rich-text {
	font-weight: 400;
}

.fl-col-small {
	display: flex;
	justify-content: center;
	padding: 24px;
}

.fl-node-br2pq6vul9hg {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap
}


.fl-node-he2w78sfkdrg {
	background: #F2F2F2;
	border-radius: 15px 0 0 15px;
	
}

.fl-node-q2wnpfhxut0r {
	background: #F2F2F2;
	border-radius: 0px 15px 15px 0;
	
}



@media (max-width: 768px) {

    .fl-node-he2w78sfkdrg {
		display: flex;
		background: #F2F2F2;
		border-radius: 15px 15px 0 0;

		
	}
	
	.fl-node-q2wnpfhxut0r {
		display: flex;
		background: #F2F2F2;
		border-radius: 0 0 15px 15px;

	}
}

@media (max-width: 400px) {

	.entry-content {
		padding: 10px;
		box-sizing: border-box;
	}

    .dkont {
		font-size: small;
		
	}


	
}

@media (max-width: 345px) {

    .dkont {
		font-size: 10px;
		
	}

}



.h3-kontakt {
	margin: 0px 0px 12px;

}

.wpcf7 input, .wpcf7 textarea{
	padding:5px;
	box-sizing:border-box;
}


.wpcf7-submit {
	background: #C98B26 !important;
	padding: 12px 16px !important;
	color: #fff !important;
	border-bottom: 0px !important;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
}

.wpcf7-form-control {
	border: none;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
	height: 52px;
	font-family: Arial, sans-serif;
}

.wpcf7-response-output {
	color: #029c02 !important;
	border: none !important;
}

.invalid .wpcf7-response-output{
		color: #dc0202 !important;
}

.wpcf7-form-control-wrap {
	font-size: 16px;
}

#wiadomosc {
	resize: vertical;
	height: 150px;
	width: 100%;
}

.pl-3 {
	padding-left: 1rem !important;
}

.w-100 {
    width: 100% !important;
}

div {
    display: block;
    unicode-bidi: isolate;
}

#post-84 .fl-rich-text ol,
#post-18 .fl-rich-text ol{
	 list-style-type: decimal;
	padding-left:20px;
	margin-top:15px;
}

#post-84 .fl-rich-text ul,
#post-18 .fl-rich-text ul{
		 list-style-type: disc;
	padding-left:20px;
	margin-top:15px;
}

#post-84 .fl-rich-text h3,
#post-18 .fl-rich-text h3{
	margin-top:15px;
}
