html {
    height:100%;
    margin:0 auto !important;
    padding:0;
	font-family:'Titillium Web', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#5b5b5b;
	background:url('../img/background.jpg') top left no-repeat fixed #fdfdfd;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg',sizingMethod='scale')";
}
body {padding:0px;margin:0px;}

strong {font-weight:600;}
h1, h2, h3, h4, h5 {margin:0;padding:5px 0px 5px 0px;}
h1 {font-size:44px;font-weight:200;}
h2 {font-size:24px;font-weight:400;}
h3 {font-size:18px;font-weight:400;}
.gold {color:#d79b2a;}

p {padding:5px 0px 10px 0px;margin:0px;line-height:19px;}
ul {line-height:19px;list-style:square;margin-top:0px;}
a {color:inherit;text-decoration:none;}
a:hover {color:#d79b2a;}
a.full {width:100%;height:100%;display:block;}
img {border:none;margin:0px;padding:0px;}
.mapa {width:900px;height:250px;display:block;border:none;margin:5px 0px 15px 0px;padding:0px;position:relative;}

/* LEWA STRONA */
#left {
	width:280px;
	position:absolute;
	left:0px;
	top:0px;
	background:url('../img/menu-shadow.png') right top no-repeat;
	min-height:100%;
}
#left .logo {
	width:200px;
	height:100px;
	padding:15px 40px 20px 40px;
	margin:0px;
	background:url('../img/logo-shadow.png') right top no-repeat;
}
#left .menu {
	width:230px;
	min-height:325px;
	overflow:hidden;
	padding:25px;
	margin:0px;
	text-align:right;
	}
	.menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	width:230px;
	}
	.menu ul li a {
	padding:3px 0px;
	display:block;
	font-size:18px;
	text-decoration:none;
	font-weight:400;
	}
	.menu ul li a:hover, .clicked {font-weight:600;color:#d79b2a;}
	.menu ul li ul a, .opened {
	display:block;
	font-size:14px;
	text-decoration:none;
	padding:0px 5px 0px 0px;
	font-weight:400;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;	
	transition:all 0.2s ease-in-out;
	}
	.menu ul li ul a:hover {padding:0px;font-weight:400;}
	.menu li ul { 
	display:block;
	border:none;
	padding:4px 0px;
	}
#left .desc {
	width:230px;
	overflow:hidden;
	padding:10px 25px 25px 25px;
	margin:0px;
	text-align:right;
}
#left .desc h2 {font-size:24px;font-weight:400;color:#6b6b6b;}
#left .desc h2 span {font-weight:600;color:#d79b2a;}
#left .desc p {color:#8b8b8b;}
#left .footer {
	margin-top:40px;
	width:280px;
	height:60px;
	background:url('../img/sign.png') center center no-repeat;
}


/* PRAWA STRONA */
#right {
	float:right;
	min-height:100%;
	position:absolute;
	left:290px;
	top:0px;
	right:0px;
	overflow:hidden;
}
#slider {
	height:500px;
	overflow:hidden;
	background:url('../img/ajax-loader.gif') center center no-repeat;
}
#wrapper {
	width:100%;
	height:500px;
	min-width:1300px;
	margin:10px 0px;
	}
	#slider .slide {
	position:relative;
	display:none;
	height:500px;
	width:100%;
	float:left;
	background-position:left center;
	cursor:pointer;
	border-left:10px solid #fdfdfd;
	opacity:0.4;
	filter:alpha(opacity=40);
	}
	#slider .slide:first-child {
	border:none;
	opacity:1;
	filter:alpha(opacity=100);
	}
	#slider .slide.active {
	cursor:default;
	opacity:1;
	filter:alpha(opacity=100);
	}
	#slider .slide-block {
	text-align:center;
	position:absolute;
	right:30px;
	top:100px;
	display:inline-block;
	width:400px;
	background:url('../img/crown.png') top center no-repeat;	
	padding:20px;
	overflow:hidden;
	color:#8b8b8b;
	}
	#slider .slide-block h1 {color:#d79b2a;margin:20px 0px 0px 0px;}
	#slider .slide-block h1 strong {font-weight:400;}
	#slider .slide-block h2 {margin:-20px 0px 0px 0px;font-weight:400;}
	#slider .slide-block p {font-size:14px;margin:0px;}
	#slider .button {
	position:relative;
	color:#fff;
	display:block;
	text-align:center;
	width:120px;
	line-height:33px;
	padding:0px 0px 2px 0px;
	margin:10px 140px 0px 140px;	
	font-weight:400;
	box-shadow:0px 0px 3px #d4d4d4;
	background:#ffa700;
	background:-moz-linear-gradient(top, #ffa700 0%, #d79b2a 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa700), color-stop(100%,#d79b2a));
	background:-webkit-linear-gradient(top, #ffa700 0%,#d79b2a 100%);
	background:-o-linear-gradient(top, #ffa700 0%,#d79b2a 100%);
	background:-ms-linear-gradient(top, #ffa700 0%,#d79b2a 100%);
	background:linear-gradient(to bottom, #ffa700 0%,#d79b2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa700', endColorstr='#d79b2a',GradientType=0 );
	}
	#slider .button a {
	color:#fff;
	text-decoration:none;
	width:100%;
	height:100%;
	}
	#slider .button:hover {
	font-weight:600;
	background:#ffa700;
	box-shadow:0px 0px 4px #b4b4b4;
	}
#right .content {
	width:1000px;
	float:left;
	clear:both;
	overflow:hidden;
}
#right .content h2 {
	font-size:24px;
	font-weight:400;
	color:#6b6b6b;
}
#right .content h2 span {font-weight:600;color:#d79b2a;}
#right .content .boxes {
	width:1000px;
	clear:both;
	float:left;
	overflow:hidden;
	margin:2px 0px 0px 0px;
}
#right .content .boxes .box {
	position:relative;
	width:330px;
	height:170px;
	margin:0px;
	padding:0px;
	float:left;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	opacity:0.9;
	filter:alpha(opacity=90);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;	
	transition:all 0.5s ease-in-out;
}
#right .content .boxes .boxfix {
	position:relative;
	width:330px;
	height:170px;
	margin:0px 5px;
	padding:0px;
	float:left;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	opacity:0.9;
	filter:alpha(opacity=90);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;	
	transition:all 0.5s ease-in-out;
}
#right .content .boxes .box:hover, #right .content .boxes .boxfix:hover {
	background-size:102% 102%;
	filter:alpha(opacity=100);
	opacity:1;
}
#right .content .boxes .box a, #right .content .boxes .boxfix a {
	width:100%;
	height:100%;
	display:block;
}
#right .content .boxes .box a:hover, #right .content .boxes .boxfix a:hover {color:inherit !important;}
#right .content .boxes .box .text, #right .content .boxes .boxfix .text {
	position:absolute;
	bottom:5px;
	width:300px;
	padding:5px 15px 10px 15px;
	background-image/*\**/:url('../img/alpha.png')\9;
	background-color:rgba(255,255,255, 0.8);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;	
	transition:all 0.5s ease-in-out;
}
#right .content .boxes .box:hover .text, #right .content .boxes .boxfix:hover .text {
	bottom:0px;
	background-color:rgba(255,255,255, 1);
	background-color:#fff;
	}
#right .content .boxes .box .text .h2, #right .content .boxes .boxfix .text .h2 {padding:0px;font-size:24px;display:block;}
#right .content .boxes .box .text .h2 .span, #right .content .boxes .boxfix .text .h2 .span {
	color:#4b4b4b;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;	
	transition:all 0.5s ease-in-out;
}
#right .content .boxes .box:hover .text .h2 .span, #right .content .boxes .boxfix:hover .text .h2 .span {color:#d79b2a;}
#right .content .boxes .box .text .p, #right .content .boxes .boxfix .text .p {
	margin-top:-3px;
	padding:0px;
	font-size:18px;
	display:block;
}
#right .cnnt {
	width:900px;
	min-height:723px;
	margin:5px 0px 10px;
	float:left;
	clear:both;
	overflow:hidden;
	font-size:14px;
}
#right .cnnt p, #right .cnnt h2, #right .cnnt h3 {width:800px;}
#right .cnnt ul, ol {width:760px;}
#right .cnnt img {z-index:999;position:relative;}
#right .cnnt h1 {
	position:relative;
	z-index:1000;
	font-weight:400;
	top:-90px;
	margin:0px;
	max-width:800px;
	display:inline-block;
	padding:0px 25px 0px 15px;
	background-image/*\**/:url('../img/alpha.png')\9;
	background-color:rgba(255,255,255, 0.85);
}
#right .cnnt h2 {
	margin-top:-70px;
	font-weight:600;
	font-size:18px;
	line-height:22px;
}
#right .cnnt h3 {
	font-weight:600;
	font-size:15px;
	line-height:18px;
}
#right .footer {
	margin-top:15px;
	clear:both;
	width:1000px;
	float:left;
}
#right .footer p {
	line-height:15px;
	font-size:12px;
	font-weight:400;
	color:#8b8b8b;	
}