@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700&subset=latin,latin-ext);
@import url("reset.css");
@import url("form.css");
@import url("hlasky.css");
@import url("colorbox.css");
@import url("justifiedGallery.css");

html {
	width: 100% !important;
	height: 100%;
	font-family: 'Titillium Web', sans-serif;
	background: #fbfbfb;
	color: #231f20;
	font-size: 16px;
}

body {
	min-height: 100%;
	height: auto !important;
	position: relative;
	margin: 0 auto;
}

h1, h2, h2 a, h3, h4, h5, h6, .h1 {
	font-weight: bold;
	margin: 1em 0;
	text-transform: uppercase;
}

h1, .h1 {
	margin: 0;
	font-size: 2.75em;
	color: #fff;
	padding: .5em 1em;
	line-height: 1em;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	z-index: 3;
	-moz-text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
	-webkit-text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
	-o-text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
}

h2 {
	font-size: 1.75em;
	color: #502700;
}
	h2 a {
		color: #502700 !important;
	}

	h2 a:hover, h2 a:focus {
		text-decoration: none;
	}

h3 {
	font-size: 1.5em;
	color: #502700;
}

h4 {
	font-size: 1.25em;
	color: #502700;
}

h5 {
	font-size: 1.125em;
	color: #502700;
}

h6 {
	font-size: 1em;
	color: #502700;
}

p {
	font-size: 1em;
	position: relative;
	margin-bottom: 1em;
	line-height: 1.5em;
}

a:link, a:active, a:visited {
	color: #502700;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #502700;
	text-decoration: none;
}

li {
	font-size: 1em;
	position: relative;
	padding-left: 16px;
	line-height: 1.5em;
}

li::before {
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	background: #502700;
	top: 0.625em;
	left: 0;
}

blockquote {
	color: #fff;
	background: #502700;
	padding: 1em;
	margin: 1em 0;
}

blockquote :last-child {
	margin-bottom: 0;
}

.hidden {
	display: none;
}

.embeddedContent {
	display: block;
	position: relative;
	width: 686px;
	height: 385px;
	margin: 0 auto;
}

a.decorationNone, a.decorationNone:hover, a.decorationNone:focus {
	color: #231f20;
	text-decoration: none;
	cursor: default;
}

/* header ------------------------------------------------------------------------------------------------------------*/
.headerWrapper {
	display: block;
	height: 122px;
	position: relative;
	z-index: 2;
}

.header {
	display: block;
	width: 1170px;
	height: 122px;
	margin: 0 auto;
	position: relative;
}

.logo {
	width: 209px;
	height: 72px;
	display: block;
	position: absolute;
	left: 0;
	top: 22px;
}

	.logo img {
		width: 100%;
		height: 100%;
	}

.navigationBar {
	display: block;
	position: absolute;
	bottom: 0;
	left: 225px;
	width: 720px;
	z-index: 1;
}

	.navigationBar ul {
		display: block;
		margin: 0 auto;
		position: relative;
		text-align: center;
	}

	.navigationBar li {
		display: inline-block;
		position: relative;
		height: auto;
		margin: 0;
		padding: 0;
	}

	.navigationBar li::before {
		content: none;
	}

	.navigationBar a, .navigationBar a:active, .navigationBar a:visited {
		display: block;
		font-size: 1.25em;
		padding: 74px 0 28px 0;
		position: relative;
		text-decoration: none;
		color: #231f20;
		line-height: 1em;
		width: 244px;
		text-align: center;
	}
	
	.navigationBar li:first-child {
		margin-right: 32px;
	}

	.navigationBar a::before {
		content: "";
		display: block;
		position: absolute;
		width: 4px;
		height: 7px;
		top: 80px;
		left: 16px;
		background: transparent url('../img/sprite.png') -96px -96px no-repeat;
	}

	.navigationBar li:hover a, .navigationBar a:focus, .navigationBar a.select {
		color: #502700;
		background: #f2f2f2;
	}

	.navigationBar .subnavigation a {
		padding-right: 1.25em;
	}

	.navigationBar .subnavigation a::before {
		content: none;
	}

	.navigationBar li .subnavigationList {
		display: none;
		position: absolute;
		background: #555555;
		width: 300px;
	}

	.navigationBar li:hover .subnavigationList {
		display: block;
	}

	.navigationBar li .subnavigationList a, .navigationBar li .subnavigationList a:active, .navigationBar li .subnavigationList a:visited {
		display: block;
		padding: .5em 1em;
		color: #fff;
		border: none;
	}

	.navigationBar li .subnavigationList a:hover, .navigationBar li .subnavigationList a:focus, 
	.navigationBar li .subnavigationList a.select {
		padding: .5em 1em;
		color: #fff;
		background: #e57309;
		border: none;
	}

	.navigationBar li .subnavigationList a::before {
		content: none;
	}

.banner {
	display: block;
	position: relative;
	width: 100%;
	height: 376px;
	overflow: hidden;
	margin-bottom: 2em;
}

	.banner img {
		position: relative;
		width: 100%;
		height: auto;
		z-index: 1;
	}

	.banner::before {
		font-size: 2.75em;
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 2em;
		bottom: 0;
		left: 0;
		background: #502700;
		background: rgba(50, 24, 0, .9);
		z-index: 2;
	}

.quickBar {
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	width: 209px;
}

	.quickBar a {
		font-size: 1.25em;
		display: block;
		position: relative;
		text-decoration: none;
		color: #231f20;
		line-height: 46px;
		padding-left: 48px;
	}
	
	.quickBar a::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 8px;
		width: 34px;
		height: 34px;
	}

	.quickBar .phoneNumber::before {
		background: transparent url('../img/sprite.png') -48px -96px no-repeat;
	}

	.quickBar .email::before {
		background: transparent url('../img/sprite.png') 0 -96px no-repeat;
	}

/* page --------------------------------------------------------------------------------------------------------------*/
.page {
	display: block;
	width: 1170px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

.imageFloatRight {
	float: right;
	margin-left: 48px;
	margin-bottom: 48px;
	z-index: 100;
	position: relative;
}

.imageFloatLeft {
	float: left;
	margin-right: 48px;
	margin-bottom: 48px;
	z-index: 100;
	position: relative;
}

.imageBlock {
	width: 100%;
	height: auto;
	margin: 0 0 32px 0;
}

/* fakeTable ---------------------------------------------------------------------------------------------------------*/
.column2, .column3, .column4 {
	display: block;
	position: relative;
}

	.column2:after, .column3:after, .column4:after {
		clear: both;
	}
	.column2:before, .column2:after, .column3:before, .column3:after, .column4:before, .column4:after {
		content: "";
		display: block;
	}

	.column2 .column, .column3 .column, .column4 .column {
		padding: 0;
		position: relative;
		display: block;
		min-height: 1em;
		float: left;
	}

	.column2 .column:first-child, .column3 .column:first-child, .column4 .column:first-child {
		margin-top: 0;
	}

	.column2 .column {
		width: 569px;
	}
	
	.column2 .second {
		margin-left: 32px;
	}
	
	.column3 .column {
		width: 378px;
	}
	
	.column3 .second, .column3 .third {
		margin-left: 18px;
	}
	
	.column4 .column {
		width: 279px;
	}
	
	.column4 .second, .column4 .third, .column4 .fourth {
		margin-left: 18px;
	}
	
	.column2 h2, .column2 h3, .column2 h4, .column2 h5, .column2 h6,
	.column3 h2, .column3 h3, .column3 h4, .column3 h5, .column3 h6,
	.column4 h2, .column4 h3, .column4 h4, .column4 h5, .column4 h6 {
		margin-top: 0;
	}

/* googlemap in page -------------------------------------------------------------------------------------------------*/
.googlemapInPageWrapper {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
}

	.googlemapInPageWrapper .mapInfoWindowWrapper {
		position: relative;
		margin: 1.5em 0 1.5em 1em;
	}

/* footer ------------------------------------------------------------------------------------------------------------*/
.footerWrapper {
	display: block;
	position: relative;
	width: 100%;
	min-width: 1170px;
	height: auto;
	background: #502700;
	margin-top: 2em;
}

	.footerWrapper a, .footerWrapper a:active, .footerWrapper a:visited {
		color: #fff;
	}

	.footerWrapper .copyright {
		position: absolute;
		display: inline-block;
		margin: 0;
		padding: 0;
		font-size: 1em;
		font-weight: bold;
		line-height: 1em;
		bottom: 1em;
		left: 0;
	}

	.footerWrapper .jiroutDesign {
		position: absolute;
		display: inline-block;
		margin: 0;
		padding: 0;
		font-size: 1em;
		line-height: 1em;
		bottom: 1em;
		right: 0;
	}
	.footerWrapper .spisovaznacka {
		display: block;
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}

	.footerWrapper::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 3em;
		bottom: 0;
		left: 0;
		background: #321800;
	}

	.footerContact, .footerAddress {
		position: relative;
		display: block;
		padding-left: 80px;
		margin: 0 auto;
		width: 254px;
	}

	.footerContact {
		margin: 0 auto 0 0;
	}

	.footerAddress {
		margin: 0 0 0 auto;
	}

	.footerAddress::before, .footerContact::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 10px;
		width: 62px;
		height: 62px;
	}

	.footerAddress::before {
		background: transparent url('../img/sprite.png') -96px 0 no-repeat;
	}

	.footerContact::before {
		background: transparent url('../img/sprite.png') 0 0 no-repeat;
	}

.footer {
	display: block;
	width: 1170px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	padding-top: 1.5em;
	padding-bottom: 4.5em;
}

@media screen and (max-width: 1240px) {
	.footerWrapper {
		min-width: 980px;
	}

	.footer {
		width: 980px;
	}
}

@media screen and (max-width: 992px) {
	.footerWrapper {
		min-width: 768px;
	}

	.footer {
		width: 768px;
	}
}

@media screen and (max-width: 799px) {
	.footerWrapper {
		min-width: 448px;
	}
	
	.footerWrapper::before {
		height: 5em;
	}

	.footerAddress {
		margin: 32px auto 0 0;
	}

	.footer {
		width: 448px;
		padding-bottom: 6.5em;
	}

	.footerWrapper .copyright {
		bottom: 3em;
		display: block;
		text-align: center;
		width: 100%;
	}

	.footerWrapper .jiroutDesign {
		display: block;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 479px) {
	.footerWrapper {
		min-width: 304px;
	}
	
	.footerWrapper::before {
		height: 7em;
	}

	.footer {
		width: 304px;
		padding-bottom: 8.5em;
	}

	.footerWrapper .copyright {
		bottom: 4em;
	}

	.footerContact::before, .footerAddress::before {
		left: 120px;
		top: 0;
	}

	.footerContact, .footerAddress {
		padding: 80px 0 0 0;
		text-align: center;
		width: 100%;
	}
}

/* responzive layout -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1240px) {
	.header, .page {
		width: 980px;
	}
	
	.banner {
		height: 315px;
	}

	.navigationBar {
		width: 530px;
	}

	.navigationBar a {
		width: 249px;
	}
	
	.column2 .column {
		width: 474px;
	}
	
	.column3 .column {
		width: 316px;
	}
	
	.column3 .second, .column3 .third {
		margin-left: 16px;
	}
	
	.column4 .column {
		width: 233px;
	}
	
	.column4 .third {
		margin-left: 0;
	}
	
	.column4 .second, .column4 .fourth {
		margin-left: 16px;
	}
}


@media screen and (max-width: 992px) {
	.header, .page {
		width: 768px;
	}

	.headerWrapper, .header {
		height: 166px;
	}
	
	.banner {
		height: 335px;
	}

	.navigationBar {
		right: auto;
		left: 0;
		width: 100%;
	}

	.navigationBar li:first-child {
		margin-right: 16px;
	}

	.navigationBar a, .navigationBar a:active, .navigationBar a:visited {
		padding: 16px 0;
	}

	.navigationBar a::before {
		top: 22px;
	}


	.imageFloatRight {
		width: 40%;
		height: auto;
		margin-left: 32px;
		margin-bottom: 32px;
	}

	.imageFloatLeft {
		width: 40%;
		height: auto;
		margin-right: 32px;
		margin-bottom: 32px;
	}
	
	.column2 .column {
		width: 376px;
	}
	
	.column2 .second {
		margin-left: 16px;
	}
	
	.column3 .column {
		width: 250px;
	}
	
	.column3 .second, .column3 .third {
		margin-left: 9px;
	}
	
	.column4 .column {
		width: 376px;
	}
	
	.column4 .third {
		margin-left: 0;
	}
	
	.column4 .second, .column4 .fourth {
		margin-left: 16px;
	}
	
	.embeddedContent {
		height: 432px;
	}
}

@media screen and (max-width: 799px) {

	.header, .page {
		width: 448px;
	}
	
	.banner {
		height: 264px;
	}
	
	.banner::before {
		height: 64px;
	}
	
	.banner img {
		height: 200px;
		width: auto;
		left: 50%;
		margin-left: -311px;
	}
	
	h1 {
		font-size: 2em;
		padding: .5em;
	}

	.navigationBar {
		bottom: 0;
	}

	.navigationBar ul {
		width: 448px;
	}

	.navigationBar a, .navigationBar a:active, .navigationBar a:visited {
		width: 216px;
	}

	.navigationBar a::before {
		content: none;
	}

	.imageFloatRight, .imageFloatLeft, .imageBlock {
		width: 100%;
		margin: 0 0 16px 0;
	}
	
	.column2 .column, .column3 .column, .column4 .column {
		width: auto;
		float: none;
	}
	
	.column2 .second, 
	.column3 .second, .column3 .third, 
	.column4 .second, .column4 .third, .column4 .fourth {
		margin-left: 0;
	}
	
	.column2 .imageBlock, .column2 .imageFloatLeft, .column2 .imageFloatRight,
	.column3 .imageBlock, .column3 .imageFloatLeft, .column3 .imageFloatRight,
	.column4 .imageBlock, .column4 .imageFloatLeft, .column4 .imageFloatRight {
		margin-top: 0;
	}
	
	.embeddedContent {
		width: 448px;
		height: 252px;
	}
}

@media screen and (max-width: 479px) {
	.header, .page {
		width: 304px;
	}
	
	.headerWrapper, .header {
		height: 218px;
	}
	
	.navigationBar ul {
		width: 304px;
	}

	.navigationBar li:first-child {
		margin-right: 0;
	}

	.imageFloatRight {
		margin: 16px 0;
	}

	.imageFloatLeft {
		margin: 16px 0;
	}

	.imageBlock {
		margin: 16px 0;
	}
	
	.embeddedContent {
		width: 304px;
		height: 171px;
	}

	.quickBar {
		width: 34px;
		overflow: hidden;
	}
	
	.banner {
		height: 200px;
	}
	
	.banner::before {
		height: 56px;
	}
	
	.banner img {
		height: 144px;
		margin-left: -211px;
	}

	h1 {
		font-size: 1.75em;
	}
}