body,
.navbar {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  background-color: #6BB53B;
  color: #000;
}

#cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  z-index: 1000;
  text-align: center;
  background-color: #dce57a;
  border-top: #6BB53B solid 5px;
  padding: 20px
}

#cookies>p {
  font-weight: bold
}

#cookies>form>button.btn.true,
#cookies-footer>form>button.btn.true {
  background-color: #6BB53B;
  border: #6BB53B solid 2px;
  margin-bottom: 5px;

}

#cookies>form>button.btn.false,
#cookies-footer>form>button.btn.false {
  background-color: rgb(126, 155, 107);
  border: rgb(126, 155, 107) solid 2px;
  margin-bottom: 5px;
}

#cookies>form>button.btn:hover,
#cookies-footer>form>button.btn:hover {
  background-color: #dce57a;
}

.container#header {
  background-color: inherit;
}

#header>.row>div,
#categories>.row>div,
#animals>.row>div,
#content>.row>div {
  background-color: #fff;
}

#categories>.row>div,
#animals>.row>div,
#content>.row>div {
  padding: 15px;
}

.container-fluid>.container {
  background-color: inherit;
  margin: 20px auto;
}

#inner-header {
  padding: 0;
  position: relative;
  font-size: 11px;
}

#header-contacts {
  position: absolute;
  bottom: 5%;
  right: 2%;
  font-size: 14px;
  text-align: center;
  background-color: white;
  padding: 10px;
  border-radius: 50px;
}

#header-contacts>a {
  display: block;
}

div#header {
  margin-bottom: 0;
}

div#jumbotron {
  margin-top: 0;
}

.carousel-circle {
  border: solid black 1px !important;
}

.carousel-indicators .active {
  background-color: #000 !important;
}

.carousel-indicators {
  bottom: 0 !important;
}

.carousel-control {
  width: 5% !important;
}

#nav {
  background-color: inherit;
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.navbar .navbar-nav {
  text-decoration: none;
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
  transition: all 0.7s ease;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #dce57a;
  transition: all 0.7s ease;
}

.navbar {
  text-align: center;
  color: black;
  font-family: Tahoma Bold, Verdana, sans-serif;
  text-decoration: none;
  border: none;
  margin: 0;
}

.navbar-collapse {
  border: none;
}

.nav-active {
  color: #dce57a !important;
}

.side-menu:not(:last-child) {
  border-bottom: 2px #fff solid;
}

.navbar-nav {
  padding-top: 15px;
}

.navbar-nav>li>a {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

#jumbotron-nav {
  text-align: center;
  padding: 0;
  font-weight: bold;
  font-size: 13px;
}

.navbar-nav {
  font-size: 15px;
}

#jumbotron>.row>div {
  background-color: #dce57a;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.7s ease;
}

#jumbotron-nav>a:hover {
  text-decoration: none;
  color: #6BB53B;
  transition: all 0.7s ease;
}

#jumbotron>div>div,
#jumbotron>div>div>.col-sm-10 {
  padding: 0;
}

.carousel-inner>.item>.container {
  margin: 0;
}

.carousel-control.right,
.carousel-control.left {
  background: inherit;
}

#jumbotron>row>div {
  background-color: #dce57a;
}

#jumbotron-nav>a {
  padding: 16.75% 0;
}

.jum-active {
  color: #6BB53B;
}

#categories {
  padding-top: 10px;
}

.cat-active {
  background-color: #dce57a;
}

#animals {
  padding-top: 5px;
  padding-bottom: 5px;
}

.category:hover,
.animal-link:hover {
  background-color: #dce57a;
  transition: all 0.7s ease;
}

.category>a>img {
  margin-top: 10px;
}

.category>a>img:hover {
  text-decoration: none;
  color: #000;
}

.category>a:hover {
  text-decoration: none;
  color: #000;
}

.category-name {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  height: 60px;
  font-size: 14px;
}

.category-name:hover {
  text-decoration: none;
  color: #000;
}

#animals>.row>div {
  background-color: #fff;
  height: 100%;
}

#animals>div>div {
  padding: 15px;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}

#animals>div>div>a {
  display: -ms-grid;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: 1fr;
}

#animals>div>div>a:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

#animals>div>div>a:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

#animals>div>div>a:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

#animals>div>div>a:nth-child(4) {
  -ms-grid-column: 4;
  -ms-grid-row: 1;
}

#animals>div>div>a:nth-child(5) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}

#animals>div>div>a:nth-child(6) {
  -ms-grid-column: 6;
  -ms-grid-row: 1;
}

#animals>div>div>a:nth-child(7) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}

#animals>div>div>a:nth-child(8) {
  -ms-grid-column: 8;
  -ms-grid-row: 1;
}

#animals>div>div>a:nth-child(9) {
  -ms-grid-column: 9;
  -ms-grid-row: 1;
}

#animals>div>div>a>img {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

#content {
  padding-bottom: 10px;
}

#content>.row>div {
  padding-bottom: 65px;
}

#inner-content {
  padding: 20px;
  font-size: 14px;
  text-align: justify;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

h1 {
  font-size: 150%;
  text-align: center;
  margin-bottom: 55px;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  font-size: 150% !important;
}

#sections {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
  -ms-grid-rows: auto;
}

div.section.btn {
  margin: 5% 5%;
  background-color: #6BB53B;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  white-space: normal;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  display: -ms-grid;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: auto;
  align-content: center;
}

div.btn:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

div.btn:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

div.btn:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

div.btn:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}

div.btn:hover {
  background-color: #dce57a;
}

div.btn.active {
  background-color: #dce57a;
  color: #000;
}

#zbozi-tabulka {
  margin-top: 40px;
}

.zbozi-link,
.typ-link {
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  border-top: solid 1px #000;
}

.first {
  border-top: none;
}

.odd {
  background-color: #dce57a;
  transition: all 0.7s ease 0s;
}

.even {
  transition: all 0.7s ease 0s;
}

.odd:hover,
.even:hover {
  background-color: #6BB53B;
  transition: all 0.7s ease 0s;
}

.zbozi-content,
.typ-content,
.zbozi-section {
  display: none;
}

.zbozi-item {
  margin-bottom: 40px;
}

.zbozi-img,
.partner-logo {
  max-width: 300px;
  max-height: 300px;
  display: none;
}

.listy>a>img {
  display: block;
  margin: 0 auto;
}

.pozvanka-img {
  margin-top: 10px;
}

#map {
  margin: 0 auto;
}

#footer {
  background-color: #dce57a;
  font-size: 14px;
}

.tbc {
  padding: 0 10px;
}

.tb-div {
  position: relative;
}

.tb {
  margin: 0 auto;
}

.f-contact {
  text-decoration: underline
}

.f-contact:hover {
  text-decoration: underline
}

@media (max-width: 1199px) {
  #jumbotron-nav>a {
    padding: 16.25% 0;
  }

  .navbar-nav,
  #jumbotron-nav {
    font-size: 12px;
  }

  .category-name {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  #jumbotron-nav>a {
    padding: 15.25% 0;
  }

  .navbar-nav,
  #jumbotron-nav,
  #header-contacts {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .menu-li:not(:last-child) {
    border: none;
  }

  .navbar-nav {
    padding-top: 0;
  }

  #jumbotron-nav>a {
    padding: 0.75% 0;
  }

  #header-contacts {
    font-size: 10px;
  }

  .nav>li>a {
    padding: 0 15px;
  }
}

@media (max-width: 576px) {
  #header-contacts {
    font-size: 8px;
  }

  .partner-logo,
  .zbozi-img {
    max-width: 200px;
  }
}

@media (max-width: 390px) {
  #header-contacts {
    display: none;
  }

  .category-name {
    font-size: 10px;
  }

  div.section.btn {
    margin: 0 0;
  }

}

/* ---------- CLANKY ----------*/

.clanky-nav{
  position: absolute;
  left: 0;
  text-align: left;
  background-color: #dce57a;
  z-index: 10;
  width: max-content;
  padding: 15px;
  border-radius: 5px;
  border: solid 1px #6BB53B;
  max-height: 200px;
  overflow: auto;
  display: none;
}
.clanky-nav>a{
  border-bottom: 2px #fff solid;
  margin: 10px;
  display: block;
}
.clanky-nav>a:hover,.clanky-active{
  text-decoration: none;
  color: #6BB53B;
  transition: all 0.7s ease;
}
.clanky-active{
  text-decoration: none;
  color: #6BB53B;
}

.clanky-content#inner-content {
  padding-left: 100px;
  padding-right: 100px;
  font-size: 16px;
}

.icon {
  max-width: 50px;
}

.paragraph-with-icon {
  display: grid;
  grid-template-columns: 50px auto;
  grid-column-gap: 10px;
  min-height: 60px;
}

.paragraph-with-icon>img {
  margin-top: -10px;
  justify-self: center;
  align-self: center;
}

.paragraph-with-icon>p {
  align-self: center;
}

.highlighted {
  outline: solid 1px;
  outline-offset: 5px;
}

.green {
  color: #6BB53B;
}

.h-clanek {
  font-size: x-large;
}

.h2-clanek {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.clanek-line {
  border-bottom: solid 2px;
}

.paragraph-with-image {
  display: grid;
  grid-template-columns: 300px auto;
  grid-column-gap: 20px;
  justify-content: center;
  margin: 10px 0px;
}

.paragraph-with-image>p {
  max-width: 300px;
  justify-self: center;
  align-self: center;
  border-top: solid 5px;
  border-bottom: solid 5px;
  padding: 40px 0px;
}

.paragraph-with-sign {
  display: grid;
  margin: 0 40px;
  grid-template-columns: 30px auto;
}

.cow-hoof-img-container {
  position: relative;
}

.cow-hoof-img-container>img[alt='Bublina'] {
  position: absolute;
  width: 250px;
  right: -20px;
  top: -20px;
}

.cow-hoof-img-container>p {
  position: absolute;
  right: 0px;
  top: 35px;
  width: 200px;
  text-align: center;
}

.product-with-paragraph{
  display: grid;
  grid-template-columns: 180px auto;
  align-items: center;
}

.span-with-border {
  border: solid 2px black;
  padding: 2px;
  display: block;
  text-align: center;
}

.clanek-anotace {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 40px;
  align-items: center;
}

.clanek-anotace>img {
  width: 150px;
}

.badge-line {
  display: grid;
  grid-template-columns: repeat(5, 50px);
  justify-content: center;
  grid-gap: 10px;
}

.badge-image {
  width: 50px
}

.call-to-action {
  border: solid 1px #6BB53B;
  border-radius: 15px;
  padding: 10px;
  background-color: #6BB53B;
  text-align: center;
}

.call-to-action>p{
  margin: 0; 
}


@media (max-width: 1199px) {
  .clanky-content#inner-content {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 14px;
  }

  .h-clanek {
    font-size: large;
  }
}

@media (max-width: 991px) {
  .clanky-content#inner-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .paragraph-with-image>p {
    padding: 15px 0px;
  }

  .cow-hoof-img-container>img[alt='Bublina'] {
    width: 200px;
    right: -15px;
    top: -30px;
  }

  .cow-hoof-img-container>p {
    right: 10px;
    top: -2px;
    width: 145px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .paragraph-with-icon{
    grid-template-columns: auto;
  }
  .paragraph-with-icon>.icon{
    display: none;
  }
  .paragraph-with-image{
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    grid-row-gap: 10px;
  }
  .paragraph-with-image>p{
    padding: 10px 0;
    max-width: unset;
  }
  .paragraph-with-sign{
    grid-template-columns: auto;
    margin: 0 15px;
  }
  .paragraph-with-sign>-span{
    display: none;
  }
  .cow-hoof-img-container{
    display: none;
  }
  .product-with-paragraph{
    grid-template-columns: auto;
    justify-items: center;
  }
  .clanek-anotace{
    grid-template-columns: auto;
    justify-items: center;
  }
}
