
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;text-align:center}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */


/* koniec ikony */

html {
    color: #222;
    font-size: 1em;
	min-height:100%;
	min-width:100%;
}
body{
	overflow-x:hidden;
	min-height:100%;
	min-width:100%;
	line-height: 1.5;
  	font-family: "Lato", sans-serif;
  	
}
*{
	box-sizing:border-box;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}



hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}



audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}



textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


.hidden {
    display: none !important;
}



.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
img {}
nav ul, nav li { list-style:none;}
b,strong{ font-weight:600; }
italic{}
em {font-style: italic;}

a{
	 text-decoration:none;
	 color:#a32855;
	 }
a:hover{
	color:#000;
	}
a,img,input,span,p,h1,h2,h3{
	-webkit-transition: all 150ms linear 0ms;
	-moz-transition: all 150ms linear 0ms;
	-ms-transition: all 150ms linear 0ms;
	-o-transition: all 150ms linear 0ms;
	transition: all 150ms linear 0ms;
	text-decoration:none;	
}
h1,
h2,
h3 {
  line-height: 1.1;
  font-weight: 900;
}

article h2, .ak-slajdy h2, section h2{
	font-size: 2.6em;
	color: rgba(0,74,128,1.00);
}

a,a:visited{

}
a:hover,a:active,a:focus{

}

article{
	text-align:left;
}
article ul{
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 1em;
	margin-right: 1em;
	list-style: disc;
}
article ul li { 
    padding-left: 1em; 
	margin-bottom:7px;
}
article ul li:before {
}
article ol{
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 1em;
	margin-right: 1em;
}
article ol li { 
    padding-left: 1em; 
	margin-bottom:7px;
	list-style:decimal !important;
}
article ol li li{ list-style: lower-latin!important; }

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.niebieski1{
	color: #004A80;
}
.niebieski2{
	color: #339CE9;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
 }
.wiecej,.wiecej:visited{
    margin: 0 auto;
	display: inline-block;
	color: #FFF;
	background-color: #339CE9;
	padding: 9px 26px;
	border-radius: 5px;
	font-weight: 400;
	min-width: 115px;
	
	text-align: center;
	font-size: 1.15em;

}
.wiecej:hover,.wiecej:focus,.wiecej:active{
	background-color: #004A80;
	color: #FFF;

}
.wiecej:hover{

}
.centrowanie{
    width: 100%;
    text-align: center;
}

.vh100{
	width: 100vw;
	height: 100vh;
	position: relative;
}

.pojemnik{
	width:1600px;
	max-width:100%;
	margin:0 auto;
	position:relative;
	text-align:justify;
}

.flex1{
	display:flex;
	flex-wrap:no-wrap;
	flex-direction:row;
}
.kol-100{
	width:100%;
    min-width: 100%;
}
.kol-75{
	width:75%;
    min-width: 75%;
}
.kol-50{
	width:50%;
     min-width: 50%;
}
.kol-33{
	width:33%;
     min-width: 33%;
}
.kol-25{
	width:25%;
     min-width: 250%;
}

header{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #FFF;
	z-index: 100;
	
}
header .pojemnik{
	height: 172px;
	
}
header .logo{
	position: absolute;
	top: 30px;
	left: 25px;
	width: 158px;
	margin: 0;
}
header .logo img{
	width: 100%;
	height: auto;
}

header .nazwa{
	position: absolute;
	left: 210px;
	width: 170px;
	top: 50px;
	text-align: left;
}
header .nazwa h2{
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

header .rejestracja{
	position: absolute;
	left: 380px;
	top: 20px;
	padding-left: 32px;
	border-left: solid 1px #E0E0E0;
	font-size: 18px;
	
}

header .rejestracja img{
	width: 18px;
	height: auto;
	margin-right: 8px;
	margin-top: -4px
}
header .rejestracja h3{
	color: #C41111;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 5px 0;
}
header address{
	font-style: normal;
	margin-bottom: 5px;
}
header .rejestracja p{
	margin: 0;
}

header .rejestracja a,
header .rejestracja a:visited{
	font-weight: 700;
	color: #C41111;
}

header .rejestracja p a:first-child{
	margin-right: 10px;
}

header .rejestracja .wiecej2, header .rejestracja .wiecej2:visited{
	display: inline-block;
	color: #FFF;
	background-color: #339CE9;
	padding: 1px 20px;
	border-radius: 5px;
	font-weight: 400;
	min-width: 115px;
	margin: 0 5px;
	text-align: center;
}

header .rejestracja .wiecej2:hover, header .rejestracja .wiecej2:active, header .rejestracja .wiecej2:focus{
	background-color: #004A80;
	
}

.wcag-box{
	position: absolute;
	top: 38px;
	right: 20px;
}



.pas-witamy{
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 172px;
}

.pas-witamy .pojemnik{
	height: 35vw;
	max-height: 613px;
	min-height: 570px;
}

.witamy{
	position: absolute;
	top: 20%;
	left: 16%;
	max-width: 50%;
}

.witamy img{
	position: relative;
	margin: 0 0 -15px -160px;
}

.witamy h1{
	margin: 0;
	color: #0096ac;
	font-weight: 400;
	font-size: 1.13em;
	display: block;
	max-width: 400px;
	line-height: 1.3;
	text-align: left;
}
.witamy .wiecej{
	float: right;
	margin-top: 20px;
	margin-right: -10px;
}

header .menu{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
}

.slajd{
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.slajd img{
	width: 100%;
	height: auto;

}
.slajd{
	max-width: 55%;
}

.pas-aktualnosci{
	width: 100%;
	position: relative;
	text-align: center;
}

.pas-aktualnosci .pojemnik{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
}

.news,.news:visited{
	display:flex;
	flex-wrap: nowrap;
	position: relative;
	min-width: 35%;
	max-width: 540px;
	padding: 10px;
	background-color: #FFF;
	margin: 20px;
}
.foto-news{
	min-width: 205px;
	max-width: 205px;
	height: 121px;
	border-radius: 5px;
	overflow: hidden;
}
.foto-news  img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news .tresc-news{
	padding-left: 20px;
	text-align: left;
}
.news h3{
	margin: 0 0 7px 0;
	color: #339CE9;
	font-size: 1.1em;
}

.news p{
	margin: 0;color: #000;
}
.news span{
	position: absolute;
	top: -17px;
	font-size: 12px;
	color: #5e5e5e;
	font-weight: 700;
}

.news:hover,.news:active,.news:focus{
	background-color:rgba(232,232,232,0.60);
	border-radius: 5px;
	
}
.news:hover h3,.news:active h3,.news:focus h3{
	color: rgba(0,74,128,1.00);
	
}


.pas-oferta{
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #f7f7f7;
	margin-top: 130px;
	
}

.pas-oferta .pojemnik{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}



.pas-oferta .pojemnik h2{
	min-width: 100%;
	display: block;
	text-align: center;
	margin-top: -70px;
	
}
.box-oferta{
	min-width: 20%;
	max-width: 20%;
	margin: 2%;
	text-align: left;
}
.box-oferta .foto-box{
	width: 100%;
	height: 38%;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

.box-oferta .foto-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-oferta .wiecej{
	float: right;
}


.box-oferta h3{
	margin: 15px 0;
	color: rgba(51,156,233,1.00);
	font-size: 1.5em;
}

.pas-lekarze{
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 70px;
}
.pas-lekarze .pojemnik{
	text-align: center;
}
.ak-slajdy{
	margin: 80px auto 0 auto;
	max-width: 1600px;
	position: relative;
}
.ak-slajdy{
	padding-bottom: 80px;
}
.bt-dok,.bt-dok:visited{
	margin: 20px;
	display: flex;
	background-color: #FFF;
	border:solid 1px rgba(192,192,192,0.50);
	border-radius: 10px;
	padding: 12px;
	vertical-align: middle;
	align-items: center;
	text-align: left;
	min-width: 270px;
	max-width: 270px;
	
	
}
.bt-dok:hover,.bt-dok:active,.bt-dok:focus{
	border-color: rgba(51,156,233,1.00);
}
.bt-dok span{
	display: block;
	padding-left: 20px;
	color: #000;
	font-size: 0.9em;
	line-height: 1.1em;
}

.pas-kontakt{
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 100px;
}

.pas-kontakt .pojemnik{
	text-align: center;
}
.pas-kontakt article img{
	max-width: 160px;
	height: auto;
}

.pas-kontakt article h2, .art .pas-kontakt article h2{
	color: #000;
	font-size: 1.5em;
	font-weight: 400;
}
.pas-kontakt article span{
	display: inline-block;
	margin: 0 20px;
	font-weight: 700;
}


.pas-kontakt article a,
.pas-kontakt article a:visited{
	color: #000;
}

.pas-kontakt article a:hover,
.pas-kontakt article a:active,
.pas-kontakt article a:focus{
	color: #339CE9;
}
.mapka{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 450px;
}

.mapka iframe{
	border: 0;
	height: 450px;
	width: 100%;
}

footer{
	width: 100%;
	position: relative;
	text-align: center;
}

footer .pojemnik{
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
footer a,footer a:visited{
	color: #000;
}
footer a:hover,footer a:active,footer a:focus{
	color:#339CE9;
}



/* art */



.flex4{
	display:flex;
	flex-wrap:no-wrap;
	flex-direction:row;
	max-width: 1200px;
}
.art .kol-l{
	min-width:calc(100% - 300px);
	width: 1000px;
	max-width: 100%;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	position: relative;
}
.art .kol-l:after{
	
	
}

.art .kol-p{
	min-width: 250px;
	max-width: 250px;
	margin-left: 50px;
	position: relative;
	
		
}


.art  .kol-l  p a,
.art  .kol-l p a:visited{
	color: #339CE9;
	text-decoration: underline;
	

}

.art  .kol-l p a:hover,
.art  .kol-l p a:active,
.art  .kol-l p a:focus{
	color:#004A80;

}

.art  .kol-l li a,
.art  .kol-l li a:visited{
	color: #339CE9;
	text-decoration: underline;

}

.art  .kol-l li a:hover,
.art  .kol-l li a:active,
.art  .kol-l li a:focus{
	color:#004A80;
	
	
	

}
.art .tresci{
	position: relative;
}

.art .tresci .pojemnik{
	max-width: 1200px;
}
.boczne{
	position: sticky;
	top: 200px;
	margin-bottom: 0px;
	z-index: 10;
	
}
#boczne-menu{
	border-radius: 10px;
	overflow: hidden;
}


.art .news, .art .news:visited{
	
	min-width: 100%;
	padding: 10px;
	background-color: #FFF;
	margin: 20px;
}
.art .news h3{
	margin: 0 0 7px 0;
	color: #339CE9;
	font-size: 1.1em;
}
.art .pas-aktualnosci .pojemnik {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.art .news:hover, .art .news:active, .art .news:focus{
	background-color:rgba(232,232,232,0.60);
	border-radius: 5px;
	
}
.art .news:hover h3, .art .news:active h3, .art .news:focus h3{
	color: rgba(0,74,128,1.00);
	
}

/* wSCMS */

/* cmsContactForm */
.cmsContactForm{display:block;float:left;width:100%;margin:auto;font-size:1em;border:none;color:000;margin-top:1.5em;}
.cmsContactForm form{margin-left:0px;}
.cmsContactForm b{font-weight:700;}
.cmsContactForm div{padding-bottom:5px;margin-bottom:5px;}
.cmsContactForm .cmsFormBoxText{float:left;width:33%;}
.cmsContactForm .cmsFormBoxTextarea{float:left;width:100%}
.cmsContactForm .cmsFormBoxSubmit{float:left;width:100%;}
.cmsContactForm input, .cmsContactForm textarea, .cmsContactForm select{background:#FFF;border:solid 1px #E0E0E0;resize:none;padding:5px 8px;margin:3px 3px 3px 3px;color:#003D77;border-radius:3px;}
.cmsContactForm input{width:94%;}
.cmsContactForm input[type=radio]{height:18px;width:18px;}
.cmsContactForm input:focus, .cmsContactForm textarea:focus, .cmsContactForm select:focus{border:solid 1px #000;}
.cmsContactForm input[type=checkbox]{height:15px;width:5%}
.cmsContactForm input[type=submit]{width:20%;color:#FFF;background-color:#2E7FA7;display:block;margin:auto; text-align:center;}
.cmsContactForm input[type=submit]:hover{opacity:0.7;cursor:pointer;}
.cmsContactForm textarea{height:150px;width:97%;}
.formError{color:#F00 !important;}
#cookies{
    text-align:center;
    display:block;
    color:#000;
    font-size:14px;
    padding:13px;
    position:fixed;bottom:0;
    width:100%;
    background-color:#F3F3F3;
    z-index:9999;
    opacity:0.9;
    margin:auto;
    border-top:dashed 1px #848484;
}
#cookies a{color:#FFF!important;text-decoration:none; display: inline-block; padding: 5px 10px; background-color: #000; color: #FFF;  margin: 010px; border-radius: 3px;}
#cookies a:hover{ background-color: #474747; }

#manage-cookies-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 8px 12px;
  background-color: #0275d8;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

#manage-cookies-btn:hover {
  background-color: #025aa5;
}




.flex-wrap{

	display:flex;

	flex-wrap:wrap;

	flex-direction:row;

	justify-content: center;

}

.pas-kontakt  form{

	display:block;

	margin:0 auto;

	width:100%;

}

.form-box{

	width:100%;
	padding: 5px;
}

.form-box-50{

	width:50%;

	padding: 5px;

}

.naglowek-pola{

	width:100%;

	display:inline-block;

	text-align:left;

	color:#1f2954;

	font-size:0.9em;

	margin-bottom:4px;

}

textarea{

	color:#000;

	background-color:rgba(0,0,0,0.15);

	width:100%;

	border: solid 1px rgba(0,0,0,0.25);


	resize:none;

	height:170px;

	border-radius:4px;

	padding:7px 15px;

}

input[type="text"], input[type="password"]{
	color:#000;
	background-color:rgba(0,0,0,0.15);
	width:100%;
	border: solid 1px rgba(0,0,0,0.25);
	resize:none;
	border-radius:4px;
	padding: 10px 15px;
	display:inline-block;
    line-height: 2em;
    margin-bottom: 18px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus,
input[type="text"]:active, input[type="password"]:active, textarea:active{
	outline:solid 2px #f07d00;
	background-color:rgba(0,0,0,0.45);
	color: #FFF;
}


input[type="submit"]{
	text-align:center;
	background-color: transparent;
	padding: 5px 30px;
	margin-bottom: 10px;
	border: solid 1px rgba(201,201,201,1.00);
}
.form-box .wiecej{
	margin:10px 0 0 0 auto ;
	float: right;
}

input[type="submit"]:hover,

input[type="submit"]:active,

input[type="submit"]:focus{

		background-color: rgba(245,182,0,1.00);
	border-color:#F5B600;
	color: #0A2978;

}

form .kol-100{

	text-align:center;

}

.form-submit-msg{ 

	display:block;

	font-style:normal;

	text-decoration:none;

	text-align:center;

	border-bottom:solid 1px #e2e2e2;

	padding:10px 10px 10px 10px;

	margin: 10px auto;

	font-size:0.9em;

	width:80%;

}

.error{ font-size:0.9em; color:#F00; }

.success{ font-size:0.9em; color:#090; }

.zgoda p{
	color: #919191;
	font-size: 0.8rem;
	text-align: left;
	padding-left: 30px;
}

.zgoda input{
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

.kotwica{
	position: absolute;
	top: -280px;
	left: 0;
	opacity: 0;
	z-index: -1;
}

/* KONIEC wSCMS */



.foto-l{
	float:left;
	margin:0 10px 0 0;
}
.foto-p{
	float:right;
	margin:0 0 0 10px;
} 

.blok{
	background-color:#004A80;
	border-radius: 5px;
	color:#FFF;
	width:80%;
	margin-left:10%;
	padding:2%;
}


/* ART */

.poziome{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	
	align-content:stretch;
	margin-bottom: 30px;
	
}
.poziome a,.poziome a:visited{
	min-width: 20%;
	max-width: 20%;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	align-content: stretch;
	background-color: #1A4200;
	padding: 8px 10px;
	color: #FFF;
	font-weight: 300;
	text-transform: none;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	font-size: 0.8rem;

}
.poziome a:last-child{
	border-right: solid 1px #FFF;
}
.poziome a:hover,.poziome a:active,.poziome a:focus{
	background-color: #276300;
}

.poziome a.current, .poziome a.current:visited{
	background-color:#0c133d;	
}
.poziome a.current:hover, .poziome a.current:active, .poziome a.current:focus{
	background-color: #cc6204;
}





.gal img{
	-webkit-transition: all 350ms linear 0ms;
	-moz-transition: all 350ms linear 0ms;
	-ms-transition: all 350ms linear 0ms;
	-o-transition: all 350ms linear 0ms;
	transition: all 350ms linear 0ms;
	text-decoration:none;	
}


.gal{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	
}

.gal h2{
	min-width: 100%;
	text-align: center;
	
}

.gal a{
	display: block;
	object-fit: cover;
	min-width: 33.33%;
	max-width: 33.33%;
	height: 33.33%;
	position: relative;
	border: solid 0.5px #FFF;
	overflow: hidden;
	
}
.gal a:after { content: ""; display: block; padding-top: 99%; }

.gal a h3{
	position: absolute;
	z-index: 10;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 2.3em;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
	opacity: 0;
}




.gal a img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	filter: grayscale(50%) ;
	transform: scale(1.1);
	opacity: 1;
	
}
.gal a:hover img,.gal a:active img,.gal a:focus img{
	filter: grayscale(0%) ;
	transform: scaleZ(1);
	opacity: 1;
}


.gal a:hover ,.gal a:active ,.gal a:focus {
	/*border: solid 0.5px rgba(212,173,98,1.00);*/
	box-shadow: 0 0 10px  #339ce9;
	z-index: 5;

}



.art article .kol-l p .cta,
.art article .kol-l p .cta:visited{
  
	color: #1A4200;
	border: solid 1px rgba(235,231,23,1.00)!important;
	display: inline-block;	
	border-radius: 5px;
	float: none;
	border-bottom: none;
	margin: 10px;
	padding: 10px 20px;	
	text-align: center;

}

.art article .kol-l p .cta:hover,
.art article .kol-l p .cta:active,
.art article .kol-l p .cta:focus{
	
	color: #001510;
	border: solid 1px rgba(235,231,23,1.00)!important;
	background-color: rgba(235,231,23,1.00)!important;
	padding: 10px 20px;

}

.okruszki{
	width: 100%;
	padding: 5px 0 10px 0;
	line-height: 20px;
	vertical-align: middle;
	border-bottom: solid 1px rgba(217,217,217,1.00); 
	margin-bottom: 2px;
	font-weight: 700;
	margin-top: 10px;
	font-size: .7rem;
}
.okruszki i{
	font-size: .7rem;
	font-style: normal;
	margin: 5px;
}
.okruszki a,.okruszki a:visited{
	text-transform: uppercase;
	color: #1a2249;
	padding: 0 5px;
	font-size: 0.7rem;
	padding-bottom: 3px;
	border-bottom: none;
}

.okruszki a:hover,.okruszki a:active,.okruszki a:focus{
	border-bottom: solid 3px #276400;
	color:#276400
}
.okruszki .start{
	display: inline-block;
}
.okruszki .start img{margin-top: -4px;
}
.okruszki .start:hover,.okruszki .start:active,.okruszki .start:focus{
	border: none;
}



.art article .kol-l  p a,
.art article .kol-l p a:visited{


}

.art article .kol-l p a:hover,
.art article .kol-l p a:active,
.art article .kol-l p a:focus{


}

.art article .kol-l li a,
.art article .kol-l li a:visited{


}

.art article .kol-l li a:hover,
.art article .kol-l li a:active,
.art article .kol-l li a:focus{
	

}

.foto-top{
	width: 100%;
	height: 400px;
	margin:0 auto;
	max-width: 1600px;
	margin-top: 180px;
	overflow: hidden;
	border-radius: 5px;
}

@media only screen and (min-width: 1400px) {
	  .foto-top{
		
		height: 500px;
		
	}
}




.foto-top img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.art article h1{
	font-size: 2.9em;
	color: rgba(0,74,128,1.00);
	margin-top: 0;
}
.art article h2{
	font-size: 2.2em;
	color: rgba(0,74,128,1.00);
	
}
.art article h3{
	font-size: 2em;
	color: rgba(0,74,128,1.00);
	
}
.art article h4{
	font-size: 1.7em;
	color: rgba(0,74,128,1.00);
	
}
.art article h5{
	font-size: 1.4em;
	color: rgba(0,74,128,1.00);
	
}

/* FCK */


/* KONIEC FCK */


/* animacja */
 #XXX{
	
	 animation: yyy 120s infinite linear;  ;
     -webkit-animation: yyy 12s infinite linear  ; 
	
 }
 
@keyframes yyy
{
0% {}
20% {}
25%{}
75%{}
80%{}
100%{}

}

@-webkit-keyframes yyy 
{
0% { }
20% { }
25%{}
75%{}
80%{}
100%{}

}
 /* KONIEC animacja  */

/* tabelki RWD http://dbushell.com/2016/03/04/css-only-responsive-tables/ */

.table {

  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  -webkit-overflow-scrolling: touch;
}

table td:first-child {

  background-repeat: no-repeat;
  background-size: 20px 100%;
}

table td:last-child {

  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

table th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  background: #f2f0e6;
}

table th,
table td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}

.g-recaptcha{ 
    margin: 0 auto 20px auto!important; 
    text-align: center; 
    position: relative!important; 
    display: inline-block!important; 
}

/*animacja po scrolu*/
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}



.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}








.animation-element.zoom {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 1500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
    transform: scale(0.5);
    
}

.animation-element.zoom.in-view  {
  opacity: 1;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
    transform: scale(1);
    
}




.animation-element.slide-fade {
  opacity: 0;
  -moz-transition: all 1500ms linear;
  -webkit-transition: all 1500ms linear;
  -o-transition: all 1500ms linear;
  transition: all 1500ms linear;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}



.animation-element.slide-fade.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}




.animation-element.slide-top {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}


.animation-element.slide-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}




.animation-element.in-view.anim2{
    transition-delay: 200ms;
}
.animation-element.in-view.anim3{
    transition-delay: 400ms;
}
.animation-element.in-view.anim4{
    transition-delay: 600ms;
}
.animation-element.in-view.anim5{
    transition-delay: 800ms;
}
.animation-element.in-view.anim6{
    transition-delay: 800ms;}




/* ==========================================================================
   Helper classes
   ========================================================================== */


.ukryj {
    display: none !important;
}





@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}



@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }



    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }



    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





