@CHARSET "UTF-8";
/*
 *  Copyright by Artur Kunasz <Arathill>
*/
/* Wielkość strony */


@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 200;
	src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(/public/fonts/source-sans-pro-200.woff) format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(/public/fonts/source-sans-pro-400.woff) format('woff');
}
@font-face {
	font-family: 'Italianno';
	font-style: normal;
	font-weight: 400;
	src: local('Italianno'), local('Italianno-Regular'), url(/public/fonts/italianno.woff) format('woff');
}
@font-face {
	font-family: 'Marcellus SC';
	font-style: normal;
	font-weight: 400;
	src: local('Marcellus SC'), local('MarcellusSC-Regular'), url(/public/fonts/marcellus-sc.woff) format('woff');
}


/* Ustawienia globalne */
body {
	font-size:15px;
	font-family:"Source Sans Pro", Helvetica;
	background-color:#fff;
	background-image:url('/public/images/layout/bg-page-body.jpg');
	background-size:14%;
}
h1, h2, h3 {
	font-weight:400;
}
h2, h3, h4 {
	color:#a44;
}
.clear {
	clear:both;
	display:block;
}
.float-right { float:right; }
.shaded-button {
	display:block;
	margin:10px;
	padding:15px 2%;
	text-align:center;
	font-size:1em;
	font-weight:400;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff !important;
	background-color:#a22;
}
.shaded-button:hover {
	background-color:#c33;
}
.shaded-box {
	color:#000;
	background-color:#fff;
}
.banner {
	margin:20px auto;
	width:84%;
	background-color:#ffd;
	color:#444;
	padding:2px 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.banner a {
	color:#a55;
}
.banner a.button {
	padding:5px 15px;
	background-color:#fff;
	color:#222;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-size:0.8em;
}
#page {
	margin:0 auto;
	min-width:1020px;
}
#call-us {
	z-index:999999;
	position:fixed;
	bottom:20px;
	right:20px;
	padding:8px 15px;
	display:block;
	background-color: rgba(255,255,255,0.8);
	-moz-box-shadow: 0 2px 8px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0 2px 8px 0px rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#333;
}

#languages {
	position:absolute;
	right:0;
	top:0;
}
#languages img {
	margin:3px;
}

/* Nagłówek strony */
#page-header {
	padding:50px 0 30px 0;
	height:80px;
	background-color:#fff;
	text-align:left;
	-moz-box-shadow: 0 2px 14px 0px #eee;
	-webkit-box-shadow: 0 2px 14px 0px #eee;
	box-shadow: 0 2px 14px 0px #eee;
}
#page-header-logo {
	margin:0px auto;
	width:12%;
	padding:0 2%;
	float:left;
	position:relative;
}
#page-navigation {
	width:80%;
	margin:0 auto;
}
#page-navigation ul {
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
}
#page-navigation li {
	float:left;
	width:29%;
	margin:0 2%;
	padding:0;
	position:relative;
}
#page-navigation ul ul {
	position:absolute;
	z-index:10;
	width:200%;
	display:none;
	-moz-box-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
}
#page-navigation li:hover ul {
	display:block;
}
#page-navigation li:hover ul {

}
#page-navigation ul ul li {
	display:block;
	width:100%;
	margin:0;
	background-color:rgba(255,255,255,0.9);
	float:none;
}
#page-navigation ul ul li:hover {
	background-color:rgba(255,255,255,0.96);
}
#page-navigation ul ul li a {
	text-align:left;
	width:auto;
	padding:15px;
	font-size:1em;
	border-bottom:1px solid #ddd;
	font-family:"Source Sans Pro";
	font-weight:400;
}
#page-navigation-left, #page-navigation-right  {
	float:left;
	width:42%;
	margin-top:40px;
}
#page-navigation-left a, #page-navigation-right a {
	display:block;
	padding:10px 1%;
	border-bottom:1px solid #aaa;
}
#page-navigation-right > ul li a {
	text-align:right;
}
#page-navigation a {
	font-size:2em;
	font-weight:400;
	text-decoration:none;
	font-family:"Italianno";
	color:#555;
}
#page-navigation a:hover {
	color:#a00;
}
#page-navigation a.selected {
	color:#a00;

}

/* Wyświetlanie slajdów */
#page-slides {
	width:90%;
	margin:15px auto 0 auto;
	z-index:1;
}
.page-slides-full {
	height:400px;
}
.page-slides-wide {
	height:300px;
}
.page-slides-wide #page-slides-second-picture {
	height:100%;
}

#page-slides section {
	padding:2% 8%;
	color:#444;
	font-size:12px;
	overflow:auto;
	width:84%;
	height:96%;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border:1px solid #ddd;
	cursor:pointer;
	text-align:justify;
}
#page-slides section a {
	float:right;
	color:#fff;
	text-decoration:none;
	padding:6px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#a00;
}
#page-slides section h3 {
	margin:15px 0 0 0;
	color:#700;
	font-size:1.2em;
	font-weight:400;
	font-family:"Source Sans Pro", Helvetica;
	border-bottom:1px solid #ddd;
}
#page-slides .slide-title  {	
	margin:0 !important;
	color:#fff;
	padding:0.2em 1em;
	float:right;
	position:absolute;
	text-shadow:0px 0px 5px #000;
	bottom:0;
	right:0;
	font-weight:100;
	text-align:right;
}
#page-slides .slide:hover .slide-title {
	text-shadow:0px 0px 15px #000;
}
#page-slides .slide {
	cursor:pointer;
	overflow:hidden;
	background:#fff no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	font-size:25px;
	-webkit-border-radius: -8px;
	-moz-border-radius: -8px;
	border-radius: -8px;
}
#page-slides .slide a {
	color:#fff;
	text-decoration:none;
}
#page-slides .slide img {
	width:100%;
	margin:0 auto;
	display:block;
}
#page-slides h1, #page-slides h2, #page-slides h3 {
	font-weight:100;
	font-family:"Italianno";
}
#page-slides-main-picture {
	height:98%;
	float:left;
	width:59%;
	-moz-box-shadow: 0 2px 14px 0px #bbb;
	-webkit-box-shadow: 0 2px 14px 0px #bbb;
	box-shadow: 0 2px 14px 0px #bbb;
}
#page-slides-aside {
	margin-left:60%;
	height:98%;
}
#page-slides-second-picture  {
	margin:0 0 0 1px;
	height:50%;
	-moz-box-shadow: 0 2px 14px 0px #bbb;
	-webkit-box-shadow: 0 2px 14px 0px #bbb;
	box-shadow: 0 2px 14px 0px #bbb;
}
#page-slides-third-picture {
	float:left;
	width:48%;
	margin:2% 2% 0 0;
	height:48%;
	-moz-box-shadow: 0 2px 14px 0px #ddd;
	-webkit-box-shadow: 0 2px 14px 0px #ddd;
	box-shadow: 0 2px 14px 0px #ddd;
}
#page-slides-fourth-picture {
	height:48%;
	margin:2% 0 0 50%;
	-moz-box-shadow: 0 2px 14px 0px #bbb;
	-webkit-box-shadow: 0 2px 14px 0px #bbb;
	box-shadow: 0 2px 14px 0px #bbb;
}
#page-spacing {
	z-index:1;
	height:auto;
	width:90%;
	color:#555;
	margin:25px auto 20px auto;
	overflow:auto;
}
#page-spacing-content h1 {
	margin:0px 15px 0 15px;
	font-family:"Italianno";
	font-size:55px;
}
#page-spacing-content {
}
#page-spacing .rel {
	float:right;
	width:20%;
	margin:4px;
}

#page-body {
	width:86%;
	margin:0 auto;
	padding:2%;
	background-color:rgba(255,255,255,0.8);
	-moz-box-shadow: 0 2px 14px 0px #ddd;
	-webkit-box-shadow: 0 2px 14px 0px #ddd;
	box-shadow: 0 2px 14px 0px #ddd;
}

#message-box {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	padding:0;
}
#message-box div {
	width:100%;
	text-align:center;
	background-color:#d44;
	padding:2% 0;
}
.message {
	width:50%;
	margin:50px auto;
	text-align:center;
	padding:15px;
	color:#fff;
	background-color:#555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#main-sidebar {
	float:left;
	width:25%;
	padding:0 3% 0 1%;
	color:#666;	
}

.main-sidebar-box {
	margin:0px auto 30px auto;
	color:#222;
	min-height:200px;
}
.main-sidebar-navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
.main-sidebar-navigation a {
	display:block;
	margin:0 10px;
	padding:10px 15px;
	font-size:1em;
	color:#222;
	text-decoration:none;
	font-weight:400;
	border-bottom:1px solid #ddd;
}
.main-sidebar-navigation a span {
	float:right;
	color:#a33;
}
.main-sidebar-navigation a:hover {
	color:#500;
	border-bottom:1px solid #922;
}
#why-us {
	color:#000;
}
#why-us ul {
	padding:0px;
	margin:0;
	list-style:none;
	color:#222;
	font-size:0.9em;
}
#why-us ul li {
	padding:6px 0px 6px 25px;
	background-image: url('/public/images/layout/list-style.png');
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	border-top:1px solid #eee;
}
#main-sidebar-recent-news {

	margin-bottom:5%;
}

#main-sidebar-recent-news section {
	padding:2%;
	margin-bottom:20px;
}
#main-sidebar-recent-news section img {
	width:100%;
}
#main-sidebar-recent-news h3 a {
	color:#444;
	text-decoration: none;
}
#main-sidebar-recent-news h3 {
	margin:0;
	font-size:1.2em;
	border-bottom:1px solid #aaa;
}
#main-sidebar-recent-news span {
	font-size:0.9em;
	color:#d44;

}
#second-sidebar {
	float:right;
	width:17%;
	padding:2% 1%;	
}
#second-sidebar-gallery a {
	width:90%;
	margin:20px auto 50px auto;
}
#second-sidebar-gallery img {

	padding:2%;
	width:43%;
	background-color:#fff;
	margin:1% 1%;
	-moz-box-shadow:    0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow:         0px 0px 5px rgba(0,0,0,0.2);
}
#page-content {
	border-left:1px solid #eee;
	min-height:500px;
	padding:0% 3%;
	margin-left:29%;
	margin-right:19%;
	margin-top:0px;
	margin-bottom:50px;
	z-index:2;

}
#page-content p {
	color:#222;
	line-height:1.7em;
	text-align:justify;
}
#page-content a {
	color:#a44;
}
#page-content h3 {
	color:#a44;
}
#page-content h1 {
	font-family:"Italianno";
	font-size:46px;
	margin-top:0;
}
#page-content ul {
	list-style:circle;
}
#page-content li {
	padding:5px;
	color:#333;
}
.page-title {
	margin-bottom:0;
}
.page-title-description {
	border-top:1px solid #ddd;
	font-weight:400;
	margin:0 0 30px 0;
	padding:5px 0 0 5px;
	color:#d22;
}
#page-body h2:before, #page-content h3:before, #page-content h4:before {
	content:"» ";
}

#page-footer {
	background-image:url('/public/images/layout/bg-page-body-dark.jpg');
	background-size:14%;
	background-color:#222;
	color:#fff;
	font-size:1.3em;
	margin-top:30px;
	padding-top:30px;
	line-height:1.8em;
	font-weight:400;
}
#page-footer-content {
	width:80%;
	min-width:900px;
	background-color:#000;
	margin:0px auto;
	padding:2% 5%;
	background-image:url('/public/images/layout/logo-black-white.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	-moz-box-shadow: 0 0 100px #222;
	-webkit-box-shadow: 0 0 100px #222;
	box-shadow: 0 0 100px #222;
}
.page-footer-box {
	width:20%;
	padding:1% 2% 3% 2%;
	margin-right:1%;
	height:400px;
	float:left;
}
.page-footer-box section {
	padding:0 2% 5% 2%;
	font-size:0.8em;
	color:#aaa;
	line-height:1.6em;
}
.page-footer-box a {
	font-size:0.8em;
	text-decoration: none;
}
.page-footer-box h3 {
	color:#fff;
	text-align:center;
	border-bottom:1px solid #222;
}
.page-footer-box img {
	width:30%;
	float:left;
	padding:1%;
	opacity:0.8;
	z-index:1;
}
.page-footer-box img:hover {
	opacity:1;
}
#page-footer-sitemap {
	list-style:none;
	margin:0;
	padding:0;
}
#page-footer-sitemap a {
	padding:4%;
	display:block;
	text-decoration:none;
	color:#aaa;
	font-size:1.4em;
}
#page-footer-sitemap a:hover {
	color:#fff;
}
#page-footer-recent-news {
	list-style:none;
	padding:0;
	font-size:0.9em;
}
#page-footer-recent-news a {
	display:block;
	padding:6px;
	color:#d44;
	border-bottom:1px solid #111;
}
#page-footer-recent-news a:hover {
	color:#f66;
}
#page-footer-recent-news span {
	float:right;
	font-size:0.8em;
	color:#aaa;
}
#page-footer-contact {
	text-align:center;
	line-height:2em;
}
#page-footer-contact a {
	padding:1%;
	width:50%;
	margin:15px auto;
}
#copyright {
	border-top:1px solid #222;
	clear:both;
	font-family:Verdana;
	text-align:right;
	color:#666;
	font-size:0.6em;
}
#copyright-contact {
	float:left;
}
#page-footer-facebook {
	margin:20px auto;
	width:900px;
}

#important-message {
	padding:10px 20px;
	background-color:#eee;
	border:2px dashed #ddd;
	margin-bottom:30px;
}
#important-message h1 {
	margin-bottom:5px;
	border-bottom:1px solid #ddd;
	width:70%;
}
#important-message span {
	color:#888;
}
#important-message h1 a {
	text-decoration:none;
	color:#700;
}
#important-message a.shaded-button {
	display:block;
	width:200px;
	margin:10px !important;
	float:right;
}