body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	min-width:360px;
}
img {
	display:block;
	max-width:100%;
}
.slicknav_menu {
	display:none;
}
.reset {
	clear:both;
}
.obal {
	margin:auto auto;
	width:100%;
	max-width:865px;
}
#header {
	margin:auto auto;
	width:100%;
	max-width:865px;
	border-bottom:solid 1px #000;
	text-align:center;
	height:70px;
	line-height:70px;
	margin-top:15px;
}
#header_center {
	display: inline-block;
}
#header_center a {
	color:#000;
	text-decoration:none;
}
#mobillogo {
	display:none;
}
#logo {
	float:left;
}
#logo img {
	display:inline-block;
	height:70px;
	float:left;
	margin-right:25px;
}
h1 {
	float:left;
	font-weight:normal;
	margin:0;
	padding:0;
}
h2 {
	color:#719A3C;
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:16px;
	margin-top:45px;
	margin-bottom:25px;
}
ul {
	margin:0;
	padding-left:17px;
	font-size:14px;
}
hr {
	height:1px;
	background-color:#000;
	border:0;
	padding:0;
}
.cycle-slideshow img {
	margin-top:10px;
	padding-bottom:10px;
	display:block;
}
.cycle-slideshow {
	margin-left:12px;
}
#menu {
	text-align:center;
	margin:auto auto;
	width:100%;
	max-width:865px;
	border-bottom:solid 1px #000;
	padding-bottom:10px;
	text-align:center;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:10px;
}
#menu ul li {
	display:inline-block;
	width:16%;
	margin-left:1.9%;
	margin-right:1.9%;
	margin-top:5px;
	margin-bottom:5px;
}
#menu ul li.prvy {
	/*width:15%;
	margin-right:3.125%;
	margin-left:0;*/
}
#menu ul li.posledny {
	/*width:15%;
	margin-right:0;
	margin-left:3.125%;*/
}
#menu ul li a {
	border-top:solid 1px #afafaf;
	border-bottom:solid 1px #afafaf;
	text-decoration:none;
	color:#000;
	text-align:center;
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	transition-duration: 0.5s;
}
#menu ul li a:hover, #menu ul li a#aktivna {
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	transition-duration: 0.5s;
}
#obsah {
	margin:auto auto;
	width:100%;
	max-width:510px;
	padding-bottom:64px;
}
#obsah a {
	color:#719A3C;
	text-decoration:none;
}
#obsah a:hover {
	text-decoration:underline;
}
#posun {
	margin-left:12px;
}
#posun2 {
	margin-left:9px;
}
#overflow {
	height: calc(100vh - 174px );
	overflow:auto;
}
p {
	font-weight:400;
	font-size:13px;
	line-height:25px;
	color:#000000;
	margin-top:15px;
}
.justify {
	text-align:justify;
	font-weight:400;
	font-size:13px;
	line-height:25px;
	color:#000000;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
}
#footer {
	position:fixed;
	bottom:0;
	width:100%;
	z-index:100;
	background-color:#ccdcb5;
	border-top:solid 1px #bcbcbc;
	height:64px;
	-webkit-box-shadow: -2px -1px 10px 0px rgba(188,188,188,1);
	-moz-box-shadow: -2px -1px 10px 0px rgba(188,188,188,1);
	box-shadow: -2px -1px 10px 0px rgba(188,188,188,1);
}
.orsr {
	border-top:solid 1px #cfddbc;
	padding-top:15px;
	font-size:11px;
}
.odkaz {
	color:#000;
	text-decoration:none;
}
#footer a {
	color:#828282;
	text-decoration:none;
}
#footer a:hover, .odkaz:hover {
	text-decoration:underline;
}
#footer_lavy {
	margin-top:15px;
	color:#828282;
	font-size:12px;
	float:left;
}
#footer_pravy {
	float:right;
	color:#828282;
	font-size:12px;
	margin-top:15px;
}
#footer_pravy_left {
	float:left;
	text-align:right;
	padding-right:12px;
}
#footer_pravy_right {
	float:left;
	padding-left:12px;
	border-left:solid 1px #000;
}



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

#footer {
	position:relative;
	height:auto;
}
#footer_lavy, #footer_pravy, #footer_pravy_left, #footer_pravy_right {
	float:none;
	text-align:center;
	border:0;
	padding-top:10px;
	padding-bottom:10px;
}
#overflow {
	overflow:auto;
	height:auto;
}

}

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

.cycle-slideshow {
	margin-left:0px;
}
#menu, hr, #logo {
	display:none;
}
.slicknav_menu {
	display:block;
}
#mobillogo {
	display:block;
	position:absolute;
	top:0;
	left:0;
}
#mobillogo img {
	height:55px;
}
#obsah {
	padding-left:2%;
	padding-right:2%;
	width:96%;
}
}