.animation {
  opacity: 0;
  position: relative;
  animation-fill-mode: forwards
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(50%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(50%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
.slideLeft {
  animation-name: slideLeft;
  animation-duration: 1s
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-50%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-50%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
.slideRight {
  animation-name: slideRight;
  animation-duration: 1s
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50%)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.slideUp {
  animation-name: slideUp;
  animation-duration: 1s
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-50%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-50%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
.slideDown {
  animation-name: slideDown;
  animation-duration: 1s
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 44px;
  height: 44px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 13px;
  top: 14px;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
body {
  color: #4a2911;
  font-size: 18px;
}
hr {
  background-color: #4a2911;
}
header {
  background: rgba(169, 209, 92, 0.9);
}
.navbar {
  padding: 10px 0px;
}
.navbar-light .navbar-nav .nav-link {
  color: #4a2911;
}
.navbar-toggler {
  padding: 0px;
}
.navbar-toggler span {
  display: block;
  width: 20px;
  height: 3px;
  margin-bottom: 5px;
  border-radius: 8px;
  background-color: #4a2911;
}
.navbar-toggler span:nth-of-type(odd) {
  width: 30px
}
.navbar-light .navbar-toggler {
  border: none;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-item {
  color: #4a2911;
  padding: 8px 30px;
}
.dropdown-item:hover {
  color: #4a2911;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  background: rgba(169, 209, 92, 0.9);
}
.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
}
.dropdown-item.active {
  background-color: #fff;
  color: #4a2911;
}
.navbar-brand img {
  max-width: 130px;
}
.lead-page-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  padding-top: 80px;
}
.hero-section {
  text-align: center;
  padding-top: 86px;
}
.btn {
  position: relative;
  color: #4a2911;
  background-color: #fff;
  font-weight: 500;
  text-decoration: none;
  border: none;
  padding: 11px 54px;
  text-transform: uppercase;
  overflow: hidden;
  transition: 1s all ease;
}
.btn:hover {
  background: rgba(169, 209, 92, 0.9);
  color: #4a2911;
}
.lead-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main {
  margin: 120px 0px;
}
.about {
  padding: 260px 0px 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.contact, .lead-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 336px 0px 280px;
}
.main-icon {
  color: #4a2911;
}
.section-title::after {
  content: '';
  height: 2px;
  background-color: #fff;
  display: block;
  margin-top: 16px;
  width: 80px;
}
.title-border::after {
  background-color: #4a2911;
}
.content {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  color: #fff;
  border-radius: 15px 50px;
}
.gallery {
  margin: 120px 0px;
}
.products {
  margin: 120px 0px 100px;
}
.gallery {
  margin-bottom: 90px;
}
.products .product-item {
  position: relative;
}
.products .product-item img {
  display: block;
  width: 100%;
}
.products-item:hover {
  background: rgba(0, 0, 0, 0.6);
}
.products .product-item .product-link {
  background: rgba(169, 209, 92, 0.9);
  position: absolute;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s linear;
}
.products .product-item:hover a.product-link {
  top: 50%;
  opacity: 0.9;
}
.img-gallery {
  margin-bottom: 30px;
}
.btn-products {
  background-color: #4a2911;
  color: #fff;
}
.btn-products:hover {
  background-color: #a9d15c;
}
.sauces, .liqueur, .dessert, .spreads, .salad {
  margin-top: 240px;
}
.product-content {
  margin-bottom: 120px;
}
.products-description {
  margin-bottom: 120px;
}
.close {
  font-size: 1.5rem;
}
.img-gallery img {
  cursor: pointer;
  width: 100%;
}
.img-gallery img:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  opacity: 0.7;
}
.contact {
  padding: 200px 0px 60px;
}
.contact-content {
  color: #fff;
}
.contact-info {
  color: #fff;
}
.contact-info:hover {
  text-decoration: none;
  color: #a9d15c;
}
.contact-icon {
  color: #fff;
  transition: transform .5s ease;
}
.contact-icon:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.4);
}
input[type=text], input[type=email], textarea.form-control {
  background-color: transparent;
}
.capbox {
  margin: 0 auto;
  width: 55%;
  border-width: 0px 12px 0px 0px;
  zoom: 1;
}
.capbox-inner {
  font-size: 16px;
  color: #fff;
  margin: 5px auto 0px auto;
  padding: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#CaptchaDiv {
  font: bold 17px verdana, arial, sans-serif;
  font-style: italic;
  color: #fff;
  padding: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #fff;
}
#CaptchaInput {
  margin: 1px 0px 1px 0px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #fff;
  width: 100%;
}
#CaptchaInput:focus {
  color: #fff;
}
.mail {
  color: #a9d15c;
}
.mail:hover {
  color: #fff;
  text-decoration: none;
}
.btn-contact {
  padding: 30px;
  background-color: #fff;
  border: none;
  color: #4a2911;
}
.btn-contact:hover {
  background-color: #a9d15c;
}
footer {
  background: rgba(169, 209, 92, 0.9);
  padding: 80px 0px 55px;
}
.footer-info {
  color: #4a2911;
}
.footer-info:hover {
  text-decoration: none;
  color: #fff;
}
.social-icon {
  transition: transform .5s ease;
  font-size: 20px;
}
.social-icon:hover {
  color: #4a2911;
  transform: scale(1.4);
}
.politika-privatnosti, .uslovi-koriscenja, .porucivanje-placanje {
  margin-top: 220px;
  margin-bottom: 120px;
}
.link {
  font-size: 18px;
  font-weight: normal;
  color: #a9d15c;
}
.link:hover {
  color: #4a2911;
  text-decoration: none;
}