

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 @import url('https://fonts.googleapis.com/css?family=Maven+Pro');
 html{


    font-family: 'Maven Pro', sans-serif;

    background: url("mk_background.png") no-repeat center center; 
    background-size:cover;
    background-attachment: fixed;
    
}
.dark-bg-container{
    background-clip: border-box;
    background-color:rgba(0, 0, 0, 0.2);
}
.default-margin-div{
    height: 20px;
}
.banner-head{
    top: 0;
    text-align: center;
    /*background: rgba(217, 217, 217, .6);*/
    padding: 0;
}
.banner-head img{
    margin: 10px 0 10px 0;
}
li.dropdown > ul.dropdown-menu > li.active, li.dropdown > ul.dropdown-menu > li.active > a {
    background-color: #de4445 !important;
    background-image: linear-gradient(to bottom,#de4445 0,#e46767 100%) !important;
}
.menu, .navbar, .collapse{
    background-color: #02558b;
    color: #282623;
   
}
.navbar-collapse {
    text-align:center;
    margin-bottom: 0;
}
.navbar-nav {
    display:inline-block;
    float:none;
    vertical-align: top;
    padding: 0;
}
.dropdown-menu{
    font-size: 17px;
}
/*.first-level-menu .first-level-menu-a{
    color: white;
}
.first-level-menu .first-level-menu-a:hover{
    color: white;
}
.first-level-menu a{
    color: white;
}*/
.with-line{
    border-bottom: 1px solid;
    margin: 5px;
}
.nopadding {
    padding: 0 !important;
}

.footer{
    background-color: #ffffff;
    padding: 20px;
}

.row > div.uvodni{
    
    
}
.row > div.uvodni:hover, .row > div.uvodni:active{
    opacity: 1; 
    -moz-transition: all 0.4s ease-out;  /* FF4+ */
    -o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out;  /* IE10? */
    transition: all 0.4s ease-out; 
    
}
.col-lg-4 {
    margin-left:10px;
    margin-right: 10px;
    width:31.6%;
}



#calendar {
    margin: 0 auto;
    font-size: 10px;
}
.fc-header-title h2 {
    font-size: .9em;
    white-space: normal !important;
}
.fc-view-month .fc-event, .fc-view-agendaWeek .fc-event {
    font-size: 0;
    overflow: hidden;
    height: 2px;
}
.fc-view-agendaWeek .fc-event-vert {
    font-size: 0;
    overflow: hidden;
    width: 2px !important;
}
.fc-agenda-axis {
    width: 20px !important;
    font-size: .7em;
}

.fc-button-content {
    padding: 0;
}

.uvodni{
    height: 400px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.item{
    
    text-align: center;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}
.item p{
    text-align: center;
}

.navbar-brand {
  padding: 0px; /* firefox bug fix */
}
.navbar-brand>img {
  height: 100%;
  padding: 0 15px 0 15px; /* firefox bug fix */
  width: auto;
}


.jumbotron{
    z-index: -100;
    background-color: transparent;
}

.carousel-inner{
    
}
.carousel-inner > .fotoitem{
    overflow: hidden;
    position:absolute;
    margin: 0;
    left: 0;right: 0;top: 0;bottom: 0;
      height:100%;
  width:100%;
    
}

.fotky > .fotoitem > .fill-to-div{
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}
.fotky{
    display: block;
    position: absolute;
    left: 0;right: 0;top: 0;bottom: 0;
    padding: 0;
}
.carousel{
    left: 0;right: 0;top: 0;bottom: 0;
    display: inline-block;
    
}
#fullcalendar{
    width: 100%;
}

.body-container{
    background-color: #ffffff;
    color: #1e1e20;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 1% 0 1%;
}
.row-line{
    padding: 5px;
    display: inline-block;
    
}
.row-line:last-of-type{
    border-bottom: none;
}
.row-line-hr{
    margin: 0;
    border-bottom: 1px solid #a4a4a8;
}

.sticky {
    position:fixed;
    top:0;
    z-index: 1000;
    width: 100%;
    right: 0;
    left: 0;
}
footer{
    color: #1e1e20;
    margin: 0 2.5% 0 2.5%;
}
.footer-container table{
    width: 100%;
    
}


#img_logo{
    max-width: 95%;
    height: auto;
    display: inline-block;
}

.jumbospace{
    background: #ffffff;
    height: 100%;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.jumbospaceabs{
    display: inline-block;
    position: relative;
        top:0;
    bottom:0;
    right:0;
    left:0;
}
.popisfotek{
    color: #fff;
    z-index: 5;
    background: #000;
    opacity: .7;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    width: 100%;
    min-height: 25%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    margin: 0;
    overflow: hidden;
}
.popisfotek:hover, .popisfotek:active{
    opacity: 1; 
    -moz-transition: all 0.4s ease-out;  /* FF4+ */
    -o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out;  /* IE10? */
    transition: all 0.4s ease-out;
}

.footer_zrizovatel, .mail_info{
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    width: 90%;
    border-top: 1px solid;
    margin-right: auto;
    margin-left: auto;
}
.footer_zrizovatel > p{
    text-align: center;
}

.navbar-nav{
    font-size: 20px;
    
}
.navbar{
    text-transform: uppercase;
    margin-bottom: 0px;
}
.navbar-a{
    color:#fff;
}

#fbimg{
    
    
}
#fbli{
    background-image: url(/static/img/fb.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 50px;
    cursor: pointer;
}
#fbli > a{
    z-index: -10;
}

.body-container{
    /*margin-top: 20px;*/
    min-height: 200px;
    position: relative;
}

#fb-share-link > img{
    width: 30px;
    height: 30px;
}
#fb-share-link{
    position: absolute;
    display: inline-block;
    top:5px;
    right: 5px;
}

body{
    color: #1e1e20;
    background-color: transparent;
}

#blind-f{
    max-height: 50px;
    overflow: hidden;
}
#blind-f a{
    height: 50px;
    max-height: 50px;
    overflow: hidden;
}
#blind-f i{
/*    display:none;*/
line-height:inherit!important;
width: inherit!important;
text-align:center;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    line-height: 50px;
    font-size: 1.7em;
    cursor: pointer;
}
.articles{
    text-align: left;
    /*margin: 0 0 0 0;*/
    max-height: 100%;
}
.articles article{
    padding: 10px;
}
.articles article:nth-child(even) {
    background:rgba(255,255,255,0.1);
}
.articles article:nth-child(odd) {
    background:rgba(255,255,255,0.2);
}

.folder-bg{
    width: 200px;
    height: 200px;
    color: black;
    display: inline-block;
    background-color: transparent;
    background-image: url("/static/img/folder.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.folder-bg a.gallery-a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    vertical-align: middle;
    margin: auto;
}

.gallery-bg{
    width: 200px;
    height: 200px;
    color: black;
    background-color: transparent;
}

.gallery-bg img{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    margin: auto;
}
.gallery-bg a.gallery-a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    vertical-align: middle;
}
.gallery-bg a.gallery-a > i{
    position: relative;
    margin: auto;
    vertical-align: middle;
    font-size: 100px;
}
.gallery-bg label{
    
    overflow:hidden !important;
    text-overflow: ellipsis;
}

.gallery-ul li{
    display: inline-block;
    margin: 0;
    bottom: 0;
}
.seznam-gallery{
    position: relative;
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
    background-color: white;
}
.seznam-gallery  img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
}


#mailinput{
    color: black;
}

span.fc-time{
        display: none !important;
    }
    
.tooltiptopicevent{
        width:auto;
        height:auto;
        max-width: 500px;
        color: white;
        background:rgba(0, 0, 0, 0.95);;
        position:absolute;
        z-index:10001;
        padding:10px 10px 10px 10px ;
        line-height: 200%;
        border: 3px solid;
}

.footer-foto{
    width: 100%;
    height: auto;
}
.footer-carousel{
    display: inline-block;
    width: 100%;
}

#img-fullscreen{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    z-index: 1001;
    vertical-align: middle;
}
#img-fullscreen > img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 80%;
    max-height: 80%;
}
#img-fullscreen i{
    color: white;
    font-size: 4em;
    top: 45%;
    margin: 0 20px 0 20px;
}


.article{
    text-align: left;
    font-size: 1.25em;
}
.article .content{
    margin-top: 25px;
    margin-bottom: 25px;
    

}
.aktclanek{
    height: 110px;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
.underline{
    text-decoration: underline;
}
.mainpageselect{
    min-height: 200px;
}
.mainpageselect .row-line{
    margin: 0;
    text-align: justify;
}
article a{
    text-decoration: underline;
}
.jumboart{
    margin: 0;
}
.article-detail-img{
    float: left;
    margin: 0 10px 10px 0;
    max-height: 300px;
    max-width: 300px;
    border: 1px black;
}
.article-page{
        text-align: justify;
    
}
.articles-img-container{
    height: 200px;
    width: 200px;
    position: relative;
    margin: 0;
    display: inline-block;
}
.articles-img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
}
.articles-text-container{
    display: inline-block;
    clear: both;
}
.image-item-desc{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0px;
        text-align: center;
    margin: auto;
    vertical-align: middle;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
    
}

.seznam-gallery-img:hover .image-item-desc{
    display: block;
    z-index: 20;
    height: 100%;
    color: white;
    visibility: visible;
    background: rgba(0, 0, 0, 0.9);
}
.image-item-desc p{
    
    
}
.gallery-fill > .fill-to-div{

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top:0;
    bottom:0;
    right:0;
    left:0;
}
.gallery-fill{
    display: block;

    padding: 0;
}
.navbar-toggle{
    border: 2px solid #DCEDC8;
    float: none;
    
}
.navbar-toggle > .icon-bar{
    background-color: #DCEDC8;
}

.black-link a{
    color: black;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.nav > li > a{
    padding-right: 11px;
}
.aktuality-dole-pravo{
    position: absolute;
    bottom: 0px;
    right: 3px;
}

.kontakty-ul{
    padding: 0;
}
.kontakty-ul a{
    display: block;
}
.kontakty-ul li img{

}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */

  display: flex;
  align-items: center;
}
.fullwidth{
    width: 100%;
    
}

div.hoverbubble {
    position: relative;
    text-decoration: none;
    width:50px;
    height:50px;
}
div.hoverbubble span {display: none;}
div.hoverbubble:hover span {
    display: block;
    position: absolute;
    padding: .5em;
    content: attr(title);
    min-width: px;
    text-align: center;
    width: auto;
    height: auto;
    white-space: nowrap;
    top: -40px;
    background: rgba(0,0,0,.8);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 0.86em;
    font-family: Arial, Helvetica, sans-serif;
}
div.hoverbubble:hover span:after {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0,0,0,.8) transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -20px;
    left: 1em;
}



/*bf*/
.bf-icon{
    cursor: pointer;
}