:root {
    --title-font: 'Source Sans 3';
    --body-font: 'Source Sans 3';
    --header-background:  #ffffff;
    --header-text-color: #000000;
    --footer-background:  #ffffff;
    --footer-text-color: #ffffff;
    --page-background: #A4AC71;
    --content-background: #f0f0f0;
    --modal-content-background: #ffffff;
    --title-text-color: #000000;
    --body-text-color: #000000;
    --highlight: #D1770F;
    --button-background:  #A4AC71;
    --button-text-color: #FFFFFF;
    --search-background: #ffffff;
    --search-text-color: #000000;
    --info-bar-background: #222222;
    --info-bar-text-color: #FFFFFF;
    --popup-background: #222222;
    --popup-text-color: #FFFFFF;
    --promo-background: #A4AC71;
    --promo-text-color: #FFFFFF;
    --shadows: 0 1px 4px 2px rgba(0,0,0,.05)
}

@font-face {
    font-family: Booking-glyphs;
    font-style: normal;
    font-weight: 400;
    src: url(https://static.eviivo.media/ui/wl/4.284/fonts/icons/Booking-glyphs.eot);
    src: url(https://static.eviivo.media/ui/wl/4.284/fonts/icons/Booking-glyphs.eot) format("embedded-opentype"),url(https://static.eviivo.media/ui/wl/4.284/fonts/icons/Booking-glyphs.woff) format("woff"),url(https://static.eviivo.media/ui/wl/4.284/fonts/icons/Booking-glyphs.ttf) format("truetype"),url(https://static.eviivo.media/ui/wl/4.284/fonts/icons/Booking-glyphs.svg#Booking-glyphs) format("svg")
}

@font-face {
    font-family: eviivo-facilities-icon;
    font-style: normal;
    font-weight: 400;
    src: url(https://static.eviivo.media/ui/wl/4.284/fonts/icons/eviivo-facilities-icon.eot);
    src: url(https://static.eviivo.media/ui/wl/4.284/fonts/icons/eviivo-facilities-icon.eot?#iefix) format("embedded-opentype"),url(https://static.eviivo.media/ui/wl/4.284/fonts/icons/eviivo-facilities-icon.ttf) format("truetype"),url(https://static.eviivo.media/ui/wl/4.284/fonts/icons/eviivo-facilities-icon.woff) format("woff"),url(https://static.eviivo.media/ui/wl/4.284/fonts/icons/eviivo-facilities-icon.svg?#eviivo-facilities-icon) format("svg")
}

*, :after, :before {
    box-sizing: inherit;
}

html {
    background-color: var(--page-background);
}

html body {
    background-color: var(--page-background);
    margin: 0;
    padding: 0;
    font-family: var(--body-font), "Source Sans Pro", arial, sans-serif;
}

div {
    display: block;
    unicode-bidi: isolate;
}

a {
    color: var(--highlight);
    text-decoration: none;
    background: #0000;
}

ul {
    list-style: none;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    margin: 0;
    padding: 0;
}

h3 {        
    margin: 0;
    padding: 0;
    vertical-align: top;
}

h4 {
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

section {
    display: block;
    unicode-bidi: isolate;
}

svg:not(:root) {
    overflow: hidden;
}

 /* Start of header styles */

 .header {
    color: var(--header-text-color);
    background-color: var(--header-background);
    margin-left: auto;
    margin-right: auto;
    height: 120px;
    background-image: url("assets/images/header-bg.jpeg")
}

.logo-container {
    max-width: 1320px;  
    align-items: center;
    display: flex;
    margin: 0 auto;
    padding: .5em 7em;
    }

.keep_link {
    float: left;
}

.keep_link_logo {
    height: 100px;
    width: 560px;
    max-width: 100%;
}
/*End of header styles */

/* Main inner content */

.main-inner {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    max-width: 1320px;
}

.main-inner .main-inner-content {
    padding: 0 1rem;
}


/* Start of image slider styles */

.image-slider {
    margin-top: 1.5em;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.image-slider>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 10000em;
}

.image-slider li {
    cursor: pointer;
    float: left;
    height: 95px;
    margin: 0 2px;
    width: auto
}

.image-slider li:first-of-type {
    margin-left: 0
}

.image-slider li:last-of-type {
    margin-right: 0
}

.image-slider img {
    display: block;
    height: 100%;
    width: auto
}

.image-slider-control {
    background-color: #fff9;
    cursor: pointer;
    position: absolute;
    height: 95px;
    top: 0;
    width: 30px;
    z-index: 2;
}

.image-slider-control:before {
    height: 16px;
    top: 50%;
    width: 1px;
    background-color: #0009;
    content: "";
    display: block;
    position: absolute;
}

.image-slider-control:after {
    height: 16px;
    top: calc(50% - 12px);
    width: 1px;
    background-color: #0009;
    content: "";
    display: block;
    position: absolute;
}

.image-slider-control_prev {
    left: 0;
}

.image-slider-control_prev:after {
    left: 12px;
    transform: rotate(45deg);
}

.image-slider-control_prev:before {
    left: 12px;
    transform: rotate(-45deg);
}

.image-slider-control_next {
    right: 0;
}

.image-slider-control_next:before {
    right: 12px;
    transform: rotate(45deg);
}

.image-slider-control_next:after {
    right: 12px;
    transform: rotate(-45deg);
}

/* End of image slider styles */

/* Start of button section */
.button-section {
    clear: both;
    margin: 0;
    padding: 0;
}

.button-section .button-container {
    margin: 1.5em 0;
    padding: .625em;
    display: flex;
    min-height: auto;
    clear: both;
    position: relative;
    text-align: left;
    justify-content: space-between;
    color: var(--search-text-color);
    background-color: var(--search-background);
}

.btn {
    background-color: var(--button-background);
    color: var(--button-text-color);
    font-size: 1em;
    background: var(--button-background);
    border: none;
    border-radius: 2px;
    color: var(--button-text-color);
    cursor: pointer;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in;
    vertical-align: middle;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
    text-transform: none;
    overflow: visible;
    color: inherit;
    font: inherit;
    margin: 0;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    padding-block: 1px;
    padding-inline: 6px;
}

/* End of button section */

/* Start of main rooms list section */
.room-section-first {
    border: none;
    background-color: var(--content-background);
    position: relative;
    max-width: 100%;
    background: #fff;
    display: flex;
    flex-direction: row;
    margin: 0 auto 2em;
    min-height: 85px;
    overflow: hidden;
    width: 100%;
}
						
.room-info-best-rate {
    max-width: 20%;
	padding: 2em;
    flex-direction: column;
    gap: 2em;
    display: flex;
    justify-content: space-between;
	float: right;
}

.best_rate_font {
	text-align: center;
	color: #D69938;
	font-size: 1em;
}

.best-rate-img {
  max-width: 100%;
  height: auto;
}

.room-info-container-first {
	max-width: 70%;
	padding: 2em;
    flex-direction: row;
    gap: 2em;
    display: flex;
    justify-content: space-between;
}

.room-info-container-left-first {
    flex: 0 0 calc(40% - 1em);
    width: 100%;
    overflow: hidden;
}

.room-section {
    border: none;
    background-color: var(--content-background);
    position: relative;
    max-width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    margin: 0 auto 2em;
    min-height: 85px;
    overflow: hidden;
    width: 100%;
}

.modal .room-info {
    display: flex;
    flex-direction: column-reverse;
    gap: 1em;
    float: none;
    width: 100%;
}

.results-slide {
    display : none;
}

.room-info-container {
    padding: 2em;
    flex-direction: row;
    gap: 2em;
    display: flex;
    justify-content: space-between;
}

.room-info-container-left {
    flex: 0 0 calc(30% - 1em);
    width: 100%;
    overflow: hidden;
}

.room-info-container-right {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    gap: 1em;
}

.room-info-container-right p {
    margin: 0;
    font-size: .875em;
    padding: 0 0 1em;
}

.room-thumbnail {
    height: auto;
    margin: 0;
    width: 100%;
    cursor: pointer;
    float: left;
    position: relative;
}

.room-thumbnail img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    align-self: center;
    margin: 0 auto;
    max-height: 100%;
}

.gallery-details {
    align-items: center;
    bottom: 10px;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 10px;
    z-index: 0;
}

.gallery-details .image-gallery-icon {
    background: #0006;
    border-radius: 6px;
    box-shadow: 0 1px 3px #00000026;
    color: #fff;
    margin-left: 5px;
    padding: 5px;
}

.gallery-details .image-gallery-icon:before {
    color: #fff;
    content: "";
    font-family: Booking-glyphs;
    font-size: 16px;
    padding: 0 5px;
}

.room-info-container-right .room-details {
    gap: 1.5em;
    display: flex;
    flex-direction: column;
}

.room-info-container-right .room-details:after {
    background-color: var(--body-text-color);
    content: "";
    display: block;
    height: 2px;
    opacity: .1;
    width: 100%;
}

.room-details header {
    margin: 0;
    float: right;
    display: block;    
    overflow: hidden;
}

.room-details .room-title {
    font-size: 1.25em;
    font-family: var(--title-font), "Source Sans Pro", arial, sans-serif;
    font-weight: 700;
}

.room-info {
    float: none;
    width: 100%;
    gap: 1.5em;
    flex-direction: column;
    display: flex;
}

.room-options-wrapper {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
    gap: .5em;
    justify-content: space-between;
}

.room-options {
    flex-direction: row;
    clear: both;
    column-gap: 1em;
    display: flex;
    flex-wrap: wrap;
    row-gap: .5em;
}

.room-options li {
    align-items: center;
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    font-size: .875em;
    gap: .5em;
}

.room-options .icon-room-size:before {
    content: "";
}

.room-options li:before {
    font-family: Booking-glyphs;
    font-size: 1.375em;
}

.room-options.sleep-options {
    align-items: flex-end;
    flex: 0 0 auto;
    flex-direction: column;
}

.room-options .icon-occupancy:before {
    content: "";
}

.features-icon-list {
    align-items: center;
    column-gap: 1em;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    row-gap: .25em;
}

.features-icon-list:after {
    clear: both;
    content: "";
    display: table;
}

.features-icon-list_item.icon-room-facility-25:before {
    content: "";
}

.features-icon-list_item.icon-bath-feature-1:before {
    content: ""
}

.features-icon-list_item.icon-bath-feature-2:before {
    content: ""
}

.features-icon-list_item.icon-bath-feature-5:before {
    content: ""
}

.features-icon-list .features-icon-list_item:before {
    font-family: eviivo-facilities-icon;
    font-size: 1.375em;
    margin: 0;
    position: relative;
}

.extra-info {
    float: none;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.intro-description {
    display: block;
}

.more-info-toggle {
    color: var(--highlight);
    font-size: .875em;
    position: relative;
}

/*End of main room lists section */

/* Start of facilities sections */

.facilities-sections {
    background-color: var(--modal-content-background);
    margin-top: 32px;
    padding: 4px 32px;
}

.facilities-section {
    border-top: 1px solid #0003;
    padding: 24px 16px;
    padding: 0;
}

.facilities-section:first-of-type {
    border-top: none;
}

.facilities-section .section-title {
    font-family: var(--title-font),"Source Sans Pro",arial,sans-serif;
    margin: 0 0 20px;
    margin-bottom: 0;
    padding: 24px 16px;
    position: relative;
}

.facilities-section .section-title:after {
    color: var(--highlight);
    content: "";
    font-family: Booking-glyphs;
    font-size: 34px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .5s ease-in-out;
}

.facilities-section .section-details {
    padding: 0 16px 24px;
    font-size: .575em;
}

.facilities-section.section-collapsed .section-details {
    display: none;
    padding: 0 16px 24px
}

.facilities-section.section-collapsed .section-title {
    cursor: pointer;
    margin-bottom: 0;
    padding: 24px 16px;
    position: relative
}

.facilities-section.section-collapsed .section-title::after {
    transform: translateY(-50%) rotate(0deg);
}

.facilties-section.section-expanded .section-title::after {
    transform: translateY(-50%) rotate(180deg);
}

.facility-set {
    margin-bottom: 20px;
}

.facility-set h4 {
    margin-bottom: 10px;
}

.facilities-section ul {
    margin: 0;
    padding: 0 0 1em;
}

.facilities-list.column-layout {
    column-count: 4;
    column-gap: 20px;
}

.facilities-list .list-item {
    margin-bottom: 2px;
    page-break-inside: avoid;
    position: relative;
}

.facilities-list .list-item::before {
    content: "";
    font-family: Booking-glyphs;
    font-size: 14px;
    margin-right: 4px;
    position: relative;
}

.pre-line {
    margin: 0;
    padding: 0 0 1em;
}

.policies {
    display: flex;
}

.checkinout .policies_heading {
    width: 180px;
    background-position: 0 15px;
    padding-top: 15px;
}

.policies_heading {
    display: flex;
    gap: 1.5em;
    margin-bottom: 10px;
    padding: 2px 0 0;
    width: 180px;
}

.checkin-checkout {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-bottom: 16px;
    width: 400px;
}

.data {
    width: 400px;
    color: dimgray;
    display: flex;
    height: 16px;
    justify-content: center;
    position: relative;
}

.data .single-label {
    display: block;
    text-align: center;
    width: 100%;
}

.rail {
    background-color: #f5f5f5;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    display: flex;
    height: 20px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.checkin .rail-bar {
    width: 50%;
}

.checkout .rail-bar {
    width: 50%;
}

.position-range {
    width: 50%;
    display: flex;
    justify-content: center;
}

.data .from-label {
    display: block;
}

.data .to-label {
    display: block;
    margin-left: auto;
}

.data .until-label {
    display: block;
}

.link-bg {
    background-color: var(--highlight);
}

small {
    font-size: smaller;
}

.rail-tooltip {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    color: #444;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    position: relative;
}

.accessibility p {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTEyLjg0NCAxOGgyLjA2M3EtLjMyOCAxLjY0MS0xLjc4MSAyLjgxM3QtMy4xNDEgMS4xNzJxLTIuMDYzIDAtMy41MTYtMS40NTN0LTEuNDUzLTMuNTE2cTAtMS42ODggMS4xNzItMy4xNDF0Mi44MTMtMS43ODF2Mi4wNjNxLS44OTEuMzI4LTEuNDUzIDEuMTAydC0uNTYzIDEuNzU4cTAgMS4yMTkuODkxIDIuMTA5dDIuMTA5Ljg5MXEuOTg0IDAgMS43NTgtLjU2M3QxLjEwMi0xLjQ1M3ptLTIuODYtOC45MDZxMC0xLjEyNS45ODQtMS43ODF0Mi4wMTYtLjA0N2guMDQ3di4wNDdxLjMyOC4xNDEuNjA5LjQyMmwxLjMxMyAxLjQ1M3ExLjY4OCAxLjgyOCA0LjAzMSAxLjgyOHYxLjk2OXEtMi42MjUgMC00Ljk2OS0xLjkyMnYzLjQyMmgzcS43OTcgMCAxLjM4My42MDl0LjU4NiAxLjQwNnY1LjQ4NGgtMS45Njl2LTQuOTY5aC01LjAxNnEtLjc5NyAwLTEuNDA2LS42MDlUOS45ODQgMTVWOS4wOTR6bTAtNS4xMXEwLS44NDQuNTg2LTEuNDA2VDEyIDIuMDE1dDEuNDMuNTYzLjU4NiAxLjQwNi0uNTg2IDEuNDNUMTIgNnQtMS40My0uNTg2LS41ODYtMS40M3oiLz48L3N2Zz4=) no-repeat 0 0;
    padding-left: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1em;

}

.direction_heading {
    background-repeat: no-repeat;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 2px 0 0 40px;
    position: relative;
}

.direction_heading:before {
    content: "";
    font-family: Booking-glyphs;
    font-size: 1.5em;
    left: 0;
    position: absolute;
    top: 4px;
}

.direction_air::before {
    content: "";
}

strong {
    font-weight: 700;
}

.direction_direction {
    padding: 0 0 0 40px;
}

.section-details li{
    margin-bottom: 10px;
}

.section-details li:last-of-type {
    margin-bottom: 0;
}

.pre-line {
    margin: 0;
    padding: 0 0 1em;
}

.cp-map-address {
    overflow: hidden;
    padding: 15px 0;
}

.cp-map-address .col-1 {
    float: left;
    margin-right: .8403361345%;
    width: 49.5798319328%;
}

.cp-map-address .col-2 {
    float: right;
    margin-right: 0;
    width: 26.579832%;
}

.mod-googleMap, .mod-googleMap .maps a {
    position: relative;
}
.mod-googleMap {
    clear: both;
}

.mod-googleMap .cp-button-overlay {
    bottom: 20px;
    position: absolute;
    right: 20px;
}

.cp-button-small {
    font-size: .875em;
    height: 22px;
    height: auto;
    line-height: 22px;
    line-height: 1;
    outline: none;
    padding: 10px;
}

.cp-button {
    background: var(--button-background);
    border: none;
    border-radius: 2px;
    color: var(--button-text-color);
    cursor: pointer;
    display: inline-block;
    font-size: .875em;
    height: 44px;
    line-height: 44px;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in;
    vertical-align: middle;
}

.mod-googleMap .maps img {
    max-width: 320px;
}

img {
    border: 0;
}

.cp-map-address address span {
    display: block;
}

.contact-details .item {
    display: block;
}

.contact-details .item span{
    display: inline-block;
    margin-right: 10px;
    min-width: 150px;
}

/* End of facilities section */




/*Start of footer styles */

.footer-container {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 1320px;
 }

footer {
    display: block;
    background-color: var(--footer-background);
    color: #000000;
    font-size: .8125em;
    margin-top: 2em;
    width: 100%;
    padding: 0 1rem;
    border-top: 1px solid #fff;
}

footer a {
    color: #000000;
    text-decoration: underline;
}

footer .footer-column {
    display: inline-block;
}

footer address {
    display: inline;
    font-style: normal;
}

footer .info-details {
    text-align: center;
    display: inline-block;
    float: none;
    top: 0;
    position: relative;
    line-height: 16px;
}

.info-details span {
    color: #000000;
    display: inline-block;
    padding-left: 25px;
    position: relative
}

.info-details .icon:before {
    content: "";
    display: block;
    font-family: eviivo-facilities-icon;
    font-size: 25px;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 1px
}

.info-details .icon-phone:before {
    content: ""
}

.info-details .icon-email:before {
    content: ""
}

.info-details .icon-phone {
    margin-right: 5px
}

.cookie-link {
    background-color: var(--footer-background);
    color: var(--footer-text-color);
    text-align: left;
}

.poweredby {
    font-size: 12px
}

 /*End of footer styles */


/* Start of Magnifc popup styles */
.mfp-bg {
    background: #0b0b0b;
    opacity: .8;
    overflow: hidden;
    z-index: 1042
}

.mfp-bg,.mfp-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.mfp-wrap {
    -webkit-backface-visibility: hidden;
    outline: none!important;
    z-index: 1043
}

.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    left: 8px;
    margin-top: -.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,button.mfp-close {
    -webkit-appearance: none;
    background: #0000;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    touch-action: manipulation;
    z-index: 1046
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.mfp-close {
    color: #fff;
    font-family: Arial,Baskerville,monospace;
    font-size: 48px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: .65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #fff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%
}

.mfp-counter {
    color: #ccc;
    font-size: .875em;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.mfp-arrow {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height: 110px;
    margin: -55px 0 0;
    opacity: .65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after {
    color: #fff;
    content: "";
    font-family: Booking-glyphs;
    font-size: 2.375em;
    font-weight: 700;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    content: ""
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    content: ""
}

.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%
}

.mfp-iframe-scaler iframe {
    background: #000;
    box-shadow: 0 0 8px #0009;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

img.mfp-img {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
    width: auto
}

.mfp-figure,img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    background: #444;
    bottom: 40px;
    box-shadow: 0 0 8px #0009;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%
}

.mfp-title {
    word-wrap: break-word;
    color: #f3f3f3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

/* End of magninfic popup styles */

/* Start of extra information modal popup for rooms */
.modal {
    background: #00000080;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

.modal-content {
    background: var(--modal-content-background);
    max-height: 80%;
    max-width: 1224px;
    top: 10%;
    gap: 1.5em;
    display: flex;
    flex-direction: column;
    height: auto;
    left: 50%;
    position: absolute;
    scrollbar-width: none;
    transform: translateX(-50%);
    width: 95%;
    overflow: scroll;
    padding: 2em;
}

.modal-content-columns {
    flex-direction: row;
    gap: 2em;
    display: flex;
    justify-content: space-between;
    font-family: var(--body-font), "Source Sans Pro", arial, sans-serif;
}

.mod-spaces {
    --columns: 2;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
}

.mod-spaces .spaces {
    background-color: var(--modal-content-background);
    border: 1px solid #eee;
    border-radius: 6px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 60px;
    padding: 8px;
    --columns: 2;
}

.mod-spaces .spaces-rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mod-spaces .space {
    align-items: center;
    display: flex;
    font-size: 14px;
    gap: 8px;
}

.modal-content .inline-facilities {
    display: flex;
    flex-wrap: wrap;
    gap: .25em
}

.modal-content .inline-facilities-item {
    font-size: .875em
}

.mod-spaces svg {
    height: 18px;
    min-width: 18px;
    width: 18px;
}

svg:not(:root) {
    overflow: hidden;
    overflow-clip-margin: content-box;
}

.modal-close {
    color: var(--body-text-color);
    position: absolute;
    right: .5em;
    top: .5em;
    right:1em;
    top: 1em;
}

.modal-close:before {
    content: "";
    font-family: Booking-glyphs;
    font-size: 1em
}


/* End of extra information popup for rooms */

/* Start of my booking popup */
.myBookingPopup {
    height: auto;
    position: fixed;
    max-width: 600px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    background: var(--content-background);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1000;
    width: 90%;
    margin: 0 auto;
}

.dialogue-header {
    min-height: 45px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.dialogue-header h3 {
    float: left;
    font-size: 20px;
    font-weight: 700;
    margin-right: 1.2658227848%;
    width: 74.6835443038%;
}

.dialogue-header .cp-link {
    height: 100%;
    min-height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}

.cp-link {
    color: var(--highlight);
    cursor: pointer;
}

.mod-details .item-group input {
    width: 100%
}

.mod-details {
    height: auto;
    max-height: 50vh;
}

.mod-two-buttons {
    float: left;
    margin: 10px 0;
    width: 100%
}

.mod-two-buttons .btn {
    float: right
}

.closeBookingPopupBtn {
    position: absolute; 
    top: 10px; 
    right: 10px; 
    background: transparent; 
    border: none; 
    font-size: 18px; 
    cursor: pointer;
}

/* End of my booking popup */