.items-grid {
  width: 100%;
  margin-top: 20px;
}

.grid-item {
	position: relative;
	float: left;
	margin: 5px;
}
  
.items-grid:after {
  content: '';
  display: block;
  clear: both;
} 
.items-grid:before {
  content: '';
  display: block;
  clear: both;
} 
.igrid:after{
  content: '';
  display: block;
  clear: both;  
}

.isotope-pager:before, .igrid:before {
  content: '';
  display: block;
  clear: both;
} 


.dropdown-menu{
  z-index: 999999;
}
    
  
.filtry{
  display: flex;
  align-content: flex-start;
}

.button-group .button.button-gap-left {
	margin-right: 10px;   /* ---- více řádků termů ??? ---- */
}

.button.button-gap-left {
  background-color: #ffffff;
  }

.button-group .button.button-gap-right {
	margin-right: 10px;
}

/* ---- ISOTOPE - ROWS ---- */

* { box-sizing: border-box; }

/* ---- isotop buttons ---- */


.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  margin-bottom: 10px;
  background: #FFF;
  border: none;
  border-radius: 0px;
  /*background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );*/
  color: rgb(187, 187, 187);
  font-family: sans-serif;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;

  border: 1px solid #e5e5e5;
  cursor: pointer;
}

.button:hover {
  color: #fff;
  background-color: #94c11a;
}

.button:active,
.button.is-checked {
  background-color: #94c11a;
}

.button.is-checked {
  color: #fff;
  background-color: #94c11a;
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group {
  display: inline-block;
  margin: 0;
}

.button-group:after {
  content: '';
  display: inline-block; /*MN*/
  clear: both;
  margin: 0;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 10px;
  font-size: 14px;
}

.button-group.filters-button-group {
  margin: 0 5px;
}

.button-group .button:first-child { border-radius: 0 0 0 0; }
.button-group .button:last-child { border-radius: 0 0 0 0; }

/* isotope pager */
.isotope-pager-main {

}

.isotope-pager .pager {
  display: inline-block;
  margin-right: 10px;
}

.isotope-pager .button {
  width: 54px;
}

.isotope-pager.button-group {
  margin: 10px 5px;
}

.grid-no-result {
  margin: 0 5px;
}

.btn {
  padding: 7px 16px;
}

.btn-primary {
  background-color: #94c11a;
  border-color: #94c11a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, 
.btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #94c11a;
  border-color: #94c11a;
}


.caret.dropdown-down-icon {
  margin-left: 10px;
}

.dropdown.filters-dropdown { 
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 0px;
  margin-top: 0px;
  /*position: absolute; */
  position: relative;
}


.isotope-search {
  display: inline-block;
  padding: 0.5em 1.0em;
  margin-bottom: 10px;
  background: #FFF;
  border: none;
  border-radius: 0px;
  /*background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );*/
  font-family: sans-serif;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  height: 36px;
}
