@import url('./font.css');

body {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.9em;
    background: #f4f4f4;
    font-family: "oswaldregular", sans-serif;
    color: #000;
}

/********************************* Typo & html elements ****************************/
p {
    margin: 0.5em 0;
}

a {
    text-decoration: underline;
    color: #da2127;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 1.5em 0 1em 0;
    font-family: "oswaldlight", sans-serif;
    color: #102139;
}

h1 {
    font-size: 170%;
}

h2 {
    font-size: 43px;
    margin: 1em 0 0.7em 0;
    font-size: 43px;
    color: #e30613;
    text-transform: uppercase;
}

h3 {
    font-size: 140%;
}

h4 {
    font-size: 125%;
}

h5 {
    font-size: 110%;
    line-height: 1.5em;
}

h6 {
    font-size: 105%;
}

h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited {
    text-decoration: underline;
}

a img {
    border: 0;
}

acronym, abbr {
    font-size: 90%;
    letter-spacing: .07em;
}

fieldset {
    border-width: 1px 0 0 0;
    padding: 1em;
    margin: 0 0 2em 0;
}

body[id] fieldset {
    width: auto;
    -moz-border-radius: 0;
    margin: 0 0 1em 0;
}

legend {
    padding: 0 0.5em;
    font-size: 140%;
    font-weight: bold;
    color: #000;
}

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;
    padding: 0.5em 0 0;
    margin: 0;
}
#userinfo fieldset label span {
    width: 26em;
}
/* BUTTONS */
.btn {
    padding: 1em 3em 0.65em 3em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.7s;
}
.btn:hover {
    text-decoration: none;
}
.btn-primary,
.btn-primary:hover {
    background: #e30613;
    color: #fff;
    opacity: 0.8;
}
.btn-primary:hover {
    color: #fff;
    opacity: 1;
}
.btn-default {
    background: #fbc821;
    color: #000;
    opacity: 0.8;
}
.btn-default:hover {
    color: #000;
    opacity: 1;
}
.fleft {float: left;}
.fright {float: right;}

ul > li {
    list-style-image: url("../images/ico-li.png");
}

/* TABLE RESPONSIVE */
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
/****************************** basic layout elements *************************/
#all { /* hlavni element webu */
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    border: 0;
    font-size: 115%;
}

#header {
    margin: 0;
    padding: 0;
    height: 140px;
    border-bottom: 5px solid #e7e7e7;
}
#header .header-top {
    position: relative;
}
.left { /* kontejner pro levy blok - matrjoska - nenastavovat padding */
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
}

.right { /* kontejner pro pravy blok - matrjoska - nenastavovat padding */
    float: right;
    width: 170px;
    margin: 0;
    padding: 0;
}

.middle { /* kontejner pro stredovy blok - matrjoska - nenastavovat padding */
    margin: 0;
    width: 75%;
    float: right;
    clear: none;
    margin-top: 3em;
    text-align: left;
}

.colum-in { /* vnitrni kontejner pro vsechny bloky - matrjoska - tady nastavit padding */
    margin: 0 auto;
    padding: 0;
    max-width: 1130px;
    position: relative;
}

.cleaner {
    clear: both;
    height: 1px;
    font-size: 1px;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    visibility: hidden;
    display: block;
}

.hidden {
    position: absolute;
    left: -2000px;
}

.nodsp {
    display: none;
}

#album, #download, #ocontent, #article {
    position: relative;
    width: 100%;
}

/******************************* Layout structures  ****************************/
/****** hlavicka *******/
#header .header-top {
    width: 100%;
    background: #e30613;
    height: 45px;
    padding: 0.5em 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
#header .header-nav {
    background: #fff;
    width: 100%;
    height: auto;
}

#header h1 {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
}
/* LOGO */
#logo h1 a {
    text-decoration: none;
    display: block;
    width: 227px;
    height: 95px;
    overflow: hidden;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 10000;
}
#logo a:hover {
    text-decoration: none;
}
/* TOP HEADER */
.header-top-li {
    float: right;
    margin-left: 1em;
}
/* facebook */
.ico-facebook,
.ico-twitter {
    opacity: 0.9;
    transition: all .5s;
    width: 27px;
}
.ico-facebook:hover,
.ico-twitter:hover,
.ico-facebook:focus,
.ico-twitter:focus{
    opacity: 1;
}
/* search */
.search {
    width: 30%;
    text-align: center;
}
#searchform {
    margin: 0;
    height: 30px;
    position: relative;
}
#search-input {
    border: none;
    background: rgba(0,0,0,0.3);
    width: 100%;
    padding: 0 2.5em 0 0.5em;
    font-size: 80%;
    height: 29px;
    line-height: 31px;
}
#go_button {
    vertical-align: top;
    position: absolute;
    top: 6px;
    right: 8px;
    background: url(../images/ico-search.png) no-repeat;
    border: none !important;
    background-size: 15px;
    width: 15px;
    height: 15px;
}
/* vyber jazyka */
#lang-block {
   background: rgba(0,0,0,0.3);
   padding: 0 10px;
   height: 29px;
}
#lang-block .lang-flag {
    position: relative;
    top: 8px;
    height: 14px;
    display: block;
    line-height: 15px;
}
#lang-block .lang-flag a {
    color: #fff;
    text-decoration: none;
    padding-left: 25px;
    display: block;
}
#lang-block .cs a {
    background: url('../images/flag-cz.png') no-repeat 0 0;
}
#lang-block .en a {
    background: url('../images/flag-uk.png') no-repeat 0 0;
}
#lang-block .de a {
    background: url('../images/flag-de.png') no-repeat 0 0;
}
/* user-block */
#user-block {
    text-align: right;
    height: 26px;
    line-height: 30px;
    color: #fff;
}
#user-block a {
    color: #fff;
    text-transform: uppercase;
}
/* logo brno */
.logo-brno {
    margin-left: 50px;
}
/*** radkova navigace  ****/
.nav-ico-wrap {
    display: none;
}
#row-site-navigation {
    width: 100%;
    clear: both;
    padding-top: 110px;
    height: auto;
}

#row-site-navigation ul {
    margin: 0;
    padding: 0;
    float: right;
}

#row-site-navigation ul li {
    list-style-type: none;
    display: inline-block;
    float: left;
}

#row-site-navigation ul li a {
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    transition: color .6s;
    -webkit-transition: color .6s;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

#row-site-navigation ul li.active a,
#row-site-navigation ul li:hover {
    border-bottom: 5px solid #e4000d;
    color: #e4000d;
}

#row-site-navigation ul li.active a:after {
    background: none;
}

#row-site-navigation ul li a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e4000d;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
/* SLIDER HP */
#slider {
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 594px;
  height: auto;
  text-align: left;
  overflow: hidden;
  position: relative
}
/* HP SLIDER MAIN */
#main-carousel {
    max-height: 594px;
    overflow: hidden;
}
#main-carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}
#main-carousel.owl-theme .owl-controls .owl-pagination {
    position: absolute;
    bottom: 3em;
    left: 46%;
}
#main-carousel.owl-theme .owl-controls .owl-page span {
    border: 1px solid #f2f2f2;
}
#main-carousel.owl-theme .owl-controls .owl-page.active span, 
#main-carousel.owl-theme .owl-controls .owl-page span:hover {
    background: #fff;
}
#main-carousel.owl-theme .owl-controls {
    margin: 0;
}
#main-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
#main-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
    text-indent: -9999px;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 47%;
}
#main-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
#main-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background: url("../images/ico-prev.png") no-repeat;   
    left: 2em;
}
#main-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
#main-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background: url("../images/ico-next.png") no-repeat;   
    right: 2em;
}
#main-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
#main-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover{
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
}
#main-carousel .item img.perex_image {
    margin: 0!important;
}
#main-carousel .item .perex-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "opensans_light",sans-serif;
}
#main-carousel .item .perex-wrap h2 {
    margin-bottom: 15px;
}
#main-carousel .item .perex-wrap h2,
#main-carousel .item .perex-wrap h2 a {
    color: #fff;
    text-decoration: none;
    text-shadow: 3px 2px 7px #666;
}
#main-carousel .item .perex-wrap p {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 28px;
}

/* SERVICES BOXES HP */
#services-boxes {
    clear: both;
    width: 100%;
    height: 260px;
    background: #f4f4f4;
}
#services-boxes .item {
    box-shadow: 0px 0px 25px 2px #666;
    padding: 0;
    margin-left: 30px;
    width: 31.05%;
}
#services-boxes .item:first-child {
    margin-left: 0;
}
#services-boxes .colum-in > div:first-child {
    position: absolute;
    top: -252px;
    left: 0;
    z-index: 10;
}
#services-boxes .perex-img img {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
}
#services-boxes .content {
    background: #fff;
    color: #000;
    clear: both;
    height: 290px;
    overflow: hidden;
}
#services-boxes .content h3 {
    background: #e2e2e2;
    margin: 0;
    height: 55px;
    font-size: 20px;
    line-height: 58px;
    font-family: "oswaldlight", sans-serif;
}
#services-boxes .content ul {
    margin-top: 1em;
    padding-left: 1em;
}
#services-boxes .content ul li {
    margin: 1em 0;
    text-align: left;
    line-height: 20px;
}
#services-boxes .content ul li,
#services-boxes .content a {
    list-style: none;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
#services-boxes .content a:hover {
    text-decoration: underline;
}
#services-boxes .content .col-md-6 {
    margin: 0.5em 0;
    height: 215px;
}
#services-boxes .content .col-md-6:first-of-type {
    border-right: 1px dashed #e1e1e1;
}

/* ABOUT US HP */
#about-us {
    background: #fff;
    clear: both;
    padding: 2em 0 4em 0;
}

/* ACTUALITIES HP */
#actualities-hp {
    padding: 4em 0;
    background: #fff;
}
#actualities-hp .hp-box {
    background: #f4f4f4;
    width: 31.05%;
    height: auto;
    overflow: hidden;
    color: #000;
    padding: 0;
    padding-bottom: 5px;
    margin-left: 30px;
}
#actualities-hp .hp-box:first-child {
    margin-left: 0;
}
#actualities-hp .hp-box h3 {
    background: #cb0511;
    color: #fff;
    text-transform: uppercase;
    height: 70px;
    line-height: 74px;
    text-align: center;
    margin-top: 0;
}
#actualities-hp .hp-box h3 strong a {
    color: #fff;
    text-decoration: none;
}
#actualities-hp .hp-box h3 strong a:hover,
#actualities-hp .hp-box h3 strong a:focus {
    text-decoration: underline;
}
/* odstranene vice ponechane ak nahodou budu chciet spat 
#actualities-hp .vice {
    border: 1px solid #a1a1a1;
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    clear: both;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 1em auto;
    transition: all 0.6s;
    background: #fff;
}
#actualities-hp .vice a {
    color: #000;
    text-decoration: none;
}
#actualities-hp .vice:hover {
    border: 1px solid #000;
}*/
.tiskovky .item {
    float: left;
    width: 85%;
    margin: 0em 2em 0em 2em;
    padding: .5em 0;
    border-bottom: 1px dashed #cbcbcb;
    height: 70px;
    overflow: hidden;
}
.tiskovky .item:last-child {
    border-bottom: none;
}
.tiskovky .item.even {
  margin-right: 0;
}
.tiskovky .date {
  background-color: #fbc821;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 7px 0;
  margin: 3px 15px 5px 0;
  float: left;
  text-align: center;
  width: 50px;
  height: 50px;
  color: #000;
  line-height: 15px;
}
.aktuality .aimg {
    float: left;
    height: 50px;
}
.aktuality .aimg img {
    width: 50px;
    max-height: 50px;
    height: auto;
    overflow: hidden;
}
.tiskovky .date strong {
  display: block;
  font-size: 18px;
  padding: 3px 0;
}
.tiskovky .perex {  
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #000;
  text-align: left;
}
.tiskovky h4 {
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    color: #000;
    text-transform: none;
    padding: 0.4em 0 0 0;
    font-weight: bold;
}
.tiskovky h4 a {
  text-decoration: none;
  position: relative;
  color: #000;
}
.tiskovky h4 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tiskovky h4 a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.tiskovky p {
    margin: 2px 0 0 0;
    line-height: 14px;
    color: #000;
}
/* BANNERS HP */
#banners-hp {
    clear: both;
    width: 100%;
    background: #f4f4f4;
    color: #000;
    padding: 2em 0;
}
#banners-hp .hp-boxy .item {
    float: left;
    height: 240px;
    background: #fff;
    position: relative;
    overflow: hidden;
    /*box-shadow: 0px 0px 18px -4px #666;*/
    max-width: 89%;
    width: auto;
}
#banners-hp .owl-carousel {
    width: 100%;
    margin: 0 auto;
}
#banners-hp .owl-carousel .owl-item {
    margin-left: 1px;
}
#banners-hp .owl-item:first-child .item {
    margin-left: -3px;
}
#banners-hp .box-content .article-perex,
#banners-hp .box-content .article-perex img {
    margin: 0;
}
#banners-hp .owl-wrapper {
    padding: 2em 0;
}
#banners-hp .hp-box .box-footer {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 0.8em 1em;
    text-transform: uppercase;
    min-height: 5em;
    position: relative;
}
#banners-hp .hp-box h3 {
    font-weight: normal;
    text-align: left;
    margin: 1em 0.5em;
    margin: 0.3em 0.5em 0.5em 0.5em;
    line-height: 23px;
}
#banners-hp .hp-box h3 > a {
    text-decoration: none;
    color: #000;
    text-align: left;
}
#banners-hp .hp-box .more-info-btn {
    position: absolute;
    top: -1.5em;
    left: 1.5em;
    background: #fbc821;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.6s;
    padding: 0.3em 1.5em 0.1em 1em;
    text-align: left;
    font-size: 14px;
}
#banners-hp .hp-box .more-info-btn:hover {
    opacity: 1;
}
#banners-hp .customNavigationThemes {
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
#banners-hp .customNavigationThemes .prev, 
#banners-hp .customNavigationThemes .next {
    width: 34px;
    height: 56px;
    display: block;
    text-indent: -99999px;
    position: absolute;
    opacity: 0.7;
    transition: all .8s;
    cursor: pointer;
    top: -30px;
    padding: 0px;
    z-index: 1;
}
#banners-hp .customNavigationThemes .prev {
    left: 5px;
}
#banners-hp .customNavigationThemes .next {
    right: 22px;
}
#banners-hp .customNavigationThemes .prev {
    background: url("../images/ico-dark-prev.png") no-repeat;
}
#banners-hp .customNavigationThemes .next {
    background: url("../images/ico-dark-next.png") no-repeat;
}
#banners-hp .customNavigationThemes .prev:hover, 
#banners-hp .customNavigationThemes .next:hover {
    opacity: 1;
}
.owl-carousel {
    width: 97%;
    margin: 0 auto;
}

/* ARTICLE */
#article .article-perex {
    font-weight: normal;
    font-size: 16px;
    font-family: "opensans_light",sans-serif;
    text-align: left;
    font-style: italic;
    color: #000;
}
#article .article-content {
    font-family: "opensans_regular",sans-serif;
    font-size: 12px;
    color: #000;
    text-align: left;
    overflow-y: auto;
}
/* search */
#search_form_block {
    color: #000;
}

#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: 1px;
    _position: static;
    width: 100%;
}

#search_form_block #plugin_tabs .search_tab {
    display: block;
    float: left;
    background: #fff;
    margin-right: 5px;
    padding: 5px 10px;
    border: 1px solid #f2f5f9;
    border-bottom: 0;
}

#search_form_block #plugin_tabs .active {
    background: #f2f5f9;
}

#search_form_block #plugin_tabs .search_tab a {
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

#search_form_block #search_form {
    border-top: 0;
    background: #f2f5f9;
    padding: 10px;
}

#search_form_block #search_form .wanted_text {
    width: 120px;
    display: block;
    float: left;
}

#search_form_block #search_form #wanted_text {
    width: 200px;
    border: 1px solid #c8beb7;
}

#search_form_block fieldset {
    border: 0;
}

#search_form_block fieldset legend {
    color: #800000;
    font-size: 1.1em;
}

#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;
}

#search_form_block .advancedSearch input {
    vertical-align: middle;
    margin-right: 5px;
}

#user-block a {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

/* zpravodaj */
#zpravodaj {
    position: absolute;
    top: 5px;
    right: 172px;
    width: 130px;
}

#zpravodaj p {
    margin: 0;
}

#zpravodaj a {
    color: #1a355d;
    text-decoration: none;
    font-weight: bold;
    padding-left: 10px;
    background: url('../images/zprav-vice.png') no-repeat 0 4px;
}

#zpravodaj a:hover {
    text-decoration: underline;
}
/* starosta */
#starosta {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 0 10px 0 15px; 
    width: 145px;
    height: 65px;
}

#starosta p {
    margin: 0;
    padding: 0;
}
#starosta p.vice {
    float: left;
    max-width: 70px;
    padding-top: 5px;
}
#starosta p.article-perex {
    float: right;
}
#starosta img {
    margin: 0 0 0 .25em;
    max-height: 65px;
}

#starosta a {
    color: #1a355d;
    text-decoration: none;
    font-weight: bold;  
    padding-left: 10px;
    background: url('../images/zprav-vice.png') no-repeat 0 4px;
}

#starosta a:hover {
    text-decoration: underline;
}

/* kontakt */
#header #contact {
    position: absolute;
    top: 85px;
    left: 670px;
    width: 150px;
    font-size: 0.95em;
    line-height: 1.3em;
}

/******** preskoceni navigace ********/
a.hidden-nav {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -2000px;
    background: #fff;
    color: #000;
    padding: 0.5em;
    z-index: 0;
}

a.hidden-nav:active, a.hidden-nav:focus {
    z-index: 2000;
    margin-left: 0;
}

/***************************** obal. blok s obsahem **********************************/
/********************** OBRACENE PORADI SLOUPCU VANILLA 0.4 **************************/
#main {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    clear: both;
}

#main .left {
    margin-top: 4.5em;
}

#top-box {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 200;
}

/****************************** levy sloupec ***********************************/
/* leve menu */
.left #menu ul {
    width: 90%;
    margin: 0;
    padding: 0;
    _clear: left;
}

.left #menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    _float: left;
    _width: 285px;
    background: #0f1f36;
}

.left #menu li a {
    text-decoration: none;
    display: block;
    padding: 13px 5px 7px 20px;
    color: #fff;
}

.left #menu li a:hover,
.left #menu li.submenu li li li a:hover,
.left #menu li.active > a,
.left #menu li.submenu li li.acitve > a,
.left #menu li.submenu li li li.active > a,
.left #menu .menu-b li a:hover {
    color: #ffff00;
}
.left #menu li.submenu > ul > li > a:hover {
    color: #cd0511; 
}
.left #menu li.submenu > ul > li.menu-active > a:hover,
.left #menu li.submenu > ul > li.menu-active-parent > a:hover{
    color: #fff; 
}


/* menu a */
.left #menu .menu-a {
    border-bottom: 2px solid #fff;
}
.left #menu li a {
    font-weight: normal;
    text-align: left;
    border-top: 1px solid #252525;
    background: #363636;
    text-transform: uppercase;
}
.left #menu li.submenu, .left #menu .menu-a li.active, .left #menu .menu-a li.submenu li.active {
    background: #cd0511;
    color: #ffff00;
}
.left #menu li.submenu li a {
    padding: 11px 5px 7px 30px;
    font-weight: normal;
}
.left #menu li.submenu li li a {
    padding: 11px 5px 7px 40px;
    background: #bfbfbf;
    color: #000;
}
.left #menu li.submenu li li li a {
    padding: 11px 5px 7px 50px;
    font-size: 0.9em;
    background: #454545;
    color: #fff;
}
.left #menu .level1 li:first-child {
    border-top: none;
}
.left #menu li ul {
    width: 100%;
}
.left #menu .level2 > li a {
    background: #dfdfdf;
    border-top: 1px solid #fff;
    color: #000;
    text-transform: none;
}
.left #menu .level2 > li:first-child {
    border-top: none;
}
.left #menu ul > .menu-active > a,
.left #menu ul > .menu-active-parent > a,
.left #menu li.submenu li li.menu-active > a,
.left #menu ul > .menu-active-parent > ul > .menu-active-parent > a{
    text-transform: none;
    color: #ffff00;
    background: #cd0511;
}


.left #menu .menu-a .level-1 > .menu-active > a,
.left #menu .menu-a ul > .menu-active-parent > a {
    text-transform: uppercase;
}

/* Rychle odkazy */
.left .box {
    box-shadow: 0px 7px 9px -3px #9B9B9B;
    padding: 0;
    margin: 1em 0;
    width: 90%;
}
.left .box h4 {
    background: #E2E2E2;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 58px;
    font-family: "oswaldlight", sans-serif;
}
.left .box ul {
    padding: 0em 3em 0.5em 3em;
}
.left .box ul li a {
    display: block;
    clear: both;
    list-style: none;
    color: #000;
    background: transparent;
    text-transform: uppercase;
    text-decoration: none;
    margin: 1em 0;
    text-align: left;
    line-height: 20px;
}
.left .box ul li a:hover {
    text-decoration: underline;
}

/* leve bloky */
.left .left-blocks {
    padding: 5px 8px;
}

/* ankety */
.left .poll {
    background: #dee6f2;
    margin-bottom: 10px;
}

.poll .poll-question, .left .poll table th {
    background: #e30613;
    color: #fff;
    margin: 0;
    padding: 1em;
}

.left h3.poll-title {
    margin-top: 0;
}

.left .poll-result {
    float: right;
    padding-top: 5px;
    font-size: 0.9em;
}

.left .poll-result a {
    padding-left: 10px;
    background: url('../images/vice-left.png') no-repeat 0 50%;
}

.left .poll-answer {
    clear: left;
    padding: 5px;
}

.left .poll-answer input {
    margin-left: 0;
    float: left;
}

.left .poll-answer label {
    display: block;
    padding-left: 20px;
}

.left .poll-submit {
    padding: 5px;
}

.poll-submit input {
    width: 98px;
    height: 22px;
    border: 0;
    margin-right: 5px;
    color: white;
    background: #11223d url(../images/button_vote_hand.png) 5px 0 no-repeat;
    text-indent: 15px;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
}

.left .poll table td {
    padding: 5px;
}

#b-4 {
    margin-bottom: 15px;
}

.left .poll-list {
    margin: 0 0 2px 0;
    padding-left: 0;
    color: white;
    background: #223654;
}

.left .poll-list a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.left .poll-list a:hover {
    text-decoration: underline;
}

.left .poll-list li {
    margin-left: 0;
    padding: 5px;
    list-style: none;
}

.middle .box table td {
    font-size: 12px;
}

/* aktuality */
#b-12 {
    margin-bottom: 15px;
}

#b-12 h3 {
    margin: 0;
    border-bottom: 2px solid #fc0;
}

#b-12 .vice {
    float: right;
}

#b-12 .vice a {
    font-size: 0.9em;
    padding-left: 10px;
    background: url('../images/vice-left.png') no-repeat 0 50%;
}

#b-12 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#b-12 ul li {
    margin: 5px 0;
    line-height: 1.3em;
}

#b-12 ul li a {
    color: #102139;
    font-weight: bold;
}

/******************************* stredovy sloupec ******************************/
.middle .column-in {
    padding: 10px 20px 20px;
    position: relative;
}

.breadcrumb {
    background: #f4f4f4;
    font-size: 0.85em;
    height: 50px;
    text-align: left;
    color: #000;
    font-size: 12px;
    padding-left: 0.5em;
}

.breadcrumb a {
    text-decoration: none;
    line-height: 50px;
}
.breadcrumb a, 
.breadcrumb span {
    color: #000;
}
.breadcrumb span {
    font-weight: bold;
}
.breadcrumb .arrow {
    margin: 0 1em;
    color: #cd0511;
}
.breadcrumb a:hover {
    text-decoration: underline;
    color: #000;
}

#content {
    font-size: 112%;
    padding: 10px 0 20px 20px;
}

.middle img {
    max-width: 100%;
    margin: 0 1.5em;
}
.middle h3 > img {
    margin-left: 0;
}
.middle .eaddress img {
    margin: 0 1px;
    vertical-align: baseline;
}

.middle .hash-files img, .middle .dw_item img {
    margin: 0;
}

.middle .box_title_img .box_img img.perex_image {
    margin: 0 10px 0 0;
}

.middle h2 {
    margin-top: 0.5em;
    font-size: 2em;
    line-height: 1.2em;
    color: #000;
    font-family: "oswaldregular",sans-serif;
    text-align: left;
    text-transform: uppercase;
}
.middle h3,
.middle h4 {
    font-weight: bold;
    line-height: 1.1em;
    font-size: 20px;
    color: #000;
    margin: 2.5em 0 1em 0;
    text-transform: uppercase;
}
.middle h3 {
    font-size: 22px;
}
.middle h4 {
    font-weight: normal;
    text-transform: none; 
}
.middle h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 1em 0 0.3em 0;
}

.middle h3 a, .middle h4 a {
    color: #102139;
}

.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: #000;
}

p.box {
    border: 1px black solid;
    padding: 4px;
    margin-right: 6px;
}

.middle table {
    border: 1px solid #f4f4f4;
    border-collapse: collapse;
    width: 100%;
    padding: 0 0;
    margin: 0 0 20px 0;
}

.middle table th {
    background: #e30613;
    padding: 1.5em 2em;
    color: #fff;
    border: 0;
}

.middle table tr:nth-child(even) {
    background: #f4f4f4;
}
.middle table tr:nth-child(odd) {
    background: #fff;
}

.middle table td {
    border: 0;
    padding: 0.5em 2em;
}

.middle table .e td {
    background: #e7eaee;
}

.middle table .r {
    text-align: right;
    color: #f00;
    font-weight: bold;
    background: #ccc;
}

.middle table td p {
    padding: 0;
    margin: 0;
}

.article-perex {
    font-weight: bold;
    padding: 0 0 0;
    margin: 10px 0 15px 0;
}

.inline-nav {
    color: #3B3B3B;
    padding: 0.5em 1em;
}

.middle ul {
    list-style-position: outside;
    padding-left: 0;
    margin-left: 2em;
}

.middle ul li {
    list-style-type: none;
    list-style-image: url("../images/ico-li-arrow.png");
    margin: 1em 0;
    padding-left: 0.5em;
    line-height: 1.3em;
    position: relative;
}

.middle .hash-files ul li, .middle .hash-folders ul li {
    background-image: none;
    padding-left: 0;
}

.middle .hash-files ul li img, .middle .hash-folders ul li img {
    vertical-align: bottom;
}

.middle .hash-files em {
    font-size: 0.85em;
}

.middle ul li li {
    background: url('../images/li-li.png') no-repeat 3px 7px;
}

.middle ol li {
    list-style-type: decimal;
}

.middle ol#list-number li {
    color: #e30613;
    font-weight: bold;
    font-size: 14px;
}

.middle ol#list-number li > * {
    color: #000;
    font-weight: normal;
    font-size: 13px;
}

.middle ol ul li {
    list-style-type: none;
}

.article-footer {
    text-align: right;
    font-style: italic;
    border-top: 1px solid #f2f2f2;
}

.article-info {
    padding: 0;
    margin: 2.5em 0 0 0;
    text-align: left;
    height: 20px;
    vertical-align: middle;
}

img.perex_image {
    float: left;
    margin: 5px 20px 10px 0;
}

.full-story {
    vertical-align: middle;
    display: block;
    float: right;
    padding: 0;
    height: 24px;
}

.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;
    color: #fff;
}

.res-head-title a:hover {
    background: #fff;
    color: #000;
}

.nobg a {
    padding: 0.25em;
}

.current {
    padding: 0.25em;
    background: #fff;
}

.res-head-title .current {
    background: #dee;
    color: #000;
}

.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: red;
    font-weight: bold;
    padding: 2em;
}

img.img-to-right {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

img.img-to-left {
    float: left;
    margin-left: 0px;
    margin-right: 20px;
}

.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;
}

.middle .vice a {
    background: url('../images/vice.png') no-repeat 0 50%;
    padding-left: 10px;
}

/* kalendar */
.vevent {
    margin-bottom: 10px;
}

.vevent h4 {
    margin: 0;
}

.vevent p {
    margin: 0
}

/* faq */
.faq_block {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.faq-header h3 {
    margin: 0;
    font-size: 1.4em;
}
.faq-block .faq-header h3 {
    margin-top: 0.5em;
}
.faq-date {
    margin: 0;
    font-size: 0.85em;
}
.faq-question {
    font-weight: bold;
}
.faq_submit label {
    width: 100px;
    display: block;
    float: left;
    clear: left;
    color: #285393;
    font-weight: bold;
}
.faq_submit #title,
.faq_submit #question,
.faq_submit #email,
.faq_submit #check {
    border: 1px solid #5a6770;
    width: 385px;
}
.faq_submit #check {
    width: 150px;
}
.faq_submit .check_info {
    margin: 0;
    font-size: 0.8em;
    color: #245092;
    margin-left: 100px;
}
.faq_submit p {
    margin-bottom: 0;
}
.faq_submit .submit {
    margin-left: 100px;
}

/* diskuse */
.post {
    margin: 10px 0;
    overflow: auto;
    border: 1px solid #1a355d;
}

.post span.discuss-subject {
    font-weight: bold;
    color: #fff;
    background: #1a355d;
    display: block;
    padding: 0 5px;
}

.post span.discuss-reply {
    display: block;
    padding-right: 5px;
    text-align: right;
    font-size: 0.8em;
}

.post .discuss-clear {
    display: none;
}

.post span.discuss-user, .post span.discuss-date {
    font-size: 90%;
    color: #565656;
}

.post span.discuss-user {
    padding-left: 5px;
}

.post .discuss-body {
    padding: 5px;
    display: block;
}

.discuss-subtree .post {
    margin: 10px 2px 10px 18px;
}

.discuss-subtree .discuss-subtree .post {
    margin: 10px 0px 10px 40px;
}

.discuss-subtree .discuss-subtree .discuss-subtree .post {
    margin: 10px 0px 10px 60px;
}

.discuss-subtree .discuss-subtree .discuss-subtree .discuss-subtree .post {
    margin: 10px 0px 10px 80px;
}

.discuss-subtree .discuss-subtree .discuss-subtree .discuss-subtree .discuss-subtree .post {
    margin: 10px 0px 10px 100px;
}

.l-part {
    margin: 5px 0px 0px 0px;
    padding: 5px 5px 0px 5px;
    border: 3px solid #9ec0e6;
    border-bottom: 0px solid;
}

.l-part label, .r-part label {
    display: block;
}

.l-part input, .r-part textarea {
    width: 99%;
    border: 1px solid #1a355d;
}

.r-part {
    margin: 0px 0px 5px 0px;
    padding: 0px 5px 5px 5px;
    border: 3px solid #9ec0e6;
    border-top: 0px solid;
}

/* podatelna */
.registry #formular label {
    display: block;
    float: left;
    width: 150px;
}

.registry #formular p {
    clear: left;
}

/* vypis alb */
.album-list .item {
    float: left;
    background: transparent;
    margin: 0 0 2em 0;
    font-family: "oswaldregular",sans-serif;
}
.album-list .item-wrap {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 0 1em;
    border: 1px solid #ebebeb;
}
.album-list .item .item-img {
    float: none;
    width: 100%;
    margin: 0 auto;
    height: 155px;
    overflow: hidden;
    text-align: center;
}
.album-list .item .item-img img {
    vertical-align: bottom;
}
.album-list .item .item-info {
    float: none;
    padding: 1em 2em;
    width: 100%;
    text-align: left;
}
.album-list .item .item-info h5 {
    margin-top: 0;
}
.album-list .item .item-info h5 a {
    color: #000;
    opacity: 0.7;
    transition: all 0.3s;
}
.album-list .item .item-info h5 a:hover {
    opacity: 1;
}
.album-list .item .item-info .item-date {
    float: left;
    width: 48%;
}
.album-list .item .item-info .item-count {
    float: right;
    text-align: right;
    width: 48%;
}
/* videogalerie */

.video {
    margin-top: 32px;
}

.video .item .item-img a, .video .item .item-img a:hover {
    display: block;
    text-decoration: none;
}

/*************** toolbar *********/
#tbbox {
    background: #eee;
    border: 1px solid #aaa;
    width: 180px;
    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 .column-in {
    font-size: 0.95em;
    margin: 0;
    padding: 1em;
}

.right ul {
    list-style-position: outside;
    padding-left: 0;
    margin-left: 0;
}

.right ul li {
    list-style-type: none;
    margin: 0;
    padding-left: 15px;
    background: url('../images/li.png') no-repeat 3px 7px;
}

.right ul li li {
    background: url('../images/li-li.png') no-repeat 3px 7px;
}

/* kontextove menu */
.right ul.level1 {
    margin: 0;
    padding: 0;
    border: 1px solid #102139;
    list-style-type: none;
}

.right ul.level1 li {
    padding: 3px;
    line-height: 1.3em;
}

.right ul.level1 li.e {
    background: #e7eaee;
}

.right ul.level1 li a {
    color: #2c2c2c;
    text-decoration: none;
    display: block;
    padding-left: 10px;
    background: url('../images/right-li.png') no-repeat 0 4px;
}

.right ul.level1 li.e a {
    background: url('../images/right-li-e.png') no-repeat 0 4px;
}

.right ul.level1 li.active a {
    text-decoration: underline;
}

.right ul.level1 li a:hover {
    text-decoration: underline;
}

/* CALENDAR */
.left .calendar-main table.calendar {
  border: 0;
  background: #cfceba;
  width: 100%;
}
.left .calendar-main table.calendar td {
  border: 0;
  background: #cfceba;
  text-align: center;
  padding: 0px 2px 0 2px;
  line-height:1.7em;
}
.left .calendar-main table.calendar td a {
  color: #000;
  text-decoration: none;
}
.left .calendar-main table.calendar td.calendar a  {
  color: #000;
  text-decoration: none;
  display: block;
}
.left .calendar-main table.calendar td.calendar a:hover {
  background: #dfded1;
}
.left .calendar-main .calendarHeader,
.left .calendar-main .calendarHeaderDay,
.left .calendar-main .calendarWeekNumber {
  font-weight: bold;
}
.left .calendar-main .calendarWeekNumber {
  padding: 0px 6px !important;
}
.left .calendar-main th {
  text-align: center;
}
.left .calendar-main table.calendar td.calendarToday {
  border: 0;
  padding: 0 2px;
  background-color: #C21E22;
  color: #fff;
}
.left .calendar-main table.calendar td.calendarToday a  {
  color: #fff;
}
.left .calendar-main table.calendar td.markedDay a {
  background: #3072d4;
  color: #fff;
}
.left .calendar-main table.calendar td.event a {
  background: #3072d4;
  color: #fff;
  padding: 0 5px;
}
/* MONTH CALENDAR */
.calendar-main {
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 0 0 6px;
}
.calendar-main {
    margin-top: 2em;
}
.calendar_wrp .calendar-box-bg {
  background: #e30613;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.calendar_wrp .calendar-box-bg  h2 {
  color: #fff;
  font-size: 18px;
  font-family: 'Oswald',sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.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  .calendarMH,
.calendar_wrp .calendar-box-bg  .calendarYH {
  margin: 0;
  line-height: 26px;
}
.calendar_wrp .calendar-box-bg  .calendarMH a {
  font-size: 26px;
}
.calendar_wrp .calendar-box-bg  .calendarYH a {
  font-size: 20px;
}
.calendar-main .more_btn {
  margin: 35px 0 0;
}
.calendar-main .more_btn a {
  font-family: 'Oswald',sans-serif;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 6px 20px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  display: inline-block;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}
.calendar-main .more_btn a:hover,
.calendar-main .more_btn a:focus {
  color: #d20000;
  background-color: #fff;
}
.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 {
    border-collapse: collapse;
    width: 90%;
    margin: 0 5% 15px;
}

.month_calendar th {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #d20000;
    padding: 15px 5px;
    text-transform: uppercase;
    font-size: 11px;  
    border-bottom: 1px solid #ededed;
}

.month_calendar td {
    max-width: 12.5%;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Arial', sans-serif;
    color: #000;
    padding: 0;
}
.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: #e7e7e7;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 5px;
  display: block;
  text-decoration: none;
}
.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: #fff200;
  color: #000;
  font-family: 'Arial', sans-serif;

}

/* diskuse */
.forum-block {
    margin-bottom: 10px;
}

.forum-block h3 {
    background: #1a355d;
    color: #fff;
    line-height: 1.2em;
    font-size: 1.2em;
    padding: 0 5px;
    margin: 0;
}

.forum-block ul {
    margin: 5px 0;
}

/********************************** theme top *******************************/
#theme-top {
    text-align: right;
    height: 20px;
    background: url('../images/theme-top.png') no-repeat 0 0;
    padding: 3px 15px 0 0;
}

#theme-top a {
    color: #4d4d4d;
    text-decoration: none;
}

#theme-top a:hover {
    text-decoration: underline;
}

/****************************** FOOTER ***************************************/
#footer {
    border-top: 5px solid #e4000d;
    background: #000 url("../images/footer-bg.jpg") no-repeat 0 0;
    min-height: 433px;
    width: 100%;
    padding: 4em 0;
    font-family: "opensans_regular",sans-serif;
    text-align: left;
    color: #fff;
}
#footer h3,
#footer h4 { 
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 1.5em 0;
    font-family: "opensans_regular",sans-serif;
}
#footer h4 {
    font-weight: normal;
    font-size: 15px;
}
#footer a {
    color: #fbc821;
}
#footer ul {
    margin-left: 1.5em;
    padding: 0;
}
#footer .col-md-4:first-child ul {
    margin: 0;
    padding: 0;
}
#footer ul li {
    padding: 0.5em 0;
    padding-left: 0.5em;
}
#footer ul li > a {
    text-decoration: none;
    color: #fff;
}
#footer ul li > a:hover {
    text-decoration: underline;
}
#footer .eaddress {
    color: #fbc821;
}
#footer input,
#footer textarea {
    background: #000;
    border: 1px solid #3C3C3C;
    color: #adadad;
    padding: 7px 15px;
    width: 85%;
}
#footer .submit input {
    background: #fbc821;
    color: #000;
    opacity: 0.8;
    float: left;
    width: auto;
    border-radius: 4px;
    font-weight: bold;
}
#footer .submit input:hover {
    color: #000;
    opacity: 1;
}
#footer .phone {
    font-size: 30px;
    font-family: "opensans_light",sans-serif;
}
/* QCM info */
.qcm-info {
    clear: both;
    width: 100%;
    background: #000;
    color: #fff;
    height: auto;
}
.qcm-info a {
    color: #fbc821;
    text-decoration: none;
    transition: all 0.8s;
}
.qcm-info a:hover {
    text-decoration: underline;
}
.qcm-info .copyright {
    margin-right: 1em;
}
.qcm-info .fleft span {
    padding: 0 3px;
}
.qcm-info .fright a {
    color: #fff;
    text-decoration: underline;
}

.qcm-info .fright a span {
    color: #e20e1a;
    text-decoration: underline;
    padding-left: 0.5em;
}


.ft-block {
    color: #FFFFFF;
    float: left;
    margin-left: 20px;
    width: 250px;
}

.ft-block h3 {
    color: #fff;
    margin-top: 0.25em;
    font-size: 1.3em;
}

.ft-block ul {
    padding-left: 15px;
    margin: 0 0 10px;
}

.ft-links {
    border-top: 1px solid #fff;
    padding: 5px 0;
    color: #162d50;
}

#footer .copy {
    float: right;
    padding: 5px 0;
}

#showmenu {
    padding-left: 15px;
}

#showmenu.inv {
    background: url('../images/plus.png') no-repeat 0 50%;
}

#showmenu.vis {
    background: url('../images/minus.png') no-repeat 0 50%;
}

/****** search words plugin ******/
span.highlight_words {
    padding: 0 0.25em;
    border: 1px solid #0e3c66;
    background: #fc6;
}

/************** 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;
    font-size: 100%;
    margin-top: 0.5em;
}

/********************************* login  *****************************/
#login {
    background-color: #F9F9F9;
    padding: 10px;
}

#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 form {
    background: url('../images/login-bg.png') no-repeat top right;
}

#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;
}

/** obscura **/

.subalbum {
    float: left;
    background: #fff7df;
    margin-right: 2px;
    margin-bottom: 5px;
    width: 154px;
    height: 185px;
    text-align: center;
}
.subalbum img {
    border: 0;
    margin: 0;
    padding: 0;
}

/******** formatovani v editoru ***********/
.pink {
    background: #ffb6c1;
    padding: 5px;
    color: #000;
}

.green {
  background: #29a352;
  padding: 5px;
  color: #000;
}

.marker {
    background: #fdffc3;
    padding: 5px;
}


.pul-doleva {
    width: 48%;
    float: left;
    margin: 1em 0;
}

.pul-doprava {
    width: 48%;
    float: right;
    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: #ddd;
    border: 1px solid #aaa;
}

.bmk .visible {
    display: block;
}

.bmk .invisible {
    display: none;
}

.bmk .bmk_title {
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
    padding: 5px;
    border: 1px solid #aaa;
    float: left;
    margin-right: 5px;
    width: 120px;
}

.bmk .bmk_title.active {
    background: #ddd;
    border-bottom: 1px solid #ddd;
}

.middle table.noborder, .middle table.noborder td, .middle table.noborder th {
    border: 0;
}

.sm {
    font-size: 0.8em;
}

/************* 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 */
* html #download {
    width: 90%;
}

* html .download .file-box {
    width: auto;
}

.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;


}

.hash-files li img {
    vertical-align: bottom;

}

#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;
}

.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 .bc {
    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;
    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;
}

.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 .column-in {
    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;
}

/* js banner */

.welcome {
    background: #efefef;
    margin-top: 10px;
}

.hash_attract .img_cnt {
    position: relative;
}
.hash_attract .img_cnt img {
    position: absolute;
    top: 0;
    left: 0;
}
.hash_attract .img_cnt .img_cnt_text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 610px;
    text-align: left;
    padding: 5px 10px;
    font-style: italic;
    font-size: 10pt;
}
.hash_attract .img_cnt .img_cnt_text_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    height: 50px;
    width: 630px;
    /*background: #fff;*/
}


/* clear fix */
.group:before,
.group:after {
            content: " ";
            display: table;}

.group:after {clear: both;}

.group {*zoom: 1;}

/* booking modul - rezervace */
.form-rez select {
    height: 30px;
    vertical-align: middle;
    letter-spacing: 0.5px;
    margin: 5px;
}
.form-rez .btn-default {
    border: none;
    height: 30px;
}
.form-rez label {
    margin-left: 10px;
}
.form-rez input[type="radio"] {
    margin: 0 5px;
}

.rez-time h3 {
    display: inline-block;
    margin-right: 10px;
}
.rez-time p {
    display: inline-block;
}

.table-rez table th {
    padding: 1.5em .5em;
}

.table-rez table td {
    padding: .5em;
}

.edit-rez p label textarea {
    width: 90%;
}
/* editacia clankov bez adminu */

#folder_edit,
#file_edit,
#article_edit {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.overflow_groups label{
  display:block;
}

.mw-flex {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.mw-flex-wrap {
  -webkit-flex-wrap: wrap!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}
.mw-flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -webkit-flex-direction: row!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.mw-f-box {
  padding: 5px;
  box-sizing: border-box;
}
.mw-md-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.mw-md-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.mw-md-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.mw-md-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.mw-md-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 767px) { 
  .mw-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mw-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}