@font-face {
    font-family: "Prata-Regular";
    src: url("../fonts/Prata/Prata-Regular.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url("../fonts/open-sans/OpenSans-Regular.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/open-sans/OpenSans-Bold.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "OpenSans-SemiBold";
    src: url("../fonts/open-sans/OpenSans-SemiBold.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "OpenSans-ExtraBold";
    src: url("../fonts/open-sans/OpenSans-ExtraBold.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "OpenSans-Medium";
    src: url("../fonts/open-sans/OpenSans-Medium.ttf");
    font-weight: normal;
    font-style: normal
}

.menu-box-wrapper th.firstTd {
    visibility: hidden;
}

.btn {
    color: #fff;
    transition: all .4s ease-in-out 0s;
    cursor: pointer;
    border-radius: 0px;
    position: relative;
    min-width: 150px;
    font-family: "OpenSans-Bold";
    font-size: 16px;
    padding: 8px 40px
}
.btn.primary {
	background-color: #c59a1d;
}
.btn.primary:hover {
	background-color: #ad8719;
	border-color: #ad8719;
	color:white;
}
.btn.primary:active, .btn.primary.active, .btn.primary:focus{
	background-color: #c59a1d;
	border-color:  #c59a1d;
	color:white;
}


.btn p {
    margin: 0
}

.btn svg {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 83%;
    transform: translate(50%, -50%);
    transition: all .4s ease-in-out 0s
}

.btn.secondary {
    padding: 10px 30px;
    background: #fff;
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 999999999
}

.btn.secondary:hover {
    background-color: #c9252c;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0)
}

.btn.tertiary {
    border: none;
    background-color: #c9252c;
    margin-top: 20px
}

.btn.tertiary:hover {
    color: #fff;
    background-color: #c59a1d
}

a.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    font-size: inherit;
    font-family: inherit
}

a.learn-more.learn-more {
    width: 12rem;
    height: auto
}

a.learn-more.learn-more .circle {
    transition: all .45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 1.625rem
}

a.learn-more.learn-more .circle .icon {
    transition: all .45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #282936
}

a.learn-more.learn-more .circle .icon.arrow {
    transition: all .45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 4px;
    width: 1.125rem;
    height: .125rem;
    background: none
}

a.learn-more.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: .0625rem;
    width: .625rem;
    height: .625rem;
    border-top: .125rem solid #282936;
    border-right: .125rem solid #282936;
    transform: rotate(45deg)
}

a.learn-more.learn-more .button-text {
    transition: all .45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 5px;
    right: 0;
    bottom: 0;
    padding: 5px 0;
    margin: 0 0 0 1.85rem;
    color: #fff;
    text-align: center;
    font-size: 18px
}

a.learn-more:hover .circle {
    width: 100%
}

a.learn-more:hover .circle .icon.arrow {
    background: #282936;
    transform: translate(13px, 0)
}

a.learn-more:hover .button-text {
    color: #282936
}

.section-content-wrapper em {
    color: #c9252c;
    font-family: "OpenSans-Bold"
}

.section-content-wrapper p {
    margin-top: 20px
}

.section-content-wrapper span {
    color: #c59a1d;
    font-family: "OpenSans-ExtraBold"
}

.services-boxes {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 350px;
    text-align: center;
    cursor: pointer;
    background: #2f3238
}

.services-boxes img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: .5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1s, transform 1s;
    backface-visibility: hidden
}

.services-boxes .inner-services-boxes {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left
}

.services-boxes .inner-services-boxes::before {
    pointer-events: none
}

.services-boxes .inner-services-boxes::after {
    pointer-events: none
}

.services-boxes .inner-services-boxes > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.services-boxes h3 {
    word-spacing: -0.15em;
    font-weight: 300;
    margin: 0;
    position: relative;
    padding: .5em 0
}

.services-boxes h3 span {
    font-weight: 800
}

.services-boxes p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 68.5%;
    display: inline-block;
    margin: 0 0 .25em;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    transition: opacity .35s, transform .35s;
    transform: translate3d(-430px, 0, 0)
}

.services-boxes p:first-child {
    transition-delay: .15s
}

.services-boxes p:nth-of-type(2) {
    transition-delay: .1s
}

.services-boxes p:nth-of-type(3) {
    transition-delay: .05s
}

.services-boxes:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.services-boxes:hover p:first-child {
    transition-delay: 0s
}

.services-boxes:hover p:nth-of-type(2) {
    transition-delay: .05s
}

.services-boxes:hover p:nth-of-type(3) {
    transition-delay: .1s
}

.services-boxes:hover img {
    opacity: .2;
    transform: scale3d(1.1, 1.1, 1)
}

.card-slider-wrapper {
    border: 1px solid #f1f1f1;
    box-shadow: rgba(0, 0, 0, .1) 0px 10px 50px
}

.card-slider-wrapper:last-child {
    margin-bottom: 0
}

.card-slider-wrapper .card-with-Slider {
    height: 100%
}

.card-slider-wrapper .card-with-Slider .swiper-slide {
    width: 100%;
    height: 100%
}

.card-slider-wrapper .card-with-Slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card-slider-wrapper .card-with-Slider .swiper-button-next, .card-slider-wrapper .card-with-Slider .swiper-button-prev {
    color: rgba(255, 255, 255, .3607843137);
    transition: all .4s ease-in-out 0s
}

.card-slider-wrapper .card-with-Slider .swiper-button-next::after, .card-slider-wrapper .card-with-Slider .swiper-button-next::before, .card-slider-wrapper .card-with-Slider .swiper-button-prev::after, .card-slider-wrapper .card-with-Slider .swiper-button-prev::before {
    font-size: 28px
}

.card-slider-wrapper .card-with-Slider:hover .swiper-button-next, .card-slider-wrapper .card-with-Slider:hover .swiper-button-prev {
    color: #fff
}

.card-slider-wrapper .card-slider-container {
    padding: 34px 20px;
    height: 100%
}

.card-slider-wrapper .card-slider-container h3 {
    margin-bottom: 30px;
    color: #000
}

.card-slider-wrapper .card-slider-container ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.card-slider-wrapper .card-slider-container ul li strong {
    margin-right: 10px;
    font-family: "OpenSans-ExtraBold"
}

.card-slider-wrapper .card-slider-container ul li p {
    color: #5c5c5c;
    margin: -8px 0 8px 0
}

.card-slider-wrapper .card-slider-container a {
    margin-top: 30px
}

.card-image-wrapper {
    box-shadow: rgba(0, 0, 0, .1) 0px 10px 50px
}

.card-image-wrapper.card {
    border: none;
    border-radius: 0
}

.card-image-wrapper.card .card-img-top {
    border-radius: 0;
    width: 100%;
    height: 300px;
    object-fit: cover
}

.card-image-wrapper.card .card-body {
    padding: 25px;
    line-height: 1.14em
}
.card-image-wrapper.card .card-body p:not(:last-child){
 margin-bottom:10px;
}
.card-image-wrapper.card .card-body .btn.tertiary {
    max-width:100px;
 margin-top:auto;
}

.card-image-wrapper.card .card-body a.title-card:not(.tertiary) {
    color: #000
}

.card-image-wrapper.card .card-body a.title-card:not(.tertiary):hover {
    color: #c59a1d
}

.card-image-wrapper.card .card-title {
    margin-bottom: 20px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.card-image-wrapper.card .card-text {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    color: #5c5c5c;
    margin-bottom: 0
}

.card-image-wrapper.card .btn.primary {
    margin-top: 13px
}

.showContent {
    -webkit-line-clamp: unset !important
}

p a {
    color: #c59a1d
}

p a:hover {
    color: #c9252c
}

.detail-content {
    display: flex;
    flex-direction: column
}

.detail-content img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.detail-content p {
    color: #5c5c5c;
    margin: 15px 0
}

.detail-content span {
    color: #c59a1d
}

.detail-content strong {
    color: #c9252c;
    font-family: "OpenSans-ExtraBold"
}

.sidebar .sidebar-wrapper {
    position: relative;
    padding: 33px 0 33px 38px
}

.sidebar .sidebar-wrapper h4 {
    margin: 0 0 30px 0
}

.sidebar .sidebar-wrapper:before {
    content: "";
    position: absolute;
    display: block;
    width: 30%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #faf9f5
}

.sidebar .sidebar-wrapper .sidebar-boxes .img-sidebar {
    width: 100%;
    height: 100%
}

.sidebar .sidebar-wrapper .sidebar-boxes .img-sidebar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sidebar .sidebar-wrapper .sidebar-boxes .sidebar-content {
    line-height: 1.2;
}

.sidebar .sidebar-wrapper .sidebar-boxes .sidebar-content p {
    margin-bottom: 5px;
    line-height: 1.1;
}

.sidebar .sidebar-wrapper .sidebar-boxes .sidebar-content p a {
    color: #000;
    font-family: "OpenSans-Bold"
}

.sidebar .sidebar-wrapper .sidebar-boxes .sidebar-content p a:hover {
    color: #c9252c
}

.sidebar .sidebar-wrapper .sidebar-boxes .sidebar-content span {
    color: #717171;
    font-size: 14px;
}

.menu-box h4 {
    margin: 0 0 30px 0
}

.menu-box .menu-box-wrapper {
    padding: 30px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0px 10px 50px
}

.menu-box .menu-box-wrapper .menu-box-container p {
    margin: 0
}

.table > :not(caption) > * > * {
    border-bottom: 1px dotted #d3d3d3
}

@font-face {
    font-family: "Prata-Regular";
    src: url("../fonts/Prata/Prata-Regular.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url("../fonts/open-sans/OpenSans-Regular.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/open-sans/OpenSans-Bold.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "OpenSans-SemiBold";
    src: url("../fonts/open-sans/OpenSans-SemiBold.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "OpenSans-ExtraBold";
    src: url("../fonts/open-sans/OpenSans-ExtraBold.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "OpenSans-Medium";
    src: url("../fonts/open-sans/OpenSans-Medium.ttf");
    font-weight: normal;
    font-style: normal
}

#preloader-background, #circle-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit- flex;
    display: -ms- flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 9999999
}

#preloader-background {
    background: #fff;
    width: 100%;
    height: 100%;
}

#circle-loader {
    width: 120px;
    height: 120px;
    border-style: solid;
    border-width: 5px;
    border-top-color: #c9252c;
    border-right-color: #c9252c;
    border-bottom-color: #282936;
    border-left-color: #282936;
    border-radius: 50%;
    -webkit-animation: spinLoader 2s linear infinite;
    animation: spinLoader 2s linear infinite
}

@-webkit-keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#centre-logo {
    position: fixed;
    width: 70px;
    height: 70px;
    padding-bottom: 10px
}

.animatePageIn {
    position: relative;
    -webkit-animation-name: animatePageIn;
    -webkit-animation-duration: 3s;
    animation-name: animatePageIn;
    animation-duration: 3s
}

@-webkit-keyframes animatePageIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes animatePageIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

body {
    font-family: "OpenSans-Regular"
}

h1, h2, h3, h4, h5 {
    font-family: "OpenSans-ExtraBold";
    font-weight: 700
}

p {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 2
}

span {
    color: #c59a1d
}

a {
    text-decoration: none;
    transition: all .4s ease-in-out 0s
}

a.img-wrapper {
    display: inline-block;
    overflow: hidden
}

a.img-wrapper img {
    transition: all .4s ease-in-out 0s
}

a.img-wrapper img:hover {
    transform: scale(1.3)
}

.error {
    color: #c9252c
}

h1 {
    font-size: calc(35px + 35 * (100vw - 360px) / 1640)
}

h2 {
    font-size: calc(24px + 24 * (100vw - 360px) / 1640)
}

h3 {
    font-size: calc(20px + 18 * (100vw - 360px) / 1640)
}

h4 {
    font-size: calc(18px + 10 * (100vw - 360px) / 1640)
}

h5 {
    font-size: 22px
}

.my-50 {
    margin: 50px 0px
}

.my-80 {
    margin: 80px 0px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-50 {
    margin-bottom: 50px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-50 {
    margin-top: 50px
}

.py-50 {
    padding: 50px 0px
}

.pb-50 {
    padding-bottom: 50px
}

header {
    z-index: 9999
}

header nav {
    background-color: rgba(0, 0, 0, 0);
    transition: all .4s ease-in-out 0s;
    position: relative
}

header nav .navbar-brand {
    width: 150px;
    height: auto
}

header nav .navbar-brand img {
    width: 100%
}

header nav .navbar-brand::before {
    transition: all .4s ease-in-out 0s;
    content: "";
    position: absolute;
    width: calc(220px + 470 * (100vw - 460px) / 1640);
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    clip-path: polygon(0 0, 90% 0%, 67% 100%, 0% 100%)
}

header nav .navbar-nav .nav-item {
    margin-right: 20px
}

header nav .navbar-nav .nav-item:nth-child(6) {
    margin-right: 0px;
    position: relative
}

header nav .navbar-nav .nav-item:nth-child(6)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    top: 14px;
    right: 0;
    background: #fff
}

header nav .navbar-nav .nav-item.item-btn {
    display: flex;
    align-items: center;
    margin-right: 0px
}
header nav .navbar-nav .nav-item.item-btn a{
    background-color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
border:1px solid white;
}
header nav.scrolled .navbar-nav .nav-item.item-btn a{
   border:1px solid black;
}

header nav .navbar-nav .nav-item.item-btn a:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}

header nav .navbar-nav .nav-item.item-btn a:first-child::after{
    background-image: url(/uploads/room.svg);
}
header nav .navbar-nav .nav-item.item-btn a:last-child::after{
    background-image: url(/uploads/table.svg);
}

header nav .navbar-nav .nav-item .dropdown-menu {
    padding: 15px;
    border-radius: 0
}

header nav .navbar-nav .nav-item .dropdown-menu li .nav-link {
    color: #000
}

header nav .navbar-nav .nav-item .nav-link {
    color: #fff;
    position: relative;
    transition: all .4s ease-in-out 0s;
    font-size: 18px
}

header nav .navbar-nav .nav-item .nav-link:hover {
    color: #c59a1d;
    transition: all .4s ease-in-out 0s
}

header nav .navbar-nav .nav-item .nav-link.active::before, header nav .navbar-nav .nav-item .nav-link::before {
    content: "";
    width: 0px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01)
}

header nav .navbar-nav .nav-item .nav-link.active::before {
    background-color: #c59a1d;
    width: 100%
}

.dropdown-item.active, .dropdown-item:focus {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #000;
}

.navbar-toggler {
    border: 0 !important
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important
}

.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0)
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
}

.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important
}

.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #c59a1d;
    display: block;
    transition: all .2s
}

.middle-bar {
    margin: 5px auto
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0)
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100)
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0)
}

.navbar-toggler.collapsed .toggler-icon {
    background-color: #fff
}

.scrolled {
    transition: all .4s ease-in-out 0s;
    box-shadow: 5px 15px 50px rgba(90, 90, 90, .4)
}

.scrolled .nav-item:nth-child(6)::before {
    transition: all .4s ease-in-out 0s;
    background: #000 !important
}

.scrolled .nav-link {
    color: #000 !important;
    transition: all .4s ease-in-out 0s
}

.scrolled .nav-link:hover {
    color: #c59a1d !important;
    transition: all .4s ease-in-out 0s
}

.scrolled .navbar-brand::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)
}

.scrolled .navbar-toggler.collapsed .toggler-icon {
    background-color: #c59a1d
}

.scrolled a.learn-more.learn-more .circle {
    background: #282936
}

.scrolled a.learn-more.learn-more .circle .icon {
    background: #282936
}

.scrolled a.learn-more.learn-more .circle .icon.arrow::before {
    border-top: .125rem solid #fff;
    border-right: .125rem solid #fff
}

.scrolled a.learn-more.learn-more .button-text {
    color: #282936
}

.scrolled a.learn-more:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(13px, 0)
}

.scrolled a.learn-more:hover .button-text {
    color: #fff
}

footer {
    background-color: #1d1d1d
}

footer h4 {
    color: #c59a1d
}

footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    color: #fff
}

footer ul li {
    margin-bottom: 10px
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    transition: all .4s ease-in-out 0s
}

footer ul li a svg {
    margin-right: 10px
}

footer ul li a:hover {
    color: #c59a1d
}

footer ul li p {
    margin-bottom: 0px
}

footer .copyright a {
    font-family: "OpenSans-Bold";
    color: #c59a1d;
    transition: all .4s ease-in-out 0s
}

footer .copyright a:hover {
    color: #c9252c
}

footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .11);
    padding-top: 50px
}

footer .footer-bottom .list-links li {
    display: inline-block;
    margin-right: 8px
}
footer ul.social-media a{
 padding-left:40px;
 position:relative;
}
footer ul.social-media a:before{
position: absolute;
content: "";
background-repeat: no-repeat;
width:25px;
height:25px;
background-size:25px;
left:0;
}
footer ul.social-media li:nth-child(1) a:before{
background-image: url(/uploads/images/icons/facebook-icon.svg);
}
footer ul.social-media li:nth-child(2) a:before{
background-image: url(/uploads/images/icons/instagram-icon.svg);
}
footer ul.social-media li:nth-child(3) a:before{
background-image: url(/uploads/images/icons/tripadvisor.svg);
}



.simple-banner {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.simple-banner .bannerContainer {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.simple-banner .bannerContainer .bannerBreadcrumbs ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px
}

.simple-banner .bannerContainer .bannerBreadcrumbs ul li {
    font-size: 15px;
    padding: 5px
}

.simple-banner .bannerContainer .bannerBreadcrumbs ul li a {
    color: #fff;
    text-decoration: none
}

.bannerHeading {
    text-align: center
}

.bannerHeading h1 {
    color: #fff;
    font-size: 50px
}

.masthead {
    width: 100%;
    height: 750px
}

.masthead .mySwiper {
    width: 100%;
    height: 100%
}

.masthead .mySwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-blend-mode: overlay;
    width: 100%;
    position: relative
}

.masthead .mySwiper .swiper-slide .swiper-slide-container {
    position: absolute;
    color: #fff
}

.masthead .mySwiper .swiper-slide .swiper-slide-container p {
    letter-spacing: .5px;
    font-size: 16px;
    text-transform: uppercase
}

.masthead .mySwiper .swiper-button-next {
    right: 0%
}

.masthead .mySwiper .swiper-button-prev {
    left: 0%
}

.masthead .mySwiper .swiper-button-next, .masthead .mySwiper .swiper-button-prev {
    color: #fff;
    padding: 35px;
    transform: translate(0, -50%);
    transition: all .4s ease-in-out 0s;
    opacity: 0;
    visibility: hidden
}

.masthead .mySwiper .swiper-button-next:hover, .masthead .mySwiper .swiper-button-prev:hover {
    background-color: #fff;
    color: #000;
    transition: all .4s ease-in-out 0s
}

.masthead .mySwiper .swiper-button-next::after, .masthead .mySwiper .swiper-button-prev::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.masthead .mySwiper .swiper-button-next:after, .masthead .mySwiper .swiper-button-prev:after {
    font-size: 35px
}

.masthead .mySwiper .swiper-pagination {
    bottom: 5%
}

.masthead .mySwiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 7px;
    background: #fff;
    border-radius: 1px
}

.masthead .mySwiper:hover .swiper-button-next, .masthead .mySwiper:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible
}

.reviews-clients-section .testimonial-Swiper .swiper-slide .swiper-container {
    width: 60%
}

.reviews-clients-section .testimonial-Swiper .swiper-slide .swiper-container .stars {
    color: #c59a1d;
    font-size: 26px;
    margin: 0px 0px 20px 0px
}

.reviews-clients-section .testimonial-Swiper .swiper-slide .swiper-container p {
    font-size: 18px;
    line-height: 1.5em;
    color: gray
}

.reviews-clients-section .testimonial-Swiper .swiper-slide .swiper-container p.name {
    font-weight: 600;
    color: #c9252c
}

.reviews-clients-section .slider-nav-prev , .partners-section .slider-nav-prev{
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background: #c9252c;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .0509803922);
    transition: .5s;
    position: relative
}

.reviews-clients-section .slider-nav-prev:hover, .partners-section .slider-nav-prev:hover{
    background: #c59a1d
}

.reviews-clients-section .slider-nav-prev:hover svg, .partners-section .slider-nav-prev:hover svg{
    fill: #fff
}

.reviews-clients-section .slider-nav-prev svg,  .partners-section .slider-nav-prev svg{
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 21.54px
}

.reviews-clients-section .slider-nav-next, .partners-section .slider-nav-next  {
    width: 50px;
    height: 50px;
    background: #c9252c;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .0509803922);
    transition: .5s;
    position: relative
}

.reviews-clients-section .slider-nav-next:hover,  .partners-section .slider-nav-next:hover {
    background: #c59a1d
}

.reviews-clients-section .slider-nav-next:hover svg, .partners-section .slider-nav-next:hover svg{
    fill: #fff
}

.reviews-clients-section .slider-nav-next svg ,  .partners-section .slider-nav-next svg{
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 21.54px
}

.reviews-clients-section .customize .slider-nav-next svg {
    width: 15px;
    height: 15px
}

.reviews-clients-section .customize .slider-nav-prev svg {
    width: 15px;
    height: 15px
}
.partners-section .img-wrapper{
	width:100%;
	height:100px;
}
.partners-section .img-wrapper{
	width:100%;
	height:100%;
	object-fit:contain;
}

.rooms-wrapper .section-content-wrapper p {
    margin-top: 0
}

.rooms-wrapper .section-content-wrapper ul {
    list-style: square;
    margin-bottom: 0;
    padding-left: 20px
}

.rooms-wrapper .section-content-wrapper ul li a {
    color: #c59a1d
}

.rooms-wrapper .section-content-wrapper ul li a:hover {
    color: #c9252c
}

.panorama-wrapper {
    width: 100%;
    height: 100%
}

.panorama-wrapper iframe {
    width: 100%;
    height: 100% !important
}

.paver__fallbackMessage {
    display: none !important
}

.philosophy-wrapper .philosophy-image {
    width: 100%;
    height: 100%
}

.philosophy-wrapper .philosophy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section-content-wrapper ul {
    list-style: none;
    padding: 30px 0px
}

.team-wrapper .services-boxes p {
    line-height: 1.5;
}

.team-wrapper .top-div-wrapper ul {
    list-style: none;
    padding: 30px 0px;
    border-bottom: 1px dotted #d3d3d3
}

.team-wrapper .section-content-wrapper ul p {
    margin: 0
}

.team-wrapper .team-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover
}

#contact-page .section-content-wrapper {
    padding: 0px !important
}

#contact-page .section-content-wrapper span {
    color: #c9252c
}

#contact-page .section-content-wrapper p {
    margin: 0
}

#contact-page .section-content-wrapper ul {
    padding: 0px 0px 30px 0px
}

#contact-page .btn.tertiary {
    margin-top: 0px
}

.contact-info {
    width: 100%;
    height: 100%
}

.contact-info ul {
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0
}

.contact-info ul li {
    display: flex;
    align-items: center;
    margin-bottom: 28px
}

.contact-info ul li i {
    color: #c59a1d;
    font-size: 30px;
    padding-right: 20px
}

.contact-info ul li h3 {
    color: #c59a1d
}

.contact-info ul :first-child {
    flex-direction: column;
    align-items: flex-start
}

form .form-control, form .form-select {
    border-radius: 0px
}

form .form-control:focus, form .form-select:focus {
    border-color: #c59a1d;
    box-shadow: 0 0 0 .25rem rgba(215, 149, 62, .25)
}

form textarea {
    border: 1px solid #ced4da
}

form textarea:focus-visible {
    border: 1px solid #c59a1d;
    box-shadow: 0 0 0 .25rem rgba(215, 149, 62, .25)
}

.seminare-wrapper .card-slider-wrapper .card-slider-container ul li {
    flex-direction: column;
    margin-bottom: 10px
}

.about-wrapper .section-content-wrapper {
    padding: 0
}

.about-wrapper p {
    color: #5c5c5c
}

.about-wrapper p.panorama-wrapper {
    height: 400px
}

.eveningCard-wrapper .section-content-wrapper {
    padding: 50px 0px 0px 0px
}

.eveningCard-wrapper .section-content-wrapper ul {
    list-style: square;
    padding: 0px 0px 0px 18px
}

.eveningCard-wrapper p {
    line-height: 30px
}

.eveningCard-wrapper p strong {
    font-size: 18px;
    font-family: "OpenSans-ExtraBold";
    color: #000
}

.eveningCard-wrapper p em {
    font-size: calc(24px + 24 * (100vw - 360px) / 1640)
}

.eveningCard-wrapper span, .eveningCard-wrapper strong {
    color: #c9252c;
    line-height: 30px
}

.takeaway-wrapper .section-content-wrapper {
    padding: 0px
}

.content-wrapper {
    width: 100%;
    border: none !important;
    border-radius: 20px 20px 0px 0px !important
}

.content-wrapper h3 {
    margin-bottom: .9rem;
    color: #575656;
    font-weight: 600
}

.content-wrapper p {
    color: #808b93;
    font-size: 18px
}

.content-wrapper ul {
    padding-left: 0
}

.content-wrapper ul li {
    list-style: none
}

a {
    color: #c59a1d
}

a:hover {
    color: #c9252c
}

@media screen and (min-width: 2000px) {
    header nav .navbar-brand::before {
        width: 37%;
        clip-path: polygon(0 0, 90% 0%, 75% 100%, 0% 100%)
    }
}

@media screen and (max-width: 1399px) {
 header nav .navbar-nav .nav-item .nav-link.active{
 color:#c59a1d!important;
}
    header nav .navbar-nav .nav-item .nav-link.active::before{
	width:0;
}
header nav .navbar-nav .nav-item:nth-child(6)::before{
	content:unset;
}
header nav .navbar-nav .nav-item .dropdown-menu{
	padding:0 20px;
	border:none;
}
.reservieren-icons a{
background-color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
  border:1px solid black;
}
.reservieren-icons a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.reservieren-icons a:last-child::after {
    background-image: url(/uploads/table.svg);
}
.reservieren-icons a:first-child::after {
    background-image: url(/uploads/room.svg);
}
}
@media screen and (min-width: 991px){

}
@media screen and (min-width: 991px) {
    tr .firstTd {
        width: 80%
    }

    tr .secondTd, tr .thirdTd {
        width: 10%
    }
}

@media screen and (max-width: 991px) {
    .responsive > thead th {
        display: none
    }

    .responsive > tbody td, .responsive > tbody th {
        display: flex
    }

    [row-header] {
        position: relative;
        width: 100%;
        vertical-align: middle
    }

    [row-header]:before {
        content: attr(row-header);
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 20%;
        padding-right: 30px;
        font-weight: 700;
        margin-top: 3px
    }

    .menu-box-container {
        width: 80%
    }

    .reviews-clients-section .testimonial-Swiper .swiper-slide .swiper-container {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    header nav .navbar-brand:before {
        width: 100%;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)
    }

    .navbar-toggler.collapsed .toggler-icon {
        background-color: #c59a1d
     }
    header nav .navbar-brand img {
      width: 100%;
      height: 80px;
      object-fit: contain;
   }
}

/*# sourceMappingURL=main.css.map */

.page-error {
    width: 100%;
    height: auto;
    margin: 100px 0px
}

.page-error .page-error-404 {
    margin-bottom: 30px
}

.page-error .page-error-404 p {
    color: #c59a1d;
    display: block;
    font-size: 350px;
    font-weight: 800;
    line-height: .7
}
.page-error .page-error-404 img{
 	width:100%;
	height:100;
	object-fit:contain;
}

.page-error h2 {
    font-size: 43px;
    color: #c59a1d;
}

.page-error .description p {
    font-size: 14px;
    color: #c9252c
}

/*# sourceMappingURL=404.css.map */

.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}


.pagination {
    border: none !important;
}

.page-link {
    color: #c59a1d;
    background-color: #fff;
    border-color: #fff;
}

.active > .page-link, .page-link.active, .page-link:hover {
    color: #c9252c;
    background-color: #fff;
    border-color: #fff;
}

.page-link:focus {
    color: #c9252c;
    box-shadow: none;
}

.nav-item .nav-link span {
    color: unset;
}

.menu-box-container p span {
    color: #000;
}

.dasHaus-wrapper .panorama-wrapper iframe {
    width: 100%;
    height: 300px !important;
}

.rooms-wrapper .panorama-wrapper img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.sl-wrapper {
    z-index: 99999;
}

.sl-wrapper span {
    color: #fff;
}

.sl-overlay {
    z-index: 9999;
    background: #000 !important;
}

.sl-wrapper .sl-navigation button, .sl-wrapper .sl-close, .sl-wrapper .sl-counter {
    color: #fff;
}

.btn.tertiary:focus {
    color: #fff !important;
}

@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button {
        width: 40px;
    }

    .sl-wrapper .sl-navigation button.sl-next {
        font-size: 5rem;
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        font-size: 5rem;
    }
}

.description-wrapper {
    display: none;
}

.reservation-wrapper .form-control {
    height: 50px;
}

.reservation-wrapper .form-wrapper form .select-icon {
    position: absolute;
    top: 12px;
    left: 30px;
}

.reservation-wrapper .form-wrapper form .select-icon + input, .reservation-wrapper .form-wrapper form .select-icon + select {
    padding-left: 60px;
}

.reservation-wrapper .site-btn:hover, .site-btn.applyBtn:hover {
    background: #d9a14e;
    color: #fff;
}

.reservation-wrapper .site-btn, .site-btn.applyBtn {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 20px 30px;
    border: none;
    background: #d43a1a;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.reservation-wrapper .crb-search-btn {
    padding: 8px 10px;
    height: 50px;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect {
    width: 100px !important;
    height: 35px !important;
}

.daterangepicker .drp-buttons .btn {
    min-width: 100px;
}

.tooltip {
  z-index: 99999999;
}
