/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home section
 6.About section
 7.Today's Special section
 8.Menu section
 9.Reservation section
 10.Team section
 11.Statistic section
 12.Gallery section
 13.Contact section
 14.Blog section
 15.Single post section
 16.footer
 17.Responsive part
-------------------------------------------------*/

/* =================================================================== */
/* ===== BACK TO TOP BUTTON (Hranatý styl) ===== */
/* =================================================================== */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px; /* Hranatý tvar */
  height: 45px;
  z-index: 10000;

  /* Tmavě zelená (jako hlavičky vín) */
  background-color: #003333;
  color: #ffffff;

  /* Jemné zaoblení hran (stejné jako u tlačítek na webu) */
  border-radius: 4px;

  text-align: center;
  line-height: 45px;
  z-index: 990;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; /* Rychlejší přechod pro moderní pocit */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

/* Decentní velikost šipky */
.back-to-top i {
  font-size: 18px;
  line-height: 45px;
  display: block; /* Zajistí správné centrování */
}

/* Třída pro zobrazení (přidává JS) */
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

/* Hover efekt - změna na vínovou */
.back-to-top:hover {
  background-color: #722f37; /* Vínová (jako tlačítko Koupit) */
  color: #ffffff;
  transform: translateY(-3px); /* Jemný posun nahoru */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

/* Mobilní verze - o něco menší */
@media (max-width: 767px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 20px;
    right: 20px;
  }

  .back-to-top i {
    font-size: 16px;
    line-height: 40px;
  }

  .back-to-top.show {
    bottom: 20px;
  }
}

/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/

.bt-50 {
  padding-bottom: 50px;
}

.italy {
  background-image: url("../upload/vlajky/italie.jpg");
}
.czech {
  background-image: url("../upload/vlajky/cesko.jpg");
}
.portugal {
  background-image: url("../upload/vlajky/portugalsko.jpg");
}
.spain {
  background-image: url("../upload/vlajky/spanelsko.jpg");
}
.slovenia {
  background-image: url("../upload/vlajky/slovinsko.jpg");
}

.flag-icon {
  display: inline-block; /* Zajistí, že span bude na stejné řádce jako text */
  width: 60px;
  height: 40px;
  margin-left: 30px;
  background-size: cover; /* Zajistí, že obrázek pokryje celý obsah spanu */
  opacity: 0.35; /* Nastaví průhlednost obrázku vlajky na 45% */
  /* box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); Přidá stín */
  vertical-align: middle; /* Zarovná vlajku vertikálně na střed k textu */
  transition-duration: 150ms;
}

.flag-icon:hover {
  width: 75px;
  height: 50px;
  opacity: 0.75; /* Nastaví průhlednost obrázku vlajky na 45% */
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); /* Přidá stín */
  transition-duration: 250ms;
}

/*============ odsazeni u nazvu vina =============*/
h1.nazev-vina {
  margin: 0 auto 0px !important;
}

/* =================================================================== */
/* ===== NOVÝ MODERNÍ DESIGN TLAČÍTEK (Primární a Sekundární) ===== */
/* =================================================================== */

/* 1. Základní sjednocený styl pro obě tlačítka */
.btn-informace,
.btn-koupit {
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 10px 24px;
  border-radius: 4px; /* Jemně zakulacené rohy */
  border-width: 2px;
  border-style: solid;
  transition: all 0.3s ease; /* Plynulý přechod při najetí myší */
}

/* 2. Primární tlačítko - Koupit */
.btn-koupit {
  background-color: #722f37; /* Výrazná vínová barva */
  border-color: #722f37;
  color: #ffffff;
}

.btn-koupit:hover,
.btn-koupit:focus {
  background-color: #8a3843; /* Mírně světlejší odstín při najetí */
  border-color: #8a3843;
  color: #ffffff;
  transform: translateY(-2px); /* Jemný efekt "nadzvednutí" */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 3. Sekundární tlačítko - Více o vínu (Ghost Button) */
.btn-informace {
  background-color: transparent;
  border-color: #ffffff; /* Bílý rámeček, skvěle vynikne na tmavém pozadí */
  color: #ffffff;
}

.btn-informace:hover,
.btn-informace:focus {
  background-color: #ffffff; /* Při najetí se vyplní bílou */
  border-color: #ffffff;
  color: #333333; /* Text ztmavne pro kontrast */
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*@media (max-width: 767px) {
  #P_masterslider {
      height: 400px !important;
  }
}*/

@media (max-width: 500px) {
  #P_masterslider {
    height: 400px !important;
  }
}

.cerne-pozadi {
  background-color: rgb(0, 0, 0);
}

/*Padding bannery*/

.banner-vina {
  padding: 10px;
}

/* Button style */
.button {
  color: #ffffff;
  background-color: #f4b350;
  font-size: 19px;
  border: 0px solid #2d63c8;
  border-radius: 10px;
  padding: 15px 50px;
  cursor: pointer;
}
.button:hover {
  color: #f4b350;
  background-color: #ffffff;
}

/* Custom styles for different screen sizes */
@media (max-width: 767px) {
  .wine-picture {
    width: 50% !important; /* or any size you want in mobile view */
    justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .wine-picture {
    width: 100%; /* or any size you want in pc view */
  }
}

/* Custom styles for different screen sizes */
@media (max-width: 767px) {
  .winery-baner {
    width: 100% !important; /* or any size you want in mobile view */
    justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .winery-baner {
    width: 100%; /* or any size you want in pc view */
  }
}

.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}

.obsah-stred {
  justify-content: center !important;
}

/* Podtrzeni */
.podtrzeni {
  border-bottom: 2px solid #722f37;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

h2.podtrzeni {
  color: #000000 !important;
}

/* Nadtrzeni */
.nadtrzeni {
  border-top: 1px solid #eeeeee;
  padding-top: 3px;
  margin-bottom: 25px;
}

/* Nadpis vlastnosti */
.vlastnosti {
  font-weight: 700;
}

/* Centrovani */
.nastred {
  display: flex;
  align-items: center;
}

/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.box-header {
  height: 200px;
}

/*********************************************
    -   SLIDER CSS  -
**********************************************/
.with-shadow {
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.9);
}

.msp-preset-btn-84 {
  background-color: #b97ebb;
  color: #fff;
}

.msp-preset-btn-84:hover {
  background-color: #ca89cc;
  color: #fff;
}

.msp-preset-btn-84:active {
  top: 1px;
}

.msp-preset-btn-85 {
  background-color: #b97ebb;
  color: #fff;
}

.msp-preset-btn-85:hover {
  background-color: #ca89cc;
  color: #fff;
}

.msp-preset-btn-85:active {
  top: 1px;
}

.msp-preset-btn-86 {
  color: #b97ebb;
  border: solid 1px #b97ebb;
}

.msp-preset-btn-86:hover {
  border-color: #ca89cc;
  color: #ca89cc;
}

.msp-preset-btn-86:active {
  top: 1px;
}

.msp-preset-btn-87 {
  background-color: #b97ebb;
  color: #fff;
}

.msp-preset-btn-87:hover {
  background-color: #ca89cc;
  color: #fff;
}

.msp-preset-btn-87:active {
  top: 1px;
}

.msp-preset-btn-88 {
  background-color: #b97ebb;
  color: #fff;
  box-shadow: 0 5px #9a699c;
}

.msp-preset-btn-88:hover {
  background-color: #ca89cc;
  box-shadow: 0 4px #9a699c;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-88:active {
  box-shadow: 0 2px #9a699c;
  top: 3px;
}

.msp-preset-btn-89 {
  background-color: #5472d2;
  color: #fff;
}

.msp-preset-btn-89:hover {
  background-color: #5d7fe9;
  color: #fff;
}

.msp-preset-btn-89:active {
  top: 1px;
}

.msp-preset-btn-90 {
  background-color: #5472d2;
  color: #fff;
}

.msp-preset-btn-90:hover {
  background-color: #5d7fe9;
  color: #fff;
}

.msp-preset-btn-90:active {
  top: 1px;
}

.msp-preset-btn-91 {
  color: #5472d2;
  border: solid 1px #5472d2;
}

.msp-preset-btn-91:hover {
  border-color: #5d7fe9;
  color: #5d7fe9;
}

.msp-preset-btn-91:active {
  top: 1px;
}

.msp-preset-btn-92 {
  background-color: #5472d2;
  color: #fff;
}

.msp-preset-btn-92:hover {
  background-color: #5d7fe9;
  color: #fff;
}

.msp-preset-btn-92:active {
  top: 1px;
}

.msp-preset-btn-93 {
  background-color: #5472d2;
  color: #fff;
  box-shadow: 0 5px #4c68be;
}

.msp-preset-btn-93:hover {
  background-color: #5d7fe9;
  box-shadow: 0 4px #4c68be;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-93:active {
  box-shadow: 0 2px #4c68be;
  top: 3px;
}

.msp-preset-btn-94 {
  background-color: #00c1cf;
  color: #fff;
}

.msp-preset-btn-94:hover {
  background-color: #01d4e4;
  color: #fff;
}

.msp-preset-btn-94:active {
  top: 1px;
}

.msp-preset-btn-95 {
  background-color: #00c1cf;
  color: #fff;
}

.msp-preset-btn-95:hover {
  background-color: #01d4e4;
  color: #fff;
}

.msp-preset-btn-95:active {
  top: 1px;
}

.msp-preset-btn-96 {
  color: #00c1cf;
  border: solid 1px #00c1cf;
}

.msp-preset-btn-96:hover {
  border-color: #01d4e4;
  color: #01d4e4;
}

.msp-preset-btn-96:active {
  top: 1px;
}

.msp-preset-btn-97 {
  background-color: #00c1cf;
  color: #fff;
}

.msp-preset-btn-97:hover {
  background-color: #01d4e4;
  color: #fff;
}

.msp-preset-btn-97:active {
  top: 1px;
}

.msp-preset-btn-98 {
  background-color: #00c1cf;
  color: #fff;
  box-shadow: 0 5px #00afbc;
}

.msp-preset-btn-98:hover {
  background-color: #01d4e4;
  box-shadow: 0 4px #00afbc;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-98:active {
  box-shadow: 0 2px #00afbc;
  top: 3px;
}

.msp-preset-btn-99 {
  background-color: #4cadc9;
  color: #fff;
}

.msp-preset-btn-99:hover {
  background-color: #63b2c9;
  color: #fff;
}

.msp-preset-btn-99:active {
  top: 1px;
}

.msp-preset-btn-100 {
  background-color: #4cadc9;
  color: #fff;
}

.msp-preset-btn-100:hover {
  background-color: #63b2c9;
  color: #fff;
}

.msp-preset-btn-100:active {
  top: 1px;
}

.msp-preset-btn-101 {
  color: #4cadc9;
  border: solid 1px #4cadc9;
}

.msp-preset-btn-101:hover {
  border-color: #63b2c9;
  color: #63b2c9;
}

.msp-preset-btn-101:active {
  top: 1px;
}

.msp-preset-btn-102 {
  background-color: #4cadc9;
  color: #fff;
}

.msp-preset-btn-102:hover {
  background-color: #63b2c9;
  color: #fff;
}

.msp-preset-btn-102:active {
  top: 1px;
}

.msp-preset-btn-103 {
  background-color: #4cadc9;
  color: #fff;
  box-shadow: 0 5px #1aa2c9;
}

.msp-preset-btn-103:hover {
  background-color: #63b2c9;
  box-shadow: 0 4px #1aa2c9;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-103:active {
  box-shadow: 0 2px #1aa2c9;
  top: 3px;
}

.msp-preset-btn-104 {
  background-color: #cec2ab;
  color: #fff;
}

.msp-preset-btn-104:hover {
  background-color: #cebd9d;
  color: #fff;
}

.msp-preset-btn-104:active {
  top: 1px;
}

.msp-preset-btn-105 {
  background-color: #cec2ab;
  color: #fff;
}

.msp-preset-btn-105:hover {
  background-color: #cebd9d;
  color: #fff;
}

.msp-preset-btn-105:active {
  top: 1px;
}

.msp-preset-btn-106 {
  color: #cec2ab;
  border: solid 1px #cec2ab;
}

.msp-preset-btn-106:hover {
  border-color: #cebd9d;
  color: #cebd9d;
}

.msp-preset-btn-106:active {
  top: 1px;
}

.msp-preset-btn-107 {
  background-color: #cec2ab;
  color: #fff;
}

.msp-preset-btn-107:hover {
  background-color: #cebd9d;
  color: #fff;
}

.msp-preset-btn-107:active {
  top: 1px;
}

.msp-preset-btn-108 {
  background-color: #cec2ab;
  color: #fff;
  box-shadow: 0 5px #c2b7a2;
}

.msp-preset-btn-108:hover {
  background-color: #cebd9d;
  box-shadow: 0 4px #c2b7a2;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-108:active {
  box-shadow: 0 2px #c2b7a2;
  top: 3px;
}

.msp-preset-btn-109 {
  background-color: #50485b;
  color: #fff;
}

.msp-preset-btn-109:hover {
  background-color: #6a6176;
  color: #fff;
}

.msp-preset-btn-109:active {
  top: 1px;
}

.msp-preset-btn-110 {
  background-color: #50485b;
  color: #fff;
}

.msp-preset-btn-110:hover {
  background-color: #6a6176;
  color: #fff;
}

.msp-preset-btn-110:active {
  top: 1px;
}

.msp-preset-btn-111 {
  color: #50485b;
  border: solid 1px #50485b;
}

.msp-preset-btn-111:hover {
  border-color: #6a6176;
  color: #6a6176;
}

.msp-preset-btn-111:active {
  top: 1px;
}

.msp-preset-btn-112 {
  background-color: #50485b;
  color: #fff;
}

.msp-preset-btn-112:hover {
  background-color: #6a6176;
  color: #fff;
}

.msp-preset-btn-112:active {
  top: 1px;
}

.msp-preset-btn-113 {
  background-color: #50485b;
  color: #fff;
  box-shadow: 0 5px #412d5b;
}

.msp-preset-btn-113:hover {
  background-color: #6a6176;
  box-shadow: 0 4px #412d5b;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-113:active {
  box-shadow: 0 2px #412d5b;
  top: 3px;
}

.msp-preset-btn-114 {
  background-color: #8d6dc4;
  color: #fff;
}

.msp-preset-btn-114:hover {
  background-color: #977cc4;
  color: #fff;
}

.msp-preset-btn-114:active {
  top: 1px;
}

.msp-preset-btn-115 {
  background-color: #8d6dc4;
  color: #fff;
}

.msp-preset-btn-115:hover {
  background-color: #977cc4;
  color: #fff;
}

.msp-preset-btn-115:active {
  top: 1px;
}

.msp-preset-btn-116 {
  color: #8d6dc4;
  border: solid 1px #8d6dc4;
}

.msp-preset-btn-116:hover {
  border-color: #977cc4;
  color: #977cc4;
}

.msp-preset-btn-116:active {
  top: 1px;
}

.msp-preset-btn-117 {
  background-color: #8d6dc4;
  color: #fff;
}

.msp-preset-btn-117:hover {
  background-color: #977cc4;
  color: #fff;
}

.msp-preset-btn-117:active {
  top: 1px;
}

.msp-preset-btn-118 {
  background-color: #8d6dc4;
  color: #fff;
  box-shadow: 0 5px #7c51c4;
}

.msp-preset-btn-118:hover {
  background-color: #977cc4;
  box-shadow: 0 4px #7c51c4;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-118:active {
  box-shadow: 0 2px #7c51c4;
  top: 3px;
}

.msp-preset-btn-119 {
  background-color: #75d69c;
  color: #fff;
}

.msp-preset-btn-119:hover {
  background-color: #7de5a7;
  color: #fff;
}

.msp-preset-btn-119:active {
  top: 1px;
}

.msp-preset-btn-120 {
  background-color: #75d69c;
  color: #fff;
}

.msp-preset-btn-120:hover {
  background-color: #7de5a7;
  color: #fff;
}

.msp-preset-btn-120:active {
  top: 1px;
}

.msp-preset-btn-121 {
  color: #75d69c;
  border: solid 1px #75d69c;
}

.msp-preset-btn-121:hover {
  border-color: #7de5a7;
  color: #7de5a7;
}

.msp-preset-btn-121:active {
  top: 1px;
}

.msp-preset-btn-122 {
  background-color: #75d69c;
  color: #fff;
}

.msp-preset-btn-122:hover {
  background-color: #7de5a7;
  color: #fff;
}

.msp-preset-btn-122:active {
  top: 1px;
}

.msp-preset-btn-123 {
  background-color: #75d69c;
  color: #fff;
  box-shadow: 0 5px #41d67d;
}

.msp-preset-btn-123:hover {
  background-color: #7de5a7;
  box-shadow: 0 4px #41d67d;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-123:active {
  box-shadow: 0 2px #41d67d;
  top: 3px;
}

.msp-preset-btn-124 {
  background-color: #222;
  color: #fff;
}

.msp-preset-btn-124:hover {
  background-color: #333;
  color: #fff;
}

.msp-preset-btn-124:active {
  top: 1px;
}

.msp-preset-btn-125 {
  background-color: #222;
  color: #fff;
}

.msp-preset-btn-125:hover {
  background-color: #333;
  color: #fff;
}

.msp-preset-btn-125:active {
  top: 1px;
}

.msp-preset-btn-126 {
  color: #222;
  border: solid 1px #222;
}

.msp-preset-btn-126:hover {
  border-color: #333;
  color: #333;
}

.msp-preset-btn-126:active {
  top: 1px;
}

.msp-preset-btn-127 {
  background-color: #222;
  color: #fff;
}

.msp-preset-btn-127:hover {
  background-color: #333;
  color: #fff;
}

.msp-preset-btn-127:active {
  top: 1px;
}

.msp-preset-btn-128 {
  background-color: #222;
  color: #fff;
  box-shadow: 0 5px #000;
}

.msp-preset-btn-128:hover {
  background-color: #333;
  box-shadow: 0 4px #000;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-128:active {
  box-shadow: 0 2px #000;
  top: 3px;
}

.msp-preset-btn-129 {
  background-color: #dedede;
  color: #666;
}

.msp-preset-btn-129:hover {
  background-color: #d1d1d1;
  color: #666;
}

.msp-preset-btn-129:active {
  top: 1px;
}

.msp-preset-btn-130 {
  background-color: #dedede;
  color: #666;
}

.msp-preset-btn-130:hover {
  background-color: #d1d1d1;
  color: #666;
}

.msp-preset-btn-130:active {
  top: 1px;
}

.msp-preset-btn-131 {
  color: #dedede;
  border: solid 1px #dedede;
}

.msp-preset-btn-131:hover {
  border-color: #d1d1d1;
  color: #d1d1d1;
}

.msp-preset-btn-131:active {
  top: 1px;
}

.msp-preset-btn-132 {
  background-color: #dedede;
  color: #666;
}

.msp-preset-btn-132:hover {
  background-color: #d1d1d1;
  color: #666;
}

.msp-preset-btn-132:active {
  top: 1px;
}

.msp-preset-btn-133 {
  background-color: #dedede;
  color: #666;
  box-shadow: 0 5px #cacaca;
}

.msp-preset-btn-133:hover {
  background-color: #d1d1d1;
  color: #666;
  box-shadow: 0 4px #cacaca;
  top: 1px;
}

.msp-preset-btn-133:active {
  box-shadow: 0 2px #cacaca;
  top: 3px;
}

.msp-preset-btn-134 {
  background-color: #f7be68;
  color: #fff;
}

.msp-preset-btn-134:hover {
  background-color: #e9b362;
  color: #fff;
}

.msp-preset-btn-134:active {
  top: 1px;
}

.msp-preset-btn-135 {
  background-color: #f7be68;
  color: #fff;
}

.msp-preset-btn-135:hover {
  background-color: #e9b362;
  color: #fff;
}

.msp-preset-btn-135:active {
  top: 1px;
}

.msp-preset-btn-136 {
  color: #f7be68;
  border: solid 1px #f7be68;
}

.msp-preset-btn-136:hover {
  border-color: #e9b362;
  color: #e9b362;
}

.msp-preset-btn-136:active {
  top: 1px;
}

.msp-preset-btn-137 {
  background-color: #f7be68;
  color: #fff;
}

.msp-preset-btn-137:hover {
  background-color: #e9b362;
  color: #fff;
}

.msp-preset-btn-137:active {
  top: 1px;
}

.msp-preset-btn-138 {
  background-color: #f7be68;
  color: #fff;
  box-shadow: 0 5px #e7af59;
}

.msp-preset-btn-138:hover {
  background-color: #e9b362;
  box-shadow: 0 4px #e7af59;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-138:active {
  box-shadow: 0 2px #e7af59;
  top: 3px;
}

.msp-preset-btn-139 {
  background-color: #5aa1e3;
  color: #fff;
}

.msp-preset-btn-139:hover {
  background-color: #5faaef;
  color: #fff;
}

.msp-preset-btn-139:active {
  top: 1px;
}

.msp-preset-btn-140 {
  background-color: #5aa1e3;
  color: #fff;
}

.msp-preset-btn-140:hover {
  background-color: #5faaef;
  color: #fff;
}

.msp-preset-btn-140:active {
  top: 1px;
}

.msp-preset-btn-141 {
  color: #5aa1e3;
  border: solid 1px #5aa1e3;
}

.msp-preset-btn-141:hover {
  border-color: #5faaef;
  color: #5faaef;
}

.msp-preset-btn-141:active {
  top: 1px;
}

.msp-preset-btn-142 {
  background-color: #5aa1e3;
  color: #fff;
}

.msp-preset-btn-142:hover {
  background-color: #5faaef;
  color: #fff;
}

.msp-preset-btn-142:active {
  top: 1px;
}

.msp-preset-btn-143 {
  background-color: #5aa1e3;
  color: #fff;
  box-shadow: 0 5px #4c87bf;
}

.msp-preset-btn-143:hover {
  background-color: #5faaef;
  box-shadow: 0 4px #4c87bf;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-143:active {
  box-shadow: 0 2px #4c87bf;
  top: 3px;
}

.msp-preset-btn-144 {
  background-color: #6dab3c;
  color: #fff;
}

.msp-preset-btn-144:hover {
  background-color: #76b941;
  color: #fff;
}

.msp-preset-btn-144:active {
  top: 1px;
}

.msp-preset-btn-145 {
  background-color: #6dab3c;
  color: #fff;
}

.msp-preset-btn-145:hover {
  background-color: #76b941;
  color: #fff;
}

.msp-preset-btn-145:active {
  top: 1px;
}

.msp-preset-btn-146 {
  color: #6dab3c;
  border: solid 1px #6dab3c;
}

.msp-preset-btn-146:hover {
  border-color: #76b941;
  color: #76b941;
}

.msp-preset-btn-146:active {
  top: 1px;
}

.msp-preset-btn-147 {
  background-color: #6dab3c;
  color: #fff;
}

.msp-preset-btn-147:hover {
  background-color: #76b941;
  color: #fff;
}

.msp-preset-btn-147:active {
  top: 1px;
}

.msp-preset-btn-148 {
  background-color: #6dab3c;
  color: #fff;
  box-shadow: 0 5px #5e9334;
}

.msp-preset-btn-148:hover {
  background-color: #76b941;
  box-shadow: 0 4px #5e9334;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-148:active {
  box-shadow: 0 2px #5e9334;
  top: 3px;
}

.msp-preset-btn-149 {
  background-color: #f4524d;
  color: #fff;
}

.msp-preset-btn-149:hover {
  background-color: #e04b47;
  color: #fff;
}

.msp-preset-btn-149:active {
  top: 1px;
}

.msp-preset-btn-150 {
  background-color: #f4524d;
  color: #fff;
}

.msp-preset-btn-150:hover {
  background-color: #e04b47;
  color: #fff;
}

.msp-preset-btn-150:active {
  top: 1px;
}

.msp-preset-btn-151 {
  color: #f4524d;
  border: solid 1px #f4524d;
}

.msp-preset-btn-151:hover {
  border-color: #e04b47;
  color: #e04b47;
}

.msp-preset-btn-151:active {
  top: 1px;
}

.msp-preset-btn-152 {
  background-color: #f4524d;
  color: #fff;
}

.msp-preset-btn-152:hover {
  background-color: #e04b47;
  color: #fff;
}

.msp-preset-btn-152:active {
  top: 1px;
}

.msp-preset-btn-153 {
  background-color: #f4524d;
  color: #fff;
  box-shadow: 0 5px #cb4440;
}

.msp-preset-btn-153:hover {
  background-color: #e04b47;
  box-shadow: 0 4px #cb4440;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-153:active {
  box-shadow: 0 2px #cb4440;
  top: 3px;
}

.msp-preset-btn-154 {
  background-color: #f79468;
  color: #fff;
}

.msp-preset-btn-154:hover {
  background-color: #e78a61;
  color: #fff;
}

.msp-preset-btn-154:active {
  top: 1px;
}

.msp-preset-btn-155 {
  background-color: #f79468;
  color: #fff;
}

.msp-preset-btn-155:hover {
  background-color: #e78a61;
  color: #fff;
}

.msp-preset-btn-155:active {
  top: 1px;
}

.msp-preset-btn-156 {
  color: #f79468;
  border: solid 1px #f79468;
}

.msp-preset-btn-156:hover {
  border-color: #e78a61;
  color: #e78a61;
}

.msp-preset-btn-156:active {
  top: 1px;
}

.msp-preset-btn-157 {
  background-color: #f79468;
  color: #fff;
}

.msp-preset-btn-157:hover {
  background-color: #e78a61;
  color: #fff;
}

.msp-preset-btn-157:active {
  top: 1px;
}

.msp-preset-btn-158 {
  background-color: #f79468;
  color: #fff;
  box-shadow: 0 5px #da835c;
}

.msp-preset-btn-158:hover {
  background-color: #e78a61;
  box-shadow: 0 4px #da835c;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-158:active {
  box-shadow: 0 2px #da835c;
  top: 3px;
}

.msp-preset-1 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-3 {
  font-family: "Lato";
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
  color: #f2f2f2;
}

.msp-preset-5 {
  font-family: "Kaushan Script";
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #d4d4d4;
}

.msp-preset-6 {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #d4d4d4;
}

.msp-preset-7 {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #77cba9;
}

.msp-preset-8 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-12 {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 72px;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
  text-transform: uppercase;
}

.msp-preset-13 {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  color: #f8f8f8;
}

.msp-preset-14 {
  font-family: "Yanone Kaffeesatz";
  font-weight: normal;
  font-size: 60px;
  text-align: center;
  letter-spacing: 2px;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.msp-preset-15 {
  font-family: "Oswald";
  font-weight: normal;
  font-size: 55px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #e38181;
}

.msp-preset-16 {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 54px;
  line-height: normal;
  white-space: nowrap;
  color: #dddddd;
}

.msp-preset-17 {
  font-family: "Playfair Display";
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  color: #c2b273;
  background-color: transparent;
}

.msp-preset-18 {
  font-family: "Quicksand";
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  color: #fdfdfd;
  background-color: transparent;
}

.msp-preset-19 {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  color: #dddddc;
  text-transform: uppercase;
}

.msp-preset-20 {
  font-family: "Lato";
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: normal;
  color: #a9a8a8;
}

.msp-preset-21 {
  background-color: #a9a8a8;
  font-weight: normal;
  line-height: normal;
}

.msp-preset-22 {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
}

.msp-preset-23 {
  font-family: "Lato";
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  color: #c0c0c0;
}

.msp-preset-25 {
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-family: "Lato";
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
  line-height: normal;
  text-transform: uppercase;
}

.msp-preset-26 {
  font-family: "Lato";
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-27 {
  background-color: #ffffff;
  font-weight: normal;
  line-height: normal;
}

.msp-preset-28 {
  font-family: "Lato";
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-29 {
  font-family: "Raleway";
  font-weight: 800;
  font-size: 120px;
  letter-spacing: 1px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-30 {
  font-family: "Source Code Pro";
  font-weight: normal;
  font-size: 22px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-31 {
  font-family: "Source Code Pro";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  color: #ba895d;
}

.msp-preset-32 {
  font-family: "Source Code Pro";
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #6a6a6a;
}

.msp-preset-33 {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 36px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-34 {
  background-color: #ffffff;
  font-weight: normal;
  line-height: normal;
}

.msp-preset-35 {
  background-color: #f4cb68;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: "Lato";
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
}

.msp-cn-118-1 {
  /* font-family: "Kaushan Script"; */
  font-family: "Alex Brush", cursive;
  font-weight: normal;
  font-size: 19px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #e8e8e8;
}

.msp-cn-118-2 {
  font-family: "Alex Brush", cursive;
  font-weight: normal;
  font-size: 58px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-118-3 {
  font-family: "Kaushan Script";
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-118-4 {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 29px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-118-5 {
  font-weight: normal;
  line-height: normal;
  white-space: nowrap;
}

.msp-cn-118-9 {
  font-family: "Raleway";
  font-weight: normal;
  font-size: 39px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-118-10 {
  font-family: "Alex Brush", cursive;
  font-weight: normal;
  font-size: 80px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-118-11 {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
}

.msp-cn-118-13 {
  font-family: "Raleway";
  font-weight: normal;
  font-size: 39px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-118-15 {
  font-family: "Kaushan Script";
  font-weight: normal;
  font-size: 39px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.top-black {
  background: #000000;
  padding-top: 30px;
}
.top-white {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 40px;
}

.navbar-default {
  background: #000000;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  padding: 0;
}
.navbar-header {
  position: relative;
  z-index: 2;
}
.navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 30px 15px 25px;
  letter-spacing: 2.5px;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  color: #ffffff !important;
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 20px 20px 20px;
  position: relative;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #f4b350 !important;
}
.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  right: 10px;
  height: 3px;
  background: #f4b350;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a:hover:before,
.navbar-nav > li > a.active:before {
  opacity: 1 !important;
  visibility: visible !important;
}
.navbar-nav > li > a.open-search {
  padding-right: 15px;
}
.navbar-nav > li > a.open-search:before {
  display: none;
}
header.active .navbar-brand {
  padding: 14px 15px 17px;
}
header.active .navbar-nav > li > a {
  padding: 27px 15px 23px;
}
header.active .navbar-nav > li > a.open-search,
header.active .navbar-nav > li.shopping-cart > a,
header.active .navbar-nav > li > a.open-fixed-sidebar {
  padding-left: 0px;
  padding-right: 15px;
}
.navbar.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-collapse {
  position: relative;
}
.form-search {
  position: absolute;
  top: 100%;
  right: 10px;
  width: 200px;
  background: #f4b350;
  padding: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
  font-size: 15px;
  color: #999999;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 10px;
  margin: 0;
  color: #000000;
  padding: 8px 10px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.form-search button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -28px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.form-search button i {
  color: #f4b350;
  font-size: 16px;
}
.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
p {
  font-size: 18px;
  /* color: #999999; */
  color: #000000;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 10px;
}
h1 {
  color: #000000;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
}
h2 {
  color: #000000;
  font-family: "Playfair Display", serif;
  font-size: 32px; /* Větší velikost */
  font-weight: 700; /* Výraznější */
  margin: 40px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/* H3 - pro podsekce (např. "A. Zpracování...") */
h3 {
  color: #333333;
  font-family: "Playfair Display", serif;
  font-size: 24px; /* Menší než H2 */
  font-weight: 600;
  margin: 30px 0 15px 0;
}
#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.active {
  opacity: 1;
}
/*-------------------------------------------------*/
/* =  content & Home section
/*-------------------------------------------------*/

.bila {
  color: #ffffff !important;
}

.title-section {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 50px;
}
.title-section h1 {
  color: #000000;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.title-section h1:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0px;
  width: 30px;
  height: 3px;
  background: #722f37;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white p {
  color: #ccc;
}
.title-section.red h1 {
  color: #722f37;
}
.title-section.red p {
  color: #722f37;
}
.title-section.green h1 {
  color: #1f4b44;
}
.title-section.green p {
  color: #1f4b44;
}
#home-section .tp-caption.small_text {
  position: absolute;
  color: #eee;
  text-shadow: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  font-family: "Rubik", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-align: center;
}
#home-section .tp-caption.finewide_medium_white {
  color: #fff;
  min-width: 820px;
  text-shadow: none;
  font-size: 72px;
  line-height: 70px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  /* font-family: 'Alex Brush', cursive; */
  background-color: none;
  text-decoration: none;
  text-transform: initial;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  letter-spacing: 0px;
  padding: 50px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
#home-section .tp-caption.finewide_medium_white span {
  color: #f4b350 !important;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section .slotholder:after {
  background: rgba(34, 34, 34, 0);
}
#home-section .tp-bullets.simplebullets.round .bullet {
  background: transparent;
  border: 2px solid #6b6766;
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#home-section .tp-bullets.simplebullets.round .bullet:hover,
#home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #f4b350;
  border-color: transparent;
  opacity: 1;
}
/*-------------------------------------------------*/
/* =  About section
/*-------------------------------------------------*/
section#about-section {
  padding: 10px 0 60px;
}
section#about-section .about-box {
  margin-bottom: 50px;
}
section#about-section .about-box h1 {
  font-size: 30px;
}
section#about-section .rest-about-box {
  /* padding-top: 70px; */
  padding-left: 50px;
  max-width: 500px;
}
section#about-section .rest-about-box > p {
  margin-bottom: 25px;
}
section#about-section .rest-about-box > p span {
  color: #333333;
}
section#about-section .rest-about-box .about-time p {
  color: #f4b350;
  font-family: "Playfair Display", serif;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
}
section#about-section .rest-about-box .about-time span {
  display: inline-block;
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}
section#about-section .image-holder {
  overflow: hidden;
}
section#about-section .image-holder img {
  width: 53%;
  height: auto;
  float: right;
}
section#about-section .image-holder img.snd-img {
  float: left;
  width: 46%;
  height: auto;
  margin-top: 30px;
}
section#about-section .about-box.left-content .rest-about-box {
  padding-left: 0;
  padding-right: 50px;
  padding-top: 70px;
}
/*-------------------------------------------------*/
/* =  Today's Special section
/*-------------------------------------------------*/
section#special-section {
  padding: 100px 0;
  background: url("../upload/ban1.jpg") center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#special-section .today-special-box .food-line {
  overflow: hidden;
}
section#special-section .today-special-box .food-post {
  width: 50%;
  float: left;
  padding: 0;
}
section#special-section .today-special-box .food-post .inner-food-post {
  display: flex;
}
section#special-section .today-special-box .food-post .inner-food-post .food-gal {
  width: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#special-section .today-special-box .food-post .inner-food-post .food-gal img {
  width: 100%;
  height: auto;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content {
  width: 50%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box {
  padding: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 {
  color: #000000;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #000000;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 a:hover {
  color: #ffffff;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box p {
  margin-bottom: 10px;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box span.price {
  display: block;
  color: #f4b350;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 10px;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box span.category {
  display: inline-block;
  color: #000000;
  font-size: 15px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin: 0;
}
section#special-section .today-special-box .food-line:nth-child(2n + 2) .food-post .inner-food-post {
  flex-direction: row-reverse;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-gal {
  opacity: 1;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-content {
  background-color: #f4b350;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-content .food-content-box p {
  color: #fff;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-content .food-content-box span.price {
  color: #fff;
}
section#special-section .today-special-box .owl-carousel {
  margin-bottom: 60px;
}
section#special-section .today-special-box .owl-theme .owl-controls {
  top: initial;
  margin-top: 0;
  bottom: -60px;
}
section#special-section .today-special-box .owl-theme .owl-controls .owl-page span {
  border: 2px solid #97999d;
}
section#special-section .today-special-box .owl-theme .owl-controls .owl-page.active span,
section#special-section .today-special-box .owl-theme .owl-controls .owl-page:hover span {
  border-color: #f4b350;
  background-color: #f4b350;
}
section#special-section .today-special-box .owl-theme .owl-controls .owl-buttons {
  display: none;
}
/*-------------------------------------------------*/
/* =  Menu section
/*-------------------------------------------------*/
section#menu-section {
  padding: 100px 0;
}
section#menu-section .menu-box ul.nav-tabs {
  border: none;
  text-align: center;
}
section#menu-section .menu-box ul.nav-tabs li {
  float: none;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
}
section#menu-section .menu-box ul.nav-tabs li a {
  display: inline-block;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  padding: 12px 30px;
  margin: 0 2px;
  background: #f4b350;
  border: 1px solid transparent;
  border-bottom: none;
}
section#menu-section .menu-box ul.nav-tabs li.active a {
  background: #fff;
  color: #000000;
  border: 1px solid #efefef;
  border-bottom: none;
  margin-bottom: -1px;
}
section#menu-section .menu-box .tab-content {
  padding: 60px;
  border: 1px solid #efefef;
  background: #fff;
  box-shadow: 0 25px 35px #f7f7f7;
  -webkit-box-shadow: 0 25px 35px #f7f7f7;
  -moz-box-shadow: 0 25px 35px #f7f7f7;
  -o-box-shadow: 0 25px 35px #f7f7f7;
}
section#menu-section .menu-box ul.menu-list-items {
  margin: 0;
  padding: 0;
}
section#menu-section .menu-box ul.menu-list-items li {
  display: block;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
section#menu-section .menu-box ul.menu-list-items li .list-image {
  float: left;
  width: 70px;
  position: relative;
}
section#menu-section .menu-box ul.menu-list-items li .list-image img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#menu-section .menu-box ul.menu-list-items li .list-image span {
  position: absolute;
  top: -2px;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f4b350;
  color: #fff;
  font-size: 8px;
  text-transform: uppercase;
  margin: 0;
}
section#menu-section .menu-box ul.menu-list-items li .list-content {
  margin-left: 100px;
  padding-top: 8px;
}
section#menu-section .menu-box ul.menu-list-items li .list-content h2 {
  color: #000000;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
}
section#menu-section .menu-box ul.menu-list-items li .list-content h2 span {
  float: right;
  color: #f4b350;
}
section#menu-section .menu-box ul.menu-list-items li .list-content p {
  max-width: 360px;
  font-size: 14px;
  margin-bottom: 0;
}
section#menu-section .menu-box ul.menu-list-items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/*-------------------------------------------------*/
/* =  Reservation section
/*-------------------------------------------------*/
section#reservation-section {
  padding: 100px 0;
  background: url("../upload/ban4.jpg") center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#reservation-section .title-section {
  text-align: left;
  margin-bottom: 40px;
}
section#reservation-section .title-section h1:after {
  left: 0;
  margin-left: 0;
}
section#reservation-section .reservation-box form.reservation-form {
  text-align: left;
  max-width: 370px;
}
section#reservation-section .reservation-box form.reservation-form label {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  margin-bottom: 12px;
}
section#reservation-section .reservation-box form.reservation-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0 0 15px;
  color: #999999;
  font-size: 13px;
  font-family: "Playfair Display", serif;
  outline: none;
}
section#reservation-section .reservation-box form.reservation-form input[type="submit"] {
  background: transparent;
  color: #f4b350;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #f4b350;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 25px 8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 15px 0 0;
}
section#reservation-section .reservation-box form.reservation-form input[type="submit"]:hover {
  background: #f4b350;
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  Team section
/*-------------------------------------------------*/
section#team-section {
  padding: 100px 0;
}
section#team-section .team-box .team-post {
  margin-top: 5px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#team-section .team-box .team-post .inner-team-post .team-gal {
  margin-bottom: 30px;
}
section#team-section .team-box .team-post .inner-team-post .team-gal img {
  width: 100%;
}
section#team-section .team-box .team-post .inner-team-post h2 {
  color: #000000;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#team-section .team-box .team-post .inner-team-post span {
  display: inline-block;
  color: #999999;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 15px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
section#team-section .team-box .team-post .inner-team-post span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #000000;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#team-section .team-box .team-post .inner-team-post p {
  margin-bottom: 16px;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons {
  margin: 0;
  padding: 0;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons li {
  display: inline-block;
  margin: 0 3px;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 15px;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons li a:hover {
  color: #000000;
}
section#team-section .team-box .team-post:hover .inner-team-post h2 {
  color: #f4b350;
}
section#team-section .team-box .team-post:hover .inner-team-post span:after {
  background: #f4b350;
}
section#team-section .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: initial;
  margin-top: 0;
  bottom: 0px;
}
section#team-section .owl-theme .owl-controls .owl-buttons {
  display: none;
}
section#team-section .owl-theme .owl-controls .owl-page span {
  border: 2px solid #97999d;
}
section#team-section .owl-theme .owl-controls .owl-page.active span,
section#team-section .owl-theme .owl-controls .owl-page:hover span {
  border-color: #f4b350;
  background-color: #f4b350;
}
/*-------------------------------------------------*/
/* =  Statistic section
/*-------------------------------------------------*/
section.statistic-section {
  padding: 100px 0 80px;
  background: url("../upload/ban2.jpg") center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section.statistic-section .statistic-box {
  text-align: center;
}
section.statistic-section .statistic-post {
  margin-bottom: 20px;
}
section.statistic-section .statistic-post h2 {
  color: #000000;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  margin: 0 0 10px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}
section.statistic-section .statistic-post p {
  color: #777777;
  margin: 0;
  padding-bottom: 5px;
  position: relative;
  line-height: inherit;
}
section.statistic-section .statistic-post span.timer {
  display: inline-block;
  color: #f4b350;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 15px;
}
/*-------------------------------------------------*/
/* =  Gallery section
/*-------------------------------------------------*/
section#gallery-section {
  padding-top: 0px;
  padding-bottom: 50px;
}
section#gallery-section .title-section {
  margin-bottom: 50px;
}
section#gallery-section .gallery-box .gal-project {
  width: 25%;
  overflow: hidden;
  position: relative;
}
section#gallery-section .gallery-box .gal-project img {
  width: 100%;
  height: auto;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
section#gallery-section .gallery-box .gal-project .hover-gal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#gallery-section .gallery-box .gal-project .hover-gal .inner-gal {
  width: 100%;
}
section#gallery-section .gallery-box .gal-project .hover-gal .inner-gal h2 {
  color: #f4b350;
  margin-bottom: 3px;
  text-transform: uppercase;
}
section#gallery-section .gallery-box .gal-project .hover-gal .inner-gal span {
  display: inline-block;
  /* color: #aaa; */
  color: #ffffff;
  font-size: 14px;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
section#gallery-section .gallery-box .gal-project:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
section#gallery-section .gallery-box .gal-project:hover .hover-gal {
  opacity: 1;
  visibility: visible;
}
ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  text-align: center;
}
ul.filter li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 5px;
}
ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}
ul.filter li a:hover,
ul.filter li a.active {
  color: #f4b350;
}
ul.filter li:before {
  content: "/";
  display: inline-block;
  color: #bbb;
  font-size: 11px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  margin-right: 10px;
}
ul.filter li:first-child:before {
  display: none;
  margin-right: 0;
}
/*-------------------------------------------------*/
/* =  Contact section
/*-------------------------------------------------*/
section#contact-section .upper-part {
  padding: 100px 0 60px;
  background: url("../upload/pozadi3.jpg") center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#contact-section .upper-part .widget-area .info-widget {
  margin-bottom: 40px;
  text-align: center;
}
section#contact-section .upper-part .widget-area .info-widget h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 25px;
}
section#contact-section .upper-part .widget-area .info-widget p {
  margin-bottom: 15px;
  color: #ccc;
}
section#contact-section .upper-part .widget-area .info-widget p span {
  color: #f8ddaf;
  display: block;
}
section#contact-section .upper-part .widget-area .info-widget p span.time {
  color: #fff;
}
section#contact-section .upper-part .widget-area .info-widget ul.social-icons {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
section#contact-section .upper-part .widget-area .info-widget ul.social-icons li {
  display: inline-block;
  margin: 0 1px;
}
section#contact-section .upper-part .widget-area .info-widget ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #bbb;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #bbb;
}
section#contact-section .upper-part .widget-area .info-widget ul.social-icons li a:hover {
  color: #fff;
  border-color: transparent;
  background: #f4b350;
}
section#contact-section .map {
  height: 380px;
}
#contact-form {
  margin: 0;
  padding-top: 7px;
}
#contact-form input[type="text"],
#contact-form textarea {
  display: block;
  width: 100%;
  padding: 11px 20px;
  background: #ffffff;
  color: #999999;
  font-size: 12px;
  font-family: "Playfair Display", serif;
  outline: none;
  border: 1px solid transparent;
  margin: 0 0 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#contact-form textarea {
  height: 90px;
}
#contact-form input[type="submit"] {
  color: #999999;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #999999;
  padding: 10px 40px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#contact-form input[type="submit"]:hover {
  background: #f4b350;
  border-color: transparent;
  color: #ffffff;
}
.submit-area {
  text-align: center;
}
.alert-success,
.alert-danger {
  padding: 10px 20px;
  margin-top: 20px;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
/*------------------------------------------------- */
/* =  News section */
/*------------------------------------------------- */
section.blog-section {
  padding: 70px 0;
}
section.blog-section .blog-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
/* section.blog-section .blog-box .blog-post {
  margin-bottom: 70px;
  border-bottom: 1px solid #eeeeee;
} */
section.blog-section .blog-box .blog-post img,
section.blog-section .blog-box .blog-post iframe {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
section.blog-section .blog-box .blog-post .flexslider {
  margin-bottom: 40px !important;
}
section.blog-section .blog-box .blog-post .flexslider img {
  margin-bottom: 0;
}
section.blog-section .blog-box .blog-post iframe {
  height: 370px;
  border: none;
}
/* section.blog-section .blog-box .blog-post h2 {
  font-size: 20px;
} */
section.blog-section .blog-box .blog-post h2 a {
  color: #000000;
}
section.blog-section .blog-box .blog-post h2 a:hover {
  text-decoration: underline !important;
}
section.blog-section .blog-box .blog-post ul.post-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
section.blog-section .blog-box .blog-post ul.post-meta li {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 14px;
  margin: 0 9px;
}
section.blog-section .blog-box .blog-post ul.post-meta li a {
  color: #f4b350;
}
section.blog-section .blog-box .blog-post ul.post-meta li a:hover {
  text-decoration: underline !important;
}
section.blog-section .blog-box .blog-post ul.post-meta li:after {
  content: "/";
  margin-left: 16px;
  color: #f4b350;
  font-family: "Playfair Display", serif;
}
section.blog-section .blog-box .blog-post ul.post-meta li:last-child:after {
  display: none;
  margin-left: 0;
}
section.blog-section .blog-box .blog-post p {
  max-width: 720px;
  margin: 0 auto 30px;
}
section.blog-section .blog-box .blog-post p a {
  color: #f4b350;
  text-decoration: underline !important;
}
section.blog-section .blog-box .blog-post ul.share-post {
  margin: 0;
  padding: 0;
  max-width: 200px;
  margin: 50px auto -11px;
  background: #fff;
}
section.blog-section .blog-box .blog-post ul.share-post li {
  display: inline-block;
  margin: 0 13px;
}
section.blog-section .blog-box .blog-post ul.share-post li a {
  font-size: 14px;
  color: #999999;
}
section.blog-section .blog-box .blog-post ul.share-post li a:hover {
  color: #f4b350;
}
.pagination-box {
  padding-top: 30px;
  overflow: hidden;
}
.pagination-box ul.page-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination-box ul.page-list li {
  display: inline-block;
}
.pagination-box ul.page-list li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  color: #999999;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 1.4px;
  line-height: 30px;
}
.pagination-box ul.page-list li a:hover,
.pagination-box ul.page-list li a.active {
  color: #000000;
  border: 1px solid #f4b350;
}
.pagination-box ul.page-list li a.prev {
  width: auto;
  margin-right: 50px;
}
.pagination-box ul.page-list li a.prev i {
  margin-right: 10px;
}
.pagination-box ul.page-list li a.next {
  width: auto;
  margin-left: 50px;
}
.pagination-box ul.page-list li a.next i {
  margin-left: 10px;
}
.pagination-box ul.page-list li a.prev,
.pagination-box ul.page-list li a.next {
  border: 1px solid transparent;
}
/*------------------------------------------------- */
/* =  Single Post */
/*------------------------------------------------- */
section.blog-section.single-post .blog-box {
  text-align: left;
}
section.blog-section.single-post .blog-box .blog-post .article-cont {
  padding-top: 30px;
}
section.blog-section.single-post .blog-box .blog-post .article-cont p span {
  color: #666666;
}
section.blog-section.single-post .blog-box .blog-post h1 {
  max-width: 720px;
  font-size: 36px;
  margin: 0 auto 30px;
}
.center-area {
  text-align: center;
}
div.related-posts {
  margin-bottom: 50px;
}
div.related-posts .center-area h1 {
  margin-bottom: 40px;
  font-size: 30px;
}
div.related-posts .news-post {
  position: relative;
  margin-bottom: 30px;
}
div.related-posts .news-post img {
  width: 100%;
  height: auto;
  margin: 0;
}
div.related-posts .news-post .hover-box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
div.related-posts .news-post .hover-box div.inner-hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px 20px;
}
div.related-posts .news-post .hover-box div.inner-hover span {
  display: inline-block;
  color: #f4b350;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 5px;
}
div.related-posts .news-post .hover-box div.inner-hover h2 {
  margin-bottom: 0;
}
div.related-posts .news-post .hover-box div.inner-hover h2 a {
  color: #fff;
}
div.related-posts .news-post .hover-box div.inner-hover h2 a:hover {
  text-decoration: underline !important;
}
div.related-posts .news-post:hover .hover-box {
  border: 2px solid #f4b350;
}
.comment-area-box {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.comment-area-box h1 {
  margin-bottom: 50px;
  font-size: 30px;
}
.comment-area-box > ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
.comment-area-box > ul li {
  list-style: none;
}
.comment-area-box > ul li .comment-box {
  overflow: hidden;
  margin-bottom: 55px;
}
.comment-area-box > ul li .comment-box img {
  max-width: 70px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.comment-area-box > ul li .comment-box .comment-content {
  margin-left: 100px;
}
.comment-area-box > ul li .comment-box .comment-content h3 {
  color: #000000;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 16px;
  color: #f4b350;
  margin-bottom: 10px;
}
.comment-area-box > ul li .comment-box .comment-content h3 span {
  float: right;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
}
.comment-area-box > ul li .comment-box .comment-content a {
  font-size: 12px;
  color: #000000;
  font-family: "Rubik", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
.comment-area-box > ul li .comment-box .comment-content a:hover {
  color: #f4b350;
}
.comment-area-box > ul li .comment-box .comment-content p {
  font-size: 14px;
}
.comment-area-box ul.depth {
  margin: 0;
  padding: 0;
}
.comment-area-box ul.depth .comment-box {
  padding-left: 100px;
}
.contact-form-box .center-area {
  text-align: center;
}
.contact-form-box .center-area h1 {
  margin-bottom: 5px;
  font-size: 30px;
}
.contact-form-box .center-area > span {
  display: block;
  font-size: 13px;
  color: #999999;
  font-family: "Rubik", sans-serif;
  display: inline-block;
  font-weight: 300;
  margin: 0 0 30px;
}
.contact-form-box #comment-form {
  margin: 0;
}
.contact-form-box #comment-form input[type="text"],
.contact-form-box #comment-form textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: transparent;
  color: #999999;
  font-size: 12px;
  font-family: "Playfair Display", serif;
  outline: none;
  border: 1px solid #eeeeee;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-form-box #comment-form textarea {
  height: 130px;
}
.contact-form-box #comment-form input[type="submit"] {
  color: #f4b350;
  font-size: 13px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  padding: 12px 30px 11px;
  text-transform: uppercase;
  border: 1px solid #f4b350;
  background: transparent;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-form-box #comment-form input[type="submit"]:hover {
  background: #f4b350;
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  text-align: center;
}
footer p.copyright {
  padding: 20px 15px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/

@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
}

@media (max-width: 1199px) {
  .navbar-nav > li > a {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  #home-section .tp-caption.small_text {
    font-size: 21px;
    line-height: 26px;
  }
  section#menu-section .menu-box .menu-post .post-gallery {
    overflow: hidden;
  }
  section#menu-section .menu-box .menu-post .post-gallery img {
    height: 140px;
    width: auto;
  }
  section#contact-section .map {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  #home-section .tp-caption.small_text {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-page-section h1 {
    font-size: 50px;
  }
  section#about-section .rest-about-box {
    padding-left: 0;
  }
  section#about-section .about-box.left-content .rest-about-box {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
  section#reservation-section {
    background-position: left center;
  }
  section#gallery-section .gallery-box .gal-project {
    width: 33.3333%;
  }
  section#contact-section .map {
    height: 250px;
  }
  section#special-section .today-special-box .food-post {
    width: 100%;
  }
  section#menu-section .menu-box ul.menu-list-items li:last-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e1e1e1;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    padding: 24px 15px 24px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
  }
  header.trans .navbar-nav > li > a:before {
    display: none;
  }
  header.trans .navbar-nav > li > a.open-search,
  header.trans .form-search {
    display: none;
  }
  .navbar-toggle {
    margin-top: 18px;
  }
  .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
  }
  #home-section .tp-caption.small_text {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-page-section h1 {
    font-size: 40px;
  }
  section#gallery-section .gallery-box .gal-project {
    width: 50%;
  }
  section#contact-section .map {
    height: 200px;
  }
  .comment-area-box ul.depth .comment-box {
    padding-left: 0;
  }
  section#menu-section .menu-box .tab-content {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  #home-section .tp-caption.small_text {
    font-size: 30px;
    line-height: 32px;
  }
  .banner-page-section h1 {
    font-size: 34px;
    font-weight: 700;
  }
  section#special-section .today-special-box .food-post .inner-food-post {
    display: block;
  }
  section#special-section .today-special-box .food-post .inner-food-post .food-gal {
    width: 100%;
  }
  section#special-section .today-special-box .food-post .inner-food-post .food-content {
    width: 100%;
  }
  section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box {
    padding: 20px;
  }
  section#menu-section .menu-box ul.nav-tabs li a {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media (max-width: 500px) {
  section#gallery-section .gallery-box .gal-project {
    width: 100%;
  }
  section#contact-section .map {
    height: 160px;
  }
  section#menu-section .menu-box ul.nav-tabs li a {
    font-size: 12px;
    padding: 10px 9px;
  }
  section#menu-section .menu-box .tab-content {
    padding: 30px 20px;
  }
}

/* Přidáno pro čistší kód */
.pt-20 {
  padding-top: 20px;
}
.about-logo-image {
  padding-bottom: 50px;
}
.sow-logo-contact {
  max-width: 55%;
}
/* .signature-image {
  width: 330px;
  height: 128px;
  margin: 25px 50px 50px 100px;
} */

.signature-image {
  max-width: 330px; /* Maximální šířka zůstává 330px, ale může se zmenšit */
  width: 100%; /* Umožní obrázku, aby se přizpůsobil menšímu prostoru */
  height: auto; /* Automatická výška zachová poměr stran obrázku */
  display: block; /* Nutné pro správnou funkci automatických marginů */
  margin: 25px 0 50px auto; /* Zarovnání vpravo na desktopu (auto pro levý margin) */
}

/* Pravidla specificky pro mobilní zařízení */
@media (max-width: 767px) {
  .signature-image {
    /* Na mobilu obrázek vycentrujeme a omezíme jeho velikost */
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}

/* =================================================================== */
/* ===== OPRAVA PRO KONTAKTNÍ SEKCİ (PŘEPIS STARÝCH STYLŮ) ===== */
/* =================================================================== */
#contact-section .widget-area .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px; /* Bootstrap gutter kompenzace */
  margin-left: -15px; /* Bootstrap gutter kompenzace */
}

#contact-section .widget-area .row > [class*="col-"] {
  padding-right: 15px; /* Bootstrap gutter */
  padding-left: 15px; /* Bootstrap gutter */
}

@media (min-width: 768px) {
  #contact-section .widget-area .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

/* =================================================================== */
/* ===== SKRYTÍ LOGA V KONTAKTECH NA MOBILU ===== */
/* =================================================================== */
@media (max-width: 767px) {
  .contact-logo-wrapper {
    display: none;
  }
}

/* =================================================================== */
/* ===== OPRAVA: Zmenšení nadpisů v galerii "Naše doporučení" ===== */
/* =================================================================== */

section#gallery-section .hover-gal h2 {
  font-size: 18px; /* Menší, vhodnější velikost písma */
  font-weight: 500; /* Mírně tučné, ale ne přehnaně */
  line-height: 1.2; /* Upraví výšku řádku pro lepší čitelnost */
  margin-bottom: 10px; /* Malá mezera pod nadpisem */
  border-bottom: none; /* Odstraní případnou linku pod nadpisem */
  padding-bottom: 0; /* Odstraní případné odsazení */
}

/* Zajistíme, aby odkaz v nadpisu měl správnou barvu */
section#gallery-section .hover-gal h2 a {
  color: #f4b350;
}

/* Základní reset a nastavení pro celou stránku */
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Automatické odsazení obsahu pod fixní hlavičkou */
body:has(#container) #container {
  padding-top: 100px; /* Výška velké hlavičky */
}

/* Hlavní kontejner pro úvod */
.main-container {
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  transition: background-image 0.2s ease-in-out;
  color: white;
}

/* Tmavší překryvná vrstva pro lepší čitelnost textu na desktopu */
.main-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* =================================================================== */
/* ===== NOVÉ STYLY PRO STICKY HEADER ===== */
/* =================================================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 20px 40px;
  box-sizing: border-box;
  background-color: transparent;
  transition: background-color 0.4s ease-in-out, padding 0.4s ease-in-out, backdrop-filter 0.4s ease-in-out;
}

.logo img {
  height: 130px;
  width: auto;
  transition: height 0.4s ease-in-out;
}

.navigation {
  position: absolute;
  right: 40px;
}

.menu-icon {
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.menu-icon span {
  width: 100%;
  height: 3px;
  background-color: white;
  transition: background-color 0.3s ease-in-out;
}

/* --- Chování na stránkách BEZ úvodního obrázku --- */
body:not(:has(#main-container)) .site-header,
.site-header.scrolled {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

body:not(:has(#main-container)) .site-header .menu-icon span,
.site-header.scrolled .menu-icon span {
  background-color: #333;
}

body:not(:has(#main-container)) .site-header .logo img,
.site-header.scrolled .logo img {
  height: 60px;
}

/* =================================================================== */
/* ===== PŮVODNÍ STYLY (zbytek souboru) ===== */
/* =================================================================== */

/* Kontejner pro sekce */
.sections-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2;
}

a.section {
  flex: 1;
  border-right: 4px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

a.section:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

a.section:last-child {
  border-right: none;
}

.section-content {
  text-align: center;
  z-index: 2;
  position: relative;
}

.section-content h3 {
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  font-family: "Segoe UI", sans-serif;
  margin-top: 0;
}

/* Styly pro překryvné menu */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.menu-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.menu-content a {
  color: white;
  text-decoration: none;
  font-size: 2rem;
  padding: 15px 0;
  letter-spacing: 2px;
  transition: color 0.3s ease, transform 0.3s ease;
}
.menu-content a:hover {
  color: #cccccc;
  transform: scale(1.05);
}
.close-btn {
  position: absolute;
  top: 30px;
  right: 45px;
  color: white;
  font-size: 3.5rem;
  cursor: pointer;
}

/* =================================================================== */
/* ===== Responzivní úpravy pro mobilní zařízení (do 767px) ===== */
/* =================================================================== */
@media (max-width: 767px) {
  body:has(#container) #container {
    padding-top: 80px; /* Menší padding pro mobil */
  }

  .main-container {
    background-image: none !important;
    background-color: #000;
  }
  .main-container::before {
    display: none;
  }

  .site-header {
    justify-content: space-between;
    padding: 15px 20px;
  }

  body:not(:has(#main-container)) .site-header,
  .site-header.scrolled {
    padding: 10px 20px;
  }

  .logo img,
  body:not(:has(#main-container)) .site-header .logo img,
  .site-header.scrolled .logo img {
    height: 50px; /* Jedna velikost pro mobil */
  }

  .navigation {
    position: relative;
    right: auto;
  }

  /* Na mobilu je menu na začátku vždy průhledné */
  body:not(:has(#main-container)) .site-header {
    background-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body:not(:has(#main-container)) .site-header .menu-icon span {
    background-color: #333; /* Ikona musí být vidět */
  }

  /* Změna pozadí až po scrollu */
  body:not(:has(#main-container)) .site-header.scrolled {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .sections-wrapper {
    flex-direction: column;
    padding-top: 0;
    height: 100%;
  }

  a.section {
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    flex: 1;
    background-size: cover;
    background-position: center;
  }
  a.section:last-child {
    border-bottom: none;
  }

  a.section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  a.section:nth-child(1) {
    background-image: url("../images/nase-vina.jpg");
  }
  a.section:nth-child(2) {
    background-image: url("../images/eshop.jpg");
  }
  a.section:nth-child(3) {
    background-image: url("../images/arizcuren_wines.jpg");
  }
  a.section:nth-child(4) {
    background-image: url("../images/prima-domus.jpg");
  }

  .section-content h3 {
    font-size: 20px;
  }

  .menu-content a {
    font-size: 1.8rem;
  }
  .close-btn {
    top: 20px;
    right: 30px;
  }
}

/* =================================================================== */
/* ===== UPRAVENÉ STYLY PRO NADPISY NA STRÁNCE "NAŠE VÍNA" ===== */
/* =================================================================== */

/* Zarovnání textu do bloku */
.text-justify {
  text-align: justify;
}

/* Cílíme na všechny H2 nadpisy v sekci s detailem vína */
.blog-section.single-post .blog-post h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 400;
  color: #f8ddaf;

  /* Následující pravidla přepisují obecný styl pro H2, */
  /* který jsme definovali dříve, ale pouze na této stránce. */
  border-bottom: none;
  padding-bottom: 0;
  margin: 15px 0 15px 0;
}

/* Zachováme specifický styl pro podtržení u názvů vinařství */
.blog-section.single-post .blog-post h2.podtrzeni {
  border-bottom: 2px solid #722f37;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

/* Zachováme specifický styl pro názvy jednotlivých vín (původně h1.nazev-vina) */
.blog-section.single-post .blog-post h2.nazev-vina {
  margin: 0 auto 0px !important;
}

/* =================================================================== */
/* ===== FINÁLNÍ STYL ZÁHLAVÍ VÍNA (v6 - Oprava s Grayscale Filtrem) ===== */
/* =================================================================== */

/* 1. Základní kontejner (řádek) */
.wine-title-header {
  background-color: #003333;
  color: #ffffff;
  padding: 0 0 0 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 0;
}

/* 2. Styly pro nadpis H2 */
.wine-title-header h2 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wine-title-header h2 small {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #cccccc;
  margin-top: 5px;
}

/* 3. Sloupec s vlajkou */
.wine-title-header .flag-column {
  padding-left: 15px;
  padding-right: 0;
}

/* 4. Kontejner vlajky */
.wine-title-header .flag-container {
  position: relative;
  width: 140px;
  height: 100%;
}

/* 5. Vlajka - EFEKT POMOCÍ FILTRŮ A ZKOSENÍ */
.wine-title-header .flag-icon {
  width: 100%;
  height: 100%;
  margin: 0;
  box-shadow: none;
  background-size: cover; /* Důležité pro správné zobrazení obrázku */

  /* Zkosení */
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);

  /* Výchozí stav: černobílá a mírně průhledná */
  filter: grayscale(40%) opacity(90%);

  /* Plynulý přechod pro filtr */
  transition: filter 0.3s ease;
}

/* 6. Hover efekt - plynulý návrat do barev */
.wine-title-header .flag-container:hover .flag-icon {
  filter: grayscale(0%) opacity(100%);
}

/* 7. Responzivní chování */
@media (max-width: 767px) {
  .wine-title-header {
    flex-direction: column; /* Prvky pod sebou */
    gap: 15px; /* Mezera mezi názvem a vlajkou */
    padding: 20px 15px;
  }

  .wine-title-header h2 {
    text-align: center; /* Vycentruje text nadpisu */
    width: 100%; /* Zajistí, že nadpis zabere plnou šířku */
  }

  .wine-title-header .flag-container {
    width: 100px;
    height: 60px;
    /* TOTO JE KLÍČOVÁ OPRAVA PRO CENTROVÁNÍ */
    margin-left: auto;
    margin-right: auto;
  }
}

.nazev-vina-mensi {
  font-size: 28px !important; /* Vynutí menší velikost písma */
  line-height: 1.3;
}

.nazev-vina-micro {
  font-size: 24px !important; /* Vynutí menší velikost písma */
  line-height: 1.3;
}

/* --- Wine price block --- */
.wine-price {
  display: inline-block;
  margin-right: 20px;
  text-align: left;
}

.wine-price-main {
  font-weight: 700;
  font-size: 1.1rem;
  color: #000000;
  line-height: 1.5;
}

.wine-price-sub {
  font-size: 0.9rem;
  color: #888888;
  line-height: 1.5;
}

/* --- Mobile layout adjustments --- */
@media (max-width: 576px) {
  .wine-price {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .wine-price-main,
  .wine-price-sub {
    text-align: center;
  }
  .col-sm-9 > span {
    display: block !important;
    text-align: center !important;
    padding-left: 0 !important;
    margin-top: 10px;
  }
  .col-sm-9 > span a {
    display: inline-block;
    margin: 0 auto;
  }
}

/* --- Center BUY button on new line --- */
.col-sm-9 {
  display: block !important;
}

.col-sm-9 .wine-price {
  text-align: left;
  margin-bottom: 10px;
}

.col-sm-9 > span {
  display: block !important;
  text-align: center !important;
  padding-left: 0 !important;
}

.col-sm-9 > span a {
  margin: 0 auto !important;
  display: inline-block !important;
}
