@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Tinos:400,400italic,700,700italic&subset=latin,latin-ext);

@media only screen and (max-width: 592px){
/* tlo video */
html {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-color: #FFF;
	background-position: center;
	margin-top: 6em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bg_mobile img {
	position: fixed;
	left: 0px;
	top: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
	z-index: 2;
}

#bg {
	position: fixed;
	left: 0px;
	top: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
	z-index: 1;
}

	.sd {
		display: none;
	}
	.hd {
		display: none;
	}

/* end tlo video */

header {
	position: absolute;
	z-index: 222222;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 65px;
	background-color: #285d90;
}
.lang {
	position: fixed;
	z-index: 444444;
	right: 5%;
	bottom: 0px;
}
.lang a:link, .lang a:visited {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #285D90;
	padding: 0.9em;
	text-align: center;
	display: inline-block;
	margin-left:0.5em;
}
.lang a:hover {
	color: #666;
	background-color: #FFF;
}
.lang a.active {
	color: #285D90;



	background-color: ;
	background-color: #FFFFFF;
}



.nav {
	text-align: right;
	display: none;
	position: fixed;
	z-index: 444444;
	top: 2.5vw;
	right: 0%;
	border-bottom-width: 0.3vh;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 15vw;
}
.nav a:link, .nav a:visited {
	font-size: 0.9vw;
	color: #FFF;
	text-align: center;
	padding: 0.6vw;
	text-decoration: none;
	display: inline-block;
	font-weight: lighter;
	text-transform: uppercase;
	border-bottom-width: 0.3vh;
	border-bottom-style: solid;
	border-bottom-color: #285D90;
}
.nav a:hover {
	color: #666;
	background-color: #FFFFFF;
}
.nav a.active {
	border-bottom-width: 0.3vh;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #285D90;
	background-color: #FFFFFF;
}



.logo {
	position: absolute;
	z-index: 444444;
	height: 55px;
	width: auto;
	left: 5%;
	top: 0.5em;
}
.logo img {
	height: 55px;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content {
	margin-top: 0em;
	margin-right: 5%;
	margin-left: 5%;
	padding-bottom: 2.5em;
}
#content .vtxt {
	width: 100%;
	height:auto;
}
#content h1, #content2 h1 {
	color: #285D90;
	font-size: 1.5em;
	line-height: 1.3em;
}
#content p , #content2 p{
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666;
	font-weight: lighter;
	text-align: left;
}
#content ul li, #content2 ul li {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666;
	font-weight: lighter;
	text-align: left;
	list-style-type: square;
}
#content .imgtxt {
	width: 80%;
	height: auto;
	float: none;
	margin: 10%;
}
#content .imgtxt2 {
	width: 80%;
	height: auto;
	float: none;
	margin: 10%;
}

#content2 {
	margin-top: 1em;
	margin-right: 5%;
	margin-left: 5%;
	padding-bottom: 2em;
}
#content .col {
	float: none;
	width: 100%;
	margin-bottom: 1em;
}
#content .col .konttab {
	background-color: #FFF;
	padding: 0em;
	
}
.clear {
	clear: both;
	height: 0px;
}

#submenu {
	margin-left: 5%;
	float: none;
	position: relative;
	width: 90%;
}
#submenu ul {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#submenu ul li {
	display: inline-block;
	padding-bottom: 0.9em;
	width: 90%;
}
#submenu ul li a:link, #submenu ul li a:visited {
	display: inline-block;
	border-bottom-width: 0.2em;
	border-left-width: 1em;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	font-size: 1em;
	line-height: 1.2em;
	color: #285D90;
	text-decoration: none;
	font-weight: lighter;
	text-transform: uppercase;
	width: 100%;
}
#submenu ul li a:hover {
	border-bottom-width: 0.2em;
	border-bottom-style: solid;
	border-bottom-color: #285D90;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #285D90;
}
#submenu ul li a.active {
	border-bottom-width: 0.2em;
	border-bottom-style: solid;
	border-bottom-color: #285D90;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #285D90;
}







.txt_home {
	padding-right: 5%;
	padding-left: 5%;
	position: absolute;
	z-index: 333333;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(images/bg_head.png);
	background-repeat: repeat;
	padding-top: 1em;
	padding-bottom: 1.7em;
	border-bottom-width: 1em;
	border-bottom-style: solid;
	border-bottom-color: #285D90;
}
.txt_home p {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333;
	text-align: center;
	display: none;
}
.txt_home .txt_mob a {
	font-size: 1em;
	line-height: 1.4em;
	color: #333;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.txt_home2 {
	padding-right: 0;
	padding-left: 0;
	position: fixed;
	z-index: 333333;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(images/bg_head.png);
	background-repeat: repeat;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom-width: 1em;
	border-bottom-style: solid;
	border-bottom-color: #285D90;
}




table {
	width: 99%;
	margin-left: 0%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 0.7em;
	color: #666;
}
.tytul {
	text-transform: uppercase;
	color: #FFF;
	background-color: #285D90;
	text-align: center;
	padding: 0.5em;
	font-size: 1.1em;
}
table tr td {
	padding: 0.2em;
}
.kolor {
	background-color: #E8E8E8;
}
table tr  {
	background-color: #F7F7F7;
}
.center {
	text-align: center;
}





/* prelauder */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(255,255,255);
	z-index: 9999999999; /* makes sure it stays on top */
}
 
#status {
    width:128px;
    height:128px;
    position:absolute;
    left:50%; /* wyœrodkowujemy w poziomie */
    top:50%; /* wyœrodkowujemy w pionie */
    background-image:url(images/prel.gif); /* tutaj podaj œcie¿kê do pliku z animacj¹ */
    background-repeat:no-repeat;
    background-position:center;
    margin:-64px 0 0 -64px; /* no bo chcemy idealnie wycentrowaæ, nie? */
}
/* end prelauder */

#content .col form p .dluzszy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	background-color: #efefef;
	padding: 0.5em;
	width: 90%;
	border: 1px solid #999;
}
#content .col form p textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	background-color: #efefef;
	width: 90%;
	border: 1px solid #999;
	height: 6em;
	padding: 0.5em;
}
#content .col form .center .wyslij {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	background-color: #285D90;
	padding-top: 0.7em;
	padding-right: 1.2em;
	padding-bottom: 0.7em;
	padding-left: 1.2em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.fot-a {
	width:100%;
	height:auto;
	float:none;
	margin:0;
}
.vid-txt {
	width:100%;
	height: auto;
}

}
