/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(superslides.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #666666;
    font-size: 15px;
    font-family: "Merriweather Sans", sans-serif;
    line-height: 1.80857;
}


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;
}

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: "Merriweather", serif !important;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 20px;
	color:#d9b56b;
}

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;
}

.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;
}

/*------------------------------------------------------------------    PROGRESS BAR-------------------------------------------------------------------*/
.progress-container { 
width: 100%;  height: 5px !important;  background: none;  position:relative;
}

.progress-container.scrolled { 
background: #fff;
}

.progress-bar {
 height: 5px;  background: #d9b56b;  width: 0%;
}
/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

.fadeInAnimated
{
opacity:0;
	animation-name: fadeIn;
  animation-duration: 2s;
}

#second
{
opacity:0;
animation-name: fadeIn;
  animation-delay: 2s;
}

#third
{
opacity:0;
animation-name: fadeIn;
  animation-delay: 4s;
}

/*------------------------------------------------------------------
    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: "Merriweather Sans", 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: #d9b56b;	transition: all 0.3s ease;	transform: translateX(-50%);}.top-navbar .navbar-light .navbar-nav .nav-link:hover {	color: #d9b56b;}.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: #d9b56b;	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: #d9b56b;}.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: #d9b56b !important;}/* === ACTIVE so zvýraznením a čiarou === */.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link {	color: #d9b56b;}.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: #d9b56b;
	color: #ffffff;
}
.navbar-light .navbar-toggler:hover{
	background: #d9b56b;
}

/*------------------------------------------------------------------
    Slider
-------------------------------------------------------------------*/

.cover-slides{
 width: 100%;
  height: 100vh; /* Nastavenie výšky na 100% výšky okna */
}
.slides-navigation a {
	background: #d9b56b;
	position: absolute;
	height: 50px;
	width: 50px;
	top: 55%;
	font-size: 20px;
	display: block;
	 color: #fff;
	border-radius: 6px;
	line-height: 63px;
	text-align: center;
    transition: all .3s ease-in-out;
}
.slides-navigation a span{
	font-size: 36px;
}
.slides-navigation a:hover {
	background: #fff;
	color:#d9b56b;
}
.slides-navigation a.prev{
		left:50px;
	}
	.slides-navigation a.next{
		right:50px;
	}
.cover-slides .container{
	height: 100%;
	position: relative;
	z-index: 2;
}
.cover-slides .container > .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cover-slides .container > .row {
    height: 100%;
}

.btn{
	text-transform: uppercase;
	padding: 19px 36px;
}
.btn{
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 12px 30px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: .1875rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-outline-new-white {
    color: #fff;
    background-color: #d9b56b;
    background-image: none;
    border-color: #d9b56b;
}
.btn-outline-new-white:hover {
    color: #d9b56b;
    background-color: #fff;
    border-color: #fff;
}

.overlay-background {
    background: #333;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	opacity: 0.5;
}

.cover-slides h2{
	font-weight: 700;
	font-size: 40px;
	color: #fff;
	width:100%;
}
.cover-slides p{
	font-size: 18px;
	color: #fff;
}
.slides-pagination a{
	background:#ffffff;
	width:20px;
	border:none;
height:20px;
margin:20px 5px;
}
.slides-pagination a.current{
	background: #d9b56b;
}

/*------------------------------------------------------------------
    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:#d9b56b;
	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: #d9b56b;
}

.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: #d9b56b;
}
.notify-price {
    color: #fff;
    background-color: #d9b56b;
	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;
}

/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.about-section-box{
	padding: 70px 0px;
	background: #ffffff url(../images/about-bg.jpg) no-repeat bottom center;
	background-size: cover;
}
.about-section-box .img-fluid{
	box-shadow: 20px 20px 0px #d9b56b;
}
.inner-column{
	text-align: left;
}
.inner-column h1{
	font-family: "Merriweather", serif;
	font-size: 30px;
	color: #010101;
	font-weight: 500;
}
.inner-column h1 span{
	color: #d9b56b;
}
.inner-column h4{
	font-size: 16px;
	font-weight: 500;
}
.inner-column p{
	font-size: 18px;
	color: #222222;
}
.inner-column .btn-outline-new-white{
	color: #fff;
}
.inner-column .btn-outline-new-white:hover{
	color: #ffffff;
}

/*------------------------------------------------------------------
    QT
-------------------------------------------------------------------*/
/* --- Panel styling --- */.cpanel {    background: #fff;    border: 1px solid #e5e5e5;    transition: all 0.3s ease;}.cpanel:hover {    transform: translateY(-4px);    box-shadow: 0 8px 20px rgba(0,0,0,0.1);}.cpanel h3,.cpanel strong,.cpanel a {    color: #d9b56b;}.cpanel1 img {    width:100%;    height:auto;    border:0;}/* --- Header Topline --- */.section-header.topline {    padding: 150px 0 50px 0;    background: url("../img/topline.jpg") center/cover no-repeat;    position: relative;    color: #fff;    text-align: center;}.section-header.topline::after {    content: "";    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    background: rgba(0, 0, 0, 0.1);    z-index: 1;}.section-header h2 {    position: relative;    z-index: 2;    font-size: 2.5rem;    color:#F3F2F3 !important;    font-weight: 600;}/* --- 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: #d9b56b;    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 #d9b56b;    appearance: none;    -webkit-appearance: none;    background: #fff;    cursor: pointer;    transition: all 0.3s ease;}.gdpr-check .form-check-input:checked {    background: linear-gradient(135deg, #d9b56b, #b38a3c);    border-color: #d9b56b;}.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, #d9b56b, #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, #d9b56b);    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: "Merriweather Sans", 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:#d9b56b;
  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: #d9b56b;
}
.inner-menu-box .nav-pills .nav-link{
	font-size: 18px;
}
.inner-menu-box .nav-pills .nav-link:hover{
	background: #d9b56b;
	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: "Merriweather", 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 #d9b56b;
	display: inline-block;
	margin-bottom: 30px;
}


/*------------------------------------------------------------------
    Tyzdenne menu
-------------------------------------------------------------------*/

#tyzdenne-menu{
	padding: 70px 0px;
}

.carousel-inner .carousel-item .img-box{
	width: 135px;
	height: 135px;
}
.carousel-control-prev{
	left: -100px;
}
.carousel-control-next{
	right: -100px;
}
.carousel-indicators{
	top: 320px;
}

.text-warning{
	color: #d9b56b !important;
	font-size: 24px;
}

@media (min-width: 320px) and (max-width: 640px) {
	.carousel-inner .carousel-item p{
		font-size: 14px;
	}
	.carousel-control-prev{
		left: -5px;
	}
	.carousel-control-next{
		right: -5px;
	}
 	.carousel-indicators{
		top: 400px;
	}
}

#reviews .carousel-control-prev{
	background: #d9b56b;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 8%;
	height: 50px;
	top: 50%;
	border-radius: 4px;
	font-size: 28px;
	opacity: 1;
}
#reviews .carousel-control-prev:hover{
	background: #010101;
	color: #ffffff;
}

#reviews .carousel-control-next{
	background: #d9b56b;
	color: #ffffff;
	display: block;
	position: absolute;
	width: 8%;
	height: 50px;
	top: 50%;
	border-radius: 4px;
	font-size: 28px;
	opacity: 1;
}
#reviews .carousel-control-next:hover{
	background: #010101;
	color: #ffffff;
}


/*------------------------------------------------------------------
    Kontaktny box
-------------------------------------------------------------------*/

.kontaktny-box{
	background: #d9b56b;
	padding: 10px 0;
}

.overflow-hidden {
    overflow: hidden;
}

.kontaktny-box i{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	color: #d9b56b;
	font-size: 20px;
	margin-top:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-right: 20px;
}
.kontaktny-box h4 {
    margin: 0px;
    margin-top: 5px;
	color: #ffffff;
	font-size: 20px;
	padding: 0px;
	font-weight: 500;
	line-height: 20px;
}
.kontaktny-box p {
    margin: 0px;
	color: #ffffff;
	font-weight: 300;
}

/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/

.footer-area{
	padding-top: 50px;
	padding-bottom: 0px;
}footer img.footer-logo {filter: brightness(0) invert(1); /* Zmení všetky farby na biele */max-width:80%;height:auto;transition: all 0.5s ease;}
footer {
	background-image: url("../img/footer_kamelia.jpg");
	background-attachment: scroll;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;		margin-top:30px;		color:white;
}
footer h4{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	border-bottom: 1px solid #d9b56b;
	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: #E7E7E7;    color: #333;    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: #fff;  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: #D9B56B;  transform: scale(1.05);}.footer-menu a:hover::before,.footer-menu a:hover::after {  color: #D9B56B;  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: #d9b56b;
}
.footer-area p a{
	font-size: 18px;
	color: #ffffff;
}
.footer-area p a:hover{
	color: #d9b56b;
}

.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: #d9b56b;
    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 #d9b56b;
	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: "Merriweather", 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: #d9b56b;
    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: #d9b56b;
    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 #d9b56b;
	box-shadow: none;
}

.form-group .picker__input.picker__input--active{
	border-color: #d9b56b;
}

.submit-button{
	margin-top: 20px;
}
.btn.btn-common{
	color: #d9b56b;
	background-color: transparent;
	background-image: none;
	border-color: #d9b56b;
}
.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: #d9b56b;
	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: #d9b56b;
    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: #d9b56b;
}
.inner-blog-detail p {
    padding: 10px 0px;
}
.details-page blockquote {
    border-left: 5px solid #d9b56b;
}
.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: #d9b56b;
    color: #ffffff;
}
.line-right-social ul li a:hover {
    background: #d9b56b;
    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: #d9b56b;
    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: #d9b56b;
	background-color: transparent;
	background-image: none;
	border-color: #d9b56b;
}
.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: #d9b56b;
}
.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: #d9b56b;
    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: #d9b56b;
}

.contact-box{
	padding: 70px 0px;
}

.map-full {
    width: 100%;
    height: 500px;
    border-radius: 0px;
    margin: 0px auto;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 52px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #d9b56b;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
	font-size: 30px;
}



























