@charset "UTF-8";
/* GLOBAL */
* {
    padding: 0;
    margin: 0;
}
BODY {
    margin: 0;
    padding: 0;
    height: 100%;
	text-align:center;
}
/*
font-family: 'News Cycle', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'Alegreya', serif;	
	
*/
HTML BODY {
    font: 22px 'Alegreya', serif;
    line-height: 140%;
    color: #ffffff;
	text-align:center;	
}

HTML > BODY {
    font: 22px 'Alegreya', serif;
    line-height: 140%;
    color: #ffffff;
}

HTML {
    height: 100%;
}
A,
A:link,
A:visited,
A:active,
A:hover{
	color:#fff;
	text-decoration:underline;
}
A:visited{color:#480002;}
A:active{color:#A83314;} 
A:hover{text-decoration:none;}

A.dark,
A.dark:link,
A.dark:visited,
A.dark:active,
A.dark:hover{
	color:#5C4D31;
	text-decoration:underline;
}
A.dark:visited{color:#5C4D31;}
A.dark:active{color:#5C4D31;} 
A.dark:hover{text-decoration:none;}

A IMG{border:0;}

FORM {
	margin:0;
	padding:0;
}
INPUT[type="text"],
SELECT,
TEXTAREA {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #999999;
	padding:2px;
	font-size:1.3em;
}

H1, H2, H3, H4, H5, H6 {
	margin:0;
	padding:0;
}
H1{ font-size:22px; padding-bottom:18px; font-weight:normal; }
H2{ font-size:82px; padding-bottom:16px; font-weight:normal; }
H3{	font-size:62px; padding-bottom:14px; }
H4{	font-size:36px; padding-bottom:40px; font-weight:bold; }
H5{	font-size:36px; padding-top:40px; padding-bottom:20px; font-weight:bold; }

P{padding:10px 0 5px 0;}

UL, 
UL LI {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0; padding:0;
}
/* /GLOBAL */


/* LAYOUT */
#main{
	background: transparent url(img/bg1.jpg) center top no-repeat;
	background-size: 120%;
	overflow: hidden;
	text-align: center;
}
#header{
	background: transparent url(img/bg-logo.png) center top no-repeat;
	width:100%; /*height:168px;*/
	text-align:center;
	overflow: hidden;
}
#header DIV.wrapp{
	overflow: hidden;
	background: transparent url(img/zawijasy.png) right top no-repeat fixed;
}
#header h1{
	margin:0 auto 11px auto;
	padding: 0;
	width:960px;
	text-align: left;
}
#header h1 a{
	display: block;
	margin:13px 0 0 22px;
	width:407px;
	height: 144px;
	text-indent: -20000px;
}

#zawijasy{
	position: fixed;
	top:0;
	right:5%;
	z-index: 500;
	width:505px;	
	height:536px;
	background: transparent url(img/zawijasy.png) right top no-repeat;
	opacity:0.5;
	-webkit-opacity: 0.5;
	visibility: visible;
	display: none;
}

#footer{
	background: transparent url(img/bg1.jpg) center -350px no-repeat;
	background-size: 150%;
	width:100%;
	text-align:center;
	overflow: hidden;
	font-size:0.8em;
	box-shadow: 0px 0px 9px #444444;
	color: #fff;
	box-shadow: 0px 0px 9px #444444;
}

/* Tablet */
@media screen and (max-width: 1024px) {

#header{
	background: transparent url(img/bg-logo.png) center top no-repeat;
	background-size: 200%;
	width:100%;
	height:168px;
	text-align:center;
	overflow: hidden;
}
#header DIV.wrapp{
	overflow: hidden;
	background: transparent url(img/zawijasy.png) right top no-repeat fixed;
}
#header h1{
	margin:0 auto 11px auto;
	padding: 0;
	width:960px;
	text-align: left;
}
#header h1 a{
	display: block;
	margin:13px 0 0 22px;
	width:407px;
	height: 144px;
	text-indent: -20000px;
}
#zawijasy{
	Xdisplay:none;
}
.container{
	background-attachment: scroll !important;
}
	
}

/* Mobile */
@media screen and (max-width: 480px) {

#header{
	background: transparent url(img/bg-logo.png) center top no-repeat;
	background-size: 200%;
	width:100%;
	height:84px;
	text-align:center;
	overflow: hidden;
}
#header DIV.wrapp{
	overflow: hidden;
	background: transparent url(img/zawijasy.png) right top no-repeat fixed;
}
#header h1{
	margin:0 auto 11px auto;
	padding: 0;
	width:100%;
	text-align: left;
}
#header h1 a{
	display: block;
	margin:3px 0 0 11px;
	width:203px;
	height: 72px;
	text-indent: -20000px;
}
#zawijasy{
	display:none;
}
.container{
	background-attachment: scroll !important;
}
	
}


/* container DEFAULT */
.container{
	width:100%;	
	text-align: center;
	transition: all 0.25s linear 0s;
	-webkit-transition: all 0.25s linear 0s;
	background: #2f1b13 url(img/cont2b.jpg) center 0px no-repeat fixed;
	background-size: 130%;
	box-shadow: 0px 0px 9px #444444;
}
.container:hover{
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2), 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0px 6px 94px 12px rgba(255,255,255,0.2) inset !important; /* #ff2929 */	
	Xbox-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2), 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0px 6px 94px 12px #fff inset !important; /* #ff2929 */	
	transition: all 0.25s linear 0s;
	-webkit-transition: all 0.25s linear 0s;
}
.container .box{
	margin: 0 auto;
	width:100%;
	position: relative;
	text-align: left;
	overflow: hidden;
	padding:60px 0;
	background: transparent url(img/zawijasy.png) right top no-repeat fixed;
}
.container .box .wrapp{
	padding:0 6%;
}
.container h2{
	display:block;
	text-align: center;
	font: 82px/1.1em 'Alegreya';
	color: #eee;
	text-shadow: 0px 0px 7px #000;
}
.container h3{
	display:block;
	text-align: center;
	font: 62px/1.1em 'Alegreya';
	color: #eee;
	text-shadow: 0px 0px 7px #000;
}
.container h4, .container h5 {
	display:block;
	text-align: center;
	font: 36px/1.1em 'Alegreya';
	color: #5C4D32;
	text-shadow: 0px 0px 5px rgba(93,78,50,0.45);
}
.container p{
	padding:16px 20px;
	color:#fff;
/*text-shadow: 0px 0px 5px rgba(0,0,0,0.8); */
	/*text-shadow: 0px 0px 4px #000;*/
}
.container .col1{
	float:left;
	width:45%;
	margin-right:0px;
	background: none;
	padding-right:40px;
}
.container .col1 UL{
	padding-left:30px;	
}
.container .col2{
	float:left;
	width:45%;
	margin-left:10px;
	Xoverflow: hidden;
}
.container .col2 UL{
	padding-left:30px;
}

.container LI{
	background: transparent url(img/tick.png) left 3px no-repeat;
	padding:3px 0 3px 40px;
	overflow: hidden;
}
/* /container DEFAULT */


/* container for Call To Action */
.container.cta{
/*	background: transparent url(img/cont1.jpg) center -100px no-repeat ;
	background-size: 120%; */
/*	background: transparent url(img/cont1.jpg) center -140px no-repeat fixed;*/
	background: transparent url(img/img_1360s.jpg) center -140px no-repeat fixed;
	background-size: 110%;
	height:320px; /*297px;*/
	box-shadow: 0px 0px 9px #444444;
}
.container.cta .box{
	background: transparent url(img/zawijasy.png) right top no-repeat fixed;
	overflow: visible;
}
.container.cta .box h2{
	position: absolute;
	left:0px; top:45px;
	font: bold 34px/1.15em 'Alegreya';
	color: #fff9e9;
	text-shadow: 0px 0px 7px #000;
	height:auto;
	text-align: center;
	width:100%;
}
.container.cta .box .btn{
	display:block;
	position: absolute;
	Xleft:145px; top:160px;
	left:12%;top:160px;	
	Xwidth: 630px;
	width: 70%;
	padding:10px 20px;

	z-index: 1000;
	text-align: center;
	font: 48px/1.1em 'Alegreya';
	text-decoration: none;
	border-radius: 6px 6px 6px 6px;
	Xbackground:linear-gradient(rgba(255,255,255,0.47) 2%, #ffffff 80%, #ffffff 100%);
	Xbackground:-webkit-linear-gradient(rgba(255,255,255,0.47) 2%, #ffffff 80%, #ffffff 100%);
	background:rgba(255, 255, 255, 0.7) url(img/zawijasy.png) left top no-repeat;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.4), 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset, 0 12px 24px 2px #fff inset;
    text-shadow: 0 0px 2px rgba(0, 0, 0, 0.4);
	color:#343434;
    transition: all 0.35s linear 0s;
    -webkit-transition: all 0.35s linear 0s;
}
.container.cta .box .btn:hover{
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2), 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset;
    text-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
    color: #000;
    text-decoration: none;
    transition: all 0.35s linear 0s;
    -webkit-transition: all 0.35s linear 0s;
}
.container.cta .box .btn img{
	vertical-align:text-bottom;
	margin:0 15px 0 25px;
}
.container.cta .box .btn span{
	display:block;
	font-size:0.46em;
	line-height: 20px;
	text-align: center;
	padding:8px 0;
}

/* /container dla Call To Action */


/* container c1 */
.container.c1{
	background: #257A94 url(img/img_5434s.jpg) 0 0 no-repeat fixed;
	background-size: 130%;
	box-shadow: 0px 0px 9px #444444;
/*
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	filter: url(blur.svg#blur);
*/
}
.container.c1 p{
	font-weight:bold;
	Xbackground-color: rgba(31,78,103,0.5);
	color:#fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.9);
}
/*
.container.c1 p{
	padding:20px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	color:#444;
	border-radius: 26px 26px 26px 26px;
	-moz-border-radius: 26px 26px 26px 26px;
	Xbackground:linear-gradient(rgba(255,255,255,0.47) 2%, #ffffff 80%, #ffffff 100%);
	Xbackground:-webkit-linear-gradient(rgba(255,255,255,0.47) 2%, #ffffff 80%, #ffffff 100%);
}
*/

/* container c2 */
.container.c2{
	/*background: transparent url(img/cont2b.jpg) center -200px no-repeat fixed;*/
	background: #423836 url(img/cont2.jpg) center 0px no-repeat fixed;
	background-size: 180%;
}
.container.c2b{
	background: #2f1b13 url(img/cont2b.jpg) center 0px no-repeat fixed;
	background-size: 180%;
}

/* container white */
.container.white{
	background: #fff url(img/zawijasy3.png) left 0 repeat-y fixed;
	background-size: 100%;
	box-shadow: 0px 0px 9px #444444;
}
.container.white h2{
	color: #5C4D32;
	text-shadow: 0px 0px 5px rgba(93,78,50,0.75);
}
.container.white h3{
	color: #5C4D32;
	text-shadow: 0px 0px 5px rgba(93,78,50,0.75);
}

.container.white p{
	padding:20px;
	/*text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);*/
	color:#000;
	
}
.container.white LI{
	color:#000;	
}

/* container bright */
.container.bright{
/*	background: #fff url("img/manekin.jpg") -250px -200px no-repeat fixed;*/
	background: #fff url("img/bg1.jpg") center 0 no-repeat fixed;
	background-size: 130%;
	box-shadow: 0px 0px 9px #444444;
}
.container.bright h2{
	color: #242422;
	text-shadow: 0px 0px 5px rgba(93,78,50,0.75);
}

.container.bright p{
	padding:20px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	color:#000;
	
}

/* container c5 */
.container.c5{
	background: #CD222F url(img/img_5423s.jpg) center 0px no-repeat fixed;
	background-size: 130%;
	box-shadow: 0px 0px 9px #444444;
}

/* container kontakt */
.container.kontakt{
	background: #257A94 url(img/img_5435s.jpg) 0 0 repeat fixed;
	background-size: 116%;
	box-shadow: 0px 0px 9px #444444;
	overflow: hidden;
}
.container.kontakt p{
	float:left;
	width:45%;
    font: 28px 'Alegreya', serif;
    line-height: 140%;
	Xcolor:#312a1d;
	color:#fff;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.9);
	overflow: hidden;
}
.container.kontakt .icon{
	background: transparent url(img/phone.png) 0 0 no-repeat;
	display:block;
	padding-left:80px;	
}
.container.kontakt .icon.phone{
	background: transparent url(img/phone.png) 0 0 no-repeat;
	font-size: 48px;
	line-height:66px;
}
.container.kontakt .icon.email{
	background: transparent url(img/1376361361_mail.png) 0 0 no-repeat;
	font-size: 28px;
	line-height:66px;
}
.container.kontakt .icon.email A{
	text-decoration: none;
}
.container.kontakt .icon.email A:hover{
	text-decoration: underline;
}
.container.kontakt .icon.address{
	background: transparent url(img/location2.png) 0 0 no-repeat;
}
.container.kontakt .icon.time{
	background: transparent url(img/time.png) 0 0 no-repeat;
}
.container.kontakt .icon.info{
	background: transparent url(img/infoc.png) 0 0 no-repeat;
	line-height:68px;
}
.container.kontakt a.bigMap{
	display: block;
	position: absolute;
	right:5px;
	bottom:0;
	font-size: 0.65em;
	color:#fff;
}

/* container mapa */
.container.mapa{
	background: none;
	line-height: 0;
}
.container.mapa iframe{
	margin:0;padding:0;
}

.gallery{
	overflow: hidden;
	margin-top:5px;
	padding:5px 20px;
	clear: both;
}
.gallery h4, .gallery h5{
	display:block;
	color:#fff;
	text-align: left;
	padding:3px;margin:0;
	overflow: hidden;
	font-size: 0.75em;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.95);
}
.gallery h4 span, .gallery h5 span{
	display:inline-block;
	background-color:rgba(71,45,42,0.66);
	box-shadow:0 0 2px 3px #472d2a;	
	padding:2px 3px;
}
.gallery a{
	display:block;
	float:left;
	margin:1px; padding:0;
	overflow: hidden;
	width:60px;
	height:60px;
	background-repeat: no-repeat;
	background-position: center top;
	border:1px solid #000;
	-webkit-box-shadow:0 0 2px 3px #472d2a;
	-moz-box-shadow:0 0 2px 3px #472d2a;
	box-shadow:0 0 2px 3px #472d2a;

}
.gallery a:first-child{
	Xclear:both;
	Xfloat:none;
	border:5px solid red;
}
.gallery a:hover{
	display:block;
	-webkit-box-shadow:0 0 2px 3px #472d2a, inset 0 0 3px 5px rgb(198,178,166);
	-moz-box-shadow:0 0 2px 3px #472d2a, inset 0 0 3px 5px rgb(198,178,166);
	box-shadow:0 0 2px 3px #472d2a, inset 0 0 3px 5px rgb(198,178,166);
	transition: all 0.25s linear 0s;
}
/* /LAYOUT */