﻿* {
	padding:0;
	margin:0;
}
html, body {
	font-family:Calibri, sans-serif;
    height: 100%;
    margin: 0;
    padding:0;
}
p, table, h3, ul, h4 {
	margin-top:1em;
	margin-bottom:1em;
}
.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
.header {
    display: table-row;
}
.content {
    display: table-row;  /* height is dynamic, and will expand... */
    height: 100%;        /* ...as content is added (won't scroll) */
}
.footer {
	text-align:center;
	height:30px;
    background: #eea045;
}
.jazyky {
	background-color:#eea045;
	height:10px;
	width:100%;
}
.jazyky div {
	height:10px;
	max-width:980px;
	width:100%;
	margin:0 auto;
}
.jazyky div p {
	padding:5px 0 0 7px;
	float:right;
}
.logo {
	height:180px;
	max-width:980px;
	width:100%;
	margin:0 auto;	
}
.logo img {
	margin:10px;
	max-height:150px;
}
.navigation {
	background-color:#efefef;
	height:200px;
	width:100%;	
}
.navigation div {
	max-width:980px;
	width:100%;
	margin:0 auto;
}
.navigation div img {
	height:300px;
	float:right;
}
.menu_mobile {
	display:none;
}
.nadpis {
	background-color:#efefef;
	height:30px;
	width:100%;
}
.nadpis h3 {
	color:#000;
	max-width:980px;
	width:100%;
	text-align:center;
	padding-top:4px;
	margin:0 auto;
}
section {
	color:#000;
	max-width:980px;
	width:100%;
	margin:0 auto;
}
section p {
	text-align:justify;
}
.provozovna {
	float:right;
	width:360px;
}
.footer p {
	line-height:30px;
	vertical-align:middle;
	margin:0;
}
.fotopruh {
	text-align:center;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width:980px;
	width:100%;
	margin:0 auto;
}
.fotopruh img {
	margin:0 5% 2% 5%;
	vertical-align:middle;
	border: 2px #000 solid;
}
