
/* --- basic styles ----*/

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 11pt;
  line-height: 22pt;
  background-color: #fff;
  color: #222;
  text-align: left;
  overflow-x: hidden;
  }
  
.container {
	width: 100%;
	background-color: #ddd;
	overflow:hidden;
}

.st0:hover {
	fill: #aaaaaa;
}

.clos {
	cursor: pointer;
	fill: #aaaaaa;
	
}

.photo2 {
	width: 32%;
	height: auto;
	margin: .5%;
	float: left;
	
	border: 1px solid #ddd;
}
.photo2:first-child {
	margin-left: 0px;
}
.photo2:last-child {
	margin-right: 0px;
}

.korzysci {
	border: 0;
	z-index: 30;
	position: relative;
}

.korzysci td:first-child {
	font-weight: 500;
	color: #555;
}

.korzysci td {
	box-shadow: 5px 10px 20px #ccc;
	width: 33%;
	line-height: 10pt;
	border: 0;
	padding: 11px;
}

.clos:hover {
	background-color: #dddddd;
	border-radius: 20px;
}

.anim {
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
}

.anim2 {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
	transition: 1.5s;
}

.kropeczki {
	position: absolute;
	left:50%;
	width: 120px;
	height: 100px;
	margin-left: -60px;
	bottom: -20px;
}

.current {
	left: 0px;
}

.other {
	left: 130%;
}

.left {
	left: -160%;
}

.kropka {
	width:10px;
	height: 10px;
	border-radius: 5px;
	margin: 10px;
	float: left;
	background-color: #555;
}

.off {
	background-color: #555;	
}

.sel {
	background-color: #00a8ec;	
}

.head {
	width:100%;
	height:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.head .background {
	width:100%;
	height:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/img/foto6.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.head .logo {
	
	position: absolute;
	top: 20px;
	left: 0px;
}

table {
	width: 100%;
	margin-top: 20px;
	z-index: 30;
	position: relative;
}

.kulka {
	position: absolute;
	top:17%;
	right: 17.5%;
	width: 40%;
	height: 45%;

	background-image: url(/img/kulka.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	
}

.spot {
	font-weight: 600;
	color: #222;
}

.big {
	font-weight: 300;
	font-size: 26pt;
}

.icons {
	position: fixed;
	right: 0;
	top: 100px;
	width: 50px;
	height: 200px;
	overflow: hidden;
}

.icons .icon {
	width: 100%;
	height: auto;
	margin-top: 5px;
	padding-top: 5px;
}

th {
	background-color: #00a8ec;
	color: #fff;
	padding: 6px;
}

td {
	padding: 20px;
	vertical-align: top;
	
	background-position: right center;
		background-repeat: no-repeat;	
		background-repeat: repeat-y;
}

.cennik td {
		width: 20%;
		box-shadow: 1px 0px 6px #bbb;
	}

td h5 {
	font-size: 14pt;
	color: #666768;
	padding: 5px;
	margin: 0px;
	font-weight: 500;
}

tr {
	position: relative;
	z-index: 1220;
	
}

tr:nth-child(odd) {
    background-color: #f2f2f2;
    
}
tr:nth-child(even) {
    background-color: #ffffff;
    
}

.normal {
	width:350px;
	height: 350px;
	background-image: url(/img/logo1.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.small {
	width:60px;
	height: 50px;
	background-image: url(/img/logo2.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.head .menu {
	position: absolute;
	top: 34px;
	right: 0px;
}

.head .menu a {

	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
}

.gray9 {
	color: #333;
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
}

.white9 {
	color: #eee;
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
}

.select {
	color: #00a8ec;
}

.head .menu a:hover {
	color: #00a8ec;
}

.head .menu_bottom {
	position: absolute;
	top: 67px;
	right:0%;
	margin-right: 48px;
	background-color: #dbd6d3;
	width: 200px;
	display: none;
	height: auto;
}

.head .menu_bottom a {
	color: #333;

	font-size: 1.1em;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 4px;
	
}

.head .menu_bottom a:hover {
	background-color: #ebe6e3;
}

.head .welcome {
	width: 100%;
	margin-left: 0px;
	color: #fff;
	position: absolute;
	bottom:200px;
}

.head .welcome h1 {
	font-weight: 200;
	font-size: 4em;
	line-height: 1em;
	margin: 0px;
	text-shadow: 3px 3px 6px black;
}

.head .welcome h2 {
	font-weight: 300;
	font-size: 1.8em;
	line-height: 1.5em;
	text-shadow: 3px 3px 6px black;
}


.head .welcome .button1 {
	background-color: #111111;
	position: absolute;
	text-align: left;
	color: #fff;
	top:-20px;
	font-size: 2.2em;
	font-weight: 200;
	padding: 10px;
	padding-left: 15px;
	width: 440px;
	margin: 0px 0px;
}

.head .button5 {
	
	position: absolute;
	text-align: left;
	color: #ef3138;
	top:100px;
	left:130%;
	font-size: 1.88em;
	font-weight: 200;
	padding: 0px;
	padding-left: 4px;
	width: 440px;
	
}

.head .welcome .button2 {
	background-color: #5bbc2b;
	position: absolute;
	text-align: left;
	color: #fff;
	font-size: 1.3em;
	padding: 10px;
	padding-left: 15px;
	width: 260px;
	margin: 0px 0px;
}

.button3 {
	background-color: #ef3138;
	color: #fff;
	font-size: 1.2em;
	padding: 2%;
	width: 76%;
	margin: 0 auto;
	margin-top: 0px;
	border-radius: 7px;

}

.button3:hover {
	background-color: #bf0028;
	cursor: pointer;
}

.head .welcome .button:hover {
	background-color: #cf0028;
	cursor: pointer;
}

.header {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background-color: transparent;
	height: 67px;
	
	z-index: 1200;
}

.fixed {
	position: fixed;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.content {
	position: absolute;
	top: 95%;
	width:100%;
	overflow: hidden;
}

.content .block {
	position: relative;
	width: 100%;
	margin-left: 0%;
	padding-top: 50px;
	padding-bottom: 50px;	
}

.ikony {
	background-image: url(/img/ikonki1a.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.kontener {
	position: relative;
	width: 80%;
	margin: 0 auto;
	max-width: 1120px;
	
}

.photo {
	clear:both;
	position: relative;
	width:60%;
	margin-left:20%;
}

.photo img {
	width:100%;
	height: auto;
}

.bar {
	width: 100%;
	background-color: #00a8ec;
	color: #fff;
	position: fixed;
	top: 66px;
	left: 0px;
	z-index: 9999;
	display: none;
}

.bar .le {
	float: left;
	width: 40%;
	font-weight: bold;
}

.bar .pr {
	float: right;
	width: 59%;
	text-align: right;
	
}

.col {

	float: left;
	margin-top:20px;
	margin-bottom: 40px;
	margin-left: 0%;
	margin-right: 1%;
	
	width: 32%;
	
}

.col:first-child {

	margin-left: 0%;

}

.col2 {

	float: left;
	margin-top:80px;
	margin-bottom: 40px;
	margin-left: 0;
	width: 49.9%;
	
}

h1 {
	font-weight: 700;
	padding-top: 20px;
	color: #00a8ec;
	border-bottom: 1px solid #ddd;
}



.col2 h1 {
	text-align: left;
	font-size: 1.8em;
	color: #bbb;
	border-bottom: 1px solid #bbb;
	padding-top: 20px;
	padding-bottom: 20px;
}

h4 {
	text-align: left;
	font-size: 1.2em;
	color: #aaa;
	border-bottom: 1px solid #bbb;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cnt {
	background-color: #fff;
	border: 1px solid #eee;
}

.cnt5 {
	width:100%;
	
}

.cnt5:first-child {
	border: 0;
}

.cnt2 {
	

}

.cnt2 p img {
	width: 100%;
	height: auto;
}

a {
	color: #4bac1b;
	text-decoration: none;
}

p {
	color: #888;
}

.desc {
	padding: 6px;
}

.desc2 {
	padding: 10px;
	padding-left: 0px;
	text-align: left;
}

.desc3 {
	padding: 10px;
	padding-right: 0px;
	text-align: right;
}

.desc5 {
	padding: 6px;
	color: #ddd;
	text-align: left;
	min-height: 240px;
}





.step {
	margin: 0px;
	
	width: 100%;
}

h3 {
	font-size: 1.8em;
	font-weight: 300;
	color: #555;
}

.white {
	background-color: #fff;
}

.gray {
	background-color:  #f4f4f4;
	padding-top: 40px;
	padding-bottom: 40px;
}

.foto {
	background-image: url(/img/back5.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 40px;
}

.foto h3 {
	color: #ccc;
}

.rr {
	text-align:right;
}

ul {
	text-align: left;
	color: #888;
}

li {
	text-align: left;
	list-style-position: inherit;
}

.formularz {
	width: 60%;
	margin-left:20%;
	padding: 1%;
	background-color: #fff;
	border: 1px solid #ddd;
}



input, textarea {
	border: 1px solid #cccccc;
	padding: 4px;
	font-size: 10pt;
	font-family: 'Lato', sans-serif;
	width: 98%;
	margin-top: 3px;
}

input:hover, textarea:hover {
	background-color: #f9f9f9;
}

input:focus, textarea:focus {
	border: 1px solid #dd6600;
	background-color: #f9f9f9;
}

.but1:hover {
	cursor: pointer;
	background-color: #ef3138;
	color: #fff;
}

.mobi {
	display: none;
}

.norm {
	
}

.hamburger {
	position: relative;
	display: none;
	z-index: 3333;
}

.hidd5 {
	position: relative;
	display: none;
	z-index: 7779;
}

.hamburger img {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 3333;
}

.mnm {
	
}



/* ==================================================================================================================
    RESZTA
   ================================================================================================================== */

@media screen and (max-width:920px) {

	.col {
		width:94%;
		
		margin-left: 3%;
		margin-right: 3%;
		padding: 0;
		float: none;
		
	}
	
	.hidd5 {
		display: block;
		margin-left: 100%;
		
	}
	
	.mobimenu {
		position: fixed;
		left:0px;
		top:0px;
		width: 100%;
		height:100%;
		z-index: 1555;
		background-color: #eee;
	}
	
	.mobimenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.main1, .sub1 {
		padding: 10px;
		padding-left: 30px;
		border-bottom: 1px solid #ddd;
		list-style-image: none;
		list-style: none;
	}
	
	.sub1 {
		list-style-image: none;
		margin: 0px;
	}
	
	.main1:hover, .sub1:hover {
		background-color: #fff;
		cursor: pointer;
		
	}
	
	.col:first-child {

		margin-left: 3%;
		
	
	}
	
	.ikony {
		background-size: 100%;
	}
	
	.mnm {
		background-color: #555;
		
	}

	.mnm .dinx {
		color: #eee;
	}
	
	.step {
		width: 94%;
		margin: 3%;
	}
	
	h3 {
		padding: 0;
	}
	
	.col2 {
		width:94%;
		margin-left: 3%;
		margin-right: 3%;
		margin-top:0px;
		
	}
	
	.desc3, desc2, desc {
		text-align: left;
		padding: 0;
		margin: 0;
	}
	
	.first {
		margin-top: 70px;
		margin-bottom: 0px;
	}
	
	.head .welcome h1 {
	font-weight: 200;
	font-size: 3em;
	line-height: 1em;
	margin: 0px;
	text-shadow: 3px 3px 6px black;
	}

	.head .welcome h2 {
		font-weight: 300;
		font-size: 1.4em;
		line-height: 1.5em;
		text-shadow: 3px 3px 6px black;
	}
	
	table {
		width:89%;
		font-size: 8pt;
		margin-left: 2%;
		margin-right: 2%;
		
	}
	
	td {
		padding: 8px;
		font-size: 8pt;
		display: table-cell;
		overflow: hidden;
		
	}
	
	
	
	td h5 {
		font-size: 8pt;
		line-height: 12pt;
	}
	
	
	.kontener {
		width:92%;
		
		margin-left: 3%;
		
	}
	
	.head .menu {
		display: none;
	}
	
	.head .logo {
		width:220px;
		position: absolute;
		top: 20px;
		left: 0px;
	}
	
	.header {
		height: 64px;
	}
	
	.hamburger {
		position: absolute;
		right: 0px;
		top: 24px;
		display: block;
		width: 48px;
		height: 48px;
		z-index: 9998;
	}
	
	.hamburger:hover {
		cursor: pointer;
		background-color: #eee;
	}
	
	.hamburger img {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 9999;
	}

	.rr {
		text-align:left;
	}
	
	.head .welcome {
		width: 100%;
		margin-left: 0px;
		color: #fff;
		position: absolute;
		bottom:130px;
		
	}
	
	.icons {
		position: fixed;
		right: 0;
		top: 80px;
		width: 27px;
		height: 160px;
		overflow: hidden;
	}
	
	#maill {
		display: none;
	}
	
	.head .welcome .button1 {
		background-color: #111111;
		position: absolute;
		text-align: left;
		color: #fff;
		top:-20px;
		font-size: 1.6em;
		font-weight: 200;
		padding: 10px;
		padding-left: 15px;
		width: 440px;
		margin: 0px 0px;
	}
	
	.head .welcome .button2 {
		background-color: #df0138;
		position: absolute;
		text-align: left;
		color: #fff;
		font-size: 1em;
		padding: 10px;
		padding-left: 15px;
		width: 260px;
		margin: 0px 0px;
	}
	
	.head .background {
		
		background-position:70% 50%;

	}
}

@media screen and (max-width:550px) {
		.header {
			height: 64px;
		}
		.head .logo {
			width:220px;
			position: absolute;
			top: 20px;
			left: 0px;
		}
		
		.mobi {
			display: block;
		}
		
		.mobi td {
			padding: 12px;
			font-size: 12pt;
			display: table-cell;
			overflow: hidden;
			
		}
		
		.bar {
			font-size: 7px;
			top: 61px;
		}
		
		table {
			width:100%;
			
			
		}
		
		.mobi td h5 {
			font-size: 12pt;
			line-height: 12pt;
		}
		
		.norm {
			display: none;
		}
		
		.big {
			font-size: 18pt;
		}
		
		.formularz {
			width: 98%;
			margin-left:1%;
			padding: 1%;
			background-color: #fff;
			border: 1px solid #ddd;
		}
	}

