﻿/* Graficky styl pro www.hnatnice.cz ** 1.12.2024 */
/* Obecne */
body {
	text-align:center;
	font-family: 'Roboto', source-sans-pro, open-sans, sans-serif;
	font-size: 1em;
	margin:0; padding:0;
	background: #cfdae3;
	}

#pageshadow
{
	height: auto;
	width: 90%;
	margin:auto;
	padding:0;
}

#page {
	height: auto;
	min-height: 600px;
	width:100%;
	margin:0 auto;
	padding:0;
	background-color: #fff;
	text-align:left;
}

#main {
	display: inline-block;
	vertical-align: top;
	width:calc(100% - 194px);
	height:auto;
}

/* styl pro ZS */

#main.zs-main-nodates a, #main.zs-main a{
	color:#08437f;
}

#main.zs-main-nodates .news-date{
	display:none;
}

.hidden, .grf-hidden {
	display: none;
	visibility: hidden;
}

.visible {
	display: inherit;
	visibility: visible;
}

/* Hlavicka stranky */

#page-header {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	height:200px;
	width:90%;
	margin:0 auto;
	padding:0;
	background-image:url('../images/web-title1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

#page-header a, #page-header a:hover, #page-header a:visited{
	margin:0; padding:0;
	border:0;
	text-decoration:none;
}

body.obec #page-header {
	background-image:url('../images/web-title1.webp');
}

/* Modifikace pro stranky skoly */
@keyframes snimky-skola{
   0%{
     background-image: url('../images/skola-title1.webp');
   }
   12%{
     background-image: url('../images/skola-title1.webp');
   }
   15%{
     background-image: url('../images/skola-title2.webp');
   }
   27%{
     background-image: url('../images/skola-title2.webp');
   }
   30%{
     background-image: url('../images/skola-title3.webp');
   }
   42%{
     background-image: url('../images/skola-title3.webp');
   }
   45%{
     background-image: url('../images/skola-title4.webp');
   }
   57%{
     background-image: url('../images/skola-title4.webp');
   }
   60%{
     background-image: url('../images/skola-title5.webp');
   }
   72%{
     background-image: url('../images/skola-title5.webp');
   }
   75%{
     background-image: url('../images/skola-title6.webp');
   }
   87%{
     background-image: url('../images/skola-title6.webp');
   }
   90%{
     background-image: url('../images/skola-title7.webp');
   }
   97%{
     background-image: url('../images/skola-title7.webp');
   }
   100%{
     background-image: url('../images/skola-title1.webp');
   }
}

body.skola {
	background-color: #bfedff;
}

body.skola #page-header {
    background-image: url('../images/skola-title1.webp');
	height:350px;
	animation-name: snimky-skola;
  	animation-duration: 40s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
  	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

body.skola #srch-inline-field {
	visibility: hidden;
}

body.skola .page-title {
	display: none;
}


/* Modifikace pro stranky skolky */

body.skolka #page-header {
	background-image:url('../images/web-title1.webp');
}

/* Hlavicka */

#page-title-envelop {
	position: absolute;
    left: 0px;
    bottom: 40px;
	height:100px;
	width:200px;
}

#znak {
	position:absolute;
    left: 40px;
    top: 0px;
    margin: 0;
    padding: 0;
    border: 0;
}

.page-title {
	position:absolute;
	top:20px;
	left:150px;
	font-size: 36px;
	font-weight:bold;
	margin:0; padding:0;
	color: #fff;
	text-shadow: 0 0 15px #000;
}


#photo-module {
	float: right;
	display: block;
	padding:10px 0px 10px 0px;
	margin:5px 20px 20px 20px;
	width:200px;
	height:auto;
	text-align:center;
}

@media only screen and (max-width: 1370px) {
body.obec #photo-module {
	width:95%;
}
}

#photo-module-wide {
	margin-top:20px;
	width:100%;
	text-align: center;
}

.photo-module-header {
	padding:5px 0 6px 0;
	margin:0;
	width:161px;
	background:#eee;
	border:0px;
	color:#08437f;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

#floating-calendar {
	display: none;
}

#calendar-module {
	float:right;
	padding:0;
	margin:0px 5px 0 5px;
	width:165px;
}

.modules-wrapper {
	display: inline-block;
}

.small-module {
	clear:right;
	padding:0px;
	margin:5px 5px 0 5px;
	width:161px;
	_width:165px;
	border:1px #ddd solid;
	border-top:none;
	font-size: 11px;
	color:#000;
	text-align:center;
}

.small-module p {
	padding:4px;
	margin:0 0 10px 0;
	color:#08437f;
	background:#ddd;
	text-align:center;
	font-size: 11px;
	line-height: 11px;
	font-weight:bold;
}

.small-module img {
	margin:1px;
	border:0;
	padding:0;
}

.table-link {
	display: block;
  background: #ddd;
  font-size: 11px;
  padding: 4px 3px;
  text-decoration:none;
  color: #08437f;
}

.table-link:visited {
 color: #08437f;
}

.table-link:hover {
 text-decoration:underline;
}

#main-page-end {
	clear:left;
	height:0;
	width:0;	
}

#page-footer {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	height:40px;
	width: 90%;
	margin:0 auto;
	padding:10px 0 0 0;margin-bottom:5px;
	text-align:center;
	background:#08437f;
}

body.admin #page-footer {
	width:100%;
}

body.admin #admin-header, body.admin #menu-envelop {
	white-space:nowrap;
}

#footer-table{
	border-collapse:separate;
	border:0;
	margin:0 auto;
	padding:3px;
	width:100%;
	text-align:center;
	font-size: 0.9em;
	color:#fff;
}

#footer-table td{
	vertical-align: top;
}

a.white-link, a.white-link:hover, a.white-link:visited {
	color:#fff;
}

@media only screen and (max-width: 620px) {
	#main {
		width: 100%;
	}
	#footer-table {
		font-size: 0.7em;
	}
}

/* Hlavni menu */

#mobile-menu {
	position: absolute;
	left:20px;
	bottom:15px;
	display: inline-block;
	background: #08437f;
	color:#fff;
	width:40px;
	height:40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	display: none;
	border-radius: 4px;
}

#mobile-menu i {
	line-height: 40px;
}

#menu-envelop {
    display: inline-block;
	height:auto;
	width:190px;
	padding:0;margin:0;
	position:relative;
	vertical-align: top;
}

#menu-envelop h2, #main-menu h2 {
	margin: 0px;
	padding:4px 0px 4px 18px;
	color: #fff;
	background: #08437f;
	border-left:5px solid #bd1425;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 30px;
}

#main-menu  {
	float: left;
	width: 190px;
	margin:0;
	padding:0;
	z-index:1;
	background-color: #fff;
}

#main-menu.sliding-menu{
	position: fixed;
	top:0;
}


#main-menu h2 {
	color: #fff;
}

#main-menu h2 a {
	color: #fff;
	text-decoration: none;
}

#main-menu h2 a:visited {
	color: #fff;
	text-decoration: none;
}

#main-menu h2 a:hover {
	color: #fff;
	text-decoration:underline;
}

#main-menu h2 img {
	padding:0;
	margin: 5px 0 7px 0;
	_margin: 7px 0 6px 0;
	border: 0;
	vertical-align:middle;
}

#main-menu ul {
	padding:0;margin:0;
	list-style: none;
	padding-top:.3em;
	padding-bottom:.5em;
	background-image: linear-gradient(#e2edf7, transparent);
}

#main-menu li {
	padding-left: 24px;
	line-height: 1.4em;
	margin-bottom:2px;
}

#main-menu li:active, #main-menu li:active a {
	color: #d21f00;
	font-weight: bold;
	letter-spacing: -.08em;
}

#main-menu li a, #main-menu li a:visited {
	color: #333;
	text-decoration: none;
}

#main-menu li a:hover {
	color: #d21f00;
	text-decoration: underline;
}
.menu-level3 {
	padding-left:15px;
}

@media only screen and (max-width: 964px) {
	#photo-module {
		float: none;
		width: 90%;
		text-align: center;
	}
}

@media only screen and (max-width: 620px) {
	#menu-envelop {
		display: none;
		width:100%;
		background-color: #fff;
	}
	#menu-envelop.show-menu {
		display: block;
	}
	#main-menu {
		width:100%;
		border-bottom:4px solid #08437f;
	}
	#mobile-menu {
		display: inline-block;
	}
	#page-header {
		height: 160px;
	}
	body.skola #page-header {
		height:160px;
	}
	.level-height {
		display: none;
	}
	#znak {
		width: 60px;
		left:10px;
	}
	.page-title {
		top:10px;
		left:90px;
	}

}

@media screen and (max-device-width: 500px) and (-webkit-min-device-pixel-ratio: 2) {
	body {
		width:100%;
		min-width: inherit;
		margin: 0 auto;
		font-size: 1.2em;
	}
	#pageshadow, #page-header, #page-footer
	{
		width: 100%;
	}

}

#counter {
	display: inline-block;
	width:190px;
	margin:30px 0 15px 0;
	padding:0;	
}

#counter img{
	filter:sepia(100%);
	opacity:0.8;
	margin:10px auto 0px;
	border:0;	
}
/* Ikony stranky */

#page-icons-envelop {
	width:100%;
	text-align: center;
	min-height:80px;
	margin:0 0 30px 0;
	padding:20px 0 0 0;
	background-image: linear-gradient(#e2edf7, transparent);
}

.page-icons {
	margin:auto;
	padding:0;
	list-style: none;
	max-width: 800px;
}

.page-icons li {
	width:22%;
	display: inline-block;
}

.page-icons li i {
	font-size: 3em;
}

.page-icons a:before {
  content: attr(data-text); 
  position:absolute;
  bottom:20px;
  left:0;
  width:100%;
  text-align:center;
  z-index: 1;
  font-size: 1em;
}

#main.zs-main .page-icons a {
	position: relative;
	width:80%;
	height:100px;
	max-width:120px;
	min-width:86px;
  	display: block;
	padding:15px 0;
  	box-shadow: 0 0 30px rgba(8,67,127,0.2) ;
    background-color: #fff;
	color: #08437f;
	border-radius: 10px;
	cursor: pointer;
	margin:auto;
}

#main.zs-main .page-icons a:hover {
    background-color: #08437f;
	color: #fff;
}

@media only screen and (max-width: 900px) {
	.page-icons li i {
		font-size: 2.6em;
	}
	.page-icons a:before {
		font-size: 0.8em;
	}
	#main.zs-main .page-icons a {
		height:80px;
	}
}

/* Formatovani zprav */

.news-list-middle {
	margin:10px 0 0 0;
	padding:0px 0px 15px 20px;
	min-width:300px;
	max-width: 900px;
	width: 80%;
    display: inline-block;
    vertical-align: top;
}

.news-list-hp-left {
	padding:15px 10px 15px 20px;
	min-width:250px;
	max-width:600px;
	width: 35%;
    display: inline-block;
    vertical-align: top;
}

.news-list-hp-right {
	padding:15px 10px 15px 20px;
	min-width:250px;
	max-width:600px;
	width: 35%;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 1370px) {
.news-list-hp-left, .news-list-hp-right {
	width:40%;
}
}

.news-category-title {
	display: inline-block;
	margin-top:0;
	color:#b23000;
}


.switch-category {
	display: none;
	font-size:1.2em;
	padding:0px 0px 0px 30px;
	margin:0 0 0 30px;
	border-left:2px solid #08437f;
	text-decoration: none;
	color:#ddd;
	font-weight:bold;
}

@media only screen and (max-width: 900px) {
	.news-list-hp-left {
		width: 91%;
	}
	.news-list-hp-right {
		border-top:4px solid #08437f;
		width: 91%;
	}
	h2 {
		font-size: 1.2em;
	}
	.switch-category {
		display: inline-block;
	}
	.switch-category:visited {
		color:#ddd;
	}		
	.switch-category:hover {
		color:#b23000;
	}		
}


.news-list {
	padding:20px 0px 15px 20px;
}

.news-list .news-body {
	margin-top:10px;
}


.news-date {
	padding:0;margin:0;
	padding-left:0.2em;
	font-size: 0.7em;
	color:#08437f;
	/* border-left: 10px solid #fb2; */
	text-transform: uppercase;
}

.news-date a, .news-date a:visited{
	color:#08437f;
}

.news-date a:hover{
	text-decoration:underline;
}

.news-envelop {
	padding:0;
	margin:0;
	clear:left;
	padding-top:0.2em;
	padding-bottom:0.6em;
}
.news-title {
	padding:0;
	margin:0;
	width:96%;
	padding-top:4px;
	padding-left:2px;
	padding-bottom: 2px;
	font-size: 1.1em;
	color: #08437f;
	font-weight:bold;
	clear: left;
}

.news-single-title, .group-title {
	padding:6px 20px 6px 22px;
	margin:0;
	font-size: 1.1em;
	line-height: 26px;
	color: #08437f;
	background-color: #e2edf7;
	font-weight:bold;
}

.news-single-title:first-letter, .group-title:first-letter {
    text-transform: uppercase;
}

.news-title a, .news-title a:visited {
	font-weight:bold;
	color: #08437f;
	text-decoration:none;
}

.news-title a:hover {
	font-weight:bold;
	color: #08437f;
	text-decoration:underline;
}

.news-body-ls {
	padding:0;
	margin:2px 0 0 2px;
	color: #000000;
	font-size:0.9em;
	line-height:1.5em;
	padding-top:0.2em;
	padding-bottom:0.6em;
	text-decoration:none;
}

.news-body-ls img{
	float:left;
	padding:0;
	margin:2px 8px 0 0;
	border:0;
	width:100%;
}


.news-body {
	padding:0;
	margin:0 0 0 0;
	width:96%;
	max-width: 900px;
	color: #000000;
	padding-top:0.2em;
	font-size:0.9em;
	line-height:1.5em;
	text-decoration:none;
}

@media only screen and (max-width: 620px) {
	.news-body {
		width: 100%;
	}
}

.news-body h2, .news-body h3{
	padding:0;margin:0.3em 0 0 0;
	padding-top:0.3em;
	padding-bottom:0.1em;
	font-size:1em;
	font-weight:bold;
}

.news-body h4{
	padding:0;
	margin:0 0 0 0;
	padding-top:0.3em;
	padding-bottom:0.1em;
	font-size:1em;
	font-weight:bold;
}

.news-hr{
	margin:0;
	padding:0;
	border: 0;
	width: 80%;
	height:2px;
	color:#eb4000;
}

.news-attachment {
	margin:10px 0 0 0;
	padding:0;
	border:0;
}

.news-attachment a{
	margin:0;
	line-height:29px;
	padding:2px 2px 2px 10px;
	font-size:0.9em;
	vertical-align:top;
	text-decoration:none;
}

.news-attachment a:hover{
	text-decoration:underline;
}

.news-attachment b{
	display:inline-block;
	padding-bottom:10px;
}

.date-title {
	text-transform:none;
	color:#000;
}

.sub-groups {
	margin-top:-4px;
}
.sub-groups a {
    display: inline-block;
	white-space:nowrap;
	padding:5px 10px;
	background:#08437f;
	color:#fff;
	text-decoration:none;
	margin:1px;
}

.sub-groups a:hover {
	background-color:#bd1425;
}


.common-table{
	width:590px;
	margin:0 10px 0 10px;
	padding:0;
	border:0;
	background:#fff;
	border-collapse: collapse
}

.common-table tr{
	background:#ddd;
	padding:0;margin:0;
}

.common-table td{
	padding:2px;margin:0;
	border-bottom:2px #fff solid;
	font-family: source-sans-pro, open-sans, sans-serif;
	font-size: 0.8em;
}

.timetable td{
	padding:2px;margin:0;
	font-family: source-sans-pro, open-sans, sans-serif;
	font-size: 0.8em;
}

.action-list-table {
	border-collapse:separate;
	border:0;
	margin:0;
	padding:2px;
}

.action-list-table td {
	font-size: 0.7em;
}


.next-pages{
	width:100%;
	border-top:1px #ddd solid;
	padding:15px 0 0 0;
	font-size:0.9em;
	font-weight:bold;
}

.next-pages a {
	color: #eb4000;
	text-decoration: none;
}

.next-pages a:hover {
	text-decoration: underline;
}

.next-photos{
	width:800px;
	border-top:0px;
}

.school-table, .whitetable{
	width:590px;
	margin:0 10px 0 10px;
	padding:0;
	border:0;
	background:#fff;
	border-collapse: collapse;
}

.school-table {
	margin:0;
}
.school-table td, .whitetable td{
	padding:4px 6px;margin:0;
	border:1px #aaa solid;
	font-family: source-sans-pro, open-sans, sans-serif;
	font-size: 0.7em;
}

.school-table th{
	background:#ddd;
	padding:2px;margin:0;
	border:1px #aaa solid;
	font-family: source-sans-pro, open-sans, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
}

.whitetable td{
	border:0px #fff solid;
}
/* User form styles */

#MsgInputBox{
	margin-top:20px;
}

/* Admin styles */

.admin-content-table {
	padding:0px;
	margin:0;
	width:690px;
    border-collapse:collapse;
    background:#fff;
}

.admin-content-table td {
	font-family: source-sans-pro, open-sans, sans-serif;
	font-size: 0.7em;
	padding:4px;
	border-bottom:#000 1px solid;
}

.admin-content-table th {
	font-family: source-sans-pro, open-sans, sans-serif;
	font-size: 0.7em;
	font-weight:bold;
	background:#08437f;
	color:#fff;
}

.table-date {
	text-align:right;
}

#admin-header {
	padding:0;
	margin:0;
	padding-top:15px;
	float:none;
	font-size: 1.5em;
	font-weight:bold;
	color:#08437f;
	width:100%;
	height:70px;
	background:#cfdae3;
	min-width:950px;
}

#admin-img {
	float:left;	
	padding:0;margin:0 150px 0 30px;
}

#admin-info {
	float:right;
	clear:right;
	width: 180px;	
	padding:10px;margin:0 10px 0 10px;
	font-size:0.6em;
	color:#08437f;
}

#admin-info i {
	float:left;
	font-size: 1.9em;
	margin:5px 10px 0 0;
}

.admin-right-pan{
	margin:0 0 0 15px;
	padding:0;
    display : inline-block;
    vertical-align: top;
    height: auto;
}

.admin-main-text{
    width: calc(100% - 280px);
	padding:20px;
	padding-top:40px;
}

.admin-menu-format{
	min-height:400px;
	overflow: hidden;
}

.admin-message{
	padding:20px 5px 10px 5px;
	font-weight:bold;
	color:#f00;
}

.textarea-disabled {
	background-color:#eee;
}

.user-message{
	padding:30px 5px 10px 5px;
	margin:0;
}

.even{
	background:#ddd;
}

.odd{
	background:#fff;
}

.nowrap{
	white-space: nowrap;
}

.table-title{
	font-weight:bold;
	width:100%;
}

.form-style{
	padding:0;
	margin:0;
}

.form-title{
	padding:3px;
	margin:10px 5px 0 0px;
	width:685px;
	min-height:26px;
	font-size: 1.5em;
	font-weight:bold;
	color:#fff;
	background:#08437f;
}

.form-table{
	width:690px;
	margin:0px 0px 0px 0px;
	padding:0;
	border:0;
	background:#fff;
	border-collapse: collapse
}

.form-table tr{
	background:#cfdae3;
	padding:0;margin:0;
}

.form-table td{
	padding:4px 4px 4px 8px;
	margin:0;
	border-bottom:1px #fff solid;
	font-family: source-sans-pro, open-sans, sans-serif;
	font-size: 0.8em;
}

.form-table input {
	font-family: source-sans-pro, open-sans, sans-serif;
	font-size: 1.1em;
	border: 1px #92badb solid;
    padding: 4px;
}

.form-table select {
	font-family: source-sans-pro, open-sans, sans-serif;
	font-size: 1em;
	border:1px #92badb solid;
	padding:2px;
}

.form-table textarea {
	font-family: source-sans-pro, open-sans, sans-serif;
	font-size: 1em;
    border-color: #92badb;
	border:1px;
	border-style:solid;
	padding:5px;
}

.check-envelope{
	float:left;
	margin:0 0 0 4px;
	min-height:500px;	
	max-width:600px;
}

.check-title{
	margin:5px 0 0 0;
	width:680px;
	padding:2px;
	padding-left:6px;
	background:#bbb;
	color:#000;
	font-weight:bold;
}
.title-button {
	float:right;
	cursor:pointer;
	font-size:10px;
	white-space:nowrap;
	text-decoration:underline;
	color:white;
	padding:0 10px 0 10px;
}

.title-button:visited {
	color:white;	
}

.gallery-button {
	float:right;
	background:#008a00;
	color:white;
	padding: 8px 20px 8px 20px;
	margin:-14px 10px 0 0;
	border:1px solid #006600;
}

.form-table input.form-button, .form-button {
	background:#08437f;
	font-weight:bold;
	color:#fff;
	padding: 8px 20px 8px 20px;
	border:1px solid #08437f;
	border-radius: 4px;
	cursor: pointer;
}

/* Forum */

.forum-msg, .forum-msgReply
{
	width:550px;
	padding:0;
	background:#f9f9f9;
	margin-top:5px;
	margin-bottom:10px;
}

.forum-autor, .forum-autorReply {
	width:100%;
	padding:2px 0 7px 0px;
	margin:0;
}
.forum-obsah, .forum-obsahReply {
	margin:0;
	padding:6px 8px 9px 8px;
}
.forum-msg{
	border:1px solid #accce8;
}
.forum-msgReply {
	width:465px;
	min-height:80px;
	margin-left:85px;
	border:1px solid #d2ae69;
}
.forum-autor{
	background:#b6d7f5;
	border-bottom:1px solid #accce8;
}
.forum-autorReply{
	font-weight:bold;
	background:#f5cb7a;
	border-bottom:1px solid #d2ae69;
}
.forum-repButton{
	float:right;
	cursor:pointer;
	font-size:10px;
	white-space:nowrap;
	text-decoration:underline;
	padding:0 10px 2px 10px;
	margin-top:-13px;
}
.forum-time{
	float:right;
	text-align:right;
	margin:0;padding:0;
	margin-top:-16px;
	padding-right:4px;
	display:inline-block;
	font-size:10px;
}
.pecet {
	height:80px;
	width:80px;
	margin-bottom:-80px;
	background:url(../images/pecet-hnatnice.png);
}

.addMessage {
	margin-top:10px;
	width:200px;
	height:40px;
	background:url(../images/add-comment.png);
	color:#fff;
	font-weight:bold;
}
.addMessage span
{
	display:block;
	width:200px;
	height:40px;
	cursor:pointer;	
	padding:11px 0 0 46px;
}

.onpage-usermessage {
	font-size:14px;
	font-weight:bold;
	color:#b23000;
	margin-top:10px;
	margin-bottom:20px;
}

.shadow {
	position:absolute;
	top:0;
	z-index:-1;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity=75); /* IE */
	opacity:.75;
}
#popupAddMessage, #popupDeleteMessage {
	position:absolute;
	background:transparent;
	top:0;
	left:0;
	z-index:50;
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:100%;
	font-family: source-sans-pro, open-sans, sans-serif;
	font-size: 0.8em;
	margin:0; padding:0;
	padding-top:30px;
	padding-bottom:30px;
}
.closeSpan
{
	display:block;
	height:20px;
	width:20px;
	padding-top:2px;
	float:right;
	cursor:pointer;
	background-color:#f00;
	text-decoration:none;
	text-align:center;
	font-family: source-sans-pro, open-sans, sans-serif;
	font-size:12px;
	color:#fff;
}

/* Vyhledavani */

#srch-envelop{
	position:absolute;
	right:20px;
	bottom:20px;
	width:230px;
	float:right;
	text-align: left;
	white-space: nowrap;
}

#srch-inline-field{
	display: inline-block;
  	padding:2px 0 0 6px;
	margin:0;
	border:1px #ddd solid;
	border-radius: 5px;
	background:#f9f9f9;
	color:#999;
	font-family: Roboto, source-sans-pro, open-sans, sans-serif;
	font-size: 16px;
	height:30px;
	line-height:304px;
	width:180px;
	vertical-align:top;
}

#srch-inline-field:focus{
	outline:none;
}

#srchbtn {
	display: inline-block;
	cursor: pointer;
	width:30px;
	height:30px;
	border-radius: 50%;
	background-color: #08437f;
	text-align: center;
	padding:0;
}
#srchbtn path {
	fill:#fff;
}

.srch-wrd {
	font-weight:bold;
	background-color:#fb2;
}

.no-border{
	border:O #fff none;
}

.txt-center, #page.txt-center {
	text-align:center;
}

.error-message {
	color:#f00;
	font-weight:bold;
	margin:20px 0 0 60px;
}

.login-table {
	width:250px;
	margin:20px auto;
}
/* Fotogalerie */

.photo-album {
	display: inline-block;
	position:relative;
	border:1px #fff solid;
	height: 150px;
    overflow: hidden;
	border-radius: 10px;
	margin-bottom:4px;
}

.photo-album-overlay {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color: rgba(0,0,0,0.5);
	color:#fff;
	padding:5px 0;
	transition: padding 0.5s ;
}

.photo-album:hover .photo-album-overlay {
	padding: 15px 0;
}


.photo-thumb {
	border-bottom:1px #fff solid;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
	border-top:0px;
	margin:0px;
}

.photo-thumb-column {
	margin:0;
}

#photos {
   width:1000px;
   line-height: 0;
   border:0;

   -webkit-column-count: 5;
   -webkit-column-gap:   0px;
   -moz-column-count:    5;
   -moz-column-gap:      0px;
   column-count:         5;
   column-gap:           0px;

}

@media only screen and (max-width: 1350px) {
	#photos {
		width:800px;
		-webkit-column-count: 4;
		-moz-column-count:    4;
		column-count:         4;
	}
}

@media only screen and (max-width: 1150px) {
	#photos {
		width:600px;
		-webkit-column-count: 3;
		-moz-column-count:    3;
		column-count:         3;
	}
}

@media only screen and (max-width: 950px) {
	#photos {
		width:400px;
		-webkit-column-count: 2;
		-moz-column-count:    2;
		column-count:         2;
	}
}

@media only screen and (max-width: 750px) {
	#photos {
		width:100%;
		text-align: center;
		-webkit-column-count: 1;
		-moz-column-count:    1;
		column-count:         1;
	}
}

.foto-full {
	border:10px #fff solid;
	margin:10px 0 5px 0;
}

#fotogalerie-header{
	width:800px;
	margin:4px auto;
	text-align:center;
}

#fotogalerie-header a:hover{
	border:1px #fff solid;
}

#prevImg {
	float:left;
	margin:0;
	padding:2px 5px 2px 5px;
	color:#000;
	background-color: #fff;
	text-decoration: none;
	border:1px #000 solid;
}

#nextImg {
	float:right;
	margin:0;
	padding:2px 5px 2px 5px;
	color:#000;
	background-color: #fff;
	text-decoration: none;
	border:1px #000 solid;
}

#foto-desc {
	color:#000;
	font-weight:bold;
}

/* Kalendar */

.kalendar-table {
	width:165px;
	border-collapse:collapse;
	padding:0;
	margin:0;
	font-family: source-sans-pro, open-sans, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	border:1px #ddd solid;
	border-top:none;
}

.kalendar-table a{
	color:#fff;
	text-decoration:none;
}

.kalendar-table a:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

.kalendar-table-in{
	padding:2px;
	font-size:9px;
}

.kalendar-table-in a,.kalendar-table-in a:hover,.kalendar-table-in a:visited{
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}

.week {
	padding:1px;
	color:#000;
	border:2px #fff solid;
}

.weekend {
	padding:1px;
	background:#ddd;
	border:2px #ddd solid;
	color:#000;
}

.shadowCal {
	padding:1px;
	color:#ddd;
	border:2px #fff solid;
}

.today {
	padding:1px;
	font-weight:normal;
	color:#000;
	border:2px #f00 solid;
}
.active-day {
	background:url('../images/active-day.gif');
}

.today-text {
	padding:2px;
	font-size:9px;
	color:#000;
	font-weight:normal;
}

.thead {
	background:#ddd;
	color:#08437f;
	padding:1px;
	font-size:11px;
	font-weight:bold;
}

.thead1 {
	background:#fff;
	color:#000;
	padding:2px;
	font-size:10px;
	font-weight:bold;
}

/* Tridy pouzite primo v clancich */

.card {
	background:#eee;
	color:#000;
	padding:3px;
	border:2px #ddd solid;
	width:400px;
}

.card h3 {
	color:#eb4000;
	margin:0 0 5px 0;
	font-size: 1.1em;
	line-height: 1.1em;
	border-bottom:1px #fff solid;
}

.big-icon-panel{
	position: relative;
	margin-right:auto; 
	margin-left:auto;
	white-space: nowrap;
}

.big-icon {
	margin:5px 10px 5px 10px;
	text-align:center;
	border:0px;
	display: inline-block;
}

.big-icon a, .big-icon a:visited {
	color:#08437f;
	text-decoration: none;
	font-size: 0.5em;
}

.big-icon a:hover {
	font-size: 0.5em;
	color:#2568ac
}

.big-icon a i {
	width:2.2em;
}
.big-icon a i::before {
	font-size: 2em;
}

.image-list-frame{
	width:680px;
	height:150px;
}

#attached span.link {
	display:inline-block;
	width:230px;
	height:20px;
}

#attached span.button {
	display:inline-block;
	height:20px;
}

#notice1, #notice2, #notice3, #notice4, #notice5, #notice6, #notice7, #notice8, #notice9 
{
	color:red;
	display:inline-block;
	height:20px;
}

.baguetteBox-spinner {
	display: none;
}

#munipolis {
	max-width:300px;
}

#munipolis h3 {
	color:#08437f;
}

#munipolis h3 a {
	color:#08437f;
	text-decoration: none;
}

#munipolis img {
	width:100%
}