html, body, div, span, iframe,
p, a, img, 
u, i, center,
ol, ul, li,
fieldset, form, label, tbody, tfoot, thead,
article, aside, footer, header,  
menu, nav, section, main{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	min-width: 1310px;
	height: 100%;
}
body{
	position: relative;
	height: 100%;
	font: 400 15px/35px 'Open Sans', sans-serif;
	color: #656565;
	background-color: #594946;
	background-size: 30px;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, .5) 50%);
	background-image: -moz-linear-gradient(left 50%, transparent 50%, #5e4d4a 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, #5e4d4a 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgba(255, 255, 255, .5) 50%);
	background-image: linear-gradient(to right, transparent 50%, #5e4d4a 50%);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
tr, td{
	padding: 0;
	margin: 0;
}

a{
	text-decoration: none;
}
button{
	cursor: pointer;
}
input, textarea{
	padding: 0;
	margin: 0;
	font: 400 14px Lato;
}
strong, b{
	font-weight: 700;
}


/* Globalne ------------------- */

#top{
	height: 0;
}

.strona{
	width: 1310px;
	margin: 0 auto;
	background-color: #f2f2f2;
}

#header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	-webkit-transition: top .5s ease;
	-moz-transition: top .5s ease;
	-o-transition: top .5s ease;
	transition: top .5s ease;
}

#header.anim{
	top: -18px;
}

#header.absolute{
	position: absolute;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.header-in{
	width: 100%;
	max-width: 1600px;
	background-color: #fff;
	margin: 0 auto;
	-webkit-transition: width .5s ease;
	-moz-transition: width .5s ease;
	-o-transition: width .5s ease;
	transition: width .5s ease;
}

#header.anim .header-in{
	width: 1310px;
}

.header-tresc{
	position: relative;
	width: 1280px;
	height: 54px;
	margin: 0 auto;
	padding: 18px 0;
	-webkit-transition: padding-bottom .5s ease;
	-moz-transition: padding-bottom .5s ease;
	-o-transition: padding-bottom .5s ease;
	transition: padding-bottom .5s ease;
}

#header.anim .header-tresc{
	padding-bottom: 0;
}

.logo{	/* .header-tresc */
	float: left;
}

.header-info{
	position: relative;
	float: right;
	margin-top: 7px;
}

.header-info .facebook, .header-info .kontakt{
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #545454;
	margin-right: 4px;
	vertical-align: top;
}

.header-info .facebook .sprite-img{
	position: absolute;
	width: 23px;
	height: 23px;
	top: 8px;
	left: 8px;
	background-position: -40px 0;
}

.header-info .kontakt .sprite-img{
	position: absolute;
	width: 14px;
	height: 23px;
	top: 8px;
	left: 13px;
	background-position: -40px -23px;
}

#header .tooltip{
	visibility: hidden;
	position: absolute;
	top: 72px;
	width: auto;
	background-color: #545454;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 25px;
	padding: 0 10px;
}

#header .tooltip i{
	position: absolute;
	top: -5px;
	right: 44px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #545454;
}

#header .tooltip-fb{
	right: 20px;
}

#header .tooltip-kontakt{
	right: 3px;
}

#header .tooltip-kontakt i{
	right: 16px;
}


#menu-top{
	float: right;
	margin: 12px 65px;
}

#menu-top li{
	float: left;
}

#menu-top li:nth-child(2n){
	color: #515151;
	margin: 0 5px;
	line-height: 30px;
}

#menu-top a{
	display: block;
	height: 18px;
	padding: 6px;
	color: #484848;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
}

#menu-top a i:not(.home){
	margin-right: 5px;
	vertical-align: middle;
}

#menu-top .aktywna a, #menu-top a:hover{
	background-color: #ee3624;
	color: #fff;
}

#menu-top .glowna i{
	width: 20px;
	height: 18px;
}

#menu-top .glowna.aktywna i, #menu-top .glowna:hover i{
	background-position: -20px 0;
}

#menu-top .o-nas i{
	width: 20px;
	height: 15px;
	background-position: 0 -18px;
}

#menu-top .o-nas.aktywna i, #menu-top .o-nas:hover i{
	background-position: -20px -18px;
}

#menu-top .galeria i{
	width: 18px;
	height: 20px;
	background-position: 0 -33px;
}

#menu-top .galeria.aktywna i, #menu-top .galeria:hover i{
	background-position: -18px -33px;
}

#menu-top .cennik i{
	width: 18px;
	height: 18px;
	background-position: 0 -53px;
}

#menu-top .cennik.aktywna i, #menu-top .cennik:hover i{
	background-position: -18px -53px;
}

#menu-top .kontakt i{
	width: 18px;
	height: 15px;
	background-position: 0 -71px;
}

#menu-top .kontakt.aktywna i, #menu-top .kontakt:hover i{
	background-position: -18px -71px;
}

#menu-top li:not(.glowna) i{
	margin-top: -2px;
}


/* -------------- glob */

.sprite-img{
	display: inline-block;
	background-image: url(../img/sprite-img.png);
}

.sprite-img-bg{
	display: inline-block;
	background-image: url(../img/sprite-img-bg.png);
}

.clear, i.clear{
	clear: both;
}

i.clear{
	display: block;
}

.clearfix:after{
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.tresc-naglowek{
	font-size: 22px;
	font-weight: 300;
	color: #484848;
}

.button-styl1{
	display: inline-block;
	background-color: #3f8dbf;
	padding: 10px 25px;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	cursor: pointer;
}

.button-styl1:hover{
	background-color: #3f9dbf;
}

.button-styl2{
	display: inline-block;
	background-color: #cc4231;
	padding: 10px 25px;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	cursor: pointer;
}

.button-styl2:hover{
	background-color: #d84f3d;
}


/* Pseudo globalne */

.naglowek-do-menu{
	position: relative;
	height: 90px;
	text-indent: 70px;
	line-height: 90px;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background-color: #ee3624;
}

.naglowek-do-menu i{
	position: absolute;
	bottom: -8px;
	left: 130px;
	border-top: 8px solid #ee3624;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}


/* Slider --------------------------- */

.slider-top{
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	padding-top: 90px;
}

.naglowek-o-nas{
	position: relative;
	width: 100%;
	background-color: #ee3624;
}

.naglowek-o-nas .cien{
	display: block;
	position: absolute;
	width: 1310px;
	height: 37px;
	left: 50%;
	margin-left: -655px;
	bottom: -37px;
	background: url(../img/cien-slider-ok.png) no-repeat;
}

#slider{
	position: relative;
	width: 100%;
	height: 680px;
	margin: 0 auto;
	overflow: hidden;
}

.slider-img{
	position: absolute;
	top: 0;
	left: 0;
}

.slider-img img{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.slider-opisy{
	position: relative;
}

.slider-opis{
	display: none;
	position: absolute;
	width: 90%;
	margin: 160px 0 0 270px;
	text-transform: uppercase;
	color: #fff;
}

.strzalki-slider{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 14px;
	height: 19px;
	background-image: url('../img/sprite-slider.png');
	cursor: pointer;
	opacity: 0.7;
	z-index: 50;
}

.strzalki-slider:hover{
	opacity: 1;
}

.strzalka-slider-lewo{
	left: 20px;
}

.strzalka-slider-prawo{
	right: 20px;
	background-position: 0 -19px;
}

.slider-nawigacja-tlo{
	position: absolute;
	width: 100%;
	height: 54px;
	left: 0;
	bottom: -54px;
	background-color: #fff;
	opacity: 0.1;
	z-index: 40;
}

.slider-nawigacja-tlo.aktywne{
	bottom: 0;
}

.slider-nawigacja{
	position: absolute;
	width: 100%;
	bottom: -54px; /* Pod sliderem - hidden */
	left: 0;
	padding-left: 80px;
	line-height: 25px;
}

.slider-nawigacja-tlo, .slider-nawigacja{
	-webkit-transition: bottom .5s ease;
	-moz-transition: bottom .5s ease;
	-o-transition: bottom .5s ease;
	transition: bottom .5s ease;
}

.slider-nawigacja.aktywne{
	bottom: 13px;
}

.slider-nawigacja-element{
	display: inline-block;
	position: relative;
	background-color: #504644;
	width: 25px;
	height: 25px;
	margin: 0 3px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 50;
}

.slider-nawigacja-element.slider-aktywna{
	background-color: #eeb724;
}

.postep-slider{
	display: block;
	position: absolute;
	width: 0;
	height: 5px;
	background-color: #aaa;
	opacity: 0.7;
	z-index: 50;
}

.srodek-slider{
	position: relative;
	width: 1310px;
	height: 100%;
	margin: 0 auto;
}

.slider-opis i{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3;
	z-index: -1;
}

.slider-opis p{
	line-height: 1;
}

.slider-opis span{
	display: inline-block;
	position: relative;
}

.slider-opis p:nth-of-type(1) span{
	padding: 5px 13px;
	font-size: 27px;
	font-weight: 300;
	line-height: 27px;
}

.slider-opis p:nth-of-type(2) span{
	position: relative;
	padding: 20px;
	font-size: 75px;
	font-weight: 700;
	line-height: 75px;
	margin-left: 25px;
	color: #000;
}

.slider-opis p:nth-of-type(2) i{
	background-color: #fff;
	opacity: 1;
}

.slider-opis p u{
	position: absolute;
	width: 167px;
	height: 97px;
	left: 50%;
	top: -95px;
	margin-left: -84px;
	background-position: -212px -249px;
}

.slider-opis p:nth-of-type(3) span{
	font-size: 47px;
	line-height: 47px;
	padding: 20px 15px;
	margin-left: 65px;
}

.slider-opis .nowosc{
	color: #eeb724;
}

.slider-opis p span.niespodzianka{
	font-size: 35px;
	line-height: 35px;
}

.slider-opis .film-yt{
	display: block;
	width: 1100px;
	height: 620px;
	margin: 0 auto;
}


/* O nas --------------------------------- */

#o-nas{
	width: 1310px;
	margin: 0 auto;
	z-index: 3;
}

.tresc-o-nas{
	position: relative;
	padding: 70px 70px 0 70px;
	z-index: 2;
}

.tresc-o-nas .logo{
	width: 330px;
	height: 330px;
	border-radius: 50%;
	margin-bottom: 50px;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 90%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(90%,rgba(221,221,221,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 90%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 90%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 90%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 );
}

.tresc-o-nas .logo i, .tresc-kontakt .logo{
	width: 257px;
	height: 109px;
	margin: 100px 0 0 35px;
}

.tresc-o-nas .tresc1{
	width: 770px;
	margin-left: 50px;
	float: left;
}

.tresc-o-nas .tresc-naglowek span{
	color: #fff;
	padding: 3px 5px;
	background-color: #eeb724;
}

.tresc-o-nas .button-styl1{
	float: right;
	margin: 10px 60px;
}

.tresc-o-nas .button-styl1 i{
	width: 18px;
	height: 18px;
	margin: -3px 8px 0 0;
	background-position: -18px -53px;
	vertical-align: middle;
}

.tresc-o-nas .kolumna{
	width: 370px;
	float: left;
	margin-right: 25px;
}

.tresc-o-nas .kolumna:last-child{
	margin-right: 0;
}

.kolumna .naglowek{
	display: block;
	font-size: 16px;
	color: #484848;
	margin-bottom: 10px;
}

.kolumna .wyroznienie{
	color: #3f8dbf;
}

i.vanessa{
	width: 230px;
	height: 39px;
	margin: 35px 10px 0 0;
	float: right;
	background-position: 0 -661px;
}

i.pendrive{
	width: 350px;
	height: 288px;
	margin-left: 20px;
	background-position: 0 -373px;
}

i.rekwizyty{
	width: 212px;
	height: 264px;
	margin: 20px;
	background-position: 0 -109px;
}

.fotki-sznur-zewn{
	display: block;
	position: relative;
	height: 621px;
	margin-top: -120px;
	background: url(../img/tlo-o-nas.jpg) no-repeat;
}

.fotki-sznur-zewn .sznur{
	display: block;
	position: absolute;
	width: 100%;
	height: 487px;
	top: 124px;
	background: url(../img/fotki-sznur.png) no-repeat;
	z-index: 3;
}

.fotki-sznur-zewn b{
	position: absolute;
	width: 576px;
	height: 86px;
	bottom: -14px;
	left: 78px;
	background: url(../img/napis-galeria.png) no-repeat;
	z-index: 2;
}


/* Galeria zdjęć - wybierz album */

#galeria{
	background-color: #1abc9c;
}

#galeria i{
	border-top-color: #1abc9c;
}

#wybor-galerii{
	margin: 30px 0;
	text-align: center;
}

#wybor-galerii li{
	display: inline-block;
	color: #484848;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

#wybor-galerii li:nth-last-child(2n){
	width: 12px;
	height: 12px;
	margin: 0 13px;
	border-radius: 50%;
	background-color: #dcdcdc;
}

#wybor-galerii li:hover, #wybor-galerii .wybrane{
	color: #eeb724;
}

#lista-albumow{
	position: relative;
	margin-top: -10px;
	min-height: 260px;
	/*overflow: hidden;*/
}

#lista-albumow .albumy{
	position: absolute;
	width: 100%;
	min-height: 260px;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .5s ease;
	z-index: -1;
}

#lista-albumow .albumy.aktywne{
	opacity: 1;
	z-index: 2;
}

#lista-albumow .album{
	position: relative;
	width: 320px;
	height: 250px;
	float: left;
	color: #fff;
	margin: 10px 10px 0 0;
	font-size: 16px;
}

#lista-albumow .album:nth-child(4n){
	margin-right: 0;
}

#lista-albumow .album .dane-zewn{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

#lista-albumow .album img{
	width: 320px;
	height: 250px;
	-webkit-transition: transform 2s ease;
	-webkit-transition: -webkit-transform 2s ease;
	-moz-transition: transform 2s ease;
	-o-transition: transform 2s ease;
	transition: transform 2s ease;
}

#lista-albumow .album:hover .dane-zewn > i, #lista-albumow .album.focus .dane-zewn > i{
	visibility: visible;
	opacity: 0.65;
}

#lista-albumow .album:hover .dane, #lista-albumow .album.focus .dane{
	left: 45px;
}

#lista-albumow .album:hover img, #lista-albumow .album.focus img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#lista-albumow .album .dane-zewn > i{
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#lista-albumow .album .dane{
	position: absolute;
	top: 25px;
	left: 320px;
	-webkit-transition: left .3s ease;
	-moz-transition: left .3s ease;
	-o-transition: left .3s ease;
	transition: left .3s ease;
}

.album .dane a{
	position: absolute;
	top: -17px;
	right: 15px;
	color: #f9df00;
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	margin-left: 10px;
}

.album .dane a:hover{
	color: #fff;
}

.album .dane .nazwa{
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
}

.album .dane .data{
	display: block;
	color: #f9df00;
	line-height: 14px;
	font-size: 14px;
	font-weight: 300;
}

.album .dane form{
	position: relative;
}

.album .dane input{
	width: 230px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.4);
	border: none;
	color: #fff;
	text-indent: 15px;
	border-radius: 4px;
	margin-bottom: 8px;
	box-shadow: 0 3px 3px -3px #ddd, 0 2px 3px 1px #111 inset;
	z-index: 2;
}

.album .dane button i{
	width: 12px;
	height: 15px;
	margin-right: 7px;
	background-position: -36px -46px;
}

#lista-albumow .album .fb-like-overflow{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-transition: overflow 0s linear 1s;
	-moz-transition: overflow 0s linear .3s;
	-o-transition: overflow 0s linear .3s;
	transition: overflow 0s linear 1s;
}

#lista-albumow .album:hover .fb-like-overflow, #lista-albumow .album.focus .fb-like-overflow{
	overflow: visible;
}

.album .dane .facebook{
	display: block;
	height: 40px;
}

#lista-albumow .album .fb-like{
	top: 70px;
	left: 320px;
	z-index: 3;
	-webkit-transition: left .3s ease;
	-moz-transition: left .3s ease;
	-o-transition: left .3s ease;
	transition: left .3s ease;
}

#lista-albumow .album:hover .fb-like, #lista-albumow .album.focus .fb-like{
	left: 45px;
}

#wiecej-albumow{
	position: relative;
	height: 90px;
	text-align: center;
	background-color: #eeb724;
	cursor: pointer;
}

#wiecej-albumow i{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 20px 3px 0 3px;
	background-color: #f7db92;
	border-radius: 50%;
}

#wiecej-albumow span{
	display: block;
	color: #484848;
	font-size: 20px;
	font-weight: 300;
}


/* Cennik ----------------------------------- */

#cennik{
	background-color: #2f6082;
}

#cennik i{
	border-top-color: #2f6082;
}

.tresc-cennik{
	position: relative;
	padding: 100px 150px 150px 150px;
	z-index: 1;
}

.tresc-cennik .tresc-naglowek{
	text-align: center;
	padding: 0 60px;
	margin-bottom: 50px;
}

.tresc-cennik .element-lista{
	float: left;
	width: 425px;
	margin: 0 155px 50px 0; 
}

.tresc-cennik .element-lista:nth-of-type(2n){
	margin-right: 0;
}

.tresc-cennik .element-lista > b{
	display: inline-block;
	float: left;
	margin: 10px 10px 0 0;
	text-align: center;
	color: #fff;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	font-size: 24px;
	background-color: #ee3624;
	line-height: 55px;
}

.tresc-cennik .element-lista p{
	width: 355px;
	float: left;
}

.tresc-cennik .element-lista .naglowek{
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #484848;
}

.tresc-cennik .element-lista .naglowek b{
	color: #eeb724;
}

.tresc-cennik .element-lista .dodatkowe{
	display: block;
	font-size: 17px;
}

.tresc-cennik .element-lista .dodatkowe span{
	color: #ee3624;
}

.tresc-cennik .sprite-img{
	width: 31px;
	height: 24px;
	margin: -3px 10px 0 0;
	background-position: 0 -86px;
	vertical-align: middle;
}

.tresc-cennik .tlo{
	position: absolute;
	width: 850px;
	height: 272px;
	bottom: 0;
	right: 0;
	background: url(../img/cennik-tlo.jpg) no-repeat;
	z-index: -1;
}


/* Kontakt -------------------------------- */

#kontakt{
	background-color: #3a2e2c;
}

#kontakt i{
	border-top-color: #3a2e2c;
}

.tresc-kontakt{
	position: relative;
	padding: 100px 200px 200px 150px;
}

.tresc-kontakt .logo{
	margin: 0  60px 0 0;
}

.tresc-kontakt .tresc-naglowek{
	width: 620px;
	float: left;
	text-align: left;
	margin-top: 30px;
}

.tresc-kontakt .tresc-naglowek span{
	display: inline-block;
	margin: 40px 80px 0 0;
	font-size: 16px;
}

.tresc-kontakt .tresc-naglowek .telefon i, .tresc-kontakt .tresc-naglowek .mail i{
	width: 17px;
	height: 28px;
	background-position: -36px -61px;
	margin-right: 10px;
	vertical-align: middle;
}

.tresc-kontakt .tresc-naglowek .mail i{
	width: 27px;
	height: 21px;
	background-position: -31px -89px;
}

#form-kontakt{
	position: relative;
	margin-top: 40px;
}

#form-kontakt fieldset{
	width: 315px;
	float: left;
	text-align: right;
}

#form-kontakt fieldset:first-child{
	text-align: left;
}

#form-kontakt fieldset:last-of-type{
	width: auto;
	margin-top: 35px;
}

#form-kontakt fieldset span{
	display: inline-block;
	width: 130px;
	text-align: right;
	vertical-align: top;
}

#form-kontakt input[type="text"], #form-kontakt textarea{
	width: 170px;
	height: 30px;
	line-height: 30px;
	border: none;
	text-indent: 10px;
	color: #555;
	margin-left: 10px;
	background-color: #dcdcdc;
}

#form-kontakt textarea{
	width: 805px;
	height: 140px;
	min-height: 50px;
	resize: vertical;
}

#form-kontakt .submit-box{
	width: 945px;
	margin-top: 10px;
	text-align: right;
}

#form-kontakt .komunikat-ok, #form-kontakt .komunikat-blad{
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 22px;
	bottom: -70px;
}

#form-kontakt .komunikat-ok span{
	color: #fff;
	padding: 10px;
	background-color: #eeb724;
}

#form-kontakt .komunikat-blad span{
	color: #fff;
	padding: 10px;
	background-color: #EE3624;
}

.tresc-kontakt .budka{
	position: absolute;
	width: 179px;
	height: 249px;
	bottom: 0;
	left: 85px;
	background-position: -257px 0;
}


/* Footer -------------------------------- */

#footer{
	position: relative;
	height: 100px;
	background-color: #e7e7e7;
	text-align: center;
}

#footer a{
	display: inline-block;
	color: inherit;
	font-weight: 700;
	margin: 5px 0 20px 0;
}

#footer a:hover{
	color: #EE3624;
}

#footer .kontakt{
	width: 16px;
	height: 28px;
	margin-right: 40px;
	background-position: 0 -110px;
}

#footer .samolot{
	width: 24px;
	height: 25px;
	background-position: -16px -110px;
}

#footer .tooltip{
	visibility: hidden;
	position: absolute;
	top: 25px;
	width: auto;
	background-color: #545454;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 25px;
	padding: 0 10px;
}

#footer .tooltip i{
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -2px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #545454;
}

#footer .tooltip-telefon{
	left: 50%;
	top: 0;
	margin-left: -89px;
}

#footer .tooltip-mail{
	left: 50%;
	margin-left: -44px;
}


/* Walidacja ---------------------- */

.valid-form-tooltip, .tooltip-err{
	display: none;
	position: absolute;
	background-color: #EE3624;
	padding: 5px;
	color: #fff;
	line-height: 15px;
}

.valid-form-tooltip i, .tooltip-err i{
	position:absolute;
	bottom: -5px;
	left: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.valid-form-tooltip i.top, .tooltip-err i.top{
	border-top: 5px solid #EE3624;
}

.valid-form-tooltip i.bottom{
	border-bottom: 5px solid #EE3624;
}



/* Tooltip plugin DELETE  ----------------------- */

.temp-hide{
	display: block !important;
	opacity: 0 !important;
}

.tooltip-div{
	visibility: hidden;
	position: absolute;
	padding: 5px;
	background-color: #666;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-o-transition: opacity 2s ease;
	transition: opacity 2s ease, visibility 0s linear 2s;
}

.tooltip-div .strzalka{
	position: absolute;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.tooltip-div .strzalka.bottom{
	border-bottom: 5px solid #666;
}

.tooltip-div .strzalka.top{
	border-top: 5px solid #666;
}

.tooltip-div.to-fade{
}

.tooltip-div.fadein{
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}


.ladowanie{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url("../img/ladowanie.gif") no-repeat center center rgba(0, 0, 0, 0.5);
}


/* CSS fader */

.css-fader{
	visibility: hidden !important;
	opacity: 0 !important;
	-webkit-transition: opacity .5s ease, visibility 0s linear .5s;
	-moz-transition: opacity .5s ease, visibility 0s linear .5s;
	-o-transition: opacity .5s ease, visibility 0s linear .5s;
	transition: opacity .5s ease, visibility 0s linear .5s;
}

.css-fader-active{
	visibility: visible !important;
	opacity: 1 !important;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
