/* === Vinotéka Klánovice theme tokens === */
:root {
  --vk-conv: #C64A2A;
  --vk-conv-hover: #E07A5F;
  --vk-c1: #1F2933;
  --vk-c2: #F7F5F2;
  --vk-c3: #7A8F5A;
  --vk-c4: #D6C9A8;
  --vk-white: #FFFFFF;
}

/* Typography */
body {
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Exo 2', sans-serif;
}

/*HOMEPAGE-STYLE*/
.middle-banners-wrapper .container {
  margin-left: 0px;
  margin-right: 0px;
  width: 100% !important;
}
.middle-banners-wrapper .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.homepage-box {
/*  padding-top: 0px !important;
  padding-bottom: 0px !important;*/
  border: none !important;
}
.carousel-inner>.item>a>img {
  border-radius: 4px;
}
/*.homepage-box {
  background-image: url("/user/documents/test-background4.jpg");
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
}*/
.welcome-wrapper .container {
/*  margin-left: 0px;
  margin-right: 0px;*/
  width: 100% !important;
}
.welcome div {
  max-width: 100%;
}
.welcome h1 {
  max-width: 100%;
}
.welcome-box-nb {
width: 100%;
}
.btn.btn-primary {
  border-radius: 4px;
}
.slick-prev:before {
  border-radius: 4px !important;
  background: var(--vk-conv) !important;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
}
.slick-prev:hover::before {
  border-radius: 4px !important;
  background: var(--vk-conv-hover) !important;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
}
.slick-next:before {
  border-radius: 4px !important;
  background: var(--vk-conv) !important;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
}
.slick-next:hover::before {
  border-radius: 4px !important;
  background: var(--vk-conv-hover) !important;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
}
.slick-dots {
  display: none !important;
}
.carousel-control::before {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper+.banner-wrapper {
    margin-top: 10px;
  }
}