html {
	width: 100%;
	height: 100%;
}

.main {
	margin: auto;
	width: 100%;
	max-width: 1550px;
	height: 100%;
	position: relative;
}

.kontakt-main {
	margin: auto;
	width: 100%;
	max-width: 1550px;
	height: 100%;
	position: relative;
	float: left;
}

body {
	width: 100%;
	max-width: 1550px;
	height: 100%;
	min-height: 100%;
	margin: auto;
	font-family: Calibri, Arial;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.head > h1{
	margin: 20px;
}

.head {
	position: fixed;
	top: 4px;
	float: left;
	width: 100%;
	max-width: 1550px;
	background-image: url('img/bg-transparent.png');
	background-repeat: repeat;
	text-align: center;
	color: #777;
}

.kontakt {
	position: absolute;
	right: 5%;
	top: 100px;
	width: 30%;
	background-image: url('img/bg-transparent.png');
	background-repeat: repeat;
	border-radius: 2px;
	text-align: center;
	font-size: 19px;
	letter-spacing: 3px;
	padding-bottom: 10px;
	opacity: 0.8;
}

@media (max-width: 600px) {
	.kontakt {
		top:300px;
	}
}

.kontakt > h4 {
	margin: 5px;
}

.kontakt > hr {
	width: 95%;
	ba
}

.kontakt > a {
	color: black;
	text-decoration: none;
}

@media (max-width: 900px) {
	.kontakt {
		width: 40%;
	}
}

@media (max-width: 600px) {
	.kontakt {
		width: 100%;
		position: absolute;
		right: 0px;
		background-color: white;
		opacity: 1;
	}
}

.nav {
	list-style: none;
	width: 100%;
	padding-left: 0px;
	margin: 0px;
	display: block;
}

@media (max-width: 450px) {
	.nav {
		display: none;
		padding-top: 55px;
	}
}

@media (min-width: 450px) {
	.nav {
		display: block;
		padding-top: 0px;
	}
}

.nav > li {
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 450px) {
.nav > li {
	display: block;
	width: 100%;
}
}

.nav > li > a {
	font-size: 20px;
	text-decoration: none;
	color: black;
	text-align: center;
	line-height: 60px;
}

.nav > li > a:active {
	text-decoration: underline;
}

@media (max-width: 600px) {
.nav > li > a {
	font-size: 18px;
	line-height: 50px;
}
}

.nav > li:hover {
	background-image: url('img/bg-transparent.png');
	background-repeat: repeat;
}

.menu {
	float: left;
}

@media (max-width: 850px){
.menu {
	margin-left: 5%;
}
}

.logo {
	float: right;
	margin-right: 10%;
	height: 60px;
}

@media (max-width: 850px){
.logo {
	margin-right: 5%;
}
}

@media (max-width: 600px) {
.logo {
	height: 50px;
}
}

.logo > a {
	float: right;
}

.image {
	margin-top: 10px;
	height: 40px;
}

@media (max-width: 749px) {
.image {
	display: none;
	margin-top: 10px;
	height: 30px;
}
}

.image2 {
	margin-top: 10px;
	height: 40px;
}

@media (min-width: 750px) {
.image2 {
	display: none;
}
}

@media (max-width: 600px) {
.image2 {
	margin-top: 10px;
	height: 30px;
}
}

.container {
	width: 100%;
	height: 100%;
	float: left;
	background: transparent;
}

.col {
	position: relative;
	float: left;
	margin: 0px;
	width: 25%;
	height: 100%;
	min-height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media (max-width: 768px) {
	.col {
		width: 50%;
		height: 50%;
	}
}

@media (max-width: 450px) {
	.col {
		width: 100%;
		height: 50%;
	}
}

.col:hover {
	filter: none; /* Applies to FF + IE */
	-webkit-filter: grayscale(0);
}

.titlep {
	float: left;
	position: fixed;
	bottom: 0px;
	width: 90%;
	margin-left: 5%;
	background-repeat: repeat;
	color: black;
	background-image: url('img/bg-transparent.png');
	padding: 5px;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.flip {
	float: left;
	display: block;
	height: 50px;
}

@media (min-width: 450px){
.flip {
	display: none;
}
}

#map {
	position: absolute;
	top: 0px;
	float: left;
	width: 100%;
	height: 100%;
}

@media (max-width: 600px) {
	#map {
		height: 300px;
	}
}

.galery {
	float: left;
	width: 100%;
	height: 100%;
}

.photo {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.slick-list {
	height: 100%;
}

.slick-track {
	height: 100%;
}

.fblogo {
	float: left;
	width: 50px;
	margin-top: 5px;
	margin-left: 10%;
}

@media (max-width: 600px) {
	.fblogo {
		width: 40px;
	}
}

@media (max-width: 850px){
.fblogo {
	margin-left: 5%;
}
}