﻿@media screen and (max-width: 1280px) {
	#logo img {
		max-width: 150px;
		width: 100%;
	}
}

@media screen and (max-width: 960px) {
	#logo img {
		display: none;
	}

	.title {
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {
	.title {
		font-size: 13px;
	}
}

@media screen and (max-width: 480px) {
	#wowslider-container1 {
		display: none;
	}

	.title {
		font-size: 11px;
	}
}

@media screen and (max-width: 480px) {
	.bar {
		text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.95);
		font-size: 15px;
		background-color: #000000;
	}
}

@media screen and (max-width: 320px) {
	.bar {
		text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.95);
		font-size: 12px;
		background-color: #000000;
	}
}

@media screen and (max-width: 280px) {
	.bar {
		text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.95);
		font-size: 10px;
		background-color: #000000;
	}
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
}

#mask {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
}

#container {
	margin: 0;
}

#logo {
	box-shadow: 0 0 4px 1px rgb(0, 0, 0, 0.5);
	overflow: hidden;
	margin: 0;
	padding: 10px 15px 10px 15px;
	float: left;
	width: auto;
	text-align: left;
	height: auto;
	z-index: 999;
	position: absolute;
	background-color: #FFFFFF;
	max-width: 242px;
}

#head {
	background-position: center top;
	padding: 20px 0 0 0;
	margin: 0;
	height: 50px;
	width: 100%;
	background-repeat: repeat;
	z-index: 998;
}

header {
	padding: 0;
	width: 100%;
	margin: 0 auto 0 auto;
	height: 50px;
	background-color: rgb(255, 255, 255, 0.5);
	background: linear-gradient(to right, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 0.45) 25%, rgb(255, 255, 255, 0.85) 50%, rgb(255, 255, 255, 0.45) 75%, rgb(255, 255, 255, 0) 100%) rgb(255, 255, 255, 0.3);
	position: absolute;
	z-index: 998;
	top: 0;
}

#menu {
	margin-top: 10px;
	background-position: center top;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;

}

#menu ul {
	list-style-type: none;
	height: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	max-width: 980px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#menu li {
	list-style-type: none;
	height: 35px;
	width: 20px;
	margin: 0 10px 0 10px;
	padding: 3px;
}

#menu li a {
	text-decoration: none;
	color: #C0C0C0;
	font-size: 11px;
	display: block;
	height: 40px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 16px;
}

#menu li:hover {
	color: #000000;
}

#menu li a:hover {
	color: #000000;
}

#menu li a.active {
	color: #000000;
}

h1 {
	overflow: hidden;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	max-width: 960px;
	letter-spacing: -1px;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-variant: normal;
	line-height: 50px;
	z-index: 999;
	text-shadow: 1px 1px 2px rgb(255, 255, 255, 0.6);
	height: 50px;
	text-transform: uppercase;
}

.tresc {
	padding: 15px 30px 15px 30px;
	font-size: 13px;
	color: #473E29;
	font-weight: normal;
	text-align: justify;
	line-height: 1.4em;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
}

article {
	border-color: rgb(50, 50, 50, 0.1);
	border-width: 1px;
	margin: 0 auto 0 auto;
	padding: 20px 10px 50px 10px;
	max-width: 960px;
	border-right-style: solid;
	border-left-style: solid;
	background-color: rgb(255, 255, 255, 0.18);
	text-align: center;
	font-family: Tahoma;
	font-size: 14px;
}

.photos {
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding: 50px 0 50px 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url("../img/bg_p.jpg");
	background-repeat: no-repeat;
}

.photos img {
	box-shadow: 0 0 5px 0 rgb(0, 0, 0, 0.15);
	margin: 8px;
	border: none;
	max-height: 186px;
}

.photos2 {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding: 20px 26px 20px 26px;
	text-align: center;
}

.photos2 img {
	box-shadow: 0 0 5px 0 rgb(0, 0, 0, 0.15);
	margin: 2px;
	border: none;
	width: 100%;
}

.contain {
	background-position: center top;
	margin: 0 auto 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url("../img/bg_ins.jpg");
}

footer {
	background-position: right bottom;
	border-width: 1px;
	border-color: rgb(255, 255, 255, 0.25);
	box-shadow: 0 0 7px 2px rgb(0, 0, 0, 0.5);
	padding: 45px 0 45px 0;
	height: 104px;
	text-align: center;
	font-size: 14px;
	color: #FFFFCC;
	background-color: rgb(51, 51, 51);
	width: 100%;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	border-bottom-style: solid;
	background-image: url("../img/site_bottom.png");
	background-repeat: repeat-x;
}

#foot {
	margin: 2px auto 5px auto;
	max-width: 950px;
	padding-right: 15px;
	padding-left: 15px;
	width: auto;
}

#contact {
	max-width: 640px;
	margin-top: 0;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.6);
	line-height: 1.4em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

#contact a {
	text-decoration: none;
	color: #EE3543;
}

#author {
	padding: 20px 0 20px 0;
	margin: 8px 0 0 0;
	width: 100%;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	height: 24px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#author a {
	text-decoration: none;
	color: #666666;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.13);
}

#author a:hover {
	color: #000000;
}

#author img {
	border-style: none;
}

#contact a:hover {
	text-decoration: underline;
	color: #fff;
}

.highlight {
	text-decoration: blink;
	color: #DC1D2E;
}

h3 {
	background-position: center center;
	box-shadow: 0 0 3px 1px rgb(0, 0, 0, 0.2);
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 17px;
	background-image: url("../img/photo.png");
	background-repeat: no-repeat;
	height: 8%;
	background-color: #CCCCCC;
}

h4 {
	background-position: center center;
	color: #FFFFFF;
	background-image: url("../img/contact.png");
	height: 8%;
	background-repeat: no-repeat;
	background-color: #000000;
}

#kontakt {
	background-position: center center;
	color: #FFFFFF;
	background-image: url("../img/contact.png");
	height: 8%;
	background-repeat: no-repeat;
	background-color: #000000;
}

h6 {
	background-position: center top;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	font-size: 17px;
	z-index: 997;
	height: 32px;
	font-weight: bold;
	opacity: 0.9;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	text-transform: uppercase;
	line-height: 32px;
	width: 100%;
	text-indent: 0;
	background-repeat: no-repeat;
	position: absolute;
	background: linear-gradient(to right, rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0, 0.2) 25%, rgb(0, 0, 0, 0.45) 50%, rgb(0, 0, 0, 0.2) 75%, rgb(0, 0, 0, 0) 100%) transparent;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.65);
}

h6 a {
	background-position: center top;
	text-decoration: none;
	color: #fff;
	height: 32px;
	margin-right: auto;
	margin-left: auto;
	line-height: 32px;
	padding-right: 8px;
	padding-left: 8px;
}

h6 a:hover {
	padding-right: 8px;
	padding-left: 8px;
	margin: 0;
	background-position: center top;
	cursor: pointer;
	background-repeat: repeat-x;
	z-index: 20;
	text-decoration: blink;
	background: linear-gradient(to right, rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0, 0.4) 25%, rgb(0, 0, 0, 0.8) 50%, rgb(0, 0, 0, 0.4) 75%, rgb(0, 0, 0, 0) 100%) transparent;
	color: #DADADA;
	background-color: #000000;
}

.counter {
	border-style: none;
	vertical-align: -30%;
}

.clear {
	clear: both;
	height: 0;
}

.google-maps {
	width: 100%;
	height: 540px;
}

.ws_info {
	background-position: center center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 8%;
	background-color: #000000;
	z-index: 999;
	line-height: 100%;
	color: #FFF;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 100%;
	letter-spacing: -1px;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-variant: normal;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.6);
	text-transform: uppercase;
	background-image: url("../img/info.png");
	background-repeat: no-repeat;
}

iframe {
	width: 100%;
}