#separator{ 
  background-image: url(/obrazek/3/social-separator/) ;
}

#list-sablona {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  margin: 0;
  padding: 0;
  list-style: inside none none;
  font-size: 15px;
}


/*inpage lista*/
#footbox {
    padding-bottom: 53px
}

@media (max-width:580px) {
#footbox {
   padding-bottom: 90px
}
}

.inpage-website {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, #056e95 5%, #3cac55 100%);
    padding: 15px;
    z-index: 500;
  line-height:2;
}

.inpage-website p {
    color: #fff !important;
    text-align: center !important;
    font-size:15px;
    margin:0;
}

.inpage-website p a {
    color: white;
    padding: 8px 15px;
    background-color: #fff;
    font-weight: 700;
    color: #0680ae;
    border-radius: 15px;
    text-decoration: none;
    margin-left: 20px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  text-wrap:nowrap
}

.inpage-website p a:hover {
    background-color: #f0b241;
    color: white;
}



#eshop-products.display-type-rows .thumbnail a.link-thumbnail {
  height: 250px!important;
}

.cardbox h3 {
  margin-bottom: 20px;
  background-color: #ff4c83;
  color: #fff;
  padding: 5px 10px 10px 23px;
  border: radius;
  border-radius: 0;
  margin-left: -24px;
}

.cardbox img {
  max-width: 100%;
  margin-top: -60px;
}

.cardbox h3 {
  position: relative;
}
.cardbox h3:after {
  left: -10px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 76, 131, 0);
  border-right-color: #ff4c83;
  border-width: 10px;
  margin-top: -30px;
}
#motive {
  min-height: 400px;
}
#motto p#motto-title {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  #motive {
    min-height: 250px;
  }
  #motto p#motto-title {
    font-size: 3em;
    margin-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  #motive {
    min-height: 200px;
  }
  #motto p#motto-title {
    font-size: 1.5em;
  }
}