@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700,700italic);
/* reset */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* style */
body {
	background: #d4d6d7;
	font: .81em/150%;
	font-family: 'Noto Serif', serif;
	color: #000000;
}

h1, h3, h4, h5, h6 {
	color: #5c1c15;
	font-style: normal;
}

h2 {
	color: #323030;
	font-style: normal;
}
h4 {margin-bottom: 10px; }
h5 {
	margin: 5px 0 10px;
	font-size: 1em;
}


p {
	margin: 0 0 1.2em;
	padding: 0;
	text-align: justify;
	text-justify:inter-word;
	font-size: .85em;
}


ol {
    color: #000000;
    font-style: italic;
    font-weight: bold;
    list-style-type: none;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 20px;
    text-align: justify;
}


ol li {
    background-image: none;
    list-style-type: none;
	font-size: .85em;
}

ul {
    list-style-type: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

li {
    background-image: url("../images/dot.jpg");
    background-position: 0 0.5em;
    background-repeat: no-repeat;
    font-size: .85em;
    padding-left: 0.6em;
    text-align: justify;
}

a {
	text-decoration: none;
	color: #5c1c15;
	font-weight: bold;
}

/* table */
table {
    border-collapse: separate;
    border-spacing: 0px;
    text-indent: 0;
}

td {
	text-align: justify;
	vertical-align: top;
}

hr {
	color: #5c1c15;
	height: 0px;
	display: block;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: auto;
-webkit-margin-end: auto;
border-style: solid;
border-width: 1px;
}

/* layout */
#slider {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#slider-all {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
/* header */
#header_start {
	background: #adb0b2 url(../images/header_bg.jpg) no-repeat top center;
	height: 411px;
}
/* logo */
.logo {
	position: absolute;
	top: 10px;
	left: 14px;
	z-index: 20;
}
.logo-top {
	position: relative;
	top:0px;
	left: 0px;
	display: inline-block;
	float: left;
	width: 71px;
	z-index: 20;
}
#top-nav a.logo-top {margin: 15px 0 0;}
.title {
	position: absolute;
	top: 66px;
	left: 63px;
	z-index: 20;
	color: #5c1c15;
	font-style: italic;
}

.title h4 {
	color: #5c1c15;
	font-size: 1.2em;
}

/* navigation */
/* polish version*/
#main-nav {
	width: 100%;
	height: 57px;
	background: url(../images/nav_bg.png) repeat 0 0;
	position: relative;
	margin-top: -70px;
	z-index: 100;
	text-align: center;
}
#navigation {
	width: 960px; margin: 0 auto;
}
#nav {
	/*width: 960px;
	margin: 0 auto;*/
	text-align: center;
}
#nav-all {
	margin: 0 auto;
	text-align: center;
	width: auto;
}

#main-nav select, #top-nav select {
	display: none;
}
select {
    -moz-appearance: menulist;
    -moz-box-sizing: border-box;
    -moz-user-select: none;
    background-color: #662C26;
    border-color: #662C26;
    border-style: none;
    border-width: 2px;
    color: #fff;
    cursor: default;
    display: inline-block;
    font: -moz-list;
    line-height: normal !important;
    margin: 0;
    overflow: -moz-hidden-unscrollable;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    white-space: nowrap !important;
    word-wrap: normal !important;
}
#nav ul {
	text-align: center;
}
#main-nav li {
	/*margin: 0 20px 0;*/
	margin: 0 10px 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

#main-nav li:first-child {
	/*margin-left: 10px;*/
}
#main-nav a {
	line-height: 100%;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.4rem;
	display: block;
	margin: 15px;
	text-decoration: none;
}
#main-nav a:hover {
	/*color: #fff;*/
	border-bottom: #D3C3C1 2px solid;

}
/* english version*/
#main-nav ul.eng a{
	line-height: 100%;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 1rem;
	display: block;
	margin: 15px;
	text-decoration: none;
}
#main-nav ul.eng li{
	margin: 0 10px 0;
}

/* top-nav*/
#top-nav-all {
width: 100%;
	height: 138px;
	background: url(../images/top_nav_bg.png) repeat 0 0;
	position: relative;
	line-height: 100%;
}

#top-nav {
	width: 960px;
	margin: 0 auto;
}

#top-nav li {
	/*margin: 0 20px 0;*/
	/*margin: 0 10px 0;*/
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

#top-nav li:first-child {
	/*margin-left: 10px;*/
}
#top-nav ul a {
	line-height: 100%;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.4rem;
	display: block;
	margin: 15px;
	text-decoration: none;
}
#top-nav ul a:hover {
	/*color: #fff;*/
	border-bottom: #F4F0EF 2px solid;

}
/* english version*/
#top-nav ul.eng a{
	line-height: 100%;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 1rem;
	display: block;
	margin: 15px;
	text-decoration: none;
}
#top-nav ul.eng li{
	margin: 0 10px 0;
}
/* break */
#break {
	width: 100%;
	margin-top: -5px;
	background: url(../images/break.png) repeat-x top left;
	height: 3px;
}

/* content */
#content {
	width: 960px;
	margin: 0 auto;
}
/* flags */
#maps {
	position: relative;
	top: 13px;
	left: 85%;
	width: 135px;
	height: 25px;
}
.flag { margin-right: 9px; }
.flag-top { margin-top: 15px; }
#maps-top {
	/*
	
	left: 85%;*/position: relative; top: 13px;
	width: 40px;
}
/* post */
.post {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* post image */
.post-image {
	margin: 0;
}

.work-image {
	margin: 20px 35px 20px 10px;
	border: 1px solid #002163;
	max-width: 316px;
	height: auto;
}
/* kontakt */
.cont-title {
	z-index: 10;
	width: 650px;
	margin: 0 auto;
	padding: 15px;
	background: #D4D6D7;
	box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 220px;
	text-align: center;
	position: relative;
	top: -80px;
}
.kontakt { line-height: 100%; text-align: center; }
.cont-title img { margin: 10px 20px; vertical-align:middle;}
#map_canvas {
	height: 500px;
    width: 100%;
	overflow: hidden;
	z-index: 5;
}

/* footer */
#footer {
	width: 100%;
	background: #7d7c7c;
	height: 57px;
}

.footer-info {
	width: 960px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	position: relative;
	top: 60%;
}



/* clearfix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }