/* Base */
html {
    overflow-x: hidden;
}

body {
    line-height: 1.7;
    color: #2b323b !important;
    font-weight: 300;
    font-size: 1rem;
    font-family: Jost, sans-serif;
    background-color: #fff;
}

body:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 399;
}

body.offcanvas-menu {
    position: relative;
}

body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-weight: 300;
    letter-spacing: 0.05em;
}

.btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-primary {
    background: transparent;
}

.btn.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.btn.btn-outline-white:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.line-height-1 {
    line-height: 1 !important;
}

.site-section {
    padding: 2.5em 0;
}

.content {
    font-size: 1.1rem;
}

@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }

    .site-footer {
        padding: 8em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.site-footer {
    padding: 4em 0;
    background-color: #c9ccd4;
}

.site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
    color: gray;
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #000;
}

.site-footer a {
    color: rgba(0, 0, 0, 0.5);
}

.site-footer a:hover {
    color: #6ca216;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer .footer-heading {
    font-size: 12px;
    color: #000;
}

.logo-image img {
    height: 70px;
    width: auto;
}

.footer-2 {
    margin-top: 50px;
}


/* Navbar */
.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    top: 0;
    width: 100%;
    padding: 1rem 0 0.5rem;
}

.site-logo {
    letter-spacing: 0.1em;
}

.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
}

.site-navbar .site-logo {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 2rem;
}

.site-navbar .site-logo a {
    color: #2b323b;
    text-transform: uppercase;
}

/*Menu Icons*/
.icons {
    position: absolute;
    right: 50px;
    transition: 0.2s ease-in-out;
}

.link-icons img {
    width: 40px;
    padding: 5px;
}

.link-icons img:hover {
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .site-navbar .site-logo {
        position: relative;
    }

    .site-navbar {
        padding-top: 1rem;
    }

    .site-section {
        padding: 3rem 0;
    }

    .box-main {
        width: 100%;
    }
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    font-size: 1.2rem;
    margin: 80px 0 0 0;
    padding: 0;
}

@media (max-width: 992px) {
    .site-navbar .site-navigation .site-menu {
        margin: 0;
    }
}

@media (max-width: 576px) {
    .site-navbar .site-navigation .site-menu {
        font-size: 1rem;
    }
}

.site-navbar .site-navigation .site-menu .active {
    color: #d8ba97 !important;
    font-weight: 500;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 0px;
    color: #2b323b;
    display: inline-block;
    text-decoration: none !important;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 10px;
        margin-right: 10px;
    }
}


@media (max-width: 576px) {
    .site-navbar .site-navigation .site-menu > li > a {
        font-size: 0.8rem;
        padding: 10px 0px;
    }
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #d8ba97;
    font-weight: 400;
}

.site-navbar .site-navigation .site-menu > li.active > a {
    color: #6ca216 !important;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 12px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #6ca216;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #6ca216 !important;
    background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #6ca216;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 20px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #6ca216;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #6ca216;
}

.site-mobile-menu .site-nav-wrap li.active > a {
    color: #6ca216;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 12px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 12px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 12px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important;
}

/* Blocks */
.site-section {
    padding: 7rem 0;
}

.ftco-blocks-cover-1 .ftco-service-image-1 {
    margin-top: -70px;
    position: static;
}

.owl-carousel-wrapper {
    height: 100vh;
    position: relative;
    margin-top: 200px;
}

@media (max-width: 576px) {
    .owl-carousel-wrapper {
        height: 400px;
        position: relative;
        margin-top: 200px;
    }
}

.on-top {
}

.ftco-cover-1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.ftco-cover-1, .ftco-cover-1 .container > .row {
    height: 100vh;
    min-height: 600px;
}

@media (max-width: 576px) {
    .ftco-cover-1, .ftco-cover-1 .container > .row {
        height: 420px;
        min-height: 400px;
    }
}

.ftco-cover-1 > .container {
    position: relative;
}

.ftco-cover-1.overlay {
    position: relative;
}

.ftco-cover-1.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background: #000;
}

.ftco-cover-1.overlay h1 {
    color: #fff;
    font-size: 2.1rem;
}

.ftco-cover-1.overlay p {
    color: #fff;
}

.ftco-cover-1.overlay p a {
    color: #fff;
    font-weight: 700;
}

.ftco-cover-1.overlay p a:hover {
    text-decoration: none;
}

.ftco-cover-1.overlay form .form-control,
.ftco-cover-1.overlay form .btn {
    height: 55px;
    border-radius: 4px;
}

.ftco-cover-1.overlay form .form-control {
    padding-left: 20px;
    padding-right: 20px;
    border-color: transparent;
    margin-right: 10px;
}

.ftco-cover-1.overlay form .btn {
    border-color: transparent;
}

.owl-all .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-all .owl-dots .owl-dot {
    display: inline-block;
}

.owl-all .owl-dots .owl-dot > span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #ccc;
    margin: 5px;
    border-radius: 50%;
}

.owl-all .owl-dots .owl-dot.active > span {
    background: #6ca216;
}

@media (min-width: 992px) {
    .owl-all .owl-nav,
    .owl-all .owl-dots {
        display: none;
    }

    .owl-all .owl-stage {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: 120% !important;
        padding-top: 10px;
    }

    .owl-all .owl-carousel .owl-stage-outer {
        width: 100%;
        overflow: visible;
    }

    .owl-all .owl-stage-outer > .owl-stage > .owl-item {
        display: inline-grid;
        float: none;
        margin-bottom: 30px;
    }
}

.section-header {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 550;
    color: #000;
    margin-bottom: 10px;
}

.slide-one-item .owl-dots, .owl-1 .owl-dots, .owl-2 .owl-dots, .owl-3 .owl-dots {
    width: 100%;
    text-align: center;
}

.slide-one-item .owl-dots .owl-dot, .owl-1 .owl-dots .owl-dot, .owl-2 .owl-dots .owl-dot, .owl-3 .owl-dots .owl-dot {
    display: inline-block;
}

.slide-one-item .owl-dots .owl-dot > span, .owl-1 .owl-dots .owl-dot > span, .owl-2 .owl-dots .owl-dot > span, .owl-3 .owl-dots .owl-dot > span {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
}

.slide-one-item .owl-dots .owl-dot.active > span, .owl-1 .owl-dots .owl-dot.active > span, .owl-2 .owl-dots .owl-dot.active > span, .owl-3 .owl-dots .owl-dot.active > span {
    width: 7px;
    height: 7px;
    background: #6ca216;
}

.owl-1 .owl-dots, .owl-3 .owl-dots {
    bottom: 50px;
    position: relative;
}

.owl-1 .owl-dots .owl-dot > span, .owl-3 .owl-dots .owl-dot > span {
    background: #fff;
}

.owl-2 .owl-dots {
    bottom: 150px;
    position: relative;
}

.owl-2 .owl-dots .owl-dot > span {
    background: #fff;
}

.slide-one-item .owl-dots {
    bottom: -20px;
}

.box-main {
    z-index: 2;
    background: rgba(43, 50, 59, .3);
    height: 100%;
    width: 100%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

@media (max-width: 576px) {
    .box-main {
        top: 30%;
        left: 50%;
        height: 600px;
    }
}

.box-main h1 {
    font-size: 3rem;
}

.box-main-text {
    position: relative;
    top: 50%;
}

@media (max-width: 768px) {
    .box-main h1 {
        font-size: 2.1rem;
    }
}

@media (max-width: 576px) {
    .box-main h1 {
        font-size: 1.3rem;
    }
}

.box-main a {
    margin-top: 40px;
    font-size: 1.2rem;
    color: white;
    letter-spacing: 0.05em;
    font-weight: 200;
    border: 2px solid white;
    width: 350px;
}

@media (max-width: 576px) {
    .box-main a {
        width: auto;
    }
}

.box-main a:hover {
    background: #5f584bc2;
    transition: all 1s;
}

.gallery-main {
    margin-bottom: 40px;
}

.gallery-main .small {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.gallery-main .img-link {
    margin-bottom: 30px;
    display: block;
    position: relative;
    bottom: 0px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

@media (max-width: 768px) {
    .gallery-main {
        margin: 3% 10%;
    }
}

.gallery-main .img-link:hover {
    bottom: 20px;
}

.gallery-main h3 {
    font-size: 14px;
    margin-bottom: 0;
}

.gallery-main h3 a {
    color: #000;
}

.gallery-main span {
    font-size: 11px;
}

.gallery-fluid {
    height: 320px;
    width: 320px;
    margin: 15px;
}

@media (max-width: 1200px) {
    .gallery-fluid {
        height: 300px;
        width: 300px;
    }
}

@media (max-width: 500px) {
    .gallery-fluid {
        height: 280px;
        width: 280px;
    }
}

#about {
    margin: 100px 0 50px;
}

@media (max-width: 576px) {
    #about {
        margin: 0 0 50px;
    }
}

.about-main-header {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 200;
    color: #2b323b;
    margin-bottom: 0;
}

.about-main-header img {
    width: 150px;
}

.about-main {
    margin-bottom: 0;
}

.about-main .small {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.about-main .img-link {
    margin-bottom: 30px;
    display: block;
    position: relative;
    bottom: 0px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.about-main .img-link:hover {
    bottom: 20px;
}

.about-main h3 {
    font-size: 14px;
    margin-bottom: 50px;
}

.about-main h3 a {
    color: #000;
}

.about-main span {
    font-size: 12px;
}

.about-main-image {
    margin-top: 70px;
}

.about-main-image img {
    margin-top: 30px;
    width: 240px;
}

@media (max-width: 1200px) {
    .about-main-image img {
        width: 200px;
    }
}

.about-main-content {
    font-weight: 200;
    letter-spacing: 0;
    color: #2b323b;
}

.about-main-content img {
    margin: 0;
    width: 90px;
}


.stapm img {
    width: 80px;
}


.image-mark img {
    height: 300px;
    position: absolute;
    bottom: -150px;
    right: -160px;
    z-index: 99;
}

.be-there img {
    width: 400px;
}

.highlight-section {
    background-color: #fff8f3;
}

.highlight-section h3 {
    font-size: 1.6rem;
    margin: 30px 0;
}

.highlight-section a {
    color: black;
    letter-spacing: 5px;
}

.highlight-section img {
    text-align: center;
}

.tz-gallery img {
    transition: 0.2s ease-in-out;
}

.tz-gallery img:hover {
    transform: scale(1.05);
}

@media (min-width: 1200px) {
    .wider {
        width: 420px;
    }
}

.fixed-top {
    position: fixed;
    transition: 0.4s ease-in-out;
}

.navbar-shrink {
    height: 100px;
    padding: 5px 0;
    background-color: white !important;
}

@media (max-width: 1200px) {
    .navbar-shrink {
        height: 140px;
    }
}

@media (max-width: 768px) {
    .navbar-shrink {
        height: 230px;
    }
}

@media (max-width: 576px) {
    .navbar-shrink {
        height: 160px;
    }
}

.menu-move {
    top: -40px;
    padding-top: 30px;
}

@media (min-width: 993px) {
    .menu-move {
        top: -100px;
    }
}

/*Galery*/
.gallery-info-box {
    border: 10px solid #d8ba98;
    height: 350px;
    width: 350px;
    padding: 30px;
}

.gallery-info-box p {
    font-size: 1.3rem;
    color: black;
}


/* #ROOMS */

#rooms li {
    /*list-style-image: url("css-img/right-arrow16.png");*/
}

.rooms-head h2 {
    font-size: 1.6rem;
}

.rooms-head img {
    width: 160px;
    height: 20px;
}

.rooms-underline img {
    width: 120px;
}

.rooms-underline-galery img {
    width: 150px;
}

.about-rooms {
    margin-top: 70px;
    margin-bottom: 100px;
}

.rooms-icons {
    margin: 80px 0;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .rooms-icons {
        margin: 80px 0;
    }
}

.rooms-icons img {
    width: 50px;
    height: 50px;
}

.rooms-icons p {
    margin-top: 30px;
}

.rooms-side {
    margin-top: 100px;
}

/*@media (min-width: 1200px) {*/
/*    .main-p-rooms {*/
/*        width: 63%;*/
/*    }*/
/*}*/

/*-*/

.room-one-head,
.room-two-head,
.room-three-head {
    display: inline-flex;
}

.room-one-head h3,
.room-two-head h3,
.room-three-head h3 {
    padding-left: 25px;
}

.room-two,
.room-three {
    margin-top: 150px;
}

.room-one-head img,
.room-two-head img,
.room-three-head img {
    margin-top: 20px;
    height: 50px;
}

.r1-gallery,
.r2-gallery,
.r3-gallery {
    margin-top: 30px;
    transition: 1s ease-in-out;
}

.r1-gallery img,
.r2-gallery img,
.r3-gallery img {
    margin-bottom: 10px;
}

.r1-gallery img:hover,
.r2-gallery img:hover,
.r3-gallery img:hover {
    transform: scale(1.02);
}


.p1 {
    margin-bottom: 50px;
}


#room-footer {
    background-color: #fff2e1;
    letter-spacing: 3px;
    padding-bottom: 100px;
}

.room-footer {
    margin-top: 0;
}

.room-footer h3 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.3em;
}

.room-footer img {
    margin-bottom: 30px;
    width: 70px;
}

.room-footer-btn {
    margin-top: 40px;
    padding: 15px 50px;
    border: 2px solid black;
    border-radius: 0;
    color: black;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    font-weight: 500;
}

.room-footer-btn:hover {
    background: #5f584bc2;
    transition: all 1s;
    color: white;
}

@media (min-width: 786px) {
    .room-footer-btn {
        width: 300px;
    }
}

.contact-col-footer {
    font-size: 1.1rem;
    padding-left: 80px;
}

@media (min-width: 786px) {
    .contact-col-footer img {
        position: absolute;
        right: 50px;
        top: 200px;
    }
}

@media (max-width: 786px) {
    .contact-col-footer {
        margin-bottom: 100px;
        padding-left: 25px;
    }
}

@media (max-width: 576px) {
    .contact-col-footer {
        padding-left: 0;
    }
}

.contact-col-footer h3 {
    margin-bottom: 50px;
}

.contact-col-footer p {
    margin: 0;
}

.contact-col-footer img {
    margin-top: 50px;
    height: 80px;
}


/*PRICE_LIST*/

#price-list {
    font-size: 1rem !important;
}

.prices {
    font-size: 1.1rem;
}

.prices h2 {
    color: #C47F54;
}

.prices-image img {
    height: 30px;
}

.highlight-prices-about {

}

.price-1,
.price-2,
.price-3,
.price-rulezz {
    padding: 25px 0;
}

.price-room-title {
    color: #d2a875;
    font-weight: 500;
}

.price {
    border-radius: 10px;
    margin: 0;
    font-size: 1.3rem
}

.price-rulezz {
    margin-top: 25px;
    background-color: #d8ba98;
}

.price-rulezz p {
    margin: 5px;
}

.price-rulezz img {
    margin-top: 50px;
    width: 180px;
}

.highlight-prices-about span {
    font-weight: 600;
}

.smaller {
    font-size: 0.9rem;
    font-style: italic;
}

.price-room-standard {
    margin: 15px 0;
}

.price-rooms {
    margin-top: 20px;
}

.price-rooms p {
    margin: 0;
}

.high-season {
    margin-top: 25px;
}

.price-rooms-2 {
    margin-top: 0;
}

.holiday_1,
.holiday_2 {
    margin-top: 10px;
}

.easter {
    margin-top: 40px;
}

.add-info {
    font-size: 1.5rem;
}

.p-info {
    margin-top: 40px;
    font-size: 1rem;
}

.date-notice {
    margin: 30px auto;
    padding: 20px 30px;
    border: 3px solid #d2a875;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff9f0 0%, #fff 100%);
    box-shadow: 0 4px 15px rgba(210, 168, 117, 0.2);
    position: relative;
    max-width: 600px;
    font-weight: 600;
    color: #2b323b;
    text-align: center;
}

.date-notice::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(135deg, #d2a875, #b8945f);
    border-radius: 10px;
    z-index: -1;
    opacity: 0.1;
}


/*Contact*/

#contact {

}

#contact h2 {
    font-weight: 700;
}

.contact-header {
    margin-bottom: 50px;
    /*margin-left: 10%;*/
}

.contact-form {
    margin: auto;
}

.contact-area {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .contact-area {
        margin: 20px 0;
    }
}

.contact-area h3 {
    margin: 20px 0;
    font-weight: 600;
}

.contact-area .btn {
    background-color: white;
}

.adress-area {
    margin-left: 10px;
}

.adress-area p {
    margin-left: 10px;
}

.form-group-textarea {
    width: 100%;
    height: 100%;
}

.send-btn {
    background-color: inherit !important;
    color: #70303A;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    border: 2px solid black;
    border-radius: 0;
}

.send-btn:hover {
    background-color: white;
}

.map {
    width: inherit;
    padding: 0 5px;
}

@media (min-width: 1200px) {
    .map-container {
        padding-right: 30px;
    }
}

@media (max-width: 992px) {
    .map-container {
        padding: 0;
    }
}

.postcard {
    margin: 0 10%;
    background-color: #E0C39E;
    padding: 25px;
}


@media (max-width: 576px) {
    .postcard {
        margin: 0
    }
}

.postcard h3 {
    padding: 30px 0;
    color: white;
}

@media (max-width: 576px) {
    .postcard h3 {
        font-size: 1.1rem;
    }
}

.adress p,
.kontakt p {
    margin: 0;
    padding: 0;
}

.btn-reserv {
    font-family: "Gotham Light", sans-serif;
    border-radius: 0;
}


.info-footer {
    background-color: #2B323B;
    margin: 0;
}

.info-footer-text {
    color: white;
    padding: 10px;
}

.info-footer-text a {
    color: #fed136;
}

.info-footer-text a:hover {
    color: #9c7a05;
}
