body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #343434;
  font-family: 'Oswald', sans-serif;
}

/* clear fix - obalovac floatov */
.group:before,
.group:after {
      content: " ";
      display: table;}

.group:after {clear: both;}

.group {*zoom: 1;}
/********************************* Typo & html elements ****************************/
p {
  color: #252525;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

#article h3,
.main_content h3 {
  color: #006a44;
  font-size: 30px;
}

#article h3 a,
.main_content h3 a {
  color: #006a44;
  font-size: 30px;
}
#article h3 a:hover,
.main_content h3 a:hover,
#article h3 a:focus,
.main_content h3 a:focus {
  color: #00b1eb;
}
#article h4,
.main_content h4 {
  font-size: 24px;
  color: #006a44;
}
#article h4 a,
.main_content h4 a {
  color: #006a44;
  font-size: 24px;
}
#article h4 a:hover,
.main_content h4 a:focus,
#article h4 a:focus,
.main_content h4 a:hover {
  color: #00b1eb;
}
#article h5,
.main_content h5 {
  font-size: 18px;
  color: #006a44;
}
#article h5 a,
.main_content h5 a {
  color: #006a44;
  font-size: 18px;
}
#article h5 a:hover,
.main_content h5 a:focus,
#article h5 a:focus,
.main_content h5 a:hover {
  color: #00b1eb;
}
#article h6,
.main_content h6 {
  font-size: 16px;
  color: #006a44;
}
#article h6 a,
.main_content h6 a {
  color: #006a44;
  font-size: 16px;
}
#article h6 a:hover,
.main_content h6 a:focus {
  color: #00b1eb;
}
#article a {
  color: #006a44;
  font-size: 16px;
} 
#article a:hover,
#article a:focus {
  color: #00b1eb;
}
#article p.article-perex {
  font-weight: 700;
  font-size: 14px;
  color: #252525;
  font-family: Georgia, Times, "Times New Roman", serif;
}
#article p {
  color: #252525;
  font-size: 14px;
  font-family: Georgia, Times, "Times New Roman", serif;
}


acronym, abbr {
  font-size: 90%;
  letter-spacing: .07em;
}

fieldset{
  border-width: 1px 0 0;
  padding: 1em;
  margin: 0 0 2em 0;
}

body[id] fieldset {
  width:auto;
  margin: 0 0 1em 0;
}

legend{
  padding: 0 0.5em;
  font-size: 140%;
  font-weight: bold;
  color: #252525;
}

pre {
  font-family: courier;
  font-style: normal;
  font-size: 88%;
}

hr {
  height: 1px;
}

fieldset label span {
  display: block;
  width: 15em;
  float: left;
}

fieldset label.checkbox span {
  display: inline;
  width: auto;
  float: none;
  padding-left: 0.5em;
}

#userinfo p {
  clear: both;
  text-align: left;
}

/****************************** basic layout elements *************************/
#page { /* hlavni element webu */
  position: relative;
  margin: 0 auto;
  text-align: left;
  max-width: 1920px;
  border: 0;
}

#wrap { /* obalujici element pro praci s pozadim */
  margin: 0;
  padding: 0;
}

header {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
}

.left { /* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: left;
  margin: 0;
  margin-left: 15px;
  padding: 0;
  background: none;
}

.right { /* kontejner pro pravy blok - matrjoska - nenastavovat padding */
  float: right;
  width: 190px;
  margin: 0;
  padding: 0;
}

.middle { /* kontejner pro stredovy blok - matrjoska - nenastavovat padding */
  margin: 0;
  float: left;
  clear: none;
  margin-left: -15px;
}

footer {
  margin: 0 auto;
  padding: 20px 0;
  background: #006b45;
}

.conin { /* vnitrni kontejner pro vsechny bloky - matrjoska - tady nastavit padding */
  margin: 0;
  padding: 0.5em 1em;
}

.cleaner, .cl {
  clear: both;
  height: 0px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden;
  display: block;
}

.hidden, .hdn {
  position: absolute;
  left: -2000px;
}

.nodsp {
  display: none;
}

#album, #download, #ocontent, #article {
  position: relative;
  width: 100%;
}

/******************************* Layout structures  ****************************/

/****** hlavicka *******/

header .conin {
  margin: 0;
  padding: 0;
  position: relative;
}

header h1 {
  position: relative;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-weight: normal;
}

header h1 a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

header h1 a:hover {
  text-decoration: none;
}

header h1 span {
  text-decoration: none;
  background: url('../images/logo.png') no-repeat 0 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 52px;
  cursor: pointer;
}

/*** radkova navigace  ****/
#row-site-navigation {
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

#row-site-navigation ul {
  margin: 0;
  padding: 0;
}

#row-site-navigation ul li {
  list-style-type: none;
  display: inline;
}

/******** preskoceni navigace ********/
a.hdn_nav {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -2000px;
  background: #fff;
  color: #252525;
  padding: 0.5em;
  z-index: 0;
}
a.hdn_nav:active,a.hdn_nav:focus {
  z-index: 2000;
  margin-left: 0;
}

/****** breadcrumb a vyhledavani *******/
#area_top {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 200;
}

#area_top .conin {
  padding: 1em;
  overflow: hidden;
}

/* search */
#search {
  /*position: absolute;
  top: 0;
  right: 0;*/
}
#search #search-input {
  border: 3px solid #e1e1e1;
  font-size: 0.95em;
  width: auto;
  vertical-align: bottom;
  border-radius: 15px;
  background: #eee;
  border-radius: 20px;
}
#search #go_button {
  vertical-align: bottom;
  background: url('../images/search-btn.png') no-repeat 0 0;
}


/***************************** obal. blok s obsahem **********************************/
/********************** OBRACENE PORADI SLOUPCU VANILLA 0.4 **************************/
#main {
  position: relative;
}
#main .page-size {
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px 0 50px 0;
}
footer .page-size {
  margin: 0 auto;
  max-width: 1141px;
  padding: 25px 0 5px 0;
}
.gray-background {
  background: #f3f3f3;
}
#main .iwrap {
  margin: 0;
  padding: 0;
  width: 765px;
  float: right;
}

/****************************** levy sloupec ***********************************/
.left .conin {
  padding: 1em;
}

/* leve menu */
.left #menu ul {
  margin: 0;
  padding: 0;
}

.left #menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.left #menu li a {
  text-decoration: none;
}

.left #menu li a:hover {
  text-decoration: none;
}


/******************************* stredovy sloupec ******************************/

.breadcrumb {
  font-size: 0.80em;
  background: none;
  margin-bottom: 0;
}
.breadcrumb a,
.breadcrumb span  {
  color: #006a44;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #d4e0da;
}
.breadcrumb span  {
  border-bottom: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  border-color: transparent;
}

.middle .conin {
  padding: 1em;
  position: relative;
}

.middle img {
  width: auto;
  max-width: 100%;
}

.perex_image {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

.to-right {
  clear: right;
  margin-top: 0;
  padding-top: 0;
  float: right;
  color: silver;
}
a.to-top:link, a.to-top:visited {
  clear:both;
  margin:0;
  padding: 0;
  display: block;
  float: right;
  text-align: right;
}
a.to-top:hover {
  color: #252525;
}
p.box {
  border: 1px black solid;
  padding: 4px;
  margin-right: 6px;
}
.middle table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: auto;
  max-width: 99%;
  padding: 0;
  margin: 0;
}
.middle table th {
  border: 1px solid #ddd;
  padding: 5px;
}
.middle table td {
  border: 1px solid #ddd;
  padding: 5px;
}
.middle table td p {
  padding: 0;
  margin: 0;
}
.article-perex {
  font-weight: bold;
  padding: 0;
  margin: 0.5em 0 1em 0;
}
.mw_field .article-perex {
  font-weight: normal;
}
.inline-nav {
  color: #3B3B3B;
  padding: 0.5em 1em;
}

.middle ul {
  list-style-position: outside;
  padding-left: 40px;
  margin-left: 0;
}
.middle ul li {
  list-style-type: disc;
  margin:0;
  padding:0;
}
.middle ol li {
  list-style-type: decimal;
}
.middle ol ul li {
  list-style-type: disc;
}

.article-footer{
  text-align:right;
  font-style:italic;
  border-top:1px solid #f2f2f2;
}
.article-info{
  padding: 0;
  margin: 0.5em 0 0 0;
  text-align: left;
}

.full-story{
  display: block;
  float: right;
  padding: 0;
}

.top {
  text-align: right;
}

hr.separator{
  visibility: hidden;
}
.pager{
  padding: 0.5em;
  display: block;
  text-align: center;
}
div.detail{
  border: 1px solid #f2f2f2;
  margin-left: 0;
  padding: 0.5em 1em;
}
.res-head-title {
  color: #fff;
  margin: 0;
  padding: 0.25em 1em;
}
.res-head-title a {
  padding: 0.25em;
}

.nobg a{
  padding: 0.25em;
}
.current {
  padding: 0.25em;
}
.res-head-title .current{
  background: #dee;
  color: #252525;
}

.arrow-right{
  background: transparent url('../images/ico_dale.gif') left center no-repeat;
  height: 20px;
  width: 20px;
  text-decoration: none;
}
.arrow-right span,.arrow-left span{
  visibility: hidden;
}
.arrow-left{
  background: transparent url('../images/ico_pred.gif') left center no-repeat;
  height: 20px;
  width: 20px;
  text-decoration: none;
}
.center{
  text-align: center;
}
.to_right{
  text-align: right;
  display: block;
}
.r-marg{
  background: transparent url('../images/ico_dale.gif') right top no-repeat;
  padding-right: 25px;
  margin-left: 0;
}
.l-marg{
  float: left;
  display: block;
  background: transparent url('../images/ico_pred.gif') left top no-repeat;
  margin-left: 0;
  padding-left: 25px;
}
.errorMsg{
  background: #feddda;
  border: 1px solid red;
  color: #f00;
  font-weight: bold;
  padding: 1em;
}
.img-to-right{
  float: right;
  margin: 0 0 0.5em 0.5em;
}
.img-to-left{
  float: left;
  margin: 0 0.5em 0.5em 0;
}
.photo {
  float: left;
  background: #e0e0e0;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 168px;
  height: 185px;
  text-align: center;
}
* html .photo {
  width: 152px;
}
* html .middle img {
  max-width: none;
}
.photo p {
  margin: 0;
  padding: 0;
}
.photo p.photo-img {
  padding: 8px;
  padding-bottom: 0;
}
.photo a.text, .photo a.text:hover {
  color: #303030;
  font-size: 85%;
}
.photo .img img {
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}
.photo .sort_handle {
  cursor: move;
}
.nearphoto {
  text-align: center;
}
.inlinebox {
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  padding: 6px 0 1px 0;
}
.inlinebox .p {
  display: block;
  float: right;
}

/*************** toolbar *********/
#tbbox {
  background: #eee;
  border: 1px solid #aaa;
  width: 240px;
  z-index: 1000;
}

#tb {
  text-align: center;
}

#tbbox .tbtitle {
  border-bottom: 1px solid #aaa;
  padding-left: 5px;
}

#tb div {
  padding: 5px;
}

#tb img {
  border: 0;
  margin: 0;
}

#tb a {
  text-decoration: none;
}

.tbheader {
  background: #ddd;
}

.tbheader strong {
  padding-left: 5px;
}

#tbhandle {
  cursor: move;
}

#tbclose, #tbmin {
  display: block;
  float: right;
  font-family: monospace;
  padding: 0 3px;
}

#tbclose {
  cursor: pointer;
  background: #800;
  color: #fff;
}

#tbclose:hover {
  background: #f00;
}

#tbmin {
  cursor: pointer;
  background: #666;
  color: #fff;
  margin-left: 5px;
}

#tbmin:hover {
  background: #999;
}

/************* inline ***********/
#inlinetoolbar {
  border: 1px solid #aaa;
  background: #eee;
  margin: -20px;
  padding: 5px;
}
#inlinetoolbar p.inlinetitle {
  color: black;
  font-weight: bold;
}
#article_edit label table {
  width: 99%;
}

/************************************ pravy sloupec ***************************/
.right .conin {
  margin: 0;
  padding: 1em;
}

/****************************** paticka ***************************************/
footer .conin {
}

/****** search words plugin ******/
span.highlight_words {
  padding: 0 0.25em;
  border: 1px solid #0e3c66;
  background: #fc6;
}

/****** dictionary plugin *******/
.highlight_dict_words:hover {
  position: relative;
}
.highlight_dict_words span.h_word {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
.highlight_dict_words .dict_description {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 150px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  z-index: 1000;
  font-size: 0.9em;
  cursor: default;
}
.highlight_dict_words .dict_description a {
  display: block;
  float: right;
}

/************** chapters *********/
.article_chapter{
  padding: 1em;
  position: relative;
}
.article_chapter h3{
  margin-top: 0;
}
.article_chapter ul{
  margin-left: 0;
  padding-left: 0;
}
.article_chapter .prev{
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url('../images/ico_pred.gif') left center no-repeat;
  display: block;
  float: left;
  padding-left: 25px;
  margin: 1em 0 0 1em;
}
.article_chapter .center{

}
.article_chapter .next{
  background: transparent url('../images/ico_dale.gif') right center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  display: block;
  padding-right: 25px;
  margin: 1em 1em 0 0;
}
.article_chapter .top{
  display: block;
  text-align: center;
}
.article_chapter ul li{
  padding: 0.25em 0.25em 0.25em 1em;
  background-position: left center;
  background-image: none;
}

.article_chapter ul .ch-1{
  padding-left: 2em ;
}
.article_chapter ul .ch-2{
  padding-left: 3em ;
}
.article_chapter ul .ch-3{
  padding-left: 4em ;
}
.article_chapter ul .ch-4{
  padding-left: 5em ;
}
.article_chapter ul .ch-5{
  padding-left: 6em ;
}
.article_chapter ul .ch-6{
  padding-left: 7em ;
}
.article_chapter ul .ch-7{
  padding-left: 8em ;
}
.article_chapter ul .ch-8{
  padding-left: 9em ;
}
.article_chapter ul .ch-9{
  padding-left: 10em ;
}
.article_chapter ul .ch-10{
  padding-left: 11em ;
}
.article_chapter ul .ch-12{
  padding-left: 13em ;
}
.article_chapter ul .ch-13{
  padding-left: 14em ;
}
/**************  Hodnoceni­ pod clankem  **********/
.rating{
  margin-top: 2em;
  border-top: 1px solid #185B96;
  text-align: center;
}
.rating table{
  margin: 0 auto;
  border: 1px none #fff;
}
.rating table td{
  width: 3em;
  background: transparent;
  border: 1px none #fff;
}

/************** sitemap **********/
ul.sitemap {
  margin-left: 0;
  padding-left: 0;
}

ul.sitemap li {
  padding-left: 10px;
  margin-left: 20px;
}

ul.sitemap .lv-2 {
  font-weight: bold;
  font-size: 120%;
  margin-top: 0.5em;
}

ul.sitemap .lv-3 {
  font-weight: bold;
  margin-top: 0.5em;
}

/********************************* login  *****************************/
#login {
  background-color: #F9F9F9;
  padding: 10px;
  color: #343434;
}

#login #login_form {
  padding: 10px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  width: 95%;
  display: block;
}

#login label {
  clear: left;
  width: 17%;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1.2em;
}

#login #login_form input {
  width: 70%;
  display: block;
}

#login #lost_password {
  padding: 10px;
  width: 95%;
  display: block;
}

#login #lost_password input {
  width: 70%;
  display: block;
}

#login #login_form .submit_login input,
#login #lost_password .submit_login input {
  width: auto;
  font-size: 0.9em;
  display: block;
}

/******** delete confirm ***********/
.delete_confirm ul {
  width: 90%;
  background: #fff;
  border: 1px solid #cccccc;
  padding: 0;
  margin-left: 0;
}

.delete_confirm ul li {
  display: block;
  padding: 5px 0;
  padding-left: 10px;
  margin: 0;
  list-style-image: none;
  font-size: 0.9em;
}

.delete_confirm ul li.even {
  background-color: #ececec;
}

.delete_confirm #submit {
  background-color: #006600;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align:center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}


.delete_confirm  #deny {
  background-color: #aa0000;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align: center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}

.delete_confirm input:hover {
  text-decoration: underline;
}

.delete_confirm input {
  float: left;
  margin-right: 20px;
  overflow: visible;
  font-size: 0.9em;
}

/* QCM info */
.qcm-info {
  margin: 0 10px;
  text-align: right;
  font-size: 0.9em;
}
.qcm-info a {
  color: #666;
  text-decoration: none;
}
.qcm-info a:hover {
  text-decoration: underline;
}

/******** formatovani v editoru ***********/
.marker {
  background: #fdffc3;
  padding: 5px;
}

.pul-doleva{
  width: 46%;
  float: left;
  padding: 5px;
  margin: 1em 0;
}

.pul-doprava{
  width: 46%;
  float: right;
  padding: 5px;
  margin: 1em 0;
}

.bmk .bmk_body {
  clear: both;
  position: relative;
}
/*
* html .bmk .bmk_title,
*+html .bmk .bmk_title {
  border-bottom: 1px solid #ddd;
}
* html .bmk .bmk_body .bmk_content,
*+html .bmk .bmk_body .bmk_content {
  border-bottom: 1px solid #ddd;
  top: -9px;
}
*/
.bmk .bmk_header {
  position: relative;
  z-index: 1000;
}

.bmk .bmk_body .bmk_content {
  position: relative;
  top: -1px;
  padding: 1em;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
}

.bmk .visible {
  display: block;
}

.bmk .invisible {
  display: none;
}

.bmk .bmk_title {
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  padding: 10px 5px;
  border: 1px solid #e5e5e5;
  float: left;
  margin-right: 5px;
  width: 120px;
  text-decoration: none;
  font-size: 16px;
}

.bmk .bmk_title.active {
  background: #f6f6f6;
  border-bottom: 1px solid transparent;
  color: #006a44;
}

.ph_left {
  float: left;
  margin: 0 10px 10px 0;
}
.ph_right {
  float: right;
  margin: 0 0 10px 10px;
}
.ph_center {
  text-align: center;
}

/************* modulove css *************/
/* obscura */
.admin-tools {
  border:1px solid silver;
  padding:.5em 1em;
  float:right;
  background:#F7F7F7;
}

.subalbums-box {
  float:right;
  border-left:1px solid silver;
  padding-left:10px;
  padding-bottom:10px;
  width:250px;
}
.photopaginator{
  clear:both;
  border-top:1px solid silver;
  padding-top:1em;
  margin:0 1em;
}

.subalbums paginator{
  width:100%;
}

.photo {
  display: block;
  float: left;
  padding:10px;
  margin:10px;
  background: #F7F7F7;
  width:150px;
  height:190px;
  text-align:center;
}
* html .photo {
  width:190px;
}

.photo img{
  padding-bottom:10px;
  margin:0 auto;
}

.pphoto {
  display: block;
  float: left;
  padding:5px;
  margin:0px;
  width:150px;
  text-align:center;
  padding-bottom: 0;
}

.pphoto img{
  margin:0 auto;
}

#album-name {
  float: right;
  width: 220px;
  text-align: right;
  padding-right: 10px;
  clear: both;
  border-bottom: solid #aaa 1px;
}

#pphoto-desc {
  margin: 5px;

}

.hidden {
  clear:both;
  visibility:hidden;
}
.go-top {
  float:none;
  width:100%;
  text-align:right;
}
.go-top a{
  text-align:right;
}
.photoblock{
  margin: 0 auto;
  text-align:center;
}
.obscura-edit label{
  clear:both;
  display:block;
  margin:1em 0 0 0;
}
.obscura-edit input, .obscura-edit textarea {
  clear:both;
  float:left;
  width:450px;
}

.obscura-edit input.radio {
  width: auto;
}

.obscura-edit input.submit {
  margin: 1em 1em 2em 1em ;
  padding:.5em 1em;
  width:auto;
  background:green;
  color:#fff;
}
.obscura-edit input.checkbox {
  clear:none;
  width:auto;
}
.obscura-edit label.checkbox {
  width:auto;
}

/* poslední verze z LE */
.listphoto{
  padding: 4px;
  background-color:#F0F0F0;
}

#ocontent h2 {
  margin-bottom: 10px;
}

#ocontent .photo {
  width: 150px;
  float: left;
  height: 200px;
  padding: 0 5px;
  text-align: center;
  display: block;
  margin: 10px 10px 10px 5px;
  display: block;
  background-color:#FFF;
}
* html #ocontent .photo {
  margin-right: 8px;
}

#ocontent .photo .photo-text {
  margin-top: 10px;
  text-align: left;
  padding: 0 10px;
  font-weight: bold;
}

#ocontent .photo .photo-text a {
  color: #558;
  text-decoration: underline;
  font-weight: bold;
}

#ocontent .photo img {
  margin:0;
  padding:0;
  border: 0;
}

.options-buttons .multiselect_chck {
  border:1px solid #00B400;
  height:100px;
  overflow:auto;
}

#obscura-dropbox {
  background: #eee;
  border: 2px dashed #ccc;
  height: 500px;
  right: 15px;
  position: absolute;
  top: 20px;
  width: 500px;
  z-index: 1500;
  border-radius: 10px;
  -moz-border-radius: 10px;
  color: #777;
  overflow: auto;
}

#obscura-dropbox.drag_over {
  border: 2px solid #060;
  background: #E1EFD1;
}

#obscura-dropbox #msg {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 450px;
  padding: 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#obscura-dropbox #msg.err {
  background: #FFF5EF;
}

#obscura-dropbox ul {
  margin: 0;
  padding: 10px;
  list-style-type: none;
}
#obscura-dropbox ul li {
  font-size: 10px;
  margin-bottom: 10px;
  position: relative;
}
#obscura-dropbox ul li img {
  float: left;
  margin-right: 10px;
  width: 120px;
}
#obscura-dropbox ul li .file_info {
  float: right;
  width: 320px;
}
#obscura-dropbox ul li .file_info div {
  margin-bottom: 4px;
}
#obscura-dropbox ul li .file_info .file_name {
  width: 320px;
  border: 1px solid #ccc;
}
#obscura-dropbox ul li .file_info .progress_bar {
  position: relative;
}
#obscura-dropbox ul li .file_info .progress_width {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  height: 100%;
  background: #C3DFB5;
}
#obscura-dropbox ul li .file_info .progress {
  position: relative;
  z-index: 210;
  display: block;
  background: transparent;
  text-align: center;
  color: #000;
}
#obscura-dropbox ul li .dlt {
  position: absolute;
  background: #b00;
  color: #fff;
  top: 0;
  right: 0;
  font-size: 10px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
}
#obscura-dropbox input.upload_btn,
#obscura-dropbox input.cancel_btn {
  width: 150px;
  margin: 10px;
}

/* neviditelne prvky */
#ocontent .notVisibleAlbum {
  background: #ddf;
}
#ocontent .notVisiblePhoto {
  background: #ddf;
}


/* download */
.download {
  width: 100%;
}
.download table, .download table td, .download table th {
  border: 0px;
  vertical-align: top;
}

.download th {
  text-align: right;
}

* html #download {
  width: 90%;
}

.download h3, .download h4 {
  margin: 0;
  padding: 0 5px 5px 0;
}

.download h4 {
  line-height: 1.2em;
  float: left;
  width: 150px;
  clear: left;
  font-size: 0.9em;
  font-weight: bold;
}

.download #file_new h4 {
  float: none;
  width: auto;
  font-size: 1.1em;
}

.download p.data {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  color: #4D4D4D;
}

.download p.data span{
  float: left;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  color: #4d4d4d;
  font-weight: normal;
}

.download img, .download form {
  margin: 0;
  padding: 0;
}
.download .frame {
  padding: 0px;
  /*width: 750px;*/
}
.download .breadcrumb {
  padding-bottom: 10px;
}
.download .editbox {
  /*background-color: #DDDDDD;*/
  margin-top: 5px;
  padding: 2px 2px 2px 2px;
  text-align: right;
  width: 105px;
}
.download .fl-left {
  float: left;
  padding-top: 5px;
  width: 99%;
}
.download .fl-right {
  float: right;
  padding-top: 5px;
}
.download .cleaner {
  clear: both;
}
.download .list {
  margin-top: 10px;
}
.download .desc {
  margin: 5px 5px 5px 0px;
  padding: 0px;
  float: left;
  clear: left;
}

.download .desc h4 {
  float: left;
  clear: left;
}

.download .desc p {
  clear: left;
  font-size: 0.9em;
  margin:  1px 0 1px 0;
}

.download .statistics {
  /*background-color: #F0F0F0;*/
  /*border-bottom: 1px solid black;*/
  margin: 5px 5px 5px 0px;
  padding: 5px 5px 5px 0px;
  font-size: 80%;
}
.download .half-size {
  width: 49% !important;
}
.download .divider {
  border-right: 1px solid black;
}

.download .button {
  border: 1px solid #aad400;
  background: #fff  url('../images/flash_download.png') right top no-repeat;
  width: 100%;
  margin: 0.5em 0 1em;
  display: block;
  float: left;
}

.download-back {
  text-align: right;
}

.download .button .data {
  color: #4d4d4d;
}

.download .button img {
  width: 48px;
  height: 48px;
  margin: 20px 20px;
  padding-right: 20px;
  float: left;
}

.download .button div.main-info {
  float: left;
  margin: 10px 0;
  width: 365px;
}

.download .button div.main-info h3 {
  line-height: 1.2em;
}

.download .button div.main-info h3 a {
  text-decoration: none;
}

.download .label {
  display: block;
  float: left;
  width: 55px;
}
.download .submit {
  width: 75px;
}
.download .top-bottom-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.download .acenter {
  text-align: center;
}
.download .input-label {
  display: block;
  float: left;
  width: 90px;
}
.download .folder-inputs, .download .file-inputs {
  width: 400px;
}

.download .f-img {
  float: left;
  width: 20px;
}

.download .f-img img {
  vertical-align: bottom;
}
.download .f-name {
  display: block;
  float: left;
}

.download .l-item {
  margin-top: 5px;
}

.download .file-box {
  border: 1px solid #00B400;
  background: #F0FFF0 none repeat scroll 0%;
  min-width: 150px;
  padding: 1em 1em 1em 1em;
  margin: 1em 0em 0em 0em;
}
* html .download .file-box {
  width: auto;
}

.download .error {
  border: 1px solid #FF9900;
  background: #FFEEDD none repeat scroll 0%;
  padding: 1em 1em 1em 1em;
  margin: 1em 0em 0em 0em;
}

.download div.other-info {
  margin: 10px 0;
  float: left;
  display: block;
  font-size: 0.9em;
}

.download .preview {
  float: right;
  margin: 5px 0px;
}

.download .preview img {
  float: left;
  clear: left;
}

.download .detail {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  width: 500px;
}

.download .detail li img {
  padding-right: 5px;
}

.download .detail .space {
  height: 20px;
}

.download .detail th {
  text-align: right;
  width: 70px;
}

.download .detail .icon {
  width: 40px;
  background-color: #fff;
  margin-bottom: 20px;

}

.download .detail h3, .download .detail h3 a {
  background-color: #fff;
}

.download .detail td a {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.download .ftype h4 {
  float: none;
  padding: 0;
}
.download .ftype p.data {
  margin-bottom: 1em;
}

.not_valid_yet {
  background-color: #FFFFDC;
}

.expired {
  background-color: #E2C5C5;
}

.hidden_version {
  background: #D9ECFF;
}

.hidden_file {
  background: #FED;
}

.f-state {
  color: gray;
}

.f-state-detail {
  float: right;
}

.download .l-item .f-state {
  float: right;
  padding-right: 10px;
}

#download-dropbox {
  background: #eee;
  border: 2px dashed #ccc;
  height: 500px;
  right: 15px;
  position: absolute;
  top: 20px;
  width: 500px;
  z-index: 1500;
  border-radius: 10px;
  -moz-border-radius: 10px;
  color: #777;
  overflow: auto;
}

#download-dropbox.drag_over {
  border: 2px solid #060;
  background: #E1EFD1;
}

#download-dropbox #msg {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 450px;
  padding: 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#download-dropbox #msg.err {
  background: #FFF5EF;
}

#download-dropbox ul {
  margin: 0;
  padding: 10px;
  list-style-type: none;
}
#download-dropbox ul li {
  font-size: 10px;
  margin-bottom: 10px;
  position: relative;
}
#download-dropbox ul li img {
  float: left;
  margin-right: 10px;
  width: 120px;
}
#download-dropbox ul li .file_info {
  float: right;
  width: 320px;
}
#download-dropbox ul li .file_info div {
  margin-bottom: 4px;
}
#download-dropbox ul li .file_info .file_name {
  width: 320px;
  border: 1px solid #ccc;
}
#download-dropbox ul li .file_info .valid_from,
#download-dropbox ul li .file_info .valid_to {
  width: 138px;
  border: 1px solid #ccc;
}
#download-dropbox ul li .file_info .progress_bar {
  position: relative;
}
#download-dropbox ul li .file_info .progress_width {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  height: 100%;
  background: #C3DFB5;
}
#download-dropbox ul li .file_info .progress {
  position: relative;
  z-index: 210;
  display: block;
  background: transparent;
  text-align: center;
  color: #000;
}
#download-dropbox ul li .dlt {
  position: absolute;
  background: #b00;
  color: #fff;
  top: 0;
  right: 0;
  font-size: 10px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
}
#download-dropbox input.upload_btn,
#download-dropbox input.cancel_btn {
  width: 150px;
  margin: 10px;
}

.hash-files li img {
  vertical-align: bottom;
}
/* search form */
#search_form_block {
  color: #000;
}

#search_form_block .search-left {
  float: left;
  width: 48%;
}

#search_form_block .search-right {
  float: right;
  width: 48%;
}

#search_form_block a {
  color: #162d50;
}

.left #search_form_block h2, #main .middle #search_result h2 {
  padding: 0;
}

#search_form_block .submit_search {
  text-align: right;
  margin-top: 10px;
}

#search_form_block #plugin_tabs {
  margin-top: 10px;
  position: relative;
  top: 2px;
  width: 100%;
  z-index: 10;
}

#search_form_block #plugin_tabs .search_tab {
  display: block;
  float: left;
  background: #ccc;
  margin-right: 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

#search_form_block #plugin_tabs .active {
  background: #fff;
  border-bottom: 1px solid #fff;
}

#search_form_block #plugin_tabs .search_tab a {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0.95em;
  font-weight: bold;
  text-decoration: none;
}

#search_form_block #search_form {
  border-top: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  z-index: 5;
}

#search_form_block #search_form .wanted_text {
  width: 120px;
  display: block;
  float: left;
  font-weight: bold;
}

#search_form_block #search_form #wanted_text, #search_form_block #search_form #znacka {
  width: 230px;
  border: 1px solid #ccc;
}

#search_form_block fieldset {
  border: 0;
}

#search_form_block #search_form h4 {
  font-size: 1em;
}

#search_form_block #search_form input[type =
"text"], #search_form_block #search_form textarea {
  border: 1px solid #c8beb7;
}

#search_form_block #search_form .date-from img, #search_form_block #search_form .date-to img {
  vertical-align: middle;
}

/* tasks*/
table.tasks_list tr.task_line {
  cursor: pointer;
}

table.tasks_list tr.task_line:hover td {
  background: #eee;
}

table.tasks_list tr.task_detail td {
  background: #eee;
}


table.tasks_list tr.task_detail p {
  font-size: 1em;
}

table.tasks_list tr.task_detail .vice {
  float: right;
}

.new_task_form label {
  width: 18%;
  display: block;
  float: left;
  font-weight: bold;
  position: relative;
}

.new_task_form input,
.new_task_form textarea {
  width: 80%;
}

.new_task_form textarea {
  height: 12em;
}
.new_task_form input.tasksubmit {
  width: auto;
  float: right;
  position: relative;
}

.tasks_new_block a {
  background: #eee url('../../../modules/tasks/images/icons/task_add.gif') no-repeat 0 0;
  padding: 5px 5px 5px 25px;
  cursor: pointer;
  margin-top: 10px;
  float: left;
  position: relative;
}

#tasks_new_block_form {
  background: #eee;
  margin-top: 0;
}

#tasks_new_block_form form{
  padding: 5px;
}

/* dashboard */
* html .board_col,
* html .sort {
  position: static !important;
}

.board_col {
  padding-bottom: 20px;
}

.board .sort {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url('../images/box-bg.png') repeat-x 0 bottom;
}

.cols_2 .board_col {
  width: 49%;
  float: left;
  margin-right: 1%;
}

.cols_3 .board_col {
  width: 32.4%;
  float: left;
  margin-right: 0.5%;
}

tr.under_thin td {
  border-top: 1px solid #cecece;
}

.header_box h3 {
  float: left;
  display: block;
  padding-left: 5px;
  font-size: 1em;
  margin: 5px 0 0;
}

.header_box {
  cursor: move;
  width: 100%;
}

.block_buttons {
  float: right;
}

.block_menu {
  text-align: right;
}

.drop {
  background: #333;
}

.board_content {
  width: 100%;
}

.board_content .conin {
  border: 1px solid #cecece;
  padding: 5px;
  overflow: auto;
  clear: both;
}

.board_content ul.dashboard-list {
  margin: -5px;
  padding: 0;
  list-style-type: none;
}
.board_content ul.dashboard-list li {
  background: #fff url('../images/dashboard/item.png') no-repeat 10px 8px;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.board_content ul.dashboard-list li p {
  margin: 0;
  padding-left: 35px;
}
.board_content ul.dashboard-list li:hover {
  background-color: #fee6c4;
}
.board_content ul.dashboard-list li a {
  color: #AB0303;
  text-decoration: none;
}
.board_content ul.dashboard-list li a:hover {
  text-decoration: underline;
}
.board_content ul.dashboard-list li .info {
  font-size: 0.9em;
}
.board_content ul.dashboard-list li .show-details {
  float: right;
  cursor: pointer;
  display: none;
  padding-right: 5px;
}
.board_content ul.dashboard-list li:hover .show-details {
  display: block;
}
.board_content ul.dashboard-list li .details {
  float: right;
}
.board_content ul.dashboard-list li .details a {
  display: block;
  float: left;
  width: 57px;
  height: 15px;
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
  padding: 2px 0 0 25px;
}
.board_content ul.dashboard-list li .details .view a {
  background: url('../images/dashboard/view.png') no-repeat 0 0;
  margin-right: 5px;
}
.board_content ul.dashboard-list li .details .edit a {
  background: url('../images/dashboard/edit.png') no-repeat 0 0;
}
.board_content .more-button {
  margin: 5px -5px -5px;
  padding: 5px;
}
.board_content .more-button a {
  display: block;
  background: url('../images/dashboard/more.png') no-repeat 0 0;
  width: 142px;
  height: 15px;
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
  padding: 2px 0 0 25px;
}

.dashboard-obscura-list {
  padding: 5px;
}

.dashboard-obscura-list .item {
  width: 85px;
  height: 85px;
  float: left;
  margin: 0 10px 10px 0;
  font-size: 0.9em;
  border: 0px solid white;
}

/* inline gallery */
#inlineGalleryBg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}
#inlineGallery {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
#inlineGallery img {
  border: 0;
}
#imgOuterBox {
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  width: 32px;
  height: 32px;
}
#galleryImg {
  height: auto;
  width: auto;
}
#galleryNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#prevImg,
#nextImg {
  display: block;
  height: 100%;
  outline: none;
  background: url('../images/blank.gif') no-repeat 0 0;
}
#prevImg {
  float: left;
  width: 49%;
}
#prevImg:hover {
  background: url('../images/left.gif') no-repeat 0 50%;
}
#nextImg {
  float: right;
  width: 49%;
}
#nextImg:hover {
  background: url('../images/right.gif') no-repeat right 50%;
}
#imgInfoBox {
  height: 35px;
  overflow: hidden;
}
#imgInfo {
  float: left;
  width: 80%;
  text-align: left;
}
#imgTitle {
  font-weight: bold;
  font-size: 1.1em;
  color: #888;
}
#imgClose {
  float: right;
  width: 20px;
  padding-top: 3px;
}
#customContentBefore,
#customContentAfter { /* custom content */
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

#customContentBefore {
  text-align: left;
}

#customContentAfter {
  background: #eee;
}

.allowed {
  background-color: #3c0;
  border: solid 1px #fff;
}

.forbidden {
  background-color: #f00;
  border: solid 1px #fff;
}

/* google maps */
.middle .obscura_map img,
.middle .marwel_map img {
  max-width: none;
}

.google_map_div{
  width: 100%; 
  height: 300px;
}

/* js calendar */
div.calendar {
  z-index: 10000;
}

/* forum error */
.error-line {
  background: #f77878;
  display: block;
  padding: 5px;
}

/* formulare */
.form_row {
  border-top: 1px dotted #ddd;
}
.form_div .submit {
  border-top: 1px dotted #ddd;
  padding: 10px 0;
}
.form_row .lab {
  width: 30%;
  float: left;
  display: block;
  font-weight: bold;
}
.form_row .val {
  width: 70%;
  float: left;
  display: block;
}
.form_row .text input,
.form_row select,
.form_row textarea {
  border: 1px solid #ddd;
}
.form_row .text input,
.form_row textarea {
  width: 99%;
}
.form_row textarea {
  height: 150px;
}
.form_row select {
  width: 100%;
}
/* mesicni kalendar */
.month_calendar {
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
  width: 100%;
}

.month_calendar th {
  text-align: center;
  background: #eee;
}

.month_calendar td {
  width: 12.5%;
}

.cal_day_hover {
  display: block;
  text-align: center;
  position: relative;
}

.cal_day_hover:hover .cal_day_hover_desc {
  visibility: visible;
}

.cal_day_hover_desc {
  background: #FFFFFF;
  border: 1px solid #ccc;
  color: #000000;
  cursor: default;
  visibility: hidden;
  font-weight: normal;
  left: -108px;
  top: 15px;
  margin: 0;
  padding: 5px;
  position: absolute;
  width: 200px;
  z-index: 1000;
  text-align: left;
  border-radius: 5px;  
}

.cal_day_hover_desc .cal_day_item {
  display: block;
  padding-left: 5px;
  margin-bottom: 5px;
}
.cal_day_hover_desc .last {
  margin: 0;
}
.cal_day_hover_desc .cal_day_item a {
  font-weight: bold;
}

.cal_iframe .cal_day_hover_desc {
  position: absolute;
  left: 0;
  top: 160px;
  width: 180px !important;
  visibility: hidden;
  -webkit-transition: visibility 1.85s linear;
     -moz-transition: visibility 1.85s linear;
      -ms-transition: visibility 1.85s linear;
       -o-transition: visibility 1.85s linear;
          transition: visibility 1.85s linear;
}
.cal_iframe .cal_day_hover:hover .cal_day_hover_desc {
  visibility: visible;
}

.cal_iframe .cal_day_hover:hover {
  position: static;
}

.month_calendar td.calendarToday {
  background-color: transparent;
  font-weight: bold;
}
.month_calendar td.event {
  background-color: transparent;
} 
/*==============================================================================
                            CALENDAR
==============================================================================*/
/* CALENDAR */
.calendar-main table.calendar {
  border: 0;
  background: #cfceba;
  width: 100%;
}
.calendar-main table.calendar td {
  border: 0;
  background: #cfceba;
  text-align: center;
  padding: 0px 2px 0 2px;
  line-height:1.7em;
}
.calendar-main table.calendar td a {
  color: #000;
  text-decoration: none;
}
.calendar-main table.calendar td.calendar a  {
  color: #000;
  text-decoration: none;
  display: block;
}
.calendar-main table.calendar td.calendar a:hover {
  background: #dfded1;
}
.calendar-main .calendarHeader,
.calendar-main .calendarHeaderDay,
.calendar-main .calendarWeekNumber {
  font-weight: bold;
}
.calendar-main .calendarWeekNumber {
  padding: 0px 6px !important;
}
.calendar-main th {
  text-align: center;
}
.calendar-main table.calendar td.calendarToday {
  border: 0;
  padding: 0 2px;
  background-color: #C21E22;
  color: #fff;
}
.calendar-main table.calendar td.calendarToday a  {
  color: #fff;
}
.calendar-main table.calendar td.markedDay a {
  background: #3072d4;
  color: #fff;
}
.calendar-main table.calendar td.event a {
  background: #3072d4;
  color: #fff;
  padding: 0 5px;
}
/* MONTH CALENDAR */
#calendar .calendar-main,
.col-md-4 .calendar-main{
    box-shadow: 0px 0px 20px -2px #ccc;
}
.middle .calendar-main {
    background-color: #fff;
    border: 1px solid #dee2eb;
    margin-top: 1.5em;
    padding: 2em 3em;
}
.calendar-main h2 {
    margin: 0;
}
.calendar-main input[type="text"] {
    width: 80%;
}
.calendar-main .defaultSkin table.mceLayout {
    width: 80%!important;
}

.calendar-main input.inputs-cal,
.calendar-main input#number_repeat,
.calendar-main input#longitude, 
.calendar-main input#latitude {
    width: auto;
}
.calendar-main input#longitude, 
.calendar-main input#latitude {
    float: left;
}
.calendar-main label[for="latitude"] {
    margin: 0 1em;
}
.calendar-main .defaultSkin .mceStatusbar {
    height: 45px;
}

.hp #hp-blocks .calendar-main {
    margin-top: 4.6em;
}
.contacts-and-calendar .calendar-main {
    margin-top: 3.2em;
}
.mw-cal-allactions {
  margin: 0;
  padding: 17px 10px;
  border-right: 1px solid #681c15;
}
.mw-cal-allactions .glyphicon-arrow-right{
  color: #681c15;
}
.mw-cal-addactions {
  margin: 0;
  padding: 17px 10px;
  border-right: 1px solid #681c15;
}
.mw-cal-addactions .glyphicon-plus {
  color: #681c15;
}
.subscribe-link {
  margin: 0;
  padding: 17px 10px;
}
.mw-add-cal {
  background: #006a44;
  border-bottom: 1px solid #00aeef;
}
.mw-add-cal .glyphicon {
  color: #681c15;
  width: 25px;
  text-align: center;
  margin: 0 auto;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  font-size: 13px;       
  margin-bottom: 5px;   
}
.subscribe-link .glyphicon-envelope {
  color: #681c15;
}
.d #hp-blocks .calendar-main {
    margin-top: 3.5em;
}
.calendar_wrp .calendar-box-bg {
  background: #00aeef;
  color: #fff;
  text-align: center;
}
.calendar_wrp .calendar-box-bg  h2 {
  color: #fff;
  font-size: 20px;
  font-family: 'Oswald',sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 25px;
  padding-top: 20px;
}
.calendar_wrp .calendar-box-bg  a {
  color: #fff;
  font-size: 12px;
  font-family: 'Oswald',sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.calendar_wrp .calendar-box-bg  a:hover,
.calendar_wrp .calendar-box-bg  a:focus {
  text-decoration: underline;
}
.calendar_wrp .calendar-box-bg .mw-add-cal p a {
  text-transform: none;
}
.calendar_wrp .calendar-box-bg  .calendarMH,
.calendar_wrp .calendar-box-bg  .calendarYH {
  margin: 0;
  line-height: 26px;
  padding: 0 20px;
}
.calendar_wrp .calendar-box-bg  .calendarYH {
  padding-bottom: 40px;
}
.calendar_wrp .calendar-box-bg  .calendarMH a {
  font-size: 18px;
}
.calendar_wrp .calendar-box-bg  .calendarYH a {
  font-size: 20px;
}
.calendar-main .more_btn {
    margin: 35px 0 0;
    background: #9c2c21;
    padding: 3em 0 1em;
    border-left: 1px solid #671b14;
}
.calendar-main .more_btn:first-child {
    border-left: none;
}
.calendar-main .more_btn a {
  padding: 6px 8px;
  display: inline-block;
  opacity: 0.9;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  text-transform: none;
    text-decoration: underline;
    position: relative;
}
.calendar-main .more_btn.add-link a:after,
.calendar-main .more_btn.all-link a:after,
.calendar-main .more_btn.subscribe-link a:after {
    content:"";
    background: url("../images/cal-add-item.png") no-repeat 0 0;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -2em;
    left: 33%;
}
.calendar-main .more_btn.all-link a:after {
    background: url("../images/cal-arrow-right.png") no-repeat 0 0;
}
.calendar-main .more_btn.subscribe-link a:after {
    background: url("../images/envelope.png") no-repeat 0 0;
    left: 40%;
}
.calendar-main .more_btn a:hover {
    opacity: 1;
}
.calendar-main .calprevnext {
  float: left;
  background: url('../images/calprevnext.png') no-repeat 0 0;
  height: 10px;
  width: 6px;
  text-indent: -999px;
  overflow: hidden;
  margin-top: 8px;
}
.calendar-main .calnext {
    background-position: 100% 0;
    float: right;
}
.month_calendar {
    background: #fff;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}
.month_calendar th {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #000;
    padding: 2.5em 0 1em 0;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #ededed;
    font-weight: bold;
    background: transparent;
}
.month_calendar td {
    max-width: 12.5%;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    padding: 5px 8px;
}
.month_calendar td span {  
  padding: 5px;
}
.cal_day_hover {
  display: block;
  text-align: center;
  position: relative;
}
.cal_day_hover:hover .cal_day_hover_desc {
  visibility: visible;
}
.cal_day_hover_desc {
  background: #FFFFFF;
  border: 1px solid #ccc;
  color: #000000;
  cursor: default;
  visibility: hidden;
  font-weight: normal;
  left: -108px;
  top: 15px;
  margin: 0;
  padding: 5px;
  position: absolute;
  width: 200px;
  z-index: 1000;
  text-align: left;
  border-radius: 5px;
}
.cal_day_hover_desc .cal_day_item {
  display: block;
  padding-left: 5px;
  margin-bottom: 5px;
}
.cal_day_hover_desc .last {
  margin: 0;
}
.cal_day_hover_desc .cal_day_item a {
  font-weight: bold;
}
.cal_iframe .cal_day_hover_desc {
  position: absolute;
  left: 0;
  top: 160px;
  width: 180px !important;
  visibility: hidden;
  -webkit-transition: visibility 1.85s linear;
  -moz-transition: visibility 1.85s linear;
  -ms-transition: visibility 1.85s linear;
  -o-transition: visibility 1.85s linear;
  transition: visibility 1.85s linear;
}
.cal_iframe .cal_day_hover:hover .cal_day_hover_desc {
  visibility: visible;
}
.cal_iframe .cal_day_hover:hover {
  position: static;
}
.month_calendar td.calendarToday .cal_day_hover, 
.month_calendar td.event .cal_day_hover > a {
  background-color: #006a44;
  color: #fff;
  padding: 5px;
  display: block;
  text-decoration: none;
}
.month_calendar td.event .cal_day_hover > a {
    background-color: #fdd3cf;
    color: #903026;
}
.month_calendar td.calendarToday .cal_day_event,
.month_calendar td.event .cal_day_hover {
  padding: 0;
}
.month_calendar td.event .cal_day_hover > a {
  background-color: #006a44;
  color: #fff;
}
.month_calendar td.calendarToday .cal_day_hover {
  border-bottom: 3px solid #C83729;
}
.calprev {
  float: left;
}
.calnext {
  float: right;
}
/* CALENDAR LIST: ACTION */
#calendar-list form {
    background: #f6f6f6;
    margin-top: 1.5em;
    position: relative;
    margin-right: 15px;
    margin-bottom: 30px;
}
#calendar-list form .plugins {
    padding-top: 1em;
    text-align: left;
}
#calendar-list form .plugins .select-plugins {
    margin-top: 0.5em;
}
#calendar-list form .plugins .select-plugins span {
    padding-right: 0.5em;
    cursor: pointer;
}
#calendar-list form .search-wrap {
    border-bottom: none;
}
#calendar-list form .search-wrap .col-md-2 {
    line-height: 35px;
    padding: 0;
}
#calendar-list form .search-wrap .col-md-10 {
    float: right;
    padding: 0 10px 0 0;
}
#calendar-list .col-md-6.first {
    padding-left: 0;
}
#calendar-list form a,
#calendar-list form label {
  color: #006a43;
  font-size: 12px;
  text-transform: uppercase;
}

#calendar-list form label[for=search_text] {
  color: #555555;
  text-transform: none;
}
#calendar-list>h2 {
    background: url(../images/line-leaf.png) no-repeat center bottom;
    line-height: 90px;
    color: #006a44;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}
#calendar-list form label {
  font-weight: normal;
}
/*==============================================================================
                            FILTER and FORMS
==============================================================================*/
.filter {
    background: rgba(243, 245, 250, 0.94);
    margin-top: 1.5em;
    position: relative;
    padding-right: 0;
    min-height: 50px;
    z-index: 10;
    max-width: 843px;
    box-shadow: 0px 10px 26px -13px #666;
}
.filter .full-filter {
    padding: 1em 3.5em 2em 1em;
    border: 1px solid #DFE3EB;
    border-top: none;
}
.filter .full-filter {
    display: none;
}
.filter .wrap {
    padding: 0em 1em 0em 50px;
    border: 1px solid #DFE3EB;
    height: auto;
}
.filter .full-filter h3 {
    color: #C83729;
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #00b1eb;
    text-transform: uppercase;
}

.filter-btn {
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 1px;
    opacity: 0.8;
    z-index: 1000;
}
.filter-btn:hover {
    cursor: pointer;
    opacity: 1;
}
.filter-btn:after {
    content: url(../images/minus-btn.png);
}
.max-height-map {
  height: 50px;
  overflow: hidden;
}
#maps_hash_layers .filter-btn:after {
    content: url(../images/plus-btn.png);
}
.filter.is-closed .filter-btn:after {
    content: url(../images/plus-btn.png);
}
#maps_hash_layers .filter.is-open .filter-btn:after {
    content: url(../images/minus-btn.png);
}
.filter .next-days {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.filter .days-from-to,
.filter .name-filter {
    min-height: 50px;
    height: auto;
    padding: 8px 20px;
}
.filter .name-filter label,
.filter .name-filter input {
    float: left;
}
.filter .name-filter label {
    margin-right: 20px;
    position: relative;
    top: 7px;
}
.filter .name-filter p {
    margin: 0;
    float: none;
}
.filter .name-filter input {
    width: 70%;
}
.filter .form-group {
    margin: 0.5em 0;
}
.filter input[type="text"], 
.filter select,
.form input[type="text"],
.form select {
    padding: 5px 15px;
    height: 35px;
    border:1px solid #cccccc;
}
.filter .checkbox-inline,
.form .checkbox-inline {
    margin: 0 1%;
    float: left;
    width: 48%;
    box-sizing: border-box;
    font-size: 12px;
    text-transform: uppercase;
    color: #006a44;
}
.map-title h3 {
  display: inline-block;
}
.h3-remake {
  padding: 0;
  width: 50%;
  float: left;
}
.filter .col-md-3 .checkbox-inline {
    width: 100%;
}
.filter .wrap .checkbox-inline {
    width: auto;
    margin: 15px;
}
.filter .checkbox-inline input {
    margin-right: 7px;
    top: 2px;
    position: relative;
}
.filter .search-wrap input {
    width: 100%;
}
.filter .submit {
    padding-right: 0;
}
.filter .submit input,
.form input.submit {
    background: none;
    border: none;
    color: #006a43;
    padding: 0.5em 2em;
    text-decoration: underline;
}
.filter .submit input:hover, .form input.submit:hover,
.filter .submit input:focus, .form input.submit:focus,
.next-days:hover a, .next-days:focus a {
  text-decoration: none;
}
.filter .form-row.checkbox {
    width: 21%;
}

.form #advanced-search-box {
    padding-left: 1em;
    top: 9px;
    position: relative;
}
.filter-btn:after {
    content: url(../images/plus-btn.png);
}

.filter.is-closed .filter-btn:after {
    content: url(../images/minus-btn.png);
}

.filter-btn {
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 1px;
    opacity: 0.8;
    z-index: 1000;
}

#calendar-detail h2.calendar-heading {
  background: url(../images/line-leaf.png) no-repeat center bottom;
  line-height: 90px;
  color: #006a44;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
#calendar-detail .cal-type,
#calendar-detail .cal-org,
#calendar-detail .cal-web {
  text-align: left;
}
#calendar-detail p.calendar-date{
  text-align: left;
}

#calendar-detail .description{
  text-align: left;
}



 /*==============================================================================
                            CALENDAR V EDITORU
}
}
==============================================================================*/
#admin div.calendar, 
#admin div.calendar table, 
#kutnahora div.calendar, 
#kutnahora div.calendar table {
  min-width: 210px;
}

/* vyber skupiny */
.overflow_groups {
  width: 350px;
  max-height: 150px;
  overflow: auto;
  display: block;
  float: right;
  margin: 10px 0;
}
.overflow_groups label{
  display:block;
}

/* Start - non default css */
/* header */
header {
  border-bottom: 9px solid #006a44;
}

.hp .mw-hidden {
  display: none;
}

.mw-visibility {
  visibility: hidden;
}

.hp .logo-absolute {
  position: absolute;
  z-index: 2;
  margin-left: -67px;
  left: 50%;
  top: 80px;
}
.logo-absolute {
  float: left;
}

section.header-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
#search {
  display: inline-block;
}
.topmenu {
  display: inline-table;
  position: relative;
}

.search-words {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    float: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search-words .form-group {
  margin: 0;
}
.search-words .form-group label {
  margin: 0;
}
.social-icons {
  width: 138px;
  float: right;
}
.social-icons p {
  margin: 0;
}
.social-icons p img:hover,
.social-icons p img:focus {
  opacity: .8;
  cursor: pointer;
}
.hp .social-icons {
  float:left;
}
.sub-menu-bg {
  border-top: 9px solid #e1e1e1;
}
.sub-menu-bg img {
  width: 100%;
  height: 126px;
}
.head-full-size {
  background-color: rgba(0,106,68,0.40);
  width: 100%;
  position: absolute;
  bottom: 9px;
  border-top: 1px solid rgba(187, 196, 115, 0.40);
}
.hp .sub-header {
  float: none;
}
.sub-header {
  padding: 9px 0;
  float: right;
  margin-top: 22px;
  width: 35%;
}
.hp .sub-header {
  margin-top: 0;
  width: 100%;
}
/* menu */
.navbar-default {
  background-image: none !important;
  border-radius: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 32px 13px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #00b1eb;
}


.hp .middle {
  width: 100%;
}

.hp .right {
  width: 100%;
}

.hp .left {
  width: 100%;
}

/* slider */
#slider {
  border-top: 9px solid #006a44;
}
.hp #slider {
  height: 605px;
  overflow-y: hidden;
}

#slidershow {
  max-height: 605px;
  overflow: hidden;
}
#slider .article-perex {
  margin: 0;
}
#slider .size-box h2 {
  margin: 0;
  font-size: 66px;
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
}
#slider .size-box h4 {
  font-size: 46px;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
}
.absolute-box {
  position: absolute;
  top: 250px;
  width: 100%;
}
.absolute-wrapper {
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
  max-width: 1180px;
}
.hp .slick-arrow {
    background: #000;
    color: #fff;
    z-index: 2;
}
.slick-slide img {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
}
section.image-arrow {
  height: 16px;
}
section.image-arrow img {
  position: relative;
  top: -5px;
}
.hp .slick-next {
  right: 0px;
  top: 25%;
  background: url(../images/slide-right.png) no-repeat;
  background-size: 49px 111px;
  width: 49px;
  height: 111px;
}
.hp .slick-prev {
  left: 0px;
  top: 25%;
  background: url(../images/slide-left.png) no-repeat;
  background-size: 49px 111px;
  width: 49px;
  height: 111px;
}
.hp .slick-prev:before,
.hp .slick-next:before {
  display: none;
}
.hp .slick-prev:hover,
.hp .slick-prev:focus {
  background: url(../images/slide-left.png) no-repeat;
  opacity: .85;
}
.hp .slick-next:hover,
.hp .slick-next:focus {
  background: url(../images/slide-right.png) no-repeat;
  opacity: .85;
}

/* hp */

h3.title {
  font-size: 36px;
  color: #006a44;
  text-transform: uppercase;
  font-weight: 400;
}

p.subtitle,
.hp-vypisy p.article-perex {
  font-size: 18px;
  color: #006a44;
  text-transform: uppercase;
  font-weight: 400;
}

p.line-leaf,
h3.title,
p.subtitle {
  text-align: center;
}

/* nejblizsi akce */
.middle .action-box img {
  margin: 0;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.actions-region div.date:before {
  content: url('../images/white-leaf.png');
}
.action-box {
  width: 360px;
  box-sizing: border-box;
  max-height: 235px;
  overflow: hidden;
  position: relative;
}
.img {
    overflow: hidden;
}
.action-box img {
  float: none;
  margin: 0;
   -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
  width: 360px;
  height: auto;
  overflow: hidden;
}
.action-box .img {
  background: #006a44;
  background-size: cover;
  width: 360px;
  height: 220px;
}
.action-box a:hover img {
  width: 400px;
  height: auto;
}
.action-box a:hover .action-perex p,
.action-box a:focus .action-perex p {
  text-decoration: underline;
}
.action-box:nth-child(odd) {
  padding: 15px 10px 15px 0px;
  box-sizing: initial;
}
.action-box:nth-child(even) {
  padding: 15px 0px 15px 15px;
  box-sizing: initial;
}
.actions-content {
  position: absolute;
  top: 15px;
  max-width: 360px;
  width: 100%;
  height: 220px;
}
.boxs_subpage .actions-content {
  top: 8px;
}
.action-perex { 
  position: relative;
  top: 24px;
  height: 50px;
}
.action-perex p {
  background: #006a44;
  color: #fff;
  font-weight: 700;
  height: 60px;
  padding: 10px 30px; 
  margin: 0;
}
.actions-content .date {
  color: #fff;
  padding-top: 30px;
  text-align: center;
}
.actions-content div.date:before {
    content: url(../images/white-leaf.png);
}
.action-title h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 30px;
  margin: 0;
  line-height: 36px;
  text-shadow: 0px 0px 3px rgb(0, 0, 0);
}
.action-title {
  height: 66px;
}
.mw-row {
  margin-left: -15px;
}

img.green-arrow {
    width: 25px !important;
    height: 16px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    position: relative;
    top: 1px;        
}
/* calendar */
.block-calendar {
  margin-right: -15px;
  padding-top: 135px;
  overflow: hidden;
}

/* vystavy a vernisaze */ 
.hp-vypisy h2,
.actions-region h2 {
  background: url('../images/line-leaf.png') no-repeat center bottom;
  line-height: 90px;
  color: #006a44;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
.actions-region h2 {
  float: right;
  clear: both;
}
.hp-exhibition .item img {
  border-radius: 50%;
  border: 8px solid #00b1eb;
  width: 146px;
  height: 146px;
  margin: 0;
  float: none;
}
.exhibition-img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.hp-exhibition p.article-info:before {
  content: url('../images/black-leaf.png');
}
.hp-exhibition .article-info {
  text-align: center;
  font-size: 18px;
}
.hp-exhibition h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 15px 0;
}
.hp-exhibition h3 a:hover,
.hp-exhibition h3 a:focus {
  text-decoration: underline;
}
.hp-exhibition h3 a {
  color: #006a44;
  text-decoration: none;
}

.hp-exhibition p.article-perex {
  font-size: 14px;
  color: #252525;
  text-transform: none;
  font-family: Georgia, Times, "Times New Roman", serif;
}

.mw-button a {
  display: inline-block;
  padding: 12px 45px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: white;
  border: 5px solid #00b1eb;
  border-radius: 35px;
  text-decoration: none;
  color: #00b1eb;
  font-size: 14px;
  text-transform: uppercase;
}
.mw-button a:hover,
.mw-button a:focus  {
  border:5px solid #009deb;
  color: #009deb;
}
/* subpage boxiky */
.boxs_subpage .action-box:nth-child(even) {
    padding: 10px 0px 0px 5px;
    box-sizing: initial;
}
.boxs_subpage .action-box:nth-child(odd) {
    padding: 10px 5px 0px 0px;
    box-sizing: initial;
}

.boxs_subpage .action-perex {
  top: 24px;
  text-align: center;
  height: 50px;
}

.boxs_subpage .action-perex span {
    position: relative;
    top: 2px;
}
#article .boxs_subpage .action-title h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 30px;
  margin: 0;
  line-height: 36px;
  text-shadow: 0px 0px 3px rgb(0, 0, 0);
  text-align: center;
}
#article .boxs_subpage .action-perex p {
  background: #006a44;
  color: #fff;
  font-weight: 700;
  height: 60px;
  padding: 10px 30px; 
  margin: 0;
}
#article .boxs_subpage .action-box img {
    float: none;
    margin: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    width: 360px;
    max-width: 360px;
    height: auto;
    overflow: hidden;
}
#article .boxs_subpage .action-box a:hover img {
    width: 400px;
    max-width: 400px;
    height: auto;
}
/* turisticke ciele */ 
.turist-finish img {
  margin: 0;
  float: none;
  width: 100%;
  height: auto;
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.turist-finish .turist-img {
  width: 360px;
  overflow: hidden;
  background: #006a44;
  background-size: cover;
  height: 208px;
}
.turist-finish a:hover .turist-title h3,
.turist-finish a:focus .turist-title h3 {
  text-decoration: underline;
}
.turist-finish a:hover img,
.turist-finish a:focus img {
  width: 105%;
}
.turist-finish .item {
  position: relative;
  width: 360px;
  height: 266px;
  overflow:hidden;
  box-sizing: initial;
  margin-bottom: 30px;
  padding:0px 15px;
}
.turist-title {
  position: absolute;
  bottom: 0px;
  background: #006a44;
  width: 360px;
}
.turist-title h3 {
  margin: 0;
  height: 60px;
  padding: 10px 30px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.turist-arrow {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -12px;
}

/* tipy a novinky */
.tips_time {
  font-size: 18px;
  color: #252525;
}
.tips_title h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 15px 0 25px 0;
}
.tips_news p.article-perex {
  font-size: 14px;
  color: #252525;
  text-transform: none;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.tips_title h3 a{
  text-decoration: none;
  color: #006a44;
}
.tips_title h3 a:hover,
.tips_title h3 a:focus {
  text-decoration: underline;
}
.hp-vypisy .article-content {
  padding-top: 20px;
}
.tips_news .item {
  margin-bottom: 30px;
}

/* mikroregion */
.bodymap .sub-menu-bg {
  display: none;
}
.bodymap .gmnoprint.gm-bundled-control {
  bottom: 140px !important;
}
.bodymap h4 {
  background: url(../images/line-leaf.png) no-repeat center bottom;
  line-height: 90px;
  color: #006a44;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.bodymap h5 {
  text-align: center;
  color: #006a44;
  text-transform: uppercase;
}
.bodymap .middle {
  width: 100%;
  text-align: center;
}
.mikroregion .mikro-perex {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}
.mikroregion .mikro-content {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
  text-align: center;
}

.mikroregion .mikro-mapa {
  margin: 30px auto;
  text-align: center;
}
.bodymap .mw-button {
  text-align: center;
}
.bodymap .breadcrumb {
  display: none;
}
/* footer */
footer h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: left;
}

footer .col-md-3 p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
footer .col-md-3 p a{
  color: #fff;
}

footer .list ul li {
  list-style: none;
  text-align: left;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  background: url(../images/list-arrow.png) no-repeat;
  background-position: 0px 11px;
  padding-left: 12px;
}

footer .list ul li a{
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
footer .list ul {
  padding: 0;
}
footer .list ul li a:hover {
  text-decoration: underline;
}

footer .subfoot-background {
  background:#fff;
}

footer .subfoot-background  .mw-copyright {
  display: inline-block;
  width: 42%;
  font-size: 14px;
  color: #006a44;
}
footer .subfoot-background  .mw-copyright .along  {
  display: inline-block;
  text-align: left;
}
footer .subfoot-background  .mw-copyright .along a,
footer .subfoot-background .mw-qcm a {
  font-size: 14px;
  color: #006a45;
  text-decoration: none;
}
footer .subfoot-background  .mw-copyright .along a:hover,
footer .subfoot-background  .mw-copyright .along a:focus,
footer .subfoot-background .mw-qcm a:hover,
footer .subfoot-background .mw-qcm a:focus {
  text-decoration: underline;
}

footer .subfoot-background  .icons {
  display: inline-block;
  width: 16%;
  text-align: center;
}

footer .subfoot-background  .icons a:hover,
footer .subfoot-background  .icons a:focus {
  opacity: .85;
}

footer .subfoot-background  .mw-qcm {
  display: inline-block;
  width: 42%;
  text-align: right;
  font-size: 14px;
  color: #006a44;
}

footer .image-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mw-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/*  subpage */
.hp header h1#logo a {
  width: auto;
  height: auto;
}

header h1#logo img {
  display: none;
}
.hp header h1#logo img {
  display: block;
  width: 186px;
  height:186px;
}
.hp header h1#logo a {
  background: none;
 }
header h1#logo a{
  background: url(../images/subpage-logo.png) no-repeat center center;
  width: 164px;
  height: 73px;
  margin: 10px 0;
}
.hp header h1#logo {
  background: none;
  width: auto;
  height: auto;
  margin: 0;
}

.hp .sub-menu-bg {
  display: none;
}
.left .conin {
  padding: 0;
}
.left #menu ul li {
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  background: #f6f6f6;
}
.left #menu ul li:last-child {
  border-bottom: none;
}
.left #menu ul li.active a,
.left #menu ul li:hover a,
.left #menu ul li:focus a {
  color: #00b1eb;
}
.left #menu ul li.active {
  background: #fff;
}

.left #menu ul li a {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  color: #006a44;
}
.left,
.middle {
  border: none;
}
.left {
    padding-top: 3.4em;
}
.middle .conin {
  padding:0;
}
#menu ul {
  border: 1px solid #e5e5e5;
}
.left .nav>li>a:focus,
.left .nav>li>a:hover {
  background: none;
}
#article>h2 {
  color: #006a44;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: normal;
}
#article>h2 {
  background: url(../images/line-leaf.png) no-repeat center bottom;
  line-height: 46px;
  padding-bottom: 20px;
  color: #006a44;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
#article p.article-perex img {
  display: none;
}
#article p.article-perex {
  text-align: left;
}
#article div.article-content {
  text-align: left;
}
.vevent {
  position: relative;
  width: 350px;
  height: 220px;
  overflow: hidden;
  box-sizing: initial;
  margin-bottom: 30px;
}
.vevent .img img {
  max-width: none;
  width: 100%;
  height: auto;
  float: none;
  margin:0;
     -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.vevent a:hover .img img {
  width: 370px;
}
.vevent .img {
  background: #006a44;
  background-size: cover;
  max-width: 350px;
  height: 160px;
  overflow: hidden;
}

.vevent .vev-descr {
  position: absolute;
  bottom: 0px;
  background: #006a44;
  width: 360px;
}
.vevent .vev-descr p {
  color: #fff;
  margin:0;
  padding: 10px 20px;
  height: 60px;
}
.vevent .date {
  position: absolute;
  color: #fff;
  top: 25px;
  width: 100%;
}
.vevent .date p.datum:before {
  content: url(../images/white-leaf.png);
}
.vevent .date abbr[data-original-title],
.vevent .date abbr[title] {
  color: #fff;
  font-size: 16px;
}
.vevent .cal-title {
  position: absolute;
  width: 100%;
  top: 35px;
}
.vevent .cal-title h3 {
  font-size: 30px;
  color: #fff;
  padding:0 10px;
  line-height: 36px;
  text-shadow: 0px 0px 3px rgb(0, 0, 0);
}
.vevent a:hover .cal-title h3,
.vevent a:focus .cal-title h3 {
  text-decoration: underline;
}
.vevent .vevent-arrow {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -15px;
}

.vevent abbr[data-original-title],
.vevent abbr[title] {
  border: none;
}

.bodymap .left {
  display: none;
}

#maps_hash_map {
  width: 100% !important;
  height: 760px !important;
}
#maps_hash_layers {
  top: 0;
  overflow: hidden;
  z-index: 5 !important;
  display: table;
}
.maps-hash-layers-content {
  margin-top: 0;
  background: #f6f6f6;
}
#modul_map {
  border-top: 9px solid #006a44; 
}

/* obscura - fotogaleria */
#ocontent h2 {
  background: url(../images/line-leaf.png) no-repeat center bottom;
  line-height: 90px;
  color: #006a44;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.subalbums h3 {
  font-size: 18px;
  color: #006a44;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
}

ul.subalbums li {
  text-align: left;
  list-style: square;
  color: #006a44;
} 

#resp_menu {
  display: none;
}

/* caldendar_form */
.calendar-main .editting form .form-group label, .calendar-main .label {
    display: block;
    float: left;
    width: 120px;
    text-align: left;
}
.calendar-main .editting input[type="text"] {
  width: auto;
  float: left;
}

.calendar-main .editting button, html input[type=button],
.calendar-main .editting input[type=reset],
.calendar-main .editting input[type=submit] {
  float: left;
  margin-left: 5px;
}
.calendar-main .editting select {
  float: left;
  margin-left: 5px;
}

.calendar-main .editting label[for="longitude"], .calendar-main .editting label[for="latitude"] {
    width: auto !important;
    margin: 0 1em 0 0;
}

.calendar-main .editting input#longitude, .calendar-main .editting input#latitude {
    float: left;
}

.calendar-main .editting #map {
  padding-top: 1em;
}

/* administraci clankov z frontendu */
#inline * {
  box-sizing: initial;
}
#inline .checkbox input[type=checkbox],
#inline .checkbox-inline input[type=checkbox],
#inline .radio input[type=radio],
#inline .radio-inline input[type=radio] {
  margin: 3px 3px 3px 4px;
  position: relative;
}

#inline .multiselectchck input {
  margin: 2px;
  line-height: initial;
  float: none;
}
#inline #labels label {
  text-align: left;
  font-weight: normal;
}
#inline #labels .leftxx {
  text-align: left;
}
div#mwArtOrderContainer {
  text-align: right;
}
#inline #labels h3, #inline #labels h4,
#inline strong {
  letter-spacing: 1px;
}


#download .multiple-operations .mo-title {
  background: rgba(0,106,68,0.40);
  border: 1px solid #006a44;
}
#download .multiple-operations .mo-operations {
  background: rgba(0,106,68,0.40);
  border: 1px solid #006a44;
}
#download .multiple-operations .mo-submit {
  margin-top: 0;
}


/* FB */
section#FBook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
    justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
    align-items: center;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  padding: 1em 0px;
}

#facebook .pluginConnectButtonLayoutRoot,
#facebook .fb-like,
.fb-width {
  width: auto !important;
}
div.fb-like {
  padding-right: 5px;
}

/* search */
div#search_result {
  text-align: left;
}

/* registrace */
#userinfo .help-form-class input {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#userinfo input[type="submit"] {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
    width: auto;
}
#userinfo input[type="submit"]:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}