body,
table,
.ui.header,
.ui,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif !important;
}


body {
  background:  url('img/pozadi3.jpg') no-repeat center 0 !important;
}


/*** HLAVICKA ***/
#header {
  padding: 30px 0;
  position: relative;
}
 h2 {
     color: #444;
     text-align: center;
     font-weight: 400;
     margin-bottom: 25px;
     font-size: 1.6em;
 }

.bodycon {
    background: rgba(255, 255, 255, .5);
    padding: 20px;
}

h1 { font-size: 1.6em !important; color: #063377 !important; margin-top: 0; margin-bottom: 10px; line-height: 1.3em; font-weight: 400 !important; }
p.lead { font-size: 1.3em; margin-top: 20px; color: #444; font-weight: 300;}

/***********************************************/
/*** MENU ZACATEK ***/
/***********************************************/



#navigace li > a:hover {
  background: #063377;
  text-decoration: none;
  color: #fff;
  border-color: #063377;  
}

.owl-controls {

}
.owl-nav {

}
.owl-prev {

}
.owl-next {

}
.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.owl-dot {
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 12px;
    height: 12px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:  rgba(10, 135, 207, .8);
    width: 15px;
    height: 15px;
}

.owl-prev, .owl-next {
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
    text-align: center;
    background: transparent !important;
}
.owl-prev i.icon, .owl-next i.icon {
    color: rgba(255, 255, 255, .75);
}
.owl-prev {
    left: 0px;
}
.owl-next {
    right: 0px;
}

.customCarousel {
    height: 330px;
}
.customCarousel .item {
    height: 330px;
}



/***********************************************/
/*** FOOTER ZACATEK ***/
/***********************************************/
#footer { 
    background-color: rgba(168, 188, 220, .6);
    padding: 20px 35px 25px 35px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
  }
  
  #footer ul { 
    margin: 0;
    padding: 0;
  }
  #footer li {
    list-style: none;
    margin: 5px 0; 
  }
  
  #footer li a {
    color: #063377;
    
  }
  
  #footer h2 {
    font-size: 1.4em;
    color: #063377;
    margin-bottom: 20px;
    text-align: left;
  }
  /***********************************************/
  /*** FOOTER KONEC ***/
  /***********************************************/


  /*** PRODUKTY ***/
#obsahFormat ul {
    margin: 10px 0 0 0;
    padding: 0;
  }
  
  #obsahFormat li { 
    background: url('img/odrazka.png') no-repeat 0 5px;
    padding: 0 0 0 20px;
    margin: 0 0 5px 10px;
    list-style: none;
  }


  .breadcrumb {
      width: 100%;
      padding: 15px 40px;
      background: #f5f5f5;
  }

  #obsahFormat .ui.vertical.menu .active.item {
    background: #CBD7E9;    
  }

.card .image {
      overflow: hidden !important;
  }
  
  .ui.inverted.blue.menu, .ui.inverted.menu .blue.active.item {
    background: #4B6CAE;
  }

  .ui.grid>.column+.divider, .ui.grid>.row>.column+.divider {
    left: 50%;
}
@media (max-width: 993px) {
    #hlavni-menu .item {
        display: none;
    }
    #hlavni-menu .toc.item {
        display: flex !important;
    }

    #hlavni-menu .dropdownVyhledavani {
        display: flex !important;
    }
    #slider {
        display: none !important;
    }

    .mhid {
        display: none !important;
    }

}

@media only screen and (min-width: 933px) {
  .ui.container {
    width: 980px;
  }

  .ui.grid.container {
    width: calc( 980px  +  2rem ) !important;
  }

  .ui.relaxed.grid.container {
    width: calc( 980px  +  3rem ) !important;
  }

  .ui.very.relaxed.grid.container {
    width: calc( 980px  +  5rem ) !important;
  }
}