/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(superslides.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}body {    color: #666666;    font-size: 15px;    font-family: "Montserrat", sans-serif;    line-height: 1.80857;		overflow-x: hidden !important;}
html {		overflow-x: hidden !important;}
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    font-family: "Montserrat", serif !important;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 20px;
	color:#000000;
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}
.clear {	clear:both;}
.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button:focus{
	outline: none;
}

.form-control::-moz-placeholder {
    color: #2a2a2a;
    opacity: 0.5;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/
.top-navbar{
	position: fixed;
	z-index: 10;
}

.top-navbar-background {
  background-color: none !important;
height:auto !important;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}

.top-navbar .navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.8) !important;
  transition: background-color 200ms linear;
  height:auto !important;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}

.top-navbar .navbar img {
filter: brightness(0) invert(1); /* Zmení všetky farby na biele */
max-width:220px;
height:auto;
transition: all 0.5s ease;
}

.top-navbar .navbar.scrolled img {
filter: none !important; /* Zmení všetky farby na biele */
max-width:180px;
}

.top-navbar .navbar{
	padding: 15px 0px;
	width: 100%;
	z-index: 100;
}

.top-navbar .navbar-light .navbar-nav .nav-link {	color: #fff;	font-size: 14px;	padding: 10px 15px;	margin: 0 5px;	font-family: "Montserrat", sans-serif;	border-radius: 4px;	border: 2px solid transparent;	text-transform: uppercase;	position: relative; /* kvôli pseudo-elementu ::after */	transition: color 0.3s ease;}.top-navbar .navbar-light .navbar-nav .nav-link::after {	content: "";	position: absolute;	bottom: 5px; /* vzdialenosť od textu */	left: 50%;	width: 0;	height: 2px;	background: #000000;	transition: all 0.3s ease;	transform: translateX(-50%);}.top-navbar .navbar-light .navbar-nav .nav-link:hover {	color: #000000;}.top-navbar .navbar-light .navbar-nav .nav-link:hover::after {	width: 80%; /* dĺžka čiary pri hover */}.top-navbar .navbar-light .navbar-nav .nav-link2 {	color: #fff;	background: #000000;	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);	cursor: pointer;	padding:5px 15px;	text-align:center;}.top-navbar .navbar.scrolled .navbar-nav .nav-link {	color: #000000;}.top-navbar .navbar.scrolled .navbar-nav .nav-link2 {	color: #ffffff;}.top-navbar .navbar-light .navbar-nav .nav-item .nav-link2:hover {	background: #FFFFFF !important;	color: #000000 !important;}.nav-link.active {	color: #000000;	font-weight:700;}.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link::after {	width: 80%;}

.navbar-expand-lg .navbar-nav .dropdown-menu{
	border: none;
	border-radius: 0px;
	padding: 10px;
	box-shadow: 2px 5px 6px rgba(0,0,0,0.5);
}
.navbar-expand-lg .navbar-nav .dropdown-menu a{
	padding: 10px 10px;
	text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover{
	background: #000000;
	color: #ffffff;
}
.navbar-light .navbar-toggler:hover{
	background: #000000;
}
/* mega menu */.mega-menu {    width: 100%;    left: 0;    right: 0;	top:-10px;    border: none;    border-radius: 0;    padding: 40px 0;}.navbar {padding-top: 0;padding-bottom: 0;margin:0;}.navbar-nav{gap:40px;font-size:17px;letter-spacing:0.5px;}.mega-menu .category-title {    font-size: 12px;    text-transform: uppercase;    color: #888;    margin-bottom: 15px;    letter-spacing: 1px;}.mega-menu a {    display: block;    padding: 6px 0;    color: #555;    text-decoration: none;}.mega-menu a:hover {    color: black;}.navbar-brand img{    height:100px;}@media (max-width: 991px){.text-end.small{display:none;}.navbar-nav{gap:10px;font-size:16px;}}.header-right {    min-width: 320px;}.search-open-btn {    width: 42px;    height: 42px;    border-radius: 50%;    background: #000;    color: #fff;    border: none;    display: flex;    align-items: center;    justify-content: center;    transition: 0.3s;}.search-open-btn:hover {    transform: scale(1.05);}.navbar.sticky-top {    position: sticky;    top: 0;    z-index: 5;    background: #fff;    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);}.back-to-top {    position: fixed;    right: 20px;    bottom: 20px;    width: 42px;    height: 42px;    display: flex;    align-items: center;    justify-content: center;    border-radius: 50%;    background: rgba(255,255,255,0.8);    color: #666;    opacity: 0;    visibility: hidden;    transition: all 0.3s ease;}.back-to-top.show {    opacity: 1;    visibility: visible;}/*------------------------------------------------------------------    Hero Slide-------------------------------------------------------------------*/.hero-slider{  height:100vh;}.carousel-item{position:relative;}.carousel-item::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);}.hero-text{z-index:2;}.hero-slider .carousel-inner,.hero-slider .carousel-item{  height:100%;}.hero-slider img{  height:100%;  object-fit:cover;}.hero-text{  top:50%;  transform:translateY(-50%);  bottom:auto;}.hero-text h1, .hero-text h2{  font-size:3rem;  font-weight:600;   font-family: "Montserrat", sans-serif;   color:white;}.hero-text p{  font-size:1.2rem;  font-family: "Montserrat", sans-serif;  font-weight: 400;}.slider-dots{  display:flex;  justify-content:center;  align-items:center;  gap:15px;  margin-top:20px;}.slider-dots button{  width:15px;  height:15px;  border-radius:50%;  border:none;  padding:0;  background:black;  opacity:0.4;  transition:opacity .3s ease, transform .3s ease;}.slider-dots button.active{  opacity:1;  transform:scale(1.2);}@media (max-width:768px){  .hero-slider{    height:70vh;  }  .hero-text h1{    font-size:2rem;  }  .hero-text p{    font-size:1rem;  }}/*------------------------------------------------------------------    Cookies-------------------------------------------------------------------*/.cookie-wrapper {    position: fixed;    left: 0;    bottom: 20px;    width: 100%;    z-index: 9999;    pointer-events: none;    opacity: 0;    visibility: hidden;    transform: translateY(40px);    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;}.cookie-wrapper.show {    opacity: 1;    visibility: visible;    transform: translateY(0);    pointer-events: auto;}.cookie-wrapper.hide {    opacity: 0;    visibility: hidden;    transform: translateY(50px);    pointer-events: none;}.cookie-box {    background: #ffffff;    border-radius: 18px;    padding: 22px 24px;    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);    border: 1px solid rgba(0, 0, 0, 0.06);}.cookie-header {    display: flex;    align-items: center;    gap: 10px;    margin-bottom: 10px;    color: #111;}.cookie-title {    margin: 0;    font-size: 18px;    font-weight: 700;}.cookie-text p {    margin: 0;    font-size: 15px;    line-height: 1.65;    color: #555;}.cookie-text a {    color: #111;    text-decoration: underline;    font-weight: 600;}.cookie-actions {    display: flex;    flex-wrap: wrap;    gap: 10px;    margin-top: 18px;}.btn-cookie {    border: 0;    border-radius: 10px;    padding: 12px 18px;    font-size: 14px;    font-weight: 600;    cursor: pointer;    transition: all 0.2s ease;}.btn-accept {    background: #111;    color: #fff;}.btn-accept:hover {    background: #2b2b2b;}.btn-decline {    background: #efefef;    color: #111;}.btn-decline:hover {    background: #e2e2e2;}@media (max-width: 767.98px) {    .cookie-wrapper {        bottom: 12px;        padding: 0 10px;    }    .cookie-box {        padding: 16px 16px;        border-radius: 14px;    }    .cookie-title {        font-size: 16px;    }    .cookie-text p {        font-size: 13px;        line-height: 1.55;    }    .cookie-actions {        flex-direction: column;        gap: 8px;        margin-top: 14px;    }    .btn-cookie {        width: 100%;        padding: 11px 14px;        font-size: 13px;    }}
/*------------------------------------------------------------------
    Products
-------------------------------------------------------------------*/
.gilu-products{    position:relative;    padding:30px 0;    margin-top:30px;}.gilu-products::before{    content:"";    position:absolute;    top:0;    left:0;    width:100%;    height:80px;    background:linear-gradient(to bottom, #ffffff 0%, rgba(249,249,249,0) 100%);    pointer-events:none;}.section-title{    margin-bottom:40px;}.section-title h2{    font-size:32px;    margin-bottom:10px;}.section-title p{    color:#666;}.product-card{    background:#fff;    transition:all 0.3s ease;    display:flex;    flex-direction:column;    height:100%;    width:100%;}.product-card:hover{    transform:translateY(-4px);}.product-image{    position:relative;    overflow:hidden;    width:100%;    aspect-ratio:16/10;    background:#fff;    display:flex;    align-items:center;    justify-content:center;}.product-image img{    width:100%;    height:100%;    object-fit:contain;    object-position:center center;    display:block;    transition:opacity 0.35s ease, transform 0.35s ease;    padding:12px;}.product-image .img-hover{    position:absolute;    top:0;    left:0;    opacity:0;}.product-card:hover .img-hover{    opacity:1;}.product-card:hover .img-main{    opacity:0;}.product-info{    padding:25px;    display:flex;    flex-direction:column;    flex:1;}.product-info h3{    font-size:20px;    margin-bottom:10px;    line-height:1.3;}.product-info h3 a{    color:#000;    text-decoration:none;}.product-info p{    font-size:14px;    color:#666;    margin-bottom:15px;}.product-price{    font-size:18px;    font-weight:600;    color:#000;    margin-top:auto;}@media (max-width:768px){    .section-title h3{        font-size:26px;    }    .product-info h3{        font-size:18px;    }}/*------------------------------------------------------------------    Social icons Footer	-------------------------------------------------------------------*/.fb-button {    background: #3b5998;}.insta-button {    background: #833ab4;    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);}.share-button {    border-radius: 3px;    font-weight: 600;    padding: 5px 8px;    display: block;    margin: 5px 0;    position: static;}.share-button:hover {    cursor: pointer;    -webkit-animation: headShake 1s;    animation: headShake 1s;}.share-button svg {    width: 18px;    fill: white;    vertical-align: middle;    border-radius: 2px;}.share-button span {    vertical-align: middle;    color: white;    font-size: 14px;    padding: 0 3px;}.social-icons-wrap {    display: flex;    justify-content: center;    align-items: center;    gap: 16px;}.social-icon {    width: 58px;    height: 58px;    border-radius: 50%;    background: #111;    color: #fff;    display: inline-flex;    justify-content: center;    align-items: center;    text-decoration: none;    font-size: 24px;    transition: all 0.35s ease;    box-shadow: 0 8px 18px rgba(0,0,0,0.15);}.social-icon:hover {    color: #fff;    transform: scale(1.15) translateY(-3px);    box-shadow: 0 12px 24px rgba(0,0,0,0.25);}.social-icon.facebook:hover {    background: #1877f2;}.social-icon.instagram:hover {    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);}/*------------------------------------------------------------------    NewsLetter-------------------------------------------------------------------*/.newsletter-box {    text-align: center;}.newsletter-box h4 {    margin-bottom: 10px;}.newsletter-text {    font-size: 14px;    color: #666;    margin-bottom: 18px;}.newsletter-form .form-control {    height: 50px;    border-radius: 12px 0 0 12px;    border: 1px solid #ddd;    box-shadow: none;}.newsletter-btn {    background: #111;    color: #fff;    border: none;    padding: 0 20px;    border-radius: 0 12px 12px 0;    font-weight: 600;    transition: all 0.3s ease;}.newsletter-btn:hover {    background: #333;    color: #fff;}.newsletter-status {    min-height: 24px;    font-size: 14px;    font-weight: 600;}.newsletter-status.success {    color: #198754;}.newsletter-status.error {    color: #dc3545;}.newsletter-status.loading {    color: #0d6efd;}/*------------------------------------------------------------------    Search modal-------------------------------------------------------------------*/.search-modal {    border-radius: 20px;    padding: 30px;}.search-modal-form {    display: flex;    align-items: center;    gap: 10px;}.search-modal-form input {    flex: 1;    height: 60px;    border-radius: 50px;    border: 1px solid #ddd;    padding: 0 20px;    font-size: 18px;    outline: none;}.search-modal-form button {    height: 60px;    width: 60px;    border-radius: 50%;    border: none;    background: #000;    color: #fff;    font-size: 18px;}@media (max-width: 576px) {    .search-modal {        border-radius: 12px;        padding: 15px;    }    .search-modal-form {        gap: 6px;    }    .search-modal-form input {        height: 44px;        font-size: 14px;        padding: 0 14px;    }    .search-modal-form button {        height: 44px;        width: 44px;        font-size: 14px;    }}/* fullscreen feel */.modal-backdrop.show {    opacity: 0.85;}.live-search-results {    margin-top: 16px;    display: none;    max-height: 420px;    overflow-y: auto;    border: 1px solid #eee;    border-radius: 12px;    background: #fff;}.live-search-item {    display: flex;    gap: 14px;    padding: 14px;    text-decoration: none;    color: #111;    border-bottom: 1px solid #f1f1f1;}.live-search-item:last-child {    border-bottom: 0;}.live-search-item:hover {    background: #fafafa;}.live-search-thumb {    width: 70px;    min-width: 70px;    height: 70px;    border-radius: 10px;    overflow: hidden;    background: #f5f5f5;}.live-search-thumb img {    width: 100%;    height: 100%;    object-fit: cover;}.live-search-content {    flex: 1;}.live-search-title {    font-size: 16px;    font-weight: 700;    margin-bottom: 4px;}.live-search-price {    font-size: 15px;    font-weight: 400;}.live-search-empty {    padding: 16px;    color: #666;}
/*------------------------------------------------------------------
    Stylish checkbox
-------------------------------------------------------------------*/
.checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox a {
    text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.checkbox a:hover {
    text-decoration:underline;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 30%;
    left: -10px;
    height: 16px;
    width: 16px !important;
    background-color: #eee;
}

.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
    background-color: #000000;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 4px;
    top: 0px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*------------------------------------------------------------------
    Notify
-------------------------------------------------------------------*/
#notify { width:100%; margin:10px 0; }
.notify-info, .notify-success, .notify-warning, .notify-error, .notify-price {
    padding:10px;
    margin:10px;
}
.notify-info:before, .notify-success:before, .notify-warning:before, .notify-error:before {
    font-family:FontAwesome;
    font-style:normal;
    font-weight:400;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    width:1em;
    margin-right:.2em;
    text-align:center;
    font-variant:normal;
    text-transform:none;
    line-height:1em;
    margin-left:.2em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.notify-info:before {
    content:"\f05a";
}
.notify-success:before {
    content:'\f00c';
}
.notify-warning:before {
    content:'\f071';
}
.notify-error:before {
    content:'\f057';
}
.notify-info {
    color: #00529B;
    background-color: #BDE5F8;
}
.notify-success {
    color: #fff;
    background-color: #000000;
}
.notify-price {
    color: #fff;
    background-color: #000000;
	text-align:center;
}
.notify-price a {
    color: #4F8A10;
	font-weight:bold;
}
.notify-success a {
    color: #4F8A10;
	font-weight:bold;
}
.notify-warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.notify-warning a {
    color: #9F6000;
    font-weight:bold;
	text-decoration:none;
}
.notify-warning a:hover {
	text-decoration:underline;
}
.notify-error {
    color: #FFF;
    background-color: #FF0000;
}
/* --- Moderný Kontaktný formulár --- */.contact-form .form-control {    border: none;    border-bottom: 2px solid #ddd;    border-radius: 0;    padding: 10px 5px;    transition: all 0.3s ease;    background: transparent;    font-size: 1rem;}.contact-form .form-control:focus {    outline: none;    border-bottom-color: #000000;    box-shadow: 0 2px 0 rgba(217,181,107,0.5);}.contact-form .form-label {    font-weight: 500;	margin-bottom:10px;    color: #444;}.contact-form .form-check-label {    font-size: 0.9rem;    color: #555;}/* --- Moderný zlatý checkbox --- */.gdpr-check {    position: relative;}.gdpr-check .form-check-input {    width: 22px;    height: 22px;    border-radius: 5px;    border: 2px solid #000000;    appearance: none;    -webkit-appearance: none;    background: #fff;    cursor: pointer;    transition: all 0.3s ease;}.gdpr-check .form-check-input:checked {    background: #000000;    border-color: #000000;}.gdpr-check .form-check-input:checked::after {    content: '✔';    display: block;    color: #fff;    font-size: 14px;    text-align: center;    line-height: 18px;}.gdpr-check .form-check-label {	padding-left:15px;	cursor:pointer;}/* --- Zlaté tlačidlo --- */.btn-gold {    background: linear-gradient(135deg, #000000, #b38a3c);    color: #fff;    font-weight: 600;    border: none;    border-radius: 8px;    padding: 12px;    font-size: 1rem;    transition: all 0.3s ease;}.btn-gold:hover {    background: linear-gradient(135deg, #b38a3c, #000000);    transform: translateY(-2px);    box-shadow: 0 6px 15px rgba(217, 181, 107, 0.4);}/* --- Utility --- */.clearfix::after {    content: "";    display: block;    clear: both;}

.qt-background{
	background: url(../images/qt-bg.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
}
.qt-background p {
    font-size: 35px;
    font-weight: 300;
    line-height: 44px;
    color: #fff;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 20px;
}

.qt-background span {
    color: #fff;
    font-size: 28px;  
	font-weight: 600;	
}

/*------------------------------------------------------------------
    Menu
-------------------------------------------------------------------*/

.heading-title {
    position: relative;
    display: inline-block;
	text-align:center;
	width:100%;
}

.heading-title h3 {
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-size:60px !important;
  font-style: normal;
  margin-bottom:60px;
}

.heading-title2 h3 {
  font-size:40px !important;
}

.modal-content h3 {
  font-family: "Alex Brush", cursive;
  font-weight: 600;
  color:#000000;
  margin:20px auto;
  font-size:50px !important;
  font-style: normal;
  text-align:center;
}


.underlined {
    display: inline-block;
    margin: 0; /* Remove default margin if necessary */
    position: relative; /* Ensure positioning context for pseudo-element */
	font-size:60px;
}

.underlined::after {
    content: "";
    display: block;
    width: 336px; /* Adjust based on your image's width */
    height: 29px; /* Adjust based on your image's height */
    background-image: url('../img/headline_underline.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); /* Center the image horizontally */
    bottom: -30px; /* Adjust based on the space needed between the text and the image */
}

.underlined_w {
    display: inline-block;
    margin: 0; /* Remove default margin if necessary */
    position: relative; /* Ensure positioning context for pseudo-element */
	font-size:60px;
	color:white !important;
}

.underlined_w::after {
    content: "";
    display: block;
    width: 336px; /* Adjust based on your image's width */
    height: 29px; /* Adjust based on your image's height */
    background-image: url('../img/headline_underline_w.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); /* Center the image horizontally */
    bottom: -30px; /* Adjust based on the space needed between the text and the image */
}

.heading-title p{
	font-size: 18px;
	font-weight: 200;
	margin: 0px;
}

.inner-menu-box{}
.inner-menu-box .nav-pills .nav-link.active{
	background: #000000;
}
.inner-menu-box .nav-pills .nav-link{
	font-size: 18px;
}
.inner-menu-box .nav-pills .nav-link:hover{
	background: #000000;
	color: #ffffff;
}

.gallery-single{
	margin-bottom: 30px;
}

.gallery-single {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.why-text {
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    height: 100%;
    background: rgba(207, 166, 113, 0.9);
    padding: 12px 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.why-text h4{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	font-family: "Montserrat", serif;
}
.why-text p{
	color: #ffffff;
	font-size: 13px;
	border-bottom: 1px dashed #010101;
	margin: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.why-text h5{
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.gallery-single:hover .why-text{
	bottom: 0px;
}


/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-box{
	padding: 70px 0px;
}
.tz-gallery{
	margin-top: 30px;
}
.tz-gallery .lightbox img {
    width: 100%;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
.tz-gallery .lightbox{
	border: 3px solid #000000;
	display: inline-block;
	margin-bottom: 30px;
}


/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/
.about-hero {    padding: 90px 0 55px;    background: #f5f5f1;}.section-overline {    margin: 0 0 12px;    font-size: 13px;    font-weight: 600;    letter-spacing: 0.14em;    text-transform: uppercase;    color: #111;}.about-hero h1 {    margin: 0;    font-size: 54px;    line-height: 1.1;    font-weight: 700;    color: #111;}.about-hero-line {    width: 72px;    height: 2px;    margin: 18px auto 20px;    background: #111;}.about-hero-text {    max-width: 760px;    margin: 0 auto;    font-size: 17px;    line-height: 1.8;    color: #5f5f5f;}.about-intro-section,.about-story-section,.about-cooperation-section {    padding: 75px 0;    background: #fff;}.about-story-section {    background: #faf9f6;}.about-values-section {    padding: 35px 0 80px;    background: #fff;}.about-cta-section {    padding: 0 0 90px;    background: #fff;}.about-badge {    display: inline-block;    margin-bottom: 18px;    padding: 7px 12px;    border-radius: 999px;    background: #f2ede5;    color: #8f8576;    font-size: 12px;    font-weight: 700;    letter-spacing: 0.08em;    text-transform: uppercase;}.about-copy {    padding-right: 20px;}.about-copy h2,.section-head h2,.about-cta-box h2 {    margin: 0 0 18px;    font-size: 38px;    line-height: 1.2;    font-weight: 700;    color: #111;}.about-copy p,.about-cta-box p {    margin: 0 0 18px;    font-size: 16px;    line-height: 1.9;    color: #666;}.about-image {    border-radius: 24px;    overflow: hidden;    box-shadow: 0 12px 40px rgba(17, 17, 17, 0.10);}.about-image img {    width: 100%;    height: 100%;    min-height: 420px;    object-fit: cover;    display: block;}.about-image-large img {    min-height: 520px;}.section-head {    margin-bottom: 32px;}.about-value-card {    height: 100%;    background: #f5f5f1;    border: 1px solid #ebe7df;    border-radius: 22px;    padding: 30px 26px;    box-shadow: 0 8px 30px rgba(17, 17, 17, 0.04);    transition: transform 0.25s ease, box-shadow 0.25s ease;}.about-value-card:hover {    transform: translateY(-4px);    box-shadow: 0 14px 32px rgba(17, 17, 17, 0.08);}.about-value-icon {    width: 58px;    height: 58px;    margin-bottom: 18px;    border-radius: 50%;    background: #111;    color: #fff;    display: flex;    align-items: center;    justify-content: center;    font-size: 22px;}.about-value-card h3 {    margin: 0 0 12px;    font-size: 22px;    font-weight: 700;    color: #111;}.about-value-card p {    margin: 0;    font-size: 15px;    line-height: 1.8;    color: #666;}.about-cta-box {    background: #f5f5f1;    border: 1px solid #ebe7df;    border-radius: 24px;    padding: 50px 30px;    box-shadow: 0 12px 40px rgba(17, 17, 17, 0.05);}.about-cta-box p {    max-width: 760px;    margin-left: auto;    margin-right: auto;}.about-cta-actions {    display: flex;    justify-content: center;    gap: 14px;    flex-wrap: wrap;    margin-top: 24px;}.btn-about {    display: inline-flex;    align-items: center;    justify-content: center;    gap: 10px;    min-height: 52px;    padding: 0 22px;    border-radius: 12px;    background: #111;    color: #fff;    text-decoration: none;    font-size: 15px;    font-weight: 600;    transition: all 0.25s ease;}.btn-about:hover {    background: #2a2a2a;    color: #fff;}.btn-about-outline {    background: transparent;    border: 1px solid #111;    color: #111;}.btn-about-outline:hover {    background: #111;    color: #fff;}@media (max-width: 991.98px) {    .about-hero {        padding: 75px 0 45px;    }    .about-hero h1 {        font-size: 42px;    }    .about-copy {        padding-right: 0;    }    .about-copy h2,    .section-head h2,    .about-cta-box h2 {        font-size: 30px;    }    .about-image img,    .about-image-large img {        min-height: 340px;    }}@media (max-width: 575.98px) {    .about-hero {        padding: 58px 0 38px;    }    .about-hero h1 {        font-size: 34px;    }    .section-overline {        font-size: 11px;    }    .about-hero-text,    .about-copy p,    .about-value-card p,    .about-cta-box p {        font-size: 14px;        line-height: 1.7;    }    .about-copy h2,    .section-head h2,    .about-cta-box h2 {        font-size: 25px;    }    .about-image,    .about-cta-box,    .about-value-card {        border-radius: 16px;    }    .about-value-card,    .about-cta-box {        padding: 22px 18px;    }    .about-image img,    .about-image-large img {        min-height: 250px;    }    .btn-about {        width: 100%;    }}

/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/

.footer-area{
	padding-top: 50px;
	padding-bottom: 0px;		overflow-x: hidden !important;
}footer img.footer-logo{max-width:200px;border:0;height:auto;transition: all 0.5s ease;}
footer{background:#ffffff;position:relative;padding:60px 0 0 0;color:#000;overflow-x: hidden !important;}/* elegantná línia hore */footer::before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(to right, transparent, #E0E0E0, transparent);}
footer h4{
	color: #000000;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #E0E0E0;
	margin: 30px 0;	
}footer a.fb {  display: inline-block;  padding:5px 10px;  border-radius:8px;  font-weight:bold;  font-size: 20px;  color: #fff;  background-color: #3b5998;}footer a.fb span {  font-size: 14px;}footer a.fb:hover {    color: #3b5998;    background-color: #fff;}
footer a.navigation-btn {    font-size: 17px;    background: #000;    color: #fff;    margin: 0;    border-radius: 6px;    padding: 10px 15px;    display: block;    /* Animácia */    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;}.footer-menu li {  margin-bottom: 12px;}.footer-menu a {  display: inline-block;  color: #555;  text-decoration: none;  font-size: 16px;  position: relative;  transition: all 0.3s ease;  padding: 0 18px; /* miesto pre šípky */}.footer-menu a::before {  content: "\f104"; /* fa-angle-left */  font-family: FontAwesome;  position: absolute;  left: 0;  top: 50%;  transform: translateY(-50%);  font-size: 15px;  opacity: 0.7;  transition: color 0.3s ease, opacity 0.3s ease;}.footer-menu a::after {  content: "\f105"; /* fa-angle-right */  font-family: FontAwesome;  position: absolute;  right: 0;  top: 50%;  transform: translateY(-50%);  font-size: 15px;  opacity: 0.7;  transition: color 0.3s ease, opacity 0.3s ease;}.footer-menu a:hover {  color: #000000;  transform: scale(1.05);}.footer-menu a:hover::before,.footer-menu a:hover::after {  color: #000000;  opacity: 1;}

.arrow-right{
	position: relative;
}
.arrow-right::before {
    content: "\f101";
	font-family: 'FontAwesome';	
	position: absolute;
	right: 0px;
	top: 0;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
}


.footer-area p.lead{
	font-size: 19px;
	color: #ffffff;
	margin-bottom: 0px;
}
.footer-area p.lead a{
	color: #ffffff;
	margin-bottom: 15px;
}
.footer-area p.lead a:hover{
	color: #000000;
}
.footer-area p a{
	font-size: 18px;
	color: #ffffff;
}
.footer-area p a:hover{
	color: #000000;
}

.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}

.subscribe_form .form_input {
    display: block;
    background-color: rgba(0,0,0,0.9);
	border: 1px solid #ffffff;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
	font-weight: 300;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.subscribe_form .submit {
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 100%;
	border: none;
	cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit:hover{
	background: #010101;
}

.f-social {
    padding-bottom: 10px;
    margin: 0px;
    margin-top: 20px;
}
.f-social li a {
    font-size: 18px;
    color: rgba(214, 81, 6);
	width: 38px;
	height: 38px;
	display: block;
	text-align: center;
	line-height: 38px;
	background: #ffffff;
	border-radius: 4px;
}

.copyright{
	margin-top: 20px;
	position: relative;
	display: block;
	background-color: #010101;
	border-top: 2px solid #000000;
	padding: 50px 0;
	z-index: 1;
}

.copyright .company-name{
	font-size: 16px;
	text-align: center;
}
.copyright .company-name a{
	font-size: 16px;
}

/*------------------------------------------------------------------
    All Pages
-------------------------------------------------------------------*/

.page-breadcrumb {
    padding: 250px 0 150px;
    background: url(../images/all-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 0;
    position: relative;
}
.all-page-title .container{
	position: relative;
	z-index: 2;
}
.all-page-title::before{
	background: #010101;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0.8;	
}
.all-page-title h1{
	font-size: 38px;
	color: #ffffff;
	font-family: "Montserrat", serif;
	padding: 0px;
	font-weight: 500;
}

.inner-pt{
	margin-top: 30px;
}
.inner-pt p{
	font-size: 18px;
}

.stuff-box{
	padding: 70px 0px;
}


.our-team{
    text-align: center;
    transition: all 0.5s ease 0s;
	margin-bottom: 30px;
}
.our-team:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.our-team .pic{
    overflow: hidden;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(38,37,37,0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.our-team .pic:after{
    background: rgba(214,81,6,0.8);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
.our-team:hover .pic:before{ top: 0; }
.our-team:hover .pic:after{ bottom: 0; }
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.our-team:hover .social{ opacity: 1; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover:after{ transform: rotate(180deg); }
.our-team .team-content{ padding: 20px; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.our-team .post{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


.reservation-box{
	padding: 70px 0px;
}

.reservation-box h3{
	padding: 0px 15px;
	margin-bottom: 20px;
	font-weight: 600;
}

.help-block ul li{
	color: red;
}

.form-control[readonly]{
	background-color: #ffffff;
}

.form-control{
	border-radius: 0px;
	min-height: 50px;
}
.form-control:focus{
	border: 1px solid #000000;
	box-shadow: none;
}

.form-group .picker__input.picker__input--active{
	border-color: #000000;
}

.submit-button{
	margin-top: 20px;
}
.btn.btn-common{
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #000000;
}
.btn.btn-common:hover{
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}
.blog-box{
	padding: 70px 0px;
}
.blog-box-inner{
	position: relative;
	margin-bottom: 30px;
}

.blog-box-inner .blog-img-box{
	position: relative;
	display: block;
}

.blog-box-inner .blog-detail{
	position: absolute;
	top: 0;
	background: #fff;
	padding: 30px 25px;
	border: 1px solid #ddd;
	transition-duration: .5s;
	height: 100%;
}

.blog-detail h4 {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

.blog-detail ul li {
    display: inline-block;
    padding: 0px 5px;
}
.blog-detail ul li span{
	color: #000000;
	cursor: pointer;
}
.blog-detail ul li span:hover{
	color: #010101;
}

.blog-detail ul li:first-child {
    padding-left: 0px;
}

.blog-detail p {
    padding: 10px 0px 0 0;
	margin: 0px;
	font-size: 13px;
}

.blog-detail a{
	color: #ffffff;
	margin-top: 20px;
}

.blog-box-inner .blog-detail:hover{
	background: rgba(255, 255, 255, .9);
}

.blog-inner-box {
    position: relative;
    margin: 0px 10px;
    margin-bottom: 30px;
}
.side-blog-img {
    box-shadow: 15px 15px 0px 0px rgba(214, 81, 6, 0.4);
    -webkit-transition: all 1s ease 0.01s;
    transition: all 1s ease 0.01s;
    position: relative;
}

.date-blog-up {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #000000;
    font-size: 18px;
    color: #ffffff;
    padding: 5px 15px 5px 5px;
}
.inner-blog-detail {
    background: #ffffff;
    position: relative;
    padding: 30px 20px;
}

.inner-blog-detail h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}
.inner-blog-detail ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #222222;
}
.inner-blog-detail ul li span {
    color: #000000;
}
.inner-blog-detail p {
    padding: 10px 0px;
}
.details-page blockquote {
    border-left: 5px solid #000000;
}
.details-page blockquote {
    padding: 20px;
}
blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}
.blog-inner-details-line {
    margin: 20px 0px;
    clear: both;
    float: left;
    width: 100%;
}
.line-left-social h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.line-left-social ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.line-right-social ul li {
    display: inline-block;
}
.line-right-social ul li a {
    display: block;
    padding: 5px;
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}
.line-left-social ul li a {
    display: block;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
}
.line-left-social ul li a:hover {
    background: #000000;
    color: #ffffff;
}
.line-right-social ul li a:hover {
    background: #000000;
    color: #ffffff;
}
.line-right-social h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.blog-comment-box {
    clear: both;
    margin: 20px 0px;
    float: left;
    width: 100%;
}
.blog-comment-box h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}
.comment-item {
    margin-bottom: 30px;
}
.comment-item-left {
    float: left;
    width: 90px;
    height: 90px;
}
.comment-item-left img {
    width: 100%;
    border-radius: 20px;
}
.comment-item-right {
    padding-left: 110px;
}
.comment-item-right a {
    font-size: 16px;
    font-weight: 500;
}
.des-l {
    display: inline-block;
    width: 100%;
}
.des-l p {
    font-size: 13px;
}
.comment-item-right a {
    font-size: 16px;
    font-weight: 500;
}
.right-btn-re {
    float: right;
    font-style: italic;
    text-align: right;
    font-size: 16px;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 6px;
}
.right-btn-re:hover {
    background: #000000;
    color: #ffffff !important;
}
.comment-respond-box {
    clear: both;
}
.blog-comment-box .children {
    margin-left: 70px;
}
.comment-item {
    margin-bottom: 30px;
}
.comment-item-right i {
    padding-right: 10px;
}

.comment-form-respond input {
    min-height: 38px;
    border: 1px solid #010101;
    border-radius: 0px;
    padding: 10px;
}
.comment-form-respond textarea {
    border: 1px solid #010101;
    border-radius: 0px;
    padding: 10px;
    min-height: 110px;
}

.btn-submit{
	color: #000000;
	background-color: transparent;
	background-image: none;
	border-color: #000000;
}
.btn-submit:hover{
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}

.right-side-blog h3 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
}
.blog-search-form {
    position: relative;
    border-bottom: 1px solid #010101;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.blog-search-form input {
    width: 100%;
    min-height: 40px;
    border: 1px solid rgba(214, 81, 6, 0.4);
    padding: 5px 40px 5px 10px;
    font-size: 15px;
    color: #222222;
}
.blog-search-form .search-btn {
    position: absolute;
    right: 0px;
    background: none;
    border: none;
    font-size: 20px;
    min-height: 40px;
    padding: 0px 15px;
}

.right-side-blog h3 {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px;
}
.blog-categories {
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.blog-categories ul li {
    line-height: 14px;
    padding: 10px 0px;
    border-top: 1px solid #f5f5f5;
}
.blog-categories ul li a {
    display: inline-block;
    text-transform: capitalize;
    width: 100%;
}
.blog-categories ul li a:hover{
	color: #000000;
}
.recent-box-blog {
    margin-bottom: 20px;
	display: inline-block;
}
.recent-img {
    float: left;
    position: relative;
}
.recent-img::before {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.recent-box-blog:hover .recent-img::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.recent-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
.recent-info ul li {
    display: inline-block;
    font-size: 11px;
    padding: 0px;
    color: #222222;
}
.recent-info h4 {
    font-size: 14px;
    padding: 0px;
    margin: 11px 0px;
    font-weight: 500;
}
.blog-tag-box ul li {
    display: inline-block;
    margin-bottom: 3px;
}
.blog-tag-box ul li a {
    padding: 5px 15px;
    display: block;
    background: #f5f5f5;
    color: #222222;
    border-radius: 6px;
}
.blog-tag-box ul li a:hover {
    color: #ffffff;
    background: #000000;
}

.contact-box{
	padding: 70px 0px;
}

.map-full {
    width: 100%;
    height: 500px;
    border-radius: 0px;
    margin: 0px auto;
}



























