/*
Name : Hotela - Hotel and Resort Mobile Template
Author : Rabonadev
Author URL : https://themeforest.net/user/rabonadev
*/
/*===================
	Table of contents:
	- Import Fonts
	- General
	- Button
	- Navbar
	- Slider
	- Form Book
	- Rooms
	- Promote
	- Rooms Details
	- Gallery
	- Book Now
	- Shopping Cart
	- Blog
	- Blog single
	- Login
	- Register
	- 404 pages
	- Testimonial
	- Faq
	- Footer
	
===================*/

/*===================
	import fonts
===================*/
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800|Playfair+Display:400,700,900|Roboto+Condensed:400,700');
@import 'css/modals.css';

/*===================
	general
===================*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #888;
    font-family: 'Muli', sans-serif;
    position: relative;
}

body::-webkit-scrollbar {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    color: #343434;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 36px !important;
}

h2 {
    font-size: 34px !important;
}

h3 {
    font-size: 20px !important;
}

h4 {
    font-size: 26px !important;
}

h5 {
    font-size: 18px !important;
}

h6 {
    font-size: 13px !important;
}

a {
    color: #333;
}

p {
    margin: 8px 0 10px 0;
    line-height: 30px;
}

.collapsible-header h3 {
    color: #039be5;
}

/*===================
	button
===================*/
.button {
    background: #288dff;
    border: 0;
    border-color: transparent;
    color: #fff;
    padding: 5px 12px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
}

.button:hover {
    background: #7ab55c;
}

/*===================
	navbar
===================*/
.navbar {
    width: 100%;
    height: 60px;
    padding: 15px 0;
    z-index: 1000;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-bottom: 2px solid #f5f5f5;
}

.site-title {
    display: inline-block;
    margin-left: 18px;
    position: relative;
    top: -3px;
}

.site-title h1 {
    font-size: 28px;
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #33261c;
    padding-top: 2px;
    font-family: 'Playfair Display', serif;
}

.site-title p {
    font-size: 22px;
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #33261c;
    padding-top: 2px;
    font-family: 'Playfair Display', serif;
}

.site-title h1 i {
    color: #cbb079;
    font-size: 32px;
    margin-left: 2px;
}

.side-nav a {
    padding: 0 16px;
}

.side-nav a:hover {
    background: transparent;
}

/*panel control right*/
.panel-control-right {
    float: right;
    font-size: 20px;
}

.panel-control-right h6 {
    font-size: 16px;
}

.panel-control-right .side-nav {
    padding: 0;
}

.panel-control-right .side-nav li a i {
    margin-right: 5px;
}

.panel-control-right .sidenav-control-right i {
    right: -8px;
    position: relative;
    font-size: 18px;
    color: #33261c;
}

.panel-control-right .sidenav-control-right span {
    background: #cbb079;
    border-radius: 50%;
    color: #fff;
    position: relative;
    bottom: 8px;
    padding: 1px 5px;
    font-size: 12px;
}

.panel-control-right img {
    width: 100%;
    height: 100%;
}

.panel-control-right .side-nav {
    padding: 30px 10px;
}

.panel-control-right .action i {
    float: right;
    cursor: pointer;
    font-size: 18px;
}

.panel-control-right .entry {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.panel-control-right .desc .rating {
    position: relative;
    bottom: 5px;
}

.panel-control-right .desc i {
    font-size: 12px;
}

.panel-control-right .desc h6 span {
    color: #cbb079;
}

.panel-control-right .price {
    text-align: right;
}

.panel-control-right ul li {
    display: inline-block;
    text-align: right;
    float: right;
    margin: 10px;
    margin-left: 0;
}

.panel-control-right ul li .button {
    font-size: 14px;
    line-height: 17px;
    position: relative;
    bottom: 20px;
    padding: 5px 10px 7px;
}

/*===================
	slider
===================*/
.slider-slick {
    position: relative;
}

.slider-slickEntry {
    margin-top: 60px;
}

.slider-slick .slider-entry {
    position: relative;
    height: 360px;
}


@media (min-width: 768px) {
    .slider-slick .slider-entry {
        position: relative;
        height: 430px;
    }
}

.slider-slick .overlay {
    background: rgba(0, 0, 0, 0.42);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
}

.slider-slick img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-slick .caption {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -5%;
    color: #fff;
    z-index: 8;
    overflow-wrap: break-word;
    text-align: center;
}

.slider-slick .caption h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.slider-slick .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
}

.slider-slick .slick-dots li {
    width: auto;
}

.slider-slick .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.slider-slick .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.slider-slick .slick-dots li.slick-active button {
    background: #cbb079;
}

.slider-slick .slick-dots li button::before {
    font-size: 0;
    color: transparent;
}

.slick-prev, .slick-next {
    top: 50%;
}

.slider-slick .slick-next {
    right: 10px;
}

.slider-slick .slick-prev {
    left: 10px;
    z-index: 1;
}

.slick-prev::before {
    content: "\f053";
    font-family: FontAwesome;
    color: #eee;
}

.slick-next::before {
    content: "\f054";
    font-family: FontAwesome;
    color: #eee;
}

/*===================
	form book
===================*/
.form-book {
    position: relative;
    top: -45px;
    margin-bottom: -45px;
    padding-bottom: 30px;
}

.form-book-entry {
    background: #f4f4f4;
    background-size: cover;
    padding: 25px 20px 20px;
    border-radius: 1px;
    border: 1px solid #cbb079;
    border-top: 2px solid #cbb079;
}

.form-book-entry input {
    background: #fff;
    border-color: #ddd !important;
}

.form-book-entry .select-wrapper input.select-dropdown {
    background: #fff;
    border-color: #ddd;
    color: #999;
    line-height: 20px;
}

.form-book-entry .select-wrapper span.caret {
    right: 10px;
    color: #777;
    z-index: 1;
}

.form-book-entry .dropdown-content li > a, .dropdown-content li > span {
    color: #888;
}

.form-book-entry .row {
    margin-bottom: 0;
}

/*===================
	features
===================*/
.features {
    text-align: center;
}

.features .app-title {
    margin-bottom: 30px;
}

.features .entry i {
    color: #474747;
    font-size: 30px;
    margin-bottom: 15px;
}

.features .entry h5 {
    font-size: 18px;
}

.features .row-last {
    margin-bottom: 0;
}

/*===================
	rooms
===================*/

.rooms .entry img {
    width: 100%;
    height: 100%;
}

.rooms .entry .content h5 {
    font-size: 17px;
    line-height: 20px;
    border-bottom: dotted 1px #ddd;
    padding-bottom: 8px;
    color: #039be5;
}

.rooms .entry .content h6 {
    font-size: 15px;
    color: #666;
    border-top: dotted 1px #ddd;
    padding-top: 8px;
}

.rooms .entry .content h6 span {
    color: #039be5;
}

.rooms .entry .content p span {
    color: #039be5;
    font-weight: 700;
    font-size: 13px;
}

.rooms .entry .content {
    padding: 8px 12px 15px 12px;
}

.rooms .button-room {
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}

.rooms .pagination ul {
    margin-top: 30px;
    list-style: none;
    text-align: center;
}

.rooms .pagination ul li {
    display: inline-block;
    background: #fff;
    margin: 0 2px;
    border: 1px solid #dedede;
    padding-bottom: 32px;
}

.rooms .pagination ul .active {
    background: #cbb079;
    color: #fff;
    border-color: #cbb079;
}

.rooms-head h5 {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

.rooms-head h5 span {
    color: #cbb079;
}

/*===================
	room promote
===================*/
.room-promote {
    background: url(../img/promote.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
}

.room-promote h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.room-promote .app-title,
.room-promote .app-title .line {
    margin-bottom: 0 !important;
}

.room-promote .button {
    margin-top: 5px;
}

/*===================
	details
===================*/
.details h3 {
    font-size: 20px;
    margin-top: 10px;
}

.details img {
    width: 100%;
    height: 100%;
}

.details .calendar {
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.details .calendar li {
    display: inline-block;
    margin-right: 5px;
}

.details .button-ul li {
    display: inline-block;
}

.in-details h4 {
    font-size: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 18px;
}

.details .comment .content .entry {
    overflow: hidden;
    margin-bottom: 22px;
}

.details .comment .content p {
    margin: 8px 0;
}

.details .comment .content img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
}

.details .comment .content {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .details .comment .content {
        border-top: 1px solid #eee;
        padding-top: 20px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
}

.details .post-comment .content {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 10px;
}

.details .post-comment .content textarea {
    margin-bottom: 20px;
}

.details .post-comment .content {

}

.details .post-comment .content {

}

.details .post-comment .content {

}

/*===================
	gallery
===================*/
.lb-number {
    display: none !important;
}

.gallery {
    margin: 0 !important;
    padding: 0 !important;
}

.gallery img {
    width: 100%;
    height: 100%;
}

.gallery .pagination ul {
    margin-top: 30px;
    list-style: none;
    text-align: center;
}

.gallery .pagination ul li {
    display: inline-block;
    background: #f3f3f3;
    margin: 0 2px;
    border: 1px solid #dedede;
}

.gallery .pagination ul .active {
    background: #cbb079;
    color: #fff;
    border-color: #cbb079;
}

.gallery .pagination li a {
    font-size: 14px;
    line-height: 27px;
}

/*===================
	rating
===================*/

.rating {
    font-size: 12px;
    margin-top: 5px;
}

.rating .active {
    color: #fecd2d;
}

/*===================
	book-now
===================*/
.book-now .order {
    background: #fefefe;
    margin-top: 25px;
    padding: 16px 12px 2px;
    border: 1px solid #ddd;
    margin-bottom: 35px;
}

.book-now .order .title {
    text-align: center;
}

.book-now .order h5 {
    margin-bottom: 14px;
}

.book-now .order h5 span {
    font-size: 18px;
}

.book-now .order h6 {
    margin-bottom: 8px;
    font-size: 16px;
    color: #666;
}

.book-now .order h6 a {
    color: #666;
}

.book-now .link {
    position: relative;
    top: -12px;
}

.book-now .order .text-right {
    text-align: right;
}

.book-now .order .button {
    margin-top: 10px;
    margin: auto;
    display: block;
}

.book-now-form .row {
    margin-bottom: 0;
}

.book-now-form .select-wrapper span.caret {
    right: 10px;
    color: #777;
    z-index: 99;
}

/*===================
	section, title and bg
===================*/
.app-section {
    padding: 25px 0 5px 0;
}

.app-title {
    text-align: center;
    margin-bottom: 20px;
}

.app-title h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
    margin-bottom: 18px;
}

.app-title i {
    color: #cbb079;
    font-size: 16px;
}

.app-title .line {
    padding: 0;
    background: #cbb079;
    height: 2px;
    margin: -2px auto 5px;
    width: 40px;
}

.app-title .line li {
    display: inline-block;
}

.app-title .line li i {
    color: #cbb079;
}

.app-title .line .line-center {
    font-size: 20px;
    vertical-align: middle;
}

.pages-title {
    margin-bottom: 10px;
    text-align: left;
}

.pages-title h1 {
    font-size: 25px !important;
}

.pages-title h3 {
    font-size: 25px;
    font-family: 'Playfair Display', serif;
}

.app-bg-dark {
    background: #f4f4f4;
}

.app-bg-light {
    background: #fff;
}

.app-bg-light .entry {
    background: #f3f3f3;
}

.app-last-row {
    margin-bottom: 0;
}

.trash-mb {
    margin-bottom: 0;
}

/*===================
	product details
===================*/
.product-details .entry {
    position: relative;
}

.product-details .entry img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 5px;
}

.product-details .entry .tabs {
    height: auto;
}

.product-details .entry .tabs a.active {
    border: 1px solid #cbb079;
}

.product-details .entry .tabs a {
    border: 1px solid #ddd;
}

.product-details .entry .tabs img {
    border: 0;
}

.product-details .entry .tabs .indicator {
    height: 0;
    background: transparent;
}

.product-details .entry .tabs .tab {
    height: auto;
}

.product-details .details .button {
    margin-top: 20px;
}

.product-details .desc-review {
    margin-top: 30px;
}

.product-details .desc-review .tabs {
    height: 30px;
}

.product-details .desc-review .tabs .indicator {
    background: #cbb079;
}

.product-details .desc-review .tab {
    height: 30px;
    text-transform: none;
}

.review .comment .content .entry {
    overflow: hidden;
    margin-bottom: 22px;
}

.review .comment .content p {
    margin: 8px 0;
}

.review .comment .content img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
}

.review .comment .content {
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    margin-top: 10px;
}

.review .post-review {
    margin-top: 20px;
}

.review .post-review h6 {
    margin-bottom: 15px;
}

/*===================
	product cart
===================*/
.product-cart .entry {
    border: 1px solid #ddd;
    padding: 10px 16px 0 10px;
}

.product-cart .entry h6,
.product-cart .cart-total h6 {
    font-size: 15px;
}

.product-cart .entry img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}

.product-cart .entry .cart-title {
    padding: 10px 0 0;
}

.product-cart .entry .cart-title i {
    text-align: right;
    float: right;
}

.product-cart .entry .s-title {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.product-cart .entry input[type="number"] {
    height: 25px;
    border: 1px solid #ccc;
    padding: 0;
    width: 40px;
    text-align: center;
    position: relative;
    bottom: 4px;
}

.product-cart .cart-total {
    text-align: right;
    margin-top: 25px;
}

.product-cart .cart-total h5,
.product-cart .cart-total h6 {
    margin-bottom: 10px;
}

.product-cart .cart-total h5 {
    font-size: 18px;
}

.product-cart .cart-total .button {
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
}

/*===================
	blog
===================*/
.blog {
    position: relative;
}

.blog .entry {
    margin-bottom: 30px;
}

.blog .entry img {
    width: 100%;
    height: 100%;
}

.blog .entry .user-date ul {
    list-style: none;
}

.blog .entry .user-date ul li {
    display: inline-block;
    margin-right: 12px;
}

.blog .entry .user-date ul li a i {
    margin-right: 6px;
    color: #cbb079;
}

.blog .pagination ul {
    margin-top: 40px;
    list-style: none;
    text-align: center;
}

.blog .pagination ul li {
    display: inline-block;
    background: #f3f3f3;
    margin: 0 2px;
    border: 1px solid #dedede;
}

.blog .pagination ul .active {
    background: #cbb079;
    color: #fff;
    border-color: #cbb079;
}

.blog .pagination li a {
    font-size: 14px;
    line-height: 27px;
}


/*===================
	blog single
===================*/
.blog-single {
    position: relative;
}

.blog-single h1 {
    font-size: 40px;
}

.blog-single h2 {
    font-size: 30px !important;
}

.blog-single p {
    line-height: 1.5;
}

.blog-single__image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.blog-single-video {
    margin-top: 20px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.blog-single-video img {
    max-width: 560px;
    max-height: 315px;
    width: auto !important;
    height: auto !important;
}

.blog-single-video .playBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -35px;
    cursor: pointer;
}

.blog-single-button {
    margin-top: 15px;
}

.blog-single-element {
    padding-bottom: 35px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}


.faq .button {
    display: inline-block;
}

.faq .button:hover {
    background: #7ab55c;
}

.blog-single .entry {
    margin-bottom: 30px;
}

.blog-single .entry img {
    width: 100%;
    height: 100%;
}

.blog-single .entry .user-date ul {
    list-style: none;
}

.blog-single .entry .user-date ul li {
    display: inline-block;
    margin-right: 12px;
}

.blog-single .entry .user-date ul li a i {
    margin-right: 6px;
    color: #cbb079;
}

.blog-single .share ul {
    list-style: none;
    margin-top: 15px;
}

.blog-single .share ul li {
    display: inline-block;
}

.blog-single .share ul li h6 {
    margin-right: 4px;
    position: relative;
    bottom: 2px;
}

.blog-single .share ul li a i {
    font-size: 20px;
    margin: 0 4px;
}

.blog-single .author {
    border-top: 1px solid #eee;
    padding-top: 20px;
    position: relative;
}

.blog-single .author .entry {
    overflow: hidden;
}

.blog-single .author p {
    margin: 8px 0;
}

.blog-single .author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}

.blog-single .author .entry ul {
    padding: 0;
    margin: 0;
}

.blog-single .author .entry ul li {
    display: inline-block;
    margin-right: 3px;
}

.blog-single .comment .content .entry {
    overflow: hidden;
    margin-bottom: 22px;
}

.blog-single .comment .content p {
    margin: 8px 0;
}

.blog-single .comment .content img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
}

.blog-single .comment .content {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .blog-single .comment .content {
        border-top: 1px solid #eee;
        padding-top: 20px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
}

.blog-single .post-comment .content {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 10px;
}

.blog-single .post-comment .content textarea {
    margin-bottom: 20px;
}

.blog-single .post-comment .content {

}

.blog-single .post-comment .content {

}

.blog-single .post-comment .content {

}

/*===================
	form custom
===================*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"],
.select-wrapper input.select-dropdown {
    border: 1px solid #ddd;
    height: 32px;
    border-radius: 2px;
    width: 100%;
    overflow: visible;
    padding: 0 10px;
    box-sizing: border-box;
    color: #999;
    line-height: 20px;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]) {
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}

textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 100%;
    overflow: visible;
    padding: 10px;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 20px;
}

.picker__weekday-display {
    background-color: #cbb079;
}

.picker__nav--prev:hover, .picker__nav--next:hover {
    background: #cbb079;
}

.picker__date-display {
    background-color: #cbb079;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background-color: #cbb079;
}

.picker__day.picker__day--today {
    color: #cbb079;
}

/*===================
	placeholder color
===================*/
::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder { /* Firefox 18- */
    color: #444;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #444;
}

:-ms-input-placeholder {
    color: #444;
}

/*===================
	login
===================*/
.login strong {
    display: block;
    position: relative;
    bottom: 5px;
}

.login .forgot {
    margin-bottom: 10px;
    display: block;
}

.login [type="checkbox"] + label {
    padding-left: 30px;
    color: #333;
}

.login [type="checkbox"]:checked + label::before {
    border-right: 2px solid #cbb079;
    border-bottom: 2px solid #cbb079;
}

.login .button {
    margin-top: 12px;
    margin-bottom: 24px;
    width: 100%;
}

.login .create-account {
    text-align: center;
}

.login .or h5 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background: #cbb079;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    line-height: 40px;
}

.login .or .button {
    margin-top: 12px;
    margin-bottom: 12px;
}

.login .facebook {
    background: #3b5998;
}

.login .twitter {
    background: #00aced;
}

.login .google {
    background: #dd4b39;
}

/*===================
	register
===================*/
.register .button {
    margin-top: 5px;
    margin-bottom: 14px;
    width: 100%;
}

.register .login-now {
    text-align: center;
    display: block;
}

.register .or h5 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background: #cbb079;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    line-height: 40px;
}

.register .or .button {
    margin-top: 12px;
    margin-bottom: 12px;
}

.register .facebook {
    background: #3b5998;
}

.register .twitter {
    background: #00aced;
}

.register .google {
    background: #dd4b39;
}

/*===================
	404 page
===================*/
.page-404 {
    text-align: center;
}

.page-404 h3 {
    font-size: 96px;
}

.page-404 h3 span {
    color: #cbb079;
}

.page-404 .button {
    margin: 10px 0;
    display: inline-block;
}

.page-404 .button a {
    color: #fff;
}

/*===================
	testimonial
===================*/
.testimonial {
    text-align: center;
}

.testimonial .app-title {
    margin-bottom: 0;
    font-size: 26px;
    color: #cbb079;
}

.testimonial .app-title i {
    font-size: 22px;
}

.testimonial img {
    border-radius: 50%;
    margin: 5px 0 5px 0;
    height: 60px;
    width: 60px;
}

.testimonial .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
}

/*===================
	faq
===================*/
.faq .collapsible {
    border: none;
    box-shadow: none;
    margin-bottom: 25px;
}

.faq .collapsible li {
    margin-bottom: 6px;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.faq .collapsible li .collapsible-header {
    font-size: 16px;
    color: #666;
}

.faq .collapsible li .collapsible-header i {
    float: right;
    margin-right: 0;
    width: auto;
    font-size: 14px;
}

.faq .collapsible li .collapsible-body p {
    padding: 16px;
}

/*===================
	footer
===================*/
footer {
    background: #33261c;
    text-align: left;
    padding: 40px 0;
    display: block;
}

footer h6 {
    color: #eee;
}

footer .icon-social {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 15px;
}

footer .icon-social li {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 3px;
    border-radius: 100%;
}

footer .icon-social .facebook {
    background: #3b5998;
}

footer .icon-social .twitter {
    background: #00aced;
}

footer .icon-social .google {
    background: #dd4b39;
}

footer .icon-social .instagram {
    background: #517fa6;
}

footer .icon-social .rss {
    background: #fe7e00;

}

footer ul li a {
    color: #fff;
}

footer .tel-fax-mail ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #eee;
}

footer .tel-fax-mail ul li {
    padding: 4px 0;
}

footer .tel-fax-mail ul li span {
    font-weight: bold;
    padding: 0;
    margin: 0;
}

footer .ft-bottom {
    border-top: dotted 1px #cbb079;
    margin-top: 20px;
    padding-top: 20px;
    color: #eee;
}

/*panel control left*/
.panel-control-left {
    float: left;
    font-size: 20px;
}

.panel-control-left .sidenav-control-left i {
    color: #33261c;
}

.panel-control-left ul {
    padding-top: 20px;
    padding: 10px 0;
}

.panel-control-left ul li {
    border-bottom: dotted 1px #eee;
}

.panel-control-left ul li a {
    font-size: 15px;
}

.panel-control-left .side-nav li a i {
    margin-right: 5px;
    color: #039be5;
}

.panel-control-left .side-nav .collapsible-header {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.87);
}

.panel-control-left .side-nav .collapsible-header span i {
    float: right;
    text-align: right;
    font-size: 12px;
}

.panel-control-left .side-nav .collapsible-header:hover {
    background: transparent;
}

.panel-control-left .side-nav .collapsible-header.active {
    border-bottom: dotted 1px #ddd;
}

.panel-control-left .side-nav li.active {
    border-bottom: solid 1px #eee;
    background: transparent;
}

.panel-control-left .side-nav .collapsible-header i {
    color: #cbb079;
    font-size: 16px;
    width: 24px;
    margin-right: 5px;
    text-align: left;
}

.panel-control-left .collapsible-body ul {
    padding: 0 0 0 0;
    margin: 0;
}

.panel-control-left .collapsible-body ul li a {
    padding-left: 45px;
    height: 40px;
    line-height: 40px;
}

.panel-control-left .categories-in li {
    line-height: 40px;
}

.panel-control-left .categories-in .collapsible-body ul li a {
    height: 36px;
    line-height: 36px;
}

.panel-control-left .categories-in .collapsible-header {
    padding-left: 45px;
}

.panel-control-left .categories-in .collapsible-body ul li a {
    padding-left: 60px;
}

.side-nav span.badge.new,
.collapsible span.badge.new {
    position: relative;
    background-color: transparent
}

.side-nav span.badge.new::before,
.collapsible span.badge.new::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    left: 0;
    background-color: #26a69a;
    border-radius: 2px;
    z-index: -1
}

.side-nav .collapsible,
.side-nav.fixed .collapsible {
    border: none;
    box-shadow: none
}

.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
    padding: 0
}

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 16px
}

.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
    line-height: inherit
}

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
    border: 0;
    background-color: #fff
}

.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px
}

.side-nav.right-aligned {
    right: 0;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.side-nav .collapsible {
    margin: 0
}

.side-nav li {
    float: none;
    line-height: 48px
}

.side-nav li.active {
    background-color: rgba(0, 0, 0, 0.05)
}

.side-nav a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px
}

.side-nav a:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.side-nav a.btn,
.side-nav a.btn-large,
.side-nav a.btn-large,
.side-nav a.btn-flat,
.side-nav a.btn-floating {
    margin: 10px 15px
}

.side-nav a.btn,
.side-nav a.btn-large,
.side-nav a.btn-large,
.side-nav a.btn-floating {
    color: #fff
}

.side-nav a.btn-flat {
    color: #343434
}

.side-nav a.btn:hover,
.side-nav a.btn-large:hover,
.side-nav a.btn-large:hover {
    background-color: #2bbbad
}

.side-nav a.btn-floating:hover {
    background-color: #26a69a
}

.side-nav li > a > i,
.side-nav li > a > [class^="mdi-"],
.side-nav li > a > [class*="mdi-"],
.side-nav li > a > i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0, 0, 0, 0.54)
}

.side-nav .divider {
    margin: 8px 0 0 0
}

.side-nav .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px
}

.side-nav .subheader:hover {
    background-color: transparent
}

.side-nav .userView {
    position: relative;
    padding: 32px 32px 0;
    margin-bottom: 8px
}

.side-nav .userView > a {
    height: auto;
    padding: 0
}

.side-nav .userView > a:hover {
    background-color: transparent
}

.side-nav .userView .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.side-nav .userView .circle,
.side-nav .userView .name,
.side-nav .userView .email {
    display: block
}

.side-nav .userView .circle {
    height: 64px;
    width: 64px
}

.side-nav .userView .name,
.side-nav .userView .email {
    font-size: 14px;
    line-height: 24px
}

.side-nav .userView .name {
    margin-top: 16px;
    font-weight: 500
}

.side-nav .userView .email {
    padding-bottom: 16px;
    font-weight: 400
}

.drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index: 998
}

.side-nav.fixed {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed
}

.side-nav.fixed.right-aligned {
    right: 0;
    left: auto
}

@media only screen and (max-width: 992px) {
    .side-nav.fixed {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%)
    }

    .side-nav.fixed.right-aligned {
        -webkit-transform: translateX(105%);
        transform: translateX(105%)
    }

    .side-nav a {
        padding: 0 16px
    }

    .side-nav .userView {
        padding: 16px 16px 0
    }
}

.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
    background-color: #ee6e73
}

.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
    color: #fff
}

.panel-control-right {
    position: relative;
    z-index: 1001;
}

.panel-control-right__text {
    font-size: 15px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.faq .panel-control-right-socials {
    margin: 0;
    margin-bottom: 35px;
}

.panel-control-right-socials a {
    width: 33%;
}

.panel-control-right-socials {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
    margin: 0 20px;
    height: auto;
    border: none !important;
    margin-top: 20px !important;
    max-width: 250px;
    margin: 0 auto;
}

.panel-control-right-socials a {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    line-height: 1 !important;
    font-size: 13px !important;
    text-align: center;
}

.panel-control-right-socials a:hover {
    background: none !important;
}

.panel-control-right-socials a > span {
    display: block !important;
    text-align: center !important;
    line-height: 1 !important;
}

.panel-control-right-socials img {
    width: 50px;
    height: 50px;
}

#sidenav-overlay {
    z-index: 999 !important;
}

.site-title {
    margin-left: 0 !important;
}

.image-title {
    font-family: 'Cuprum', sans-serif;
    color: #fff;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.image-subtitle {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 16px;
    margin-top: 13px;
    font-family: 'Merriweather', serif;
}

.panel-control-left {
    z-index: 1000;
    position: relative;
}

.panel-control-left .panel-control-right-socials {
    margin: 0;
    padding-bottom: 40px;
    border-bottom: dotted 1px #eee !important;
}

.rooms * {
    border: none !important;
}

.rooms-name {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    /* text-align: center; */
    display: block;
}

.rooms .trash-mb {
    display: flex;
    flex-wrap: wrap;
}

.rooms p {
    line-height: 1.5 !important;
}

.rooms .entry .content {
    padding: 8px 2px 15px 2px;
}

/* .rooms-description {
	text-align: center;
}

.rooms-price {
	font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #288dff !important;
    margin-bottom: 35px;
	font-style: italic;
	display: block;
	text-align: center;
	margin-bottom: 10px;
} */

.rooms .button {
    display: block;
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
}

.gray {
    color: #999999;
    font-weight: bold;
}

.wide {
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
}

.rooms .button-room .button {
    width: auto;
    display: inline-block;
}

/* .rooms-price * {
	color: #288dff !important;
} */

.features p {
    line-height: 1.5;
}

.testimonial-star {
    margin-bottom: 10px;
}

.testimonial-star .fa-star {
    margin: 0 5px;
    color: #ffa800;
    font-size: 22px;
}

.testimonial-name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #039be5;
    font-family: 'Montserrat', sans-serif;
}

.testimonial-city {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.testimonial .pages-title {
    margin-bottom: 70px;
}

.features h3 {
    font-size: 20px !important;
}

.rooms .content {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .image-subtitle {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .image-title {
        line-height: 1;
        font-size: 38px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .app-section {
        padding: 265px 0 5px 0;
    }
    .rooms .col.s6 {
        margin-bottom: 5px;
    }

    .blog-single {
        margin-top: 0px !important;
    }

    .blog-single h1 {
        font-size: 23px !important;
    }

    .blog-single-element h2 {
        font-size: 20px !important;
    }

    .thumb-wrap {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .thumb-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .gmap {
        width: 100%;
        height: 350px;
    }

    .slider-slick .caption {
        top: 0
    }

    .listing {
        padding: 5px 0 5px 0;
    }
}

@media screen and (max-width: 480px) {
    h1.image-title {
        font-size: 28px !important;
        margin-top: 20px;
    }
    .image-subtitle {
        display: block;
        margin-top: -423px;
        font-style: normal;
    }
    .par-page {
        margin-top: 120px !important;
    }
    .app-section {
        padding: 145px 0 5px 0;
    }

}

.switch_language {
    vertical-align: middle;
}

/*modals*/
.hidden {
    display: none;
}

.container {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
}

main {
    height: 100vh;
}

.button-link a {
    color: #FEFEFE
}

.open-popup {
    /* background-color: rgb(220, 174, 118); */
    /* padding: 15px 20px; */
    border-radius: 8px;

    color: white;
}

.buttons-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.popup {
    font-family: "Open Sans", sans-serif;
    color: rgba(23, 29, 35, 1);

    background-color: rgba(254, 254, 254, 1);
    /* position: absolute; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 500px;
    height: 500px;

    border-radius: 16px;


    text-align: center;
    z-index: 9;

    backdrop-filter: none; /* Убери размытие для теста */
    filter: none; /* Убери размытие для теста */
}

.popup__wrapper {
    padding: 24px 24px 61px
}

.popup__header {
    font-weight: 600;
    font-size: 19px;

    margin-bottom: 22px;

    line-height: 24px;
}

.popup__offer {
    font-size: 13px;

    margin-bottom: 26px;

    max-width: 272px;
}

.popup__offer p {
    line-height: 20px;
}

.popup__close {
    text-align: end;

    margin-bottom: 16px;

    /* margin-bottom: 32px; */
}

.popup__close img {
    cursor: pointer;
}

.popup__links {
    display: flex;
    justify-content: center;
    gap: 35px;

    margin-bottom: 50px;
}

.button-link {
    border: none;

    padding: 10px 24px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 8px;

    background-color: rgba(40, 141, 255, 1);
    color: rgba(254, 254, 254, 1);

    font-size: 13px;

    height: 40px;
}

.button-link:hover {
    transition: 0.2s ease-in;
    background-color: rgba(122, 181, 92, 1);
}

.popup__phone {
    margin-bottom: 25px;

    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.popup__phone a {
    color: rgba(23, 29, 35, 1);
}

.popup__phone a:hover {
    transition: 0.2s ease-in;
    color: rgba(62, 67, 72, 0.5);
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
    display: none;
    z-index: 8;
}

.popup__privacy {
    color: rgba(62, 67, 72, 0.5);
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    width: 260px;
}

.popup__privacy p {
    line-height: 15px;
}

.popup__content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.popup-open {
    overflow: hidden;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .popup-overlay {
        display: none;
        z-index: 8;
    }

    .popup {
        width: 100vw;
        height: 150vh; /* Использование small viewport height */
        border-radius: 0;
        top: 0;
        left: 0;
        transform: none;
        /* padding-bottom: calc(env(safe-area-inset-bottom) + 20px); Увеличение отступа снизу для чёлки */
        overflow-y: hidden;
        z-index: 9999;
    }

    .popup__header {
        /* max-width: 201px; */
        /* font-size: 16px; */
        max-width: 276px;

        margin-bottom: 13px;

        font-size: 22px;
        line-height: 109%;
    }

    .popup__offer {
        /* font-size: 11px; */
        margin-bottom: 18px;

        max-width: 400px;
        font-size: 15px;
        line-height: 133%;
    }

    .popup__wrapper {
        /* padding: 10px 16px; */
        padding: 10px 16px;
    }

    .popup__close img {
        width: 20px;
    }

    .popup__links {
        flex-direction: column;
        gap: 20px;

        margin-bottom: 30px;
    }

    .popup__close {
        padding-top: env(safe-area-inset-top);
    }

    .popup__privacy {
        /* font-size: 11px;
        width: 260px; */


        font-size: 14px;
        line-height: 107%;
        max-width: 391px;
    }

    .popup__phone {
        font-size: 16px;
        line-height: 125%;
    }

    body.popup-open {
        overflow: hidden;
    }

    .popup__close {
        margin-top: calc(env(safe-area-inset-top) + 10px);
    }

    body.popup-open {
        overflow-y: hidden;
    }

    .fixed {
        position: fixed;
    }
}

/* swiper */
.swiper-container {
    max-height: 450px;
    max-width: 650px;
    position: relative;
    display: flex;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper__arrows-left, .swiper__arrows-right {
    position: absolute;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    /* отображаем курсор в виде руки при наведении; некоторые
    считают, что необходимо оставлять стрелочный вид для кнопок */
    cursor: pointer;
    top: 50%;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;


    background-color: rgb(255, 255, 255);

    border-radius: 50%;
    padding: 5px;
}

.swiper__arrows-left {
    left: 0;
    transform: translate(-25px, -25px);
}

.swiper__arrows-right {
    right: 0;
    transform: translate(25px, -25px);
}

.swiper-theme-color {

}

@media only screen and (max-width: 768px) {
    .swiper-container {
        max-height: 450px;
    }
}

@media only screen and (max-width: 480px) {
    .swiper__arrows-left {
        display: none;
    }

    .swiper__arrows-right {
        display: none;
    }
}

.no-link {
    color: #888888;
    text-decoration: none;
}

.no-link:hover {
    color: #888888;
    text-decoration: none;
}

.btn-book {
    display: inline-block;
    width: 150px; /* ширина вашей картинки */
    height: 36px; /* высота вашей картинки */
    background: url('btn.svg') no-repeat center center;
    background-size: contain; /* или cover, если нужно растянуть */
    border: none;
    text-decoration: none;
}

.btn-info {
    display: inline-block;
    width: 135px; /* ширина вашей картинки */
    height: 32px; /* высота вашей картинки */
    background: url('btn_info.svg') no-repeat center center;
    background-size: contain; /* или cover, если нужно растянуть */
    border: none;
    text-decoration: none;
}
