<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Playfair Display" !important;
  position: relative;
}

a, .text-default {
  color: #9c1e2e;
}
a:hover, .text-default:hover {
  color: #333;
}

h3.dancing, h2.dancing, h1 {
  font-family: "Playfair Display";
  font-size: 35px;
}

h5 {
  font-size: 19px;
  font-weight: 500;
  text-transform: none;
}

h1 {
  font-size: 35px;
  font-weight: 500;
}

.main-container {
  /* background: rgba(245, 242, 223, 0.87) none repeat scroll 0 0; */
  background: #fff;
  font-family: "Raleway", sans-serif;
  min-height: 450px;
}
.main-container .tittle h1 {
  padding: 0 0 35px 0;
  margin-bottom: 45px;
  /* background: transparent url('/images/ornament.png') bottom left no-repeat;
  background-size: 150px auto; */
}

.about h3.dancing {
  font-size: 35px;
  color: #000;
  margin: 55px 0 10px 0;
}

.dancing {
  font-family: "Playfair Display";
}

.fixed-header-on .dark.header.fixed {
  background-color: #2d211d;
  border-bottom: 1px solid #36373c;
}

.header-top {
  border-bottom: 0;
  box-shadow: none;
}
.header-top.dark {
  background-color: #2d211d !important;
  border-bottom: 0;
}
.header-top .top-contacts {
  list-style: outside none none;
  margin: 10px 0 10px;
  padding: 0;
}
.header-top .top-contacts li {
  margin: 0;
  padding: 3px 25px 2px 0;
  display: inline-block;
}
.header-top .top-contacts li i {
  padding-right: 5px;
}

#header-top-second {
  text-align: right;
}
#header-top-second .top-externallinks {
  list-style: outside none none;
  margin: 10px 0 10px;
  padding: 0;
}
#header-top-second .top-externallinks li {
  margin: 0;
  padding: 3px 25px 2px 0;
  display: inline-block;
}
#header-top-second .top-externallinks li a {
  font-size: 13px;
  color: #cdcdcd !important;
}
#header-top-second .top-externallinks li a:hover {
  color: #fff !important;
  text-decoration: none;
}
#header-top-second a {
  font-size: 13px;
  color: #cdcdcd !important;
}
#header-top-second a:hover {
  color: #fff !important;
  text-decoration: none;
}
#header-top-second .btn {
  min-width: auto;
  padding: 0;
  margin: 10px 0 0 0;
  margin-top: 10px;
  background: transparent;
}
#header-top-second .btn.dropdown-toggle {
  margin-top: 0;
}
#header-top-second .dropdown-menu {
  left: auto;
  right: 0;
}
#header-top-second .dropdown-menu li {
  margin: 0;
  padding: 0;
}
#header-top-second .dropdown-menu li a {
  background-color: #2d211d;
  font-size: 13px;
  color: #cdcdcd !important;
  border-bottom: 1px solid #3d3d3d;
}
#header-top-second .dropdown-menu li a:hover {
  color: #fff !important;
  text-decoration: none;
}

.fixed-header-on .header .navbar-nav {
  margin-top: 10px;
}
.fixed-header-on .header .shop-cart {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .navbar.navbar-default {
    margin-top: 0;
  }
}
.navbar-collapse.in {
  margin-top: 10px;
}

.navbar-default .navbar-nav &gt; li &gt; a {
  font-size: 17px;
  color: #fff !important;
  padding-right: 26px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-default .navbar-nav &gt; li &gt; a {
    padding-left: 10px;
  }
}

.dark.header {
  background-color: #2d211d;
  border-top: 1px solid #515151;
}
.dark.header .navbar.navbar-default {
  background-color: transparent;
  border: none;
}
.dark.header .navbar.navbar-default .navbar-nav &gt; li &gt; a {
  font-weight: 400;
}
.dark.header .dropdown-menu {
  background-color: #271a16;
}

.dark.header .main-navigation .navbar-nav &gt; .open &gt; a, .dark.header .main-navigation .navbar-nav &gt; .open &gt; a:hover, .dark.header .main-navigation .navbar-nav &gt; .open &gt; a:focus {
  background-color: #271a16;
  border-color: #484848;
  border-bottom-color: #484848;
  border-bottom-color: #27272a;
  color: #ffffff;
}

.footer {
  background-color: #2d211d;
  border-bottom: 0;
  border-top: 0;
  padding: 30px 0;
}
.footer a {
  color: #ccc;
}
.footer a:hover {
  text-decoration: none !important;
  color: #fff;
}
.footer .virtualtourbox img {
  margin-top: 30px;
}

.subfooter {
  background-color: #1a100d;
}
.subfooter a {
  color: #d1d1d1 !important;
  transition: all 0.2s ease-in-out !important;
}
.subfooter a:hover {
  color: #fff !important;
  text-decoration: none;
}
.subfooter .navbar-default .nav &gt; li {
  float: none;
  display: inline-block;
  margin-top: 0;
}
.subfooter .navbar-default .nav &gt; li &gt; a {
  color: #d1d1d1 !important;
  transition: all 0.2s ease-in-out !important;
}
.subfooter .navbar-default .nav &gt; li &gt; a:hover {
  color: #fff !important;
  text-decoration: none;
}
@media screen and (min-width: 999px) and (max-width: 1200px) {
  .subfooter .navbar-nav {
    text-align: center;
    float: none;
  }
}
.subfooter .footer-copyright {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .subfooter .footer-copyright {
    text-align: left;
    float: left;
  }
}
.subfooter .footer-menu {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .subfooter .footer-menu {
    text-align: right;
    float: right;
  }
}

.sectiontitle {
  background: #f4efe7;
}

.no-margin {
  margin: 0;
}
.no-margin .row {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.margin-top-large {
  margin-top: 75px;
}

.dropdown &gt; a::before {
  right: 6px;
}

.tp-caption.very_large_text {
  font-family: "Playfair Display";
}

.tp-caption a.btn, .tp-caption a.btn:hover {
  color: #ffffff;
  background-color: #920002;
  border-color: #920002;
}

.btn.btn-lg {
  padding: 17px 40px;
  font-size: 18px;
  min-width: 210px;
}

.banner {
  border-bottom: 0;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
  background-color: #920002;
  border-color: #920002;
  color: #ffffff;
}

.btn-dark {
  color: #333;
  background-color: #d2be97;
  border-color: #d2be97;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #333;
  background-color: #bfa17e;
  border-color: #bfa17e;
}

.about-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* min-height: 70vh; */
  height: 500px;
}
@media screen and (max-width: 768px) {
  .about-background {
    height: 350px;
  }
}

.about-background.filozofia {
  background-image: url("/upload/images/headline-flasa-simak.jpg");
}
.about-background.janousek {
  background-image: url("/images/janousek.jpg");
}
.about-background.vinohrady {
  background-image: url("/upload/images/headline-vinohrady.jpg");
}
.about-background.technologia {
  background-image: url("/upload/images/headline-technologia.jpg");
}
.about-background.pivnice {
  background-image: url("/images/pivnice.jpg");
}
.about-background.pribeh {
  background-image: url("/upload/images/o-nas.jpg");
}

.about-background-2 {
  background-image: url("/images/pivnice.jpg");
}

.about-background-3 {
  background-image: url("/images/janousek.jpg");
}

.about-black-box {
  /* background: rgba(245, 242, 223, 0.87) none repeat scroll 0 0; */
  background: #f3f1e3;
  color: #000;
  height: 500px;
  padding: 60px 60px 90px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-black-box {
    min-height: 350px;
    height: auto;
  }
}

.listing-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/images/menu-bkg.pngxxx");
  text-align: center;
  padding-top: 50px;
  border: 0;
  position: relative;
}
.listing-item .listing-item-medail {
  position: absolute;
  max-width: 75px;
  max-height: 75px;
  top: 50px;
  right: 0;
  z-index: 999;
}

.listing-item:hover .listing-item-body {
  background-color: transparent !important;
}

.owl-carousel.clients .owl-item &gt; div {
  margin: 0 30px 0 0;
  /* font-family: 'Dancing Script'; */
  font-weight: 700;
  font-size: 16px;
  color: #222;
  line-height: 20px;
}

.sectionawards {
  padding-bottom: 15px;
  padding-top: 5px h2;
  padding-top-margin-bottom: 45px;
}
.sectionawards .awards {
  text-align: center;
}

.owl-carousel.awards .owl-item &gt; div {
  margin: 0 15px 0 15px;
  font-weight: 700;
  font-size: 15px;
  color: #222;
  line-height: 20px;
}
.owl-carousel.awards .owl-item &gt; div .awardtitle {
  padding-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
}

.logo {
  margin-top: -17px;
  margin-bottom: -8px;
}
@media screen and (max-width: 450px) {
  .logo {
    max-width: 80%;
  }
}
.logo img {
  width: 155px;
}

#logo-footer {
  max-width: 200px;
}

.fixed-header-on .header .logo {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin: -4px 0 -8px 0;
}

.page-intro {
  background-color: #f4efe7;
  border-bottom: 0;
  box-shadow: none;
}

.page-topinfo {
  background: #c70000;
}
.page-topinfo div.infotext {
  position: relative;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.page-topinfo div.infotext p:last-child {
  margin-bottom: 0;
}
.page-topinfo div.infotext a.topinfoclosebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
}

/*
.fixed-header-on {
    .logo {
        img {
            width: 80px;
        }
    }
}
*/
.homegallery {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
.homegallery a.overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.homegallery a.overlay span {
  bottom: 30px;
  color: #fff;
}

.distributorbox {
  background-color: #fffcf8 !important;
  border-bottom: 3px double #f0d8db;
  padding: 25px 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.distributorbox h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.distributorbox h6 {
  margin-bottom: 2px;
  margin-top: 15px;
}

.searchcontainer {
  margin-top: 20px;
  background: #f4efe7;
  padding: 20px 20px 20px 50px;
}
@media screen and (min-width: 768px) {
  .searchcontainer .selectfields {
    width: 18%;
    padding: 0 8px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .searchcontainer .selectfields {
    width: 16%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .searchcontainer .selectfields {
    width: 48%;
    padding: 0 11px 0 0;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .searchcontainer .selectfields select {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .searchcontainer .selectfields.goodssearchfield {
    width: 37%;
    padding: 0 8px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .searchcontainer .selectfields.goodssearchfield {
    width: 34%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .searchcontainer .selectfields.goodssearchfield {
    width: 29%;
  }
}
@media screen and (min-width: 768px) {
  .searchcontainer .selectfields.fulltext {
    width: 75%;
    padding: 0 8px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .searchcontainer .selectfields.fulltext {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .searchcontainer .selectfields.fulltext {
    width: 60%;
  }
}
.searchcontainer .selectfields.fulltext input {
  width: 100%;
}
.searchcontainer .searchtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  padding-right: 8px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .searchcontainer .searchtitle {
    display: block;
  }
}
.searchcontainer .searchbutton {
  padding-left: 8px;
  padding-top: 9px;
}
.searchcontainer .searchbutton .btn {
  margin-top: 0;
  background: #d2be97;
  border: 1px solid #d2be97;
  color: #333;
  /* letter-spacing: normal; */
  /* text-transform: none; */
  font-size: 16px;
  font-weight: 700;
  padding: 7px 30px;
}
@media screen and (max-width: 992px) {
  .searchcontainer .searchbutton {
    padding-left: 0;
    padding-top: 0;
  }
}

.detailpricebox {
  background: #f4efe7;
  padding: 10px 20px 20px 20px;
}

.item-detail-page h1 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .item-detail-page h1 {
    margin-top: 25px;
  }
}
.item-detail-page div.itemannotation {
  padding: 5px 0 10px 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  color: #333;
}
.item-detail-page div.itemid {
  padding: 0 0 8px 0;
  font-size: 14px;
  font-weight: 300;
  color: #a0a0a0;
  text-transform: uppercase;
}
.item-detail-page div.itemcontent {
  padding-bottom: 15px;
}
.item-detail-page div.itemcontent p {
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  color: #444;
}
.item-detail-page div.itemcontent .item-medails {
  margin: 15px 0;
}
.item-detail-page div.itemcontent .item-medails .medail {
  max-height: 100px;
  max-height: 100px;
  margin: 0 15px 15px 0;
}
.item-detail-page .itemprice {
  font-weight: 700;
  font-size: 30px;
  color: #272727;
  padding-bottom: 8px;
}
.item-detail-page .itemprice .small {
  font-size: 18px;
}
.item-detail-page .itemprice .itempriceold {
  padding-left: 30px;
  font-size: 25px;
  color: #ababab;
  text-decoration: line-through;
}
.item-detail-page .itemprice .itempriceold .small {
  font-size: 16px;
}
.item-detail-page .itemclubtext {
  font-size: 16px;
  padding: 0 0 8px 0;
}
.item-detail-page .itemclubtext .small {
  font-size: 11px;
}
.item-detail-page .itemclubprice {
  font-size: 16px;
  font-weight: 700;
}
.item-detail-page .itempricenote {
  font-size: 14px;
}
.item-detail-page .itempricenote span {
  color: #dd1010;
}
.item-detail-page .itempricenote span a {
  color: #dd1010;
}
.item-detail-page .item-image {
  position: relative;
  background-image: url("/images/menu-bkg.pngxxx");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  text-align: center;
}
.item-detail-page .item-image .item-medail-main {
  position: absolute;
  max-width: 100px;
  max-height: 100px;
  right: 20px;
  top: 20px;
  z-index: 999;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .item-detail-page .item-image .item-medail-main {
    max-width: 70px;
    max-height: 70px;
  }
}
@media (max-width: 768px) {
  .item-detail-page .item-image .item-medail-main {
    max-width: 20%;
    max-height: 20%;
  }
}
.item-detail-page .btn-dark {
  height: 44px;
  font-size: 17px;
  font-weight: 700;
}

.productdetailquantity {
  border: 2px solid #d3c096;
  display: inline-block;
  float: left;
  height: 44px;
  margin-top: 10px;
  text-align: center;
  width: 44px;
  font-size: 20px;
}

.qtyminus, .qtyplus {
  background: #fff;
  color: #000;
  float: left;
  font-size: 15px;
  height: 44px;
  width: 44px;
  padding: 0 10px;
  margin-top: 10px;
  border: 2px solid #d3c096;
}
.qtyminus:hover, .qtyplus:hover {
  color: #fff;
  background: #d2be97;
}

.qtyplus {
  margin-right: 10px;
}

.productlist .productdetailquantity {
  border: 1px solid #d3c096;
  display: inline-block;
  float: none;
  height: 30px;
  text-align: center;
  margin-top: 0;
  width: 30px;
  font-size: 15px;
  vertical-align: middle;
}
.productlist .qtyminus, .productlist .qtyplus {
  background: #fff;
  color: #000;
  float: none;
  font-size: 15px;
  height: 30px;
  width: 30px;
  padding: 0 5px;
  margin-top: 0;
  margin-right: 0;
  border: 1px solid #d3c096;
  vertical-align: middle;
}
.productlist .qtyminus:hover, .productlist .qtyplus:hover {
  color: #fff;
  background: #d2be97;
}
.productlist .btn-shopping-cart {
  min-width: auto;
  padding: 5px;
  height: 30px;
  width: 30px;
  margin: 0;
  border: 1px solid #d3c096;
  vertical-align: middle;
}

.qtyminus {
  border-right: 0;
}

.qtyplus {
  border-left: 0;
}

.cartqtyminus, .cartqtyplus, .cartproductremove {
  background: #fff;
  border: 2px solid #d3c096;
  color: #000;
  font-size: 15px;
  width: 44px;
}
.cartqtyminus:hover, .cartqtyplus:hover, .cartproductremove:hover {
  color: #fff;
  background: #d3c096;
}

.cartqtyminus {
  border-right: 0;
}

.cartqtyplus {
  border-left: 0;
}

.cartqty {
  color: #333;
  font-size: 16px;
  height: 44px;
  width: 44px;
  float: left;
}

.shopping-cart li {
  color: #333;
  font-size: 16px;
}
.shopping-cart .item-img {
  /*
  background-image: url("/images/menu-bkg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  */
  display: inline-block;
  padding: 30px 0;
  height: 250px;
  width: 150px;
}
.shopping-cart .cart-details {
  padding: 0 0 30px 0;
}
.shopping-cart .cart-details li {
  min-height: 250px;
}
.shopping-cart .cart-head {
  padding-bottom: 15px;
}
.shopping-cart .cart-ship-info .grand-total {
  border: none;
}
.shopping-cart .cart-ship-info .grand-total h4 {
  margin-top: 5px;
  margin-bottom: 0;
}
.shopping-cart .cart-ship-info .grand-total span {
  font-size: 20px;
  font-weight: 700;
}
.shopping-cart .order-place .item-order p {
  border: medium none;
  color: #666;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.shopping-cart .order-place a {
  color: #987d49 !important;
}
.shopping-cart .cart-ship-info .radio label {
  font-size: 15px;
  color: #666;
}
.shop-cart {
  display: inline-block;
  float: right;
  padding: 0 0 0 20px;
  white-space: nowrap;
}
.shop-cart a {
  display: inline-block;
  padding-top: 6px;
  text-transform: none;
}
.shop-cart a img {
  display: inline-block;
}
.shop-cart a:hover {
  color: #fff;
  text-decoration: none;
}
.shop-cart.dropdown a::before {
  content: "";
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .shop-cart {
    position: absolute;
    top: 0;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .shop-cart {
    position: absolute;
    top: 0;
    right: 80px;
  }
}
.shop-cart .shopiconquantity {
  color: #fff;
  font-size: 22px;
}
.shop-cart .shopiconquantity i {
  font-size: 18px;
}
.shop-cart .shopping-cart-dropdown {
  background-color: #fff !important;
  border: 0 !important;
  margin-top: 20px;
  min-width: 400px;
  padding: 15px;
  left: auto;
  right: 0;
}
.shop-cart .shopping-cart-dropdown #dropdownspecialinfo {
  white-space: normal !important;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .shop-cart .shopping-cart-dropdown {
    right: -100px;
    width: 100%;
  }
}
.shop-cart .shopping-cart-dropdown .cartqtyplus, .shop-cart .shopping-cart-dropdown .cartqtyminus, .shop-cart .shopping-cart-dropdown .cartqty {
  height: 30px;
  width: 30px;
  font-size: 20px;
  padding: 0;
  text-align: center;
}
.shop-cart .shopping-cart-dropdown .cartqty {
  font-size: 12px;
}
.shop-cart .shopping-cart-dropdown .priceitem {
  padding: 0 15px 0 0;
}
.shop-cart .shopping-cart-dropdown .productitem {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}
.shop-cart .shopping-cart-dropdown .productitem h5 {
  white-space: normal;
}

/* home overlay */
.wine-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  min-height: 700px;
  padding-top: 400px;
}
.wine-background h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  text-shadow: 0 0 5px #000;
  font-family: "Playfair Display";
}
@media (max-width: 1000px) {
  .wine-background {
    min-height: 500px;
    padding-top: 300px;
  }
}
@media (max-width: 768px) {
  .wine-background {
    min-height: 200px;
    padding-top: 75px;
  }
}

.homeoverlay {
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  min-height: 700px;
  max-width: 100%;
  background-color: rgba(70, 70, 70, 0.7);
  background-image: url("/images/rose-wines.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  text-align: center;
  transition: all 0.6s ease 0s;
}
@media (max-width: 1000px) {
  .homeoverlay {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .homeoverlay {
    min-height: 300px;
  }
}
.homeoverlay a.overlaylink {
  align-self: center;
  color: #fff;
  width: 100%;
}
.homeoverlay a.overlaylink .overlayhover {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 7;
  transition: all 0.6s ease 0s;
}
.homeoverlay a.overlaylink .overlaycontent {
  position: relative;
  padding: 0;
  text-align: center;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.homeoverlay a.overlaylink .overlaycontent .overlaytitle {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  word-wrap: break-word;
  hyphens: auto;
}
.homeoverlay a.overlaylink .overlaycontent .overlaydescription {
  opacity: 0;
  line-height: 0;
  display: block;
}
.homeoverlay a.overlaylink:hover {
  text-decoration: none;
}
.homeoverlay a.overlaylink:hover .overlayhover {
  background-color: rgba(0, 0, 0, 0.7);
}
.homeoverlay a.overlaylink:hover .overlaycontent .overlaydescription {
  opacity: 1;
  line-height: 1.75;
  transition-duration: 0.7s, 0.3s;
}

.wine-background-white {
  background-image: url("/images/home-vino-biele.jpg");
}
.wine-background-white .homeoverlay {
  background-color: #ebdeb4;
}

.wine-background-rose {
  background-image: url("/images/home-vino-ruzove.jpg");
}

.wine-background-red {
  background-image: url("/images/home-vino-cervene.jpg");
}

.wine-background-sparkling {
  background-image: url("/images/home-gastro.jpg");
}

.wine-background:hover .homeoverlay {
  opacity: 0.3;
}

.wine-background:hover a:hover {
  text-decoration: none !important;
}
.wine-background:hover a:hover .section-heading {
  /* opacity: 0;  */
  text-decoration: none !important;
}

/* product detail property */
.propertybox {
  box-sizing: border-box;
  display: inline-block;
  padding: 9px 20px 7px 20px;
  margin: 20px 0 20px 0;
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  width: 33.333%;
  background-size: 30px 30px;
  background-position: 10px center;
  background-repeat: no-repeat;
  /*
  &amp;:last-child {
      border-right: 0;
  }
  */
}
.propertybox.alcohol {
  background-image: url("/images/icon-alcohol.svg");
}
.propertybox.sugar {
  background-image: url("/images/icon-sugar.svg");
}
.propertybox.acid {
  background-image: url("/images/icon-acid.svg");
}
.propertybox:first-child {
  border-left: 1px solid #cdcdcd;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .propertybox {
    border: 0 !important;
    display: block;
    width: 100%;
  }
}
.propertybox .propertytitle {
  font-size: 15px;
  line-height: 17px;
  padding: 0;
  margin: 0;
  color: #777;
  font-weight: 100;
  display: block;
}
.propertybox .propertyvalue {
  font-size: 15px;
  line-height: 17px;
  padding: 0;
  margin: 0;
  color: #333;
  font-weight: 500;
  letter-spacing: -2;
}
.propertybox .propertyunit {
  font-size: 15px;
  line-height: 17px;
  padding: 0;
  margin: 0;
  color: #777;
  font-weight: 300;
}

.item-photos-box {
  margin-top: 25px;
  padding: 15 0;
}
.item-photos-box .item-photo {
  padding: 30% 0;
  margin: 10px 0;
  text-align: center;
}
.item-photos-box .item-photo img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .item-photos-box .item-photo img {
    max-height: 100px;
  }
}
@media (max-width: 768px) {
  .item-photos-box .item-photo img {
    height: 20% !important;
    max-height: 220px !important;
    width: auto !important;
  }
}

a.mprm-link {
  align-self: center;
  width: 100%;
}
a.mprm-link .mprm-effect-hover {
  transform: translate(-100%, -100%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 5;
  background: rgba(201, 89, 67, 0.2) none repeat scroll 0 0;
}

li.li-icon {
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
li.li-icon.icon-transport {
  background-image: url("/images/icon-transport.png");
}
li.li-icon.icon-car {
  background-image: url("/images/icon-car.png");
}
li.li-icon.icon-taxi-sign {
  background-image: url("/images/icon-taxi-sign.png");
}
li.li-icon.icon-school-bus-front {
  background-image: url("/images/icon-school-bus-front.png");
}

.presslistbox img {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .presslistbox h3 {
    margin-top: 0;
  }
}
.presslistbox .presslistiteminfo {
  margin-top: 5px;
}

.eventslistbox {
  background: none;
  border-bottom: 3px double #f4efe7;
  margin-bottom: 40px;
}
@media (min-width: 999px) {
  .eventslistbox {
    min-height: 343px;
    display: table;
  }
}
.eventslistbox .eventslistcontent {
  padding: 0 45px 20px 0;
  color: #140806;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 990px) {
  .eventslistbox .eventslistcontent {
    padding-left: 25px;
  }
}
.eventslistbox .eventslistcontent h3 {
  font-size: 27px;
  margin-bottom: 0;
  margin-top: 0;
}
.eventslistbox .eventslistcontent .eventslistdate {
  padding-bottom: 15px;
}
.eventslistbox .eventslistcontent .eventslistinfo {
  padding-top: 15px;
}
.eventslistbox .eventslistcontent a {
  color: #714200;
}
@media (min-width: 990px) {
  .eventslistbox .eventslistcontentbox {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 990px) {
  .eventslistbox .eventslistimage {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
@media (max-width: 990px) {
  .eventslistbox .eventslistimage {
    background-image: none !important;
  }
}
.eventslistbox .eventslistimage img {
  z-index: 10;
  margin-bottom: 25px;
}
.eventslistbox .eventslistimage .eventslistdate {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 33px;
  padding: 10px 15px;
  background: #2d211e;
  color: #fff;
}
@media (max-width: 990px) {
  .eventslistbox .eventslistimage .eventslistdate {
    right: 15px;
  }
}
.eventslistbox .eventslistimage .eventslistdate .datedays {
  display: block;
  font-weight: 700;
  font-size: 20px;
}
.eventslistbox .eventslistimage .eventslistdate .datemonth {
  display: block;
  text-transform: lowercase;
  line-height: 17px;
}
.eventslistbox .eventslistimage .eventslistdate .dateyear {
  display: block;
}

.eventphotorowbox {
  margin-top: 15px;
}
.eventphotorowbox .row {
  margin-left: -2px;
  margin-right: -2px;
}
.eventphotorowbox .row .col-xs-6, .eventphotorowbox .row .col-sm-3, .eventphotorowbox .row .col-sm-2 {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 4px;
}

.blogslistbox {
  background: #f4efe7;
  margin-bottom: 40px;
}
.blogslistbox .blogslistcontent {
  padding: 20px 45px 20px 15px;
  color: #140806;
  font-size: 16px;
  line-height: 25px;
}
.blogslistbox .blogslistcontent h3 {
  font-size: 27px;
  margin-bottom: 15px;
}
.blogslistbox .blogslistcontent .blogslistinfo {
  padding-top: 15px;
}
.blogslistbox .blogslistcontent a {
  color: #714200;
}
.blogslistbox .blogslistimage img {
  z-index: 10;
}

.owl-nav {
  position: absolute;
  top: 0;
}

.confirm_layout {
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}

.confirm_dialog_box {
  position: fixed;
  top: 40%;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.confirm_dialog_box .confirm_dialog {
  background-color: #f3f1e3;
  display: block;
  box-sizing: border-box;
  text-align: center;
  padding: 35px 30px 20px 30px;
}
.confirm_dialog_box .confirm_dialog .txt_form {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 80px 30px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .confirm_dialog_box .confirm_dialog .txt_form {
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0 30px 0;
  }
}
.confirm_dialog_box .confirm_dialog .btn-confirm {
  background: #920002;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  line-height: inherit;
  padding: 9px 15px;
  text-decoration: none;
  margin: 0 5px 15px 0;
}
.confirm_dialog_box .confirm_dialog .btn-confirm:hover {
  border: 1px solid #a60204;
  background: #a60204;
  color: #fff;
}

/* magnific popup */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1500px;
}

.btntour {
  display: inline;
  width: 200px;
  margin-top: 18px;
  padding: 7px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px none #000;
  border-radius: 3px;
  background-color: #726658;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: "Raleway" !important;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  text-transform: none;
}
.btntour:hover {
  background-color: #422f28;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.btn360 {
  display: block;
  padding: 10px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  text-transform: none;
}
.btn360 ._360 {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  padding: 10px 11px 10px 4px;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 12px;
  text-decoration: none;
}
.btn360 .virtual {
  font-family: "Raleway" !important;
  display: inline-block;
  margin-top: 7px;
  padding-top: 0px;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

.overlaytour-container {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 55px;
}
.overlaytour-container:hover .overlaytour {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.overlaytour-container:hover img {
  transform: scale(1.1);
  transition: all linear 0.2s;
}
.overlaytour-container .overlaytour {
  cursor: pointer;
  position: absolute;
  top: bottom;
  bottom: -1px;
  left: 0;
  height: 50px;
  right: 0;
  background-color: rgba(27, 17, 14, 0.9);
  overflow: hidden;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

body {
  font-family: "Playfair Display" !important;
  position: relative;
}

a, .text-default {
  color: #9c1e2e;
}
a:hover, .text-default:hover {
  color: #333;
}

h3.dancing, h2.dancing, h1 {
  font-family: "Playfair Display";
  font-size: 35px;
}

h5 {
  font-size: 19px;
  font-weight: 500;
  text-transform: none;
}

h1 {
  font-size: 35px;
  font-weight: 500;
}

.featuredimage {
  float: right;
  width: 50%;
  height: auto;
  margin: 0 0 25px 25px;
}
@media screen and (max-width: 992px) {
  .featuredimage {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

/*# sourceMappingURL=vinarstvo.css.map */
</pre></body></html>