
/*! 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/ */



html {
    color: #FFF;
    font-size: 1em;
	min-height:100%;
	min-width:100%;
	background-color: #1e2337;
}
body{
	overflow-x:hidden;
	min-height:100%;
	min-width:100%;
	line-height: 1.5;
  	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "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;
}

.logo{
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 300px;
	margin-bottom: -100px;
	z-index: 1;
	position: relative;
	
}
.logo img, .foto img{
	width: 100%;
	height: auto;
}
.foto{text-align: center;
	display: block;
	margin: 0 auto;
	width: 100vw;
	max-width: 1400px;
}
h1{
	font-style: normal;
	color: #FFF;
	padding: 30px;
	margin: -40px auto 0 auto;
	display: block;
	background-color: #1e2337;
	z-index: 2;
	max-width: 800px;
	position: relative;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.6em;
}
.katalog,.katalog:visited{
	margin: 0 atuto;
	text-align: center;
	display: inline-block;
	color: #FFF;
}

.katalog:hover,.katalog:active,.katalog:focus{
	opacity: 0.6;
	color: #FFF;
}




a,a:visited{

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

}

article{
	text-align:left;
}
.article p{
	
}
article h1{
	text-align: center;
	font-size: 1.5em;
}
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; }


footer{
	width: 100%;
	text-align: center;
	padding: 30px 0;
}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
 }
.wiecej{
    margin: 0 auto;

}

.wiecej:hover{

}
.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%;
	display: inline-block;
}
.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%;
}


form{
	margin: 0 auto;
	max-width: 800px;
}

.art main{
	margin: 0 auto;
	max-width: 900px;
	padding: 15px;
	text-align: left;
}
/* 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; }

.form-box .wiecej{
	background-color: #FFF;
	border: none;
	border-radius: 5px;
	margin: 0 auto;
	display: inline-block;
	float: none!important;
	font-weight: bold;
	padding: 10px 15px; 
	margin-bottom: 50px;
	
}

.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:#FFF;

	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"], textarea{
	color:#FFF;
	background-color:rgba(255,255,255,.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);
	color: #000!important;
}
.form-box .wiecej{

}

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






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



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



@media (max-width: 649px) {
	.logo{
		width: 50vw;
		margin-bottom: -50px;
	}
	.form-box-50{
		width: 100%;
	}
	form{
		padding: 0 10px;
	}
	.pojemnik{
		width: 100%;
	}
}