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


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


/*** HLAVICKA ***/
#header {
  padding: 30px 0;
  position: relative;
}


/*** SIDE BAR ***/
.hidden.menu {
    display: none;
}
#hlavni-menu .toc {
    display: none !important;
}

.bodycon {
    background: #fff;
    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 ***/
/***********************************************/


#hlavni-menu {
    background-color: #e5e5e5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image:         linear-gradient(to bottom, #ffffff 2%,#e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
    background-repeat: repeat-x;
    border: none;
}

#hlavni-menu .item {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    color: #063377;
    background-color: #e5e5e5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image:         linear-gradient(to bottom, #ffffff 2%,#e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 );
    background-repeat: repeat-x;
    border-right: solid 1px #fff;
    padding: 17px 15px;
    text-transform: uppercase;

}

.ui.menu .item.search:before {
  position: absolute;
  content: '';
  top: 0%;
  right: 0px;
  height: 100%;
  width: 0;
  background: rgba(34, 36, 38, 0.1);
}

#obal {  
  background: rgba(255, 255, 255, .25);
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
}

#hlavni-menu .dropdown .menu .item {
    padding: 10px 15px !important;
}


#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;
}


/*** produkt box ***/
.ui.card, .ui.cards>.card {
    box-shadow: none !important;
}
.ui.card > .content, .ui.cards > .card > .content {
    border: none;
    border: none !important;
    margin: 0;
    padding: 1em 1em;
    font-size: 1em;
    background: #f5f5f5;      
}
.ui.card > .extra.content, .ui.cards > .card > .extra.content {
    border: none !important;
    margin: 0;
    padding: 1em 1em;
    font-size: 1em;
    background: #CBD7EA;      
}
.ui.card > .extra2.content, .ui.cards > .card > .extra2.content {
    border: none !important;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 1em;
    background: #CBD7EA;      
}


.card h3 {
  font-weight: 400 !important;
  font-family: 'Open sans', sans-serif !important;
  color: #063377;
}

.card .content a {
  color: #fff;
}

.ui.button {
  font-weight: 400;
}

.ui.card .image > .ribbon.label, .ui.image > .ribbon.label {
    position: absolute;
    top: unset;
    bottom: 1rem;
}



.card .ui.list .list>.item, .ui.list>.item, ol.ui.list li, ul.ui.list li {
    padding: 8px 0;
}

.card .ui.selection.list.list > .item:hover,
.card .ui.selection.list > .item:hover {
  background: #DEE8F6;
  color: #fff !important;
}

/***********************************************/
/*** 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;
  }
  /***********************************************/
  /*** 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.menu {
      border-radius: 0 !important;
  }

  #adminMenu {
    display: none !important;
  }
@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;
    }
    .souborPath {
        font-size: 0.7em;
    }

}

@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;
  }

  #adminMenu {
    display: flex !important;
  }
}

.hlavickaBox {
    padding: 30px;
    background: #5D7CB9;
    font-size: 2em;
    color: #fff;
    opacity: 0.7;

}

.ui.menu {
    margin: 0 !important;
}