
/*
Design by Jurda
http://www.hajov.cz
*/
@font-face {
    font-family: lithos; /* deklarace fontu */
    src: url("LithosPro-Bold.eot"); /* propojení na umístění souboru */
    src: url("LithosPro-Bold.woff2") format('woff2'); /* propojení na umístění souboru */
    src: url("LithosPro-Bold.otf") format('otf'); /* propojení na umístění souboru */
    src: url("LithosPro-Bold.ttf") format('truetype'); /* propojení na umístění souboru */    
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

form {
}

fieldset {
}

table {border-collapse: collapse;}
table td {padding: 3px;}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 5px;
	color: #626456;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
  font-family: lithos;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #8D8E85;
}

h3 {
	font-size: 1em;
}

p {
  margin-top: 0.5em;
  line-height: 1.2em;
}

ul, ol {
	margin-top: 0.5em;
	margin-left: 3em;
	line-height: 1.2em;
	font-size: 1.1em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #636363;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #ff7822;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #3C7BCF;
}

hr {
	display: none;
}

img {
  border: none;
  vertical-align: text-bottom;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 70%;
  min-width: 1000px;
	height: 5px;
	margin: 0 auto;
}



#search {
	float: right;
	width: 260px;
	padding-top: 7px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
}

#search #x {
	width: 80px;
}

/* Logo */

#logo {
	width: 70%;
  min-width: 1000px;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	background: #ffffff url(logo_title.jpg) no-repeat center center;  
	height: 330px;
	//border-top: 1px solid #D5D5D5;
	//border-left: 1px solid #D5D5D5;
	//border-right: 1px solid #D5D5D5;
  position: relative;
  display: block;
  background-size: 100%;
}



#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 150px 5px 0 20px;
	color: #2C2E22;
}

#logo h2 {
	padding: 165px 0 0 0;
	font-style: italic;
}

#logo p {
	clear: center;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #FFFFFF;
}

#sublogo {
	  position: inherit;
    background: #ffffff url(LOGO_1_2018.jpg) no-repeat top center;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: 250px;
    border: 1px solid;
    border-color: #dddddd;
      
}
#motto {
    position: absolute;
    top: 30px;
    right: 150px;
    color:  white;
    font-size:  30px;
    font-family: lithos;
    font-weight: bold;
    text-align: center;
    color: #FFD700;
}

#motto .mottoh{
    font-size:  50px;
}

/* PageBody*/

#pagebody{
	background: #dddddd ;//url(img01.jpg) repeat-x top left;
}
/* Page */

#page {
	width: 70%;
  min-width: 1000px;
	margin: 0px auto;
  //margin-top: 40px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	//border: 1px solid #D5D5D5;
	//border-top: none;
}

/* Content */

#content {
	float: left;
	width: 70%;
  min-width: 570px;
	padding: 0px 0px 0px 30px;
	min-height: 1000px;
	overflow: visible;
  font-size: 15px;
}

#respmenubutton {
  display: none;
}

.post {
	  margin: 0px;
    margin-bottom: 5px;
    border: 1px solid;
    border-radius: 10px;
    border-color: #dddddd;
    padding: 10px;
}

.post .title {
	margin: 0px;
	font-weight: normal;
}

.post h1.title {
	padding: 15px 0px 0px 15px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 10px 30px 15px;
	//border-bottom: 1px solid #CFCFCF;
    overflow-wrap: anywhere;
}

.post .entry img{
	max-width: 95%;
	height: auto;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}

.post .meta a {
	color: #CFCFCF;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	margin: 0;
	padding: 15px 0  0 15px;
	height: 30px;
}

#recent-posts h3 {
	margin: 0;
	font-size: 13px;
	padding: 15px 0  0 15px;
}

#recent-posts p {
	margin: 0 0 10px 0;
	padding: 15px 0px 0px 15px;
	line-height: 22px;
	font-size: 13px;
}

/* Sidebars */

.sidebar {
	float: right;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {

}

#sidebar1 {
}

#sidebar2 {
	width: 25%;
  min-width: 219px;
	padding: 0px 0px 0px 0px;
  margin-right: 10px;
}

#sidebar2 li h2 {
	margin-top: 0px;
	padding: 5px 0  5px 15px;
	height: 20px;
  font-size: 1em;
	//background: url(divheadbar.jpg) repeat-x left 70%;
	color: #494949;
}

#sidebar2 li ul {
	line-height: normal;
	padding-left: 15px;
}

#sidebar2 li li {
	padding: 5px;
	font-size: 1em;
	background: url(img06.gif) no-repeat left 45%;
}

#sidebar2 li a {
	border: none;
	padding-left: 5px;
}

#sidebar2 li a:hover {
	border: none;
}


/* Calendar */

#calendar {
	margin: 0 auto;
}

#calendar caption {
	font-weight: bold;
}

#calendar table {
	width: 220px;
	text-align: center;
	border-collapse: collapse;
}

#calendar thead th {
	background: #CCCCCC;
	color: #FFFFFF;
}

#calendar tbody td {
	background: #EEEEEE;
}

#calendar #today {
	background: #B8D03B;
	font-weight: bold;
	color: #FFFFFF;
}

#calendar a {
	font-weight: bold;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	margin: 0;
	padding: 0;
	height: 55px;
	background: #333333;// url(img02.jpg) repeat-x bottom left;
}

#footer p {
	padding-top: 1px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFD700;
}

.succes{
	color: green;
	font-weight: bold;
}

.valigntop{
  vertical-align: top;
}

.graph-cell{
  font-size: 7px;
  color: green;
}

#fotogalimg{
 height: 400px;
}

/*HORIZONTALNI MENU*/
.hmenu {
    margin-bottom: 20px;
    font-family: lithos;

}
.hmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.hmenu li {
    float: left;
}

.hmenu li a, .hmenu .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 13px;
    text-decoration: none;
}

.hmenu li a:hover, .hmenu .dropdown:hover .dropbtn {
    background-color: red;
}

.hmenu li.dropdown {
    display: inline-block;
}

.hmenu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.hmenu .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.hmenu .dropdown-content a:hover {background-color: #f1f1f1}

.hmenu .dropdown:hover .dropdown-content {
    display: block;
}



@media screen and (min-width: 1500px) {
    #logo {
      height: 360px;
    }
    #sublogo {
      top: 280px;  
    }
}
@media screen and (min-width: 1800px) {
    #logo {
      height: 420px;
    }
    #sublogo {
      top: 340px;  
    }
}