
/*! 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%;
	background-color: #fbfbfb;
	background: url("../img/bg28.png") left top;
}
body{
	overflow-x:hidden;
	min-height:100%;
	min-width:100%;
	line-height: 1.5;
  	font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  	
}
main{
	min-height: 600px;
}
*{
	box-sizing:border-box;
}

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

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.czarny{
	color: #1a1a18;
}

.pomarancz{
	color:#ef7c00;
}
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;
}
.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.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;
}

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,h4,h5 {
   font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
	line-height: 2rem;
	color: #000;
	text-transform: uppercase;
	text-shadow: none!important;
}



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




.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
 }
.wiecej,.wiecej:visited{
    
		
	float: right;
	text-align: center;
	font-size: 1em;
	padding: 20px;
	min-width: 180px;
	margin: 5px;
	line-height: 1.05em;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);

}

.wiecej:hover,.wiecej:active,.wiecej:focus{
	background-color: #000;
	color: #FFF;

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

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

.pojemnik{
	width:1200px;
	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: #1a1a18;
}
header .pojemnik{
	height: 76px;
	width: 100%;
	
	max-width: 1600px;
}
header .logo{
	position: absolute;
	height: 76px;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
	display: flex;
	top: 0px;
	left:10px;
	padding-right: 30px;
	border-right: solid 1px rgba(74,74,74, .80);
	
}
header nav{
	margin-left: 217px;
	width: auto;
	display: inline-block;
}
header address{
	position: absolute;
	top:10px;
	right:10px;
	color: #FFF;
	text-align: right;
	z-index: 2;
}
header address a,
header address a:visited{
	display: block;
	vertical-align: middle;
	color: #FFF;
	font-style: normal;
	font-size: 0.9rem;
	padding: 3px 0;
}
header address a img{
	width: 17px;
	height: auto;
	margin-right: 5px;
	margin-top: -2px;
}
header address a:hover,
header address a:active,
header address a:focus{
	color: #F07C00;
	
}

.ak-slajdy{
	height: 400px;
	margin-top: 110px;
	max-width: 1600px;
	width: 100%;
}
.ak-slajdy .item{
	text-align: center;
}
.ak-slajdy .tns-controls{
	display: none!important;
}
.ak-slajdy button[data-action="start"]{
	display: none!important;
}
.ak-slajdy button[data-action="stop"]{
	display: none!important;
}

.ak-slajdy .tns-nav button{
	
}

.ak-slajdy .item .box{
	display: block;
	object-fit: cover;
	width: 18vw;
	height: 18vw;
	max-height: 290px;
	max-width: 290px;
	position: relative;
	border: solid 0.5px #FFF;
	overflow: hidden;
	background-color: #000;
	margin: 0 auto;
	
}

.ak-slajdy .item .box img{
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0.7;
}

.ak-slajdy .item .box:after { content: ""; display: block; padding-top: 99%; }

.ak-slajdy .item .box h3{
	position: absolute;
	z-index: 10;
	bottom: 0px;
	left: 0;
	width: 100%;
	min-width: 100%;
	min-height: 30%;
	font-weight: 300!important;
	text-transform: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	vertical-align: baseline;
	text-align: center;
	justify-content: flex-end;
	color: #FFF;
	font-size: 1.2em;
	margin: 0;
	display: block;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	padding-top: 20%;
	padding-bottom: 10px;
}



.item .box:hover img,
.item .box:active img,
.item .box:focus img{
	transform: scale(1.1);
	opacity: 1;
}
.item .box:hover h3,
.item .box:active h3,
.item .box:focus h3{
	padding-bottom: 30px;
}
.ak-slajdy .centrowanie{
	margin-top: 100px;
}
.logo-duze{
	margin-bottom: 50px;
	margin-top: 20px;
}


.tresc {
	padding-right: 450px;
	position: relative;
	padding-left: 50px;
}
.tresc article{
	position: relative;
	padding-bottom: 80px;
}
.tresc .onas:before{
	
	content: " ";
	display: block;
	position: absolute;
	z-index: 1;
	right: calc(100% + 40px);
	top: -30px;;
	width: calc(100vw - (1200px / 2));
	height: calc(100% + 60px);
	
	background: url("../img/bg50.png") top left;
	background-color: rgba(240,124,0,1.00);
	border-radius: 0 10px 10px 0;
	
}
.podnosnik{
	position: absolute;
	z-index: 1;
	top:-110px;
	left: 70%;
}
.pas-oferta{
	width: 100%;
	position: relative;
	z-index: 0;
	text-align: center;
	background: url("../img/bg50.png") top left;
	background-color: rgba(240,124,0,1.00);
	min-height: 50vh;
	margin-top: 180px;
	padding-bottom: 20px;
}
.pas-oferta article{
	margin-bottom: 40px;
	padding-bottom: 100px;
}


.pas-oferta {
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7)
}

.pas-oferta h2:first-child{
	position: relative;
	display: block;
	top: -50px;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 2.2rem;
}
.pas-oferta article h2:first-child{
	margin-bottom: 10px;
	margin-top: 0;
	top: 0;
	font-size: 2rem;
}


.pas-oferta article h2{
	position: relative;
	padding-bottom: 20px!important;
}

.pas-oferta h2 img{
	position:absolute;
	bottom: -10px;
	margin-left: 20px;
}


.pas-oferta .art article p a, .pas-oferta .art article p a:visited ,.pas-oferta .art article li a, .pas-oferta .art article li a:visited{
  color: #000;
	text-shadow: none;
  border-bottom: solid 2px #000;
  padding-bottom: 3px;
}
.pas-oferta .art article p a:hover, .pas-oferta .art article p a:active ,  .pas-oferta .art article p a:focus, .pas-oferta .art article li a:hover, .pas-oferta .art article li a:active, .pas-oferta .art article li a:focus{
  color: #FFF;
	text-shadow: none;
  border-bottom: solid 4px #FFF;
  padding-bottom: 1px;
}



footer{
	width: 100%;
	position: relative;
	z-index: 10;
	text-align: center;
	background: url("../img/bg50.png") top left;
	background-color: rgba(240,124,0,1.00);

	margin-top: 0px;
	padding: 20px 0;
	color: #FFF;
}

footer .pojemnik{
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

footer a,
footer a:visited{
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

footer a:hover,
footer a:active{
	color: #000;
	border-bottom: solid 3px #000;
	text-shadow: none;
	
}

.pas-kontakt{
	position: relative;
	z-index: 10;
	text-align: center;
	background-color: #FFF;
	padding-bottom: 0px;
	padding-top: 40px;
	margin-top: 0;
}


.pas-kontakt .pojemnik{
	text-align: left;
	padding: 40px 20px;
	
}

.flex3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex3 h2{
	display: block;
	min-width: 100%;
	font-size: 2.2rem;
	margin-bottom: 60px;
	
}
.adresy{
	min-width: 25%;
	max-width: 25%;
	padding-left: 5%;
}
.kol-form{
	min-width: 65%;
	max-width: 65%;
	
}

.adresy div{
	border-left:solid 4px #bebebe;
	padding-left: 50px;
	color: rgba(240,124,0,1.00)
	
}
.adresy p{
	margin-bottom: 20px;
	margin: 0 0 30px 0;
	
}

.adresy img{
	width: 26px;
	height: auto;
	margin-left: -33px;
	margin-top: -2px;
	margin-right: 5px;
	
}
.adresy div:nth-child(1) p:first-child,
.adresy div:nth-child(2) p:first-child,
.adresy div:nth-child(3) p:first-child{
	margin: 0 0 0 -32px;
}
.adresy div:last-child p{
	font-weight: 700;
}
.adresy a,
.adresy a:visited{
	color: rgba(240,124,0,1.00);
}
.adresy a:hover,
.adresy a:active,
.adresy a:focus{
	color:#000000;
}



/* ART */

.art .tresc{
	margin-top: 200px;
}
.art .ak-slajdy{
	position: relative;
	z-index: 10;
}
.flex4{
	display: flex;
	flex-wrap: wrap;
	justify-content:  center;
}

.box-art, .box-art:visited{
	
	width: 200px;
	height: 200px;
	position: relative;
	margin: 16px;
	overflow: hidden;
	
}
.foto-box-art{
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
}

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

.box-art p{
	position: absolute;
	padding: 10px 6px;
	display: block;
	width: 100%;
	z-index: 5;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	margin: 0;
	text-align: center;
	 font-family: "Barlow Condensed", sans-serif;
  	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.box-art:hover p, .box-art:active p, .box-art:focus p{
	padding-bottom: 20%;
	color: rgba(240,124,0,1.00);
	background-color: rgba(0,0,0,0.7);
	
}
.mapka{
	width: 100%;
	height: 500px;
	text-align: center;
	overflow: hidden;
	max-height: 50vh;
}
.mapka iframe{
	width: 100%;
	border: 0;
	height: 500px;
	max-height: 50vh;
}

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




.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:1rem;

	margin-bottom:4px;
	font-style: italic;

}

textarea{

	color:#000;

	background-color:#eeeeee;

	width:100%;

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


	resize:none;

	height:170px;

	border-radius:4px;

	padding:7px 15px;

}

input[type="text"], input[type="password"]{
	color:#000;
	background-color:#eeeeee;
	width:100%;
	border: solid 1px rgba(0,0,0,0.05);
	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"]{
	float: right;
	text-align: center;
	font-size: 1em;
	padding: 20px;
	min-width: 180px;
	margin: 5px;
	line-height: 1.05em;
	border-radius: 10px;
	
	background: url("../img/bg50.png") top left;
	background-color: #F07C00;
	border: none;
	color: #FFF;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.form-box .wiecej{
	margin:10px 0 0 0 auto ;
	float: right;
}

input[type="submit"]:hover,

input[type="submit"]:active,

input[type="submit"]:focus{

	border-color:#000;
	

}

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;
	margin-top: 0;
}

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



/* KONIEC wSCMS */

/* FCK */

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

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


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




.art .referencje{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.art .referencje .ref, .art .referencje .ref:visited{
	
	min-width: 46%;
	max-width: 46%;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	font-size: 1em;
	padding: 15px;
	margin: 5px;
	line-height: 1.05em;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	
	
}

.art .referencje .ref img{
	margin-right: 15px;	
}
.art .ref,.art .ref:visited {
	color: #90D400;
}
.art .ref:hover,.art .ref:active,.art .ref:focus {
	color: #FFF;
	background-color:#000;
}




.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%;
	position: relative;
	z-index: 10;
	margin-top: 50px;
	
}

.gal h2{
	min-width: 100%;
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 35px;
	color: #000;
	
}

.gal a{
	display: block;
	object-fit: cover;
	min-width: 20%;
	max-width: 20%;
	height: 20%;
	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 rgba(212,173,98,1.50);
	z-index: 5;

}

article h1{
	font-size: 2.5rem;
}
article h2{
	font-size: 2rem;
}
article h3{
	font-size: 1.8rem;
}

article h4{
	font-size: 1.6rem;
}

article h5{
	font-size: 1.4rem;
}

.glowna article h2{
	font-size: 2.5rem;
}



.art article  p .cta,
.art article  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  p .cta:hover,
.art article  p .cta:active,
.art article  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   p a,
.art article  p a:visited{
	color: #F07C00;
	border-bottom: solid 2px #F07C00;
	padding-bottom: 3px;

}

.art article  p a:hover,
.art article  p a:active,
.art article  p a:focus{
	color: #F07C00;
	border-bottom: solid 4px #F07C00;
	padding-bottom: 1px;
	text-shadow: none;

}

.art article  li a,
.art article  li a:visited{
	color: #F07C00;
	border-bottom: solid 2px #F07C00;
	padding-bottom: 3px;

}

.art article  li a:hover,
.art article  li a:active,
.art article  li a:focus{
	color: #F07C00;
	border-bottom: solid 4px #F07C00;
	padding-bottom: 1px;
	text-shadow: none;


}





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





