.staticpane {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

.grid-x {
  max-width: var(--global-width);
}

.color-primary, .font-hilite {
  color: var(--primary-color);
}

.color-secondary {
  color: var(--secondary-color);
}

.color-accent {
  color: var(--accent-color);
}

.body-font-color {
  color: var(--body-font-color) !important;
}

.color-custom {
  color: var(--custom-color);
}

.button {
  background-color: var(--primary-color);
}
.button:hover {
  background-color: var(--primary-color-hover);
}
.button.primary {
  background-color: var(--primary-color);
}
.button.primary:hover {
  background-color: var(--primary-color-hover);
}
.button.secondary {
  background-color: var(--secondary-color);
}
.button.secondary:hover {
  background-color: var(--secondary-color-hover);
}
.button.accent {
  background-color: var(--accent-color);
}
.button.accent:hover {
  background-color: var(--accent-color-hover);
}
.button.alert {
  background-color: var(--alert-color);
}
.button.alert:hover {
  background-color: var(--alert-color-hover);
}
.button.success {
  background-color: var(--success-color);
}
.button.success:hover {
  background-color: var(--success-color-hover);
}
.button.warning {
  background-color: var(--warning-color);
}
.button.warning:hover {
  background-color: var(--warning-color-hover);
}

.button.hollow {
  background: none;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.button.hollow:hover, .button.hollow:focus {
  border: 1px solid var(--primary-color-hover);
  background: hsl(0, 0%, 94%);
}
.button.hollow.primary {
  background: none;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border: 1px solid var(--primary-color-hover);
  background: hsl(0, 0%, 94%);
}
.button.hollow.secondary {
  background: none;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border: 1px solid var(--secondary-color-hover);
  background: hsl(0, 0%, 94%);
}
.button.hollow.accent {
  background: none;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
.button.hollow.accent:hover, .button.hollow.accent:focus {
  border: 1px solid var(--accent-color-hover);
  background: hsl(0, 0%, 94%);
}
.button.hollow.alert {
  background: none;
  border: 1px solid var(--alert-color);
  color: var(--alert-color);
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border: 1px solid var(--alert-color-hover);
  background: hsl(0, 0%, 94%);
}
.button.hollow.success {
  background: none;
  border: 1px solid var(--success-color);
  color: var(--success-color);
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border: 1px solid var(--success-color-hover);
  background: hsl(0, 0%, 94%);
}
.button.hollow.warning {
  background: none;
  border: 1px solid var(--warning-color);
  color: var(--warning-color);
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border: 1px solid var(--warning-color-hover);
  background: hsl(0, 0%, 94%);
}

.color-light {
  color: hsl(0, 0%, 79%);
}

.color-dark {
  color: hsl(0, 0%, 4%);
}

.color-label, .font-light {
  color: hsl(0, 0%, 44%);
}

.font-label {
  color: hsl(0, 0%, 44%);
  font-size: 0.8rem;
  line-height: 1.3;
}

::-moz-selection,
::selection {
  background-color: #fff3b2;
  color: hsl(0, 0%, 100%);
}

.red, i.solid.red, .error-message {
  color: var(--alert-color) !important;
}

.green, i.solid.green {
  color: var(--success-color) !important;
}

.custom-color {
  color: var(--custom-color);
}

body {
  font-size: calc(16px + 0.160625vw);
}
@media print, screen and (min-width: 40em) {
  body {
    font-size: 16px;
  }

  /* .hero-search .dropdown-body .grid-margin-x > .medium-2 {
    width: 30% !important;
} */

 .menus-pages div#kr-properties-data div#kr-list {
    display: grid;
    width: 100% !important; 
 
}
  
}

*, *:before, *:after {
  box-sizing: border-box;
}

a:hover {
  text-decoration: underline;
}
a:hover.suppress-underline {
  text-decoration: none;
}

.badge {
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.hideme {
  display: none;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.small-margin-bottom {
  margin-bottom: 0.5rem !important;
}

.vsmall-margin-bottom {
  margin-bottom: 0.25rem !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

h6 {
  margin-bottom: 0.4rem;
}

p.small, .small {
  font-size: calc(var(--small-font-size) + 1px);
  line-height: 1.5;
}
@media print, screen and (min-width: 64em) {
  p.small, .small {
    font-size: var(--small-font-size);
  }
}

.vsmall {
  font-size: 13px;
  line-height: 1.3;
}

.vsmall.legend {
  line-height: 1.6;
}

.smaller {
  font-size: 94%;
  line-height: 1.4;
}

.bigger {
  font-size: 140%;
  line-height: 1.4;
}

.big {
  font-size: 180%;
  line-height: 1.6;
}

.vbig {
  font-size: 220%;
  line-height: 1.8;
}

.xbig {
  font-size: 275%;
  line-height: 2;
}

.strong, strong {
  font-weight: 700;
}

em, .italic {
  font-style: italic;
}

ul,
ol,
dl {
  list-style: none;
}

ul.compact li {
  font-size: 90%;
  line-height: 1.5;
}

table.full {
  width: 100%;
}

table th {
  text-align: left;
}

.overlay {
  text-shadow: 1px 3px 6px rgb(55, 55, 55);
}

img.right {
  margin-left: 0.9375rem;
}

img.left {
  margin-right: 0.9375rem;
}

ul.title-area li.name {
  margin-top: -3px;
}

hr {
  background: hsl(0, 0%, 79%);
  height: 1px;
  border: none;
  width: 100%;
  display: inline-block;
  margin: 1rem 0 0.25rem;
}

input[type=number], .input-tiny {
  min-width: 2rem !important;
  max-width: 3.5rem !important;
  width: 100% !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #666e76;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gmnoprint img {
  max-width: none;
}

#errorModal {
  background-color: var(--alert-color);
  opacity: 0.2;
}

ul.tabs {
  border: none;
  display: flex;
  flex-direction: row;
}
ul.tabs li {
  flex-grow: 1;
  min-height: 0;
  text-align: center;
  border-right: 0.25rem solid var(--body-background);
}
@media print, screen and (min-width: 40em) {
  ul.tabs li {
    border-right: 0.375rem solid var(--body-background);
  }
}
ul.tabs li:last-child {
  border-right: none;
}

.callout.white {
  background: hsl(0, 0%, 100%);
}

ul.download {
  line-height: 2;
}

dl.fancylist {
  font-size: 0.9rem;
}
dl.fancylist div {
  display: flex;
  margin: 5px 0 5px 0;
}
dl.fancylist dt {
  display: contents;
  font-weight: 400;
  font-style: italic;
}
dl.fancylist dt:after {
  border-bottom: 1px solid #8a8a8a;
  content: "";
  flex: 1 1 auto;
  margin: 0 12px 5px 12px;
}
dl.fancylist dd {
  flex: 0 1 auto;
  margin: 0 0 0 0;
}

img.responsive {
  width: 100%;
  height: auto;
}

.input-group [class*=col-] {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
}

.input-number-group {
  display: flex;
  justify-content: center;
}
.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  appearance: none;
}
.input-number-group .input-group-button {
  line-height: calc(80px / 2 - 5px);
}
.input-number-group .input-number {
  border-color: var(--primary-color);
  display: block;
  margin: 0;
  outline: none;
  padding: 0 0.75rem;
  text-align: center;
  vertical-align: top;
  width: 80px;
}
.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  height: 40px;
  user-select: none;
}
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  background: hsl(0, 0%, 100%);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 0.15rem;
  text-align: center;
  width: 40px;
}
.input-number-group .input-number-decrement:disabled,
.input-number-group .input-number-increment:disabled {
  opacity: 0.3;
  cursor: default;
}
.input-number-group .input-number-decrement {
  border-right: none;
}
.input-number-group .input-number-increment {
  border-left: none;
}

.flex-horizontal-list, .flex-horizontal-sep {
  display: flex;
  font-size: 15px;
  flex-direction: row;
  margin-bottom: 0.3rem;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .flex-horizontal-list, .flex-horizontal-sep {
    font-size: 18px;
  }
}

.flex-horizontal-list .item {
  display: flex;
  flex-direction: row;
}
.flex-horizontal-list .item p {
  margin-bottom: 0.3rem;
}
.flex-horizontal-list .item p.title {
  margin-right: 0.3rem;
}
.flex-horizontal-list .item p.value {
  margin-right: 0.6rem;
}

.flex-horizontal-sep .item {
  display: flex;
  flex-direction: row;
}
.flex-horizontal-sep .item p {
  margin-bottom: 0.3rem;
}
.flex-horizontal-sep .item p.sep {
  margin-right: 0.3rem;
}
.flex-horizontal-sep .item p.value {
  margin-right: 0.3rem;
}

.search-icon:after {
  color: hsl(0, 0%, 100%);
  content: "\f002";
  cursor: pointer;
  display: inline-block;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  margin-left: 0.7rem;
  margin-right: 0.5rem;
  position: relative;
  vertical-align: middle;
}

.title-bar {
  border-bottom: 2px solid hsl(0, 0%, 100%);
  height: 3.1875rem;
}
.title-bar .logo {
  margin-bottom: 0;
  max-width: 10rem;
  width: 10rem;
  overflow: visible;
}

@media print, screen and (min-width: 40em) {
  .title-bar {
    border-bottom: none;
  }
}
@media screen and (min-width: 75em) {
  #userbar {
    background: var(--topbar-background-top);
    height: 2.25rem;
    padding-top: 0.375rem;
    width: 100%;
  }
  #userbar ul {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  #userbar ul li {
    padding-left: 1rem;
  }
  #userbar ul li a {
    background: none;
    color: var(--primary-color);
    font-size: 0.85rem;
    margin-top: -0.125rem;
    padding: 0.5rem;
  }
  #userbar ul li a :not(:first-child) {
    line-height: 1.9;
  }
  #userbar ul li a:hover {
    text-decoration: underline;
  }
  .top-bar {
    background: var(--topbar-background);
    height: 3.5rem;
    margin-bottom: 0;
    padding: 0.3rem 0.5rem;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .top-bar .top-bar-left .logo {
    left: 5px;
    top: 0.25rem;
    max-width: 200px;
    position: absolute;
    z-index: 10;
  }
  .top-bar .top-bar-left ul.center-buttons {
    display: inline-block;
  }
  .top-bar .top-bar-left ul.menu li.active > a {
    background: var(--topbar-background-active);
  }
  .top-bar .top-bar-left ul.menu li a {
    color: var(--topbar-link);
    font-size: 1rem;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
  }
  .top-bar .top-bar-left ul.menu li a:hover {
    background-color: var(--topbar-background-active);
    color: var(--topbar-link-active);
    height: 100%;
  }
  .top-bar .top-bar-left ul.menu li ul.submenu {
    background-color: var(--topbar-background);
    height: auto;
    margin-top: 0;
    width: 14.875rem;
    padding: 0.5rem 0;
    z-index: 99;
  }
  .top-bar .top-bar-left ul.menu li ul.submenu li a {
    font-size: 0.9375rem;
    height: 1.5rem;
    line-height: 1px;
    margin-top: 0;
    padding: 1rem 0.8rem;
    text-align: left;
  }
  .top-bar .top-bar-left ul.menu li ul.submenu li a:hover {
    background: var(--topbar-background-active);
    color: var(--topbar-link-active);
  }
  .top-bar .top-bar-left ul.menu li ul.submenu.megamenu.is-dropdown-submenu {
    padding: 0.5rem 0;
    width: 30.375rem;
  }
  .top-bar .top-bar-left ul.menu li ul.submenu.megamenu.is-dropdown-submenu li.is-dropdown-submenu-item {
    float: left;
    padding-right: 0;
    max-width: 14.875rem;
  }
}
.off-canvas-wrapper ul#offcanvas.nav.vertical {
  background: var(--topbar-background);
  height: 100%;
  width: 100%;
}
.off-canvas-wrapper ul#offcanvas.nav.vertical li {
  background: var(--topbar-background);
  padding: 0;
}
.off-canvas-wrapper ul#offcanvas.nav.vertical li a {
  border-bottom: 1px solid var(--primary-color-hover);
  color: hsl(0, 0%, 100%);
  display: block;
  padding: 0.75rem 0 0.75rem 0.5rem;
}
.off-canvas-wrapper ul#offcanvas.nav.vertical li a:hover {
  background: var(--primary-color-hover);
  color: hsl(0, 0%, 94%);
}
.off-canvas-wrapper .close-button {
  color: hsl(0, 0%, 100%);
  z-index: 999;
  outline: none;
  right: 0.6rem;
  top: 0.6rem;
  font-size: 1.3rem;
  line-height: 1;
}

.item {
  position: relative;
}

.img-fulltext-none img {
  margin-bottom: 0.625rem;
}

.kr-flex-center-small {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .kr-flex-center-small {
    justify-content: left;
  }
}

#main {
  margin-top: 2rem;
}
#main .modules-above {
  display: block;
}
#main #sidebar-left, #main #sidebar-right {
  margin-top: 0;
  text-align: left;
}
#main #sidebar-right > div, #main #sidebar-left > div {
  margin-bottom: var(--global-margin);
}
#main #sidebar-right button, #main #sidebar-left button {
  margin-bottom: 1rem;
}

#kr-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  user-select: none;
  width: 100%;
  z-index: 98;
}

#footer {
  margin-top: 2rem;
  position: relative;
}

#footer .footer-top {
  background: var(--footer-background-top);
  padding: 1.5rem 0 0;
  position: relative;
}
#footer .moduletable {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  #footer .moduletable {
    margin-bottom: 0;
  }
}
#footer i {
  color: var(--footer-icon);
}
#footer a i {
  color: hsl(0, 0%, 100%);
}
#footer a i:hover {
  color: var(--footer-link-hover);
}
#footer .middle {
  background: var(--footer-background);
  position: relative;
  padding: var(--global-padding) 0;
  color: hsl(0, 0%, 100%);
}
@media print, screen and (min-width: 40em) {
  #footer .middle {
    text-align: left;
  }
}
#footer .middle h3 {
  font-size: 1.5rem;
  color: var(--footer-background-top);
}
@media print, screen and (min-width: 64em) {
  #footer .middle h3 {
    font-size: 1.2rem;
  }
}
#footer .middle a {
  color: var(--footer-link);
}
#footer .middle a:hover {
  color: var(--footer-link-hover);
}
#footer .middle .grid-x .moduletable:nth-last-child(n+2) ~ div:last-child {
  align-self: flex-end;
}
#footer .middle ul.footer {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  font-size: 0.9375rem;
  display: block;
}
#footer .middle ul.footer li {
  padding: 0;
  text-decoration: none;
  margin-bottom: 0.9375rem;
}
#footer .middle ul.footer li.active > a {
  padding: 0.3rem 0.5rem;
  margin-left: -0.5rem;
}
#footer .middle ul.footer li a {
  padding-top: 0;
  padding-bottom: 0;
}
#footer .middle ul.footer li a:hover {
  color: var(--footer-link-hover);
}
#footer .bottom {
  background: hsl(0, 0%, 94%);
  padding: 1.5rem 0 0;
  font-size: 0.8rem;
  position: relative;
}
#footer .bottom .moduletable {
  margin: 0;
}
#footer .bottom div.copyright {
  color: hsl(0, 0%, 44%);
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 64em) {
  #footer .bottom div.copyright {
    margin-bottom: 0;
  }
}
#footer .bottom ul {
  list-style: none;
}
#footer .bottom ul.menu .active > a {
  color: hsl(0, 0%, 100%);
}
#footer .bottom ul li {
  display: block;
}
@media print, screen and (min-width: 40em) {
  #footer .bottom ul li {
    display: inline;
  }
}
#footer .bottom ul li a {
  color: hsl(0, 0%, 44%);
}
@media print, screen and (min-width: 40em) {

}
#footer .bottom ul li a:hover {
  text-decoration: underline;
}

.kr-destinations.tabs-content {
  border: none;
}
.kr-destinations .tabs-panel.image {
  padding: 0;
}
.kr-destinations .kr-destination-detail {
  margin: var(--global-margin);
}
.kr-destinations .kr-destination-detail a.button {
  margin: 0 0 2.5rem;
}
.kr-destinations h2 {
  background: hsl(0, 0%, 100%);
  margin-top: -2.5rem;
  padding: 0.5rem;
  opacity: 0.6;
}
.kr-destinations h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
}
.kr-destinations ul, .kr-destinations p {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}
.kr-destinations ul {
  font-size: 0.85rem;
  margin: 0;
}
.kr-destinations ul.map li:before {
  color: green;
  content: "\f030";
  display: inline-block;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  width: 1.3rem;
}
.kr-destinations ul.beach li:before {
  color: blue;
  content: "\f13d";
  display: inline-block;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  width: 1.3rem;
}
.kr-destinations ul.food li:before {
  color: red;
  content: "\f2e7";
  display: inline-block;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  width: 1.3rem;
}
.kr-destinations ul li {
  margin-bottom: 0.5rem;
  padding: 0;
}

.blog-items {
  margin-bottom: 1rem;
}

.blog .grid-x {
  position: relative;
  border: none;
  margin: 0 auto 1.25rem;
  max-width: 18.9375rem;
}
@media print, screen and (min-width: 40em) {
  .blog .grid-x {
    text-align: left;
    max-width: 100%;
  }
}
.blog h4 {
  padding-bottom: 0.3125rem;
}

.mod-breadcrumbs {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.85rem;
  list-style: none;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
  margin-right: 20px;
  margin-left: -10px;

}


.mod-breadcrumbs li::after {
  content: "/";
  margin: 0 0.5rem;
}
.mod-breadcrumbs li:first-child::after,
.mod-breadcrumbs li:last-child::after {
  content: "";
  margin-right: 0;
}
.mod-breadcrumbs li a:hover {
  text-decoration: underline;
}

.g-recaptcha {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.intro-image {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .intro-image {
    float: left;
    margin-left: 0 !important;
  }
}

.item-image {
  margin: 0.5rem 0 2rem;
}
@media print, screen and (min-width: 40em) {
  .item-image {
    margin: 0 2rem 2rem;
  }
}

p.readmore a, a.readmore {
  font-size: 0.9rem;
  line-height: 100%;
  color: hsl(0, 0%, 44%);
  font-weight: 700;
}

.osmap-items h2 {
  font-size: 1rem !important;
  margin-bottom: 0.3rem;
}
.osmap-items ul {
  font-size: 0.9rem;
}
.osmap-items ul.level_1 {
  flex-wrap: wrap;
  display: flex;
}
@media print, screen and (min-width: 40em) {
  .osmap-items ul.level_1 li {
    flex: 1 0 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .osmap-items ul.level_1 li {
    flex: 0 0 33.3%;
  }
}

#system-message {
  margin-bottom: 0;
}

.visually-hidden, .sr-only,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media print {
  * {
    background: transparent !important;
    color: hsl(0, 0%, 4%) !important;
    text-shadow: none !important;
    box-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    overflow: visible !important;
    opacity: 1;
  }
  body > * {
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: hsl(0, 0%, 100%) !important;
    color: hsl(0, 0%, 4%);
  }
  .reveal-overlay,
  .reveal {
    border: none !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: none !important;
  }
  pre,
  blockquote {
    border: 1px solid hsl(0, 0%, 44%);
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  table {
    page-break-inside: auto !important;
    display: table !important;
    text-align: left;
    height: 100% !important;
  }
  table tr {
    page-break-inside: avoid !important;
    page-break-after: auto !important;
  }
  table td {
    text-align: left;
  }
  table.adp-directions,
  table.adp-placemark {
    page-break-after: always !important;
    display: table !important;
  }
  table.adp-directions tbody tr td div.adp-stepicon,
  table.adp-placemark tbody tr td div.adp-stepicon {
    page-break-before: auto !important;
  }
  img {
    max-width: 100% !important;
  }
  h1.logo, .logo {
    width: 100%;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h1.logo, h2, h3, h4, h5, h6, form, section {
    page-break-after: avoid;
    margin: 0;
  }
  .kr-search,
  .navbar,
  .tab-bar,
  .kr-offcanvas-left-menu,
  .main-nav,
  header,
  #footer,
  .support,
  .print,
  #printme,
  .default,
  .top-bar,
  .top-logo a img,
  #sidebar-left,
  #sidebar-right,
  .top-bar-section,
  .breadcrumbs,
  #btnPrint,
  .top-logo,
  .topnav,
  #topmenu,
  #chatlio-widget,
  .kr-carousel,
  #top,
  .reveal-modal-bg,
  .close-button {
    display: none;
    height: 0;
  }
}

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



/*custom Css  */


#main .modules-above {
  max-width: 60rem;
    margin-right: auto;
    margin-left: auto;
}

.dropdown.menu > li > a {
    background: hsl(214.55deg 54.1% 35.88% / 0%) !important;
  }


#footer ul.footer li a {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
}
.dropdown.menu li.active{
  background-color: #67aae7;
}

#footer ul.footer {
    display: grid !important;
    margin-bottom:20px;

}

#footer .bottom .columns.border {
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column;
}
.show-for-medium #kr-goto-property{margin-top: 30px;}

.small-12.columns.text-center h3 {
    font-size: 1rem;
    text-align: left;
    font-weight: 700;
}
div#mod-custom95 {
    color: #67aae7;
}

form input[type=radio].radioover + label.radiolabel:before {
    font-family: 'Font Awesome 5 Free'!important;
    font-size: 8px !important;
    color: beige !important;
}

form input[type=radio].radioover + label.radiolabel {
    color: hsl(208.39deg 100% 96.37%) !important;
}

.grid-margin-x > .medium-2 {
    font-size: 16px;
     color: hsl(208.39deg 100% 96.37%) !important;
}

/* .kr-search-discounts {
    display: none;
} */


.kr-alternatives a.property .content .occupancy, .kr-featured a.property .content .occupancy{
      padding-bottom: 0px !important;
}

.kr-featured a.property .content, .kr-alternatives a.property .content {
    padding: 0rem 0.7rem !important;

  }

.kr-featured a.property .content, .kr-alternatives a.property .content {
    padding: 1rem 0.7rem !important;
  }

#header #bottomrow.top-bar .top-bar-center ul.dropdown.menu > li {
     border-right: unset !important;
}

.kr-searchbar .button.is-active {
    background: #fb9c23 !important;
}

.kr-property-quote {
    background: hsl(0deg 0% 100%) !important;
    margin-top: 6px !important;
}


.kr-property-quote .heading {
    margin-bottom: 10px !important;
    color: #fefefe !important;
    background: #67aae7 !important;
    margin-top: 20px;
    padding: .3rem 0;
    padding-top: 10px !important;
    padding-bottom: 10px;
    margin: -16px;
    font-size: 26px;

}


.facilities .cell i.fas.fa-star, .section.rooms .cell i.fas.fa-star{
    color: #2a548d;
    opacity: .5;
    font-size: 80%;
}

/* #kr-list .card .card-section .badge {
   border-radius: unset !important;
    color: #67aae7 !important ;
    margin-top: unset !important; 
    margin-bottom: unset !important;
    font-size: 1.1rem !important;
    background: none !important;
} */

div#details .section p {
    margin: 0px;
}



#kr-list .card a.rates-section .pricing .heading {
    color: hsl(0deg 0% 100%) !important;
    background: var(--primary-color);
      padding: 10px;
}

#kr-list .card .card-section .amenities {
    text-align: center;
}


#kr-list .card a.rates-section .view {
    background: #67aae7 !important;
}

.suppress-underline .amenities{
    display: flex;
    gap:10px;
    padding-left: 0px;
    flex-wrap: wrap;
    row-gap: 3px;
}

/* .suppress-underline .amenities .badge{
    list-style: disc;
    display: list-item;
} */

/* 
.suppress-underline .amenities .badge::marker{
     color:#000;
      font-size: 16px;
} */

@media (min-width: 600px) and (max-width: 1024px) {
  .search .grid-x.grid-margin-x {
    width: 240px;
    margin-left: -8px;
    margin-top: -5px;
  }
#main .modules-above {
    max-width: 36rem;
  }
    .menus-pages div#kr-properties-data div#kr-list .small-8.small-order-1.medium-4.large-4.cell{
   width: 33.333333% !important;
  } 

.hero-search .dropdown-body .grid-margin-x > .medium-2 {
    width: 30% !important;
}
  
 section#footer .kr-flex-center-small {
    width: 540px;
    float: right;
}

}





@media (max-width: 599px) {
  #main .modules-above {
    max-width: 20rem;
  }
    .kr-property {
    margin-top: 0px !important;
}


div#kr-list .kr-list-property .grid-x > .small-8 {
    width: 100%;
}


div#kr-list .kr-list-property .grid-x{
    display: block !important;
}


div#kr-list .kr-list-property .grid-x > .small-4 {
    width: 100%;
}

/*#kr-list .card a.rates-section .pricing .heading {*/

/*    margin-bottom: 40px !important;*/
/*}*/

#kr-list .card a.rates-section .pricing{
    padding: 0px !important;
}

#kr-list .card a.rates-section .pricing .summary {
    font-size: 1.2rem !important;
    padding-bottom: 70px !important;
}

#kr-list .card a.rates-section .pricing div {
    padding: 10px !important;
}

#kr-list .card a.rates-section .pricing .rate {
    padding-bottom: 60px !important;
 
}

#kr-list .card .card-section .kr-search-discounts div{
    font-size: 11px;
}

body.home-page section#main {
    margin: 10px;
}

.title-bar .logo {
  top: 4px !important;
  
}

.title-bar .logo {
    max-width: 9rem !important;
 
}    


  .kr-search-discounts div{
    display: block !important;
  }

  .hero-search .dropdown-body .grid-margin-x > .medium-2 {
    width: 20% !important;
}

  .menus-pages div#kr-properties-data div#kr-list {
    
    grid-template-columns: unset !important;
    width: 100% !important;
    gap: 0px !important; 
    padding: 0px !important;
}
  
body.home-page .article.small-12.columns .blog-item {
    display: block !important;
}

body.home-page .article.small-12.columns .blog-item .item-image {
    width: auto !important;
    margin: 0px !important;
}


body.other-page .off-canvas-content section#main {
    margin-top: 80px !important;
} 

}


div#mod-custom137{margin-top:3rem;}


div#mod-custom137 h3.module-title {
    display: none;
}


ul.mod-menu.mod-list.nav.footer li.module-title {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #67aae7;
    font-size: 1rem;
}

.off-canvas-content .row {
    max-width: 73.125rem;
}

.kr-property .small-12.small-order-2.medium-7.large-8.medium-order-1.cell {
    background: #ffffff;
    padding: 15px;
}

.mod-custom h3.module-title {
    display: none;
}

div#mod-custom100 h3.module-title {
    display: block;
    font-weight: 700;
    color: #67aae7;
    font-size: 1rem;
}

.kr-search-discounts div {
    display: flex;
    gap: 5px;
    justify-content: center;
    padding-bottom: 10px;
    background-color: #e8f2fb;
    color: #5a5a5a;
    font-size: 14px;
    border: 1px solid rgba(10, 10, 10, .25);
    border-radius: 0;
    padding: 5px;
}

#kr-list .card .card-section .geo{
  color: #67aae7 !important;
    font-size: 20px !important;
}

.kr-search-discounts button.button.secondary.expanded {
    margin-bottom: 10px;
}

.kr-search-discounts {
    margin-top: 20px;
    margin-bottom: 15px;
}

.star-rating {
    color: #e5c410;
    font-size: 1.5rem;
}

.card-section .info p.ptype {
    display: none;
}

.card-section a.suppress-underline h3 {
    font-size: 26px;
}

.kr-property .page .section p {
    margin-bottom: 0px;
}


nav#breadcrumbs .hero-search {
    margin-top: 30px;
    background: hsl(0, 0%, 100%);
    box-shadow: 0 10px 6px -6px hsl(0, 0%, 44%);
    display: block;
    height: 80px !important;
    margin: 0 0 var(--global-margin) 0;
    max-width: none;
    padding: 1.25rem 160px;
    top: 0 !important;
    width: 100%;
    z-index: 10;
}



div#kr-properties-data .grid-x .small-12.small-order-3.medium-auto.medium-order-2.large-6.cell {
    background: #fff;
}

.kr-list-property.card .kr-search-discounts {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 10px;
}

/* button.button.filter.right-off-canvas-toggle {
    display: none;
} */

.card-section .review-card-section {
    margin-bottom: 10px;
    margin-top: -10px;
}



.off-canvas-content section#main {
    margin-top: 210px;
}
 
.off-canvas-content .row .medium-12.columns.end{
    width: 100vw;
    float: unset;
    margin: 0 !important;
    position: absolute;
    left: 0;
    text-align: center;
    padding: 0;
}
 
.off-canvas-content .row .medium-12.columns.end nav#breadcrumbs .grid-x.grid-margin-x{
   max-width: 100%;
}
 
.off-canvas-content .row .medium-12.columns.end nav#breadcrumbs .grid-x.grid-margin-x form> .grid-x.grid-margin-x{
    margin: 0 auto;
}
 
.off-canvas-content .row .medium-12.columns.end nav#breadcrumbs nav.mod-breadcrumbs__wrapper{
    /* max-width: 1150px;
    margin: 0 auto;
  background: #fff; */

  /* max-width: 1160px;
    margin: 0 auto;
    background: #fff;
    margin-left: 180px; */

   max-width: 73.125rem;
    margin-left: auto;
    margin-right: auto;
}

nav#breadcrumbs .small-12.medium-4.large-12.cell {
    width: 100%;
} 

.kr-property h1.small-margin-bottom {
    color: #67aae7 !important;
}


.kr-property .flex-horizontal-list {
    margin-bottom: 20px;
}

.kr-property a.backlink{
  top: 0px !important;
}

.section.rooms i.fa.fa-bed {
    display: none;
}


.kr-property .page .section p:first-child {
    margin-bottom: 10px;
}


@media (max-width: 1084px) { /* This covers mobile and tablets */
    nav#breadcrumbs .hero-search {
        display: none;
    }
  .off-canvas-content section#main {
    margin-top: 80px;
}

  
}


.grid-x.grid-margin-x .kr-searchbar .button.is-active {
    background: #fb9c23 !important;
}


/* div#kr-properties-data div#kr-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 20px;
    padding: 20px;
      width: 85%;
    margin: 0 auto;
}


div#kr-properties-data div#kr-list .small-8.small-order-1.medium-4.large-4.cell {
    width: 100%;
}


div#kr-properties-data div#kr-list .small-12.small-order-3.medium-auto.medium-order-2.large-6.cell {
    width: 100%;
      height: 330px
}


div#kr-properties-data div#kr-list .small-4.small-order-2.medium-2.medium-order-3.large-2.cell{
    width: 100%;
} */



.menus-pages div#kr-properties-data div#kr-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 20px;
    padding: 20px;
    width: 85%;
    /* margin: 0 auto; */
}

.menus-pages div#kr-properties-data div#kr-list .small-8.small-order-1.medium-4.large-4.cell {
    width: 100%;
}

.menus-pages div#kr-properties-data div#kr-list .small-12.small-order-3.medium-auto.medium-order-2.large-6.cell {
    width: 100%;
    /* height: 330px; */
}

.menus-pages div#kr-properties-data div#kr-list .small-4.small-order-2.medium-2.medium-order-3.large-2.cell {
    width: 100%;
}


/* #kr-list .card a.rates-section .pricing{
    margin-bottom: 60px;
} */


.menus-pages .card-section .info .review-card-section {
    display: none !important;
}

.menus-pages a.suppress-underline .amenities {
    display: none !important;
}

.menus-pages button.button.secondary.expanded{
  display: none !important;
}

.menus-pages .small-4.small-order-2.medium-2.medium-order-3.large-2.cell .pricing {
    display: none !important;
}


.menus-pages .small-4.small-order-2.medium-2.medium-order-3.large-2.cell .view {
    display: none !important;
}

.menus-pages #kr-list .card {
      box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
}

/* .kr-list-property {
    height: 280px;
} */

#kr-list .card .grid-x .topcorner .triangle {
  
    border-color: #fb9c23 transparent transparent transparent;
}


/* #bottomrow.top-bar .top-bar-center ul.dropdown.menu li:hover a {
    background-color: #67aae7;
} */



.dropdown.menu > li > a:hover {
   background-color: #67aae7 !important;
}

.kr-searchbar .button-group.custom .button {
    background: #67aae7;
}


/* Assuming you're inside .kr-property or apply it globally if needed */

.review-card-section .score {
    display: inline-block;
    position: relative;
    font-family: 'FontAwesome', 'YourCustomStarFont'; /* adjust based on your project */
    font-size: 18px;
    color: #ccc;
    line-height: 1;
    height: 1em;
    overflow: hidden;
}

.review-card-section .score::before {
    content: ""; /* outline */
    display: block;
    color: #ccc;
}

.review-card-section .score span {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
}

.review-card-section .score span::after {
    content: ""; /* filled */
    display: block;
    color: #f7941d;
}


div#kr-properties-data .grid-x .small-12.small-order-3.medium-auto.medium-order-2.large-6.cell .card-section .review-card-section {
    text-align: start;
}


.kr-property #kr-property-slideshow {
    margin: 0px !important;
}


@media screen and (min-width: 1084px) and (max-width: 1240px) {
    nav#breadcrumbs .hero-search {
        padding: 10px 0px 0px 0px;
    }
}


.kr-searchbar .button-group.custom .button:hover {
  background-color: #fb9c23 !important;
}


#kr-list .card a.rates-section .pricing .heading{
      background: #2a548d !important;
}

.kr-searchbar .button span {
    font-size: 20px !important;
}


/* Optional: Style the icon inside the View */
.view i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

/* Hover effect for the icon */
.view:hover i {
  transform: translateX(5px); /* Move the icon a bit on hover */
}


#kr-properties-filters-off-canvas ul.filter-sort-list li label.checklabel{
  font-size: 15px !important;
}

a.show-for-large.accent.button.hollow.backlink {
    position: absolute;
    margin-top: -54px;
    border: unset;
}

/* div#kr-property-slideshow{
  width:60%;
} */



 @media screen and (min-width: 1084px) {


/* #main #sidebar-left, #main #sidebar-right {
    margin-top: 0;
    text-align: left;
    transform: translateY(-680px);
} */
   
div#kr-property-book .grid-x.grid-margin-x {
    background: #ddd;
    margin: -16px;
    padding-top: 30px;
    margin-top: 10px;
}

   .kr-property a.backlink{
        top: -53px !important;
        border: unset !important;
  }

.kr-property .small-12.medium-8.large-9.columns {
    margin-bottom: 20px;
}
/* 
.kr-property .row.slideshow-wrapper {
    width: 60%;
} */
     .kr-property {
    margin-top: -150px;
}

   div#phototour .column.column-block {
    /* margin-top: 15px; */
     padding:0px;
}

 }

@media (min-width: 768px) and (max-width: 1083px) {
    div#kr-property-slideshow {
        padding-top: 20px;
    }
  
}


div#kr-totals p {
    color: #fff;
}

.row.payment-info .small-12.columns.text-center {
    color: #fff;
}

.slick-slide img {
    width: 100%;
}

.review-card-section.text-center {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 10px;
}


.kr-property .tabs-content .tabs-panel .header {
    background: unset;
    border: unset;
}

.kr-property .small-12.medium-8.large-9.columns.property-name {
    background: unset;
    margin-top: 20px;
}


.kr-property .small-12.medium-8.large-9.columns {
    background: #fff;
  padding:0px;
}


.property-info-line {
    margin-bottom: 20px;
}


.kr-alternatives a.property .content h4, .kr-featured a.property .content h4 {
    color: #67aae7 !important;
}


div#rates li.color-secondary {
    color: #67aae7;
}



.tabs-content h3.header{
  color: #67aae7 !important;

}

#kr-property-thumbs{
  margin-bottom:0px !important;
}


#kr-list .card a.rates-section .pricing .heading:hover {
    background: #356bb3 !important;
}

div#kr-property-thumbs .slick-list.draggable .slick-track {
    display: flex;
    gap: 15px;
}

.kr-property .header{
    margin: 0px !important;
    padding: 0.4rem 0 !important;
}

div#calendar-months {
    text-align: center;
}

div#geriatric-key {
    text-align: center;
}

.moduletable.helps-section {
    text-align: center;
}

.moduletable.property-summary .small-6.text-right.cell {
    text-align: justify;
    padding-left: 30px;
}

.small-12.cell .no-margin-bottom {
    color: #5a5a5a;
}

.deposit h6 {
    color: #5a5a5a;
}

i.fa.solid.fa-credit-card.fa-1x{
  color: #2a548d;
  }

.grid-x.grid-margin-x p.total-price.big.no-margin-bottom {
    color: #2a548d;
    font-size: 1.8rem;
}

.deposit p.bigger{
   color: #2a548d;
}

.kr-alternatives a.property p{
  margin-bottom:0px !important;
}

#kr-form-gateway.kr-stripe #payment-element{
      margin-bottom: 18.5rem !important;
}


.small-6.medium-4.large-3.xlarge-3.cell.date-field {
    margin-left: 108px;
}


.small-6.medium-4.large-3.xlarge-3.cell.passport-auth .control-label {
    display: flex;
    gap: 10px;
}

.tooltip {
  width: 140px;
  margin-left: 50px !important;
  background: #356bb3 !important;
  border-radius: 8px !important;
}

.small-6.medium-4.large-3.xlarge-3.cell.passport-auth small.form-text {
    display: none;
}

.top-bar .top-bar-left .logo{
 position: unset !important;
}


body.home-page section#main {
    margin: 0;
}

body.home-page .kr-spotlight.grid-x.grid-margin-x {
    margin-bottom: 2rem;
}

body.home-page  .grid-x.kr-featured.kr-slick.slick-initialized.slick-slider{
    margin-bottom: 2rem;
}

body.home-page .off-canvas-content .row{
  max-width: 60rem !important;
  }
body.home-page .article.small-12.columns .blog-item{
  display: flex;
}

body.home-page .article.small-12.columns .blog-item .item-image {
    width: 1240px;
    margin-left: 0px;
}

/*body.menus-pages .off-canvas-content section#main {*/
/*    margin-top: 100px;*/
/*}*/


body.menus-pages section#main {
    margin-top: 80px;
}

body.special-offer-page section#main {
    margin-top: 180px;
}

.small-12.cell button.button.expanded.large.no-margin-bottom {
    color: rgb(255 255 255) !important;
}


body.other-page .off-canvas-content section#main {
    margin-top: 190px;
}

body.other-page-menus .off-canvas-content section#main {
    margin-top: 70px;
}

.main-content .article.small-12.columns h4#kr-properties-filter-count {
    display: none;
    
}

.main-content .article.small-12.columns .kr-properties-filter-heading {
    margin-bottom: 20px;
}

div#kr-alternatives .small-12.cell .no-margin-bottom {
    color: rgb(68 62 62);
}

.kr-alternatives a.property .price{
      padding: 5% 5% !important;
}
/*.bottom .row{max-width: 73.125rem;}*/



.grid-x.grid-margin-x p.total-price.big.no-margin-bottom {
    color: rgb(42 84 141) !important;
}

/* div#sidebar-right .small-12.cell .no-margin-bottom {
    color: rgb(42 84 141);
} */


.phpdebugbar.phpdebugbar-minimized {
    display: none;
}

/* form input[type=checkbox].checkover + label.checklabel, form input[type=radio].radioover + label.radiolabel, form input[type=checkbox].checkover:checked + label.checklabel:before, form input[type=radio].radioover:checked + label.radiolabel:before{
  color: #2a548d !important;
} */


.card-section .description {
    color: #040404;
    text-decoration: none;
}


  /*#kr-searchregion-drop .regioncol .country { font-weight: 600; margin-bottom: 0.5rem; }*/
  /*  #kr-searchregion-drop .regioncol .regions { list-style: none; margin: 0; padding: 0; }*/
  /*  #kr-searchregion-drop .regioncol .regions li { margin: 0 0 .25rem 0; }*/
  /*  #kr-searchregion-drop .radiolabel { cursor: pointer; }*/
    
    
    /* .hero-search .dropdown-body .grid-margin-x > .medium-2 {
    width: calc(18.666667% - 1.875rem);
} */


form input[type=radio].radioover.gateway + label.radiolabel {
    font-size: 1.1rem;
    color: #003b70 !important;
}

form input[type=radio].radioover:checked + label.radiolabel:before{
    color: #003b70 !important;
}

form input[type=radio].radioover + label.radiolabel:before {

    color: #003b70 !important;
}


.tt-dataset.tt-dataset-autosearch a.needsclick {
    color: #fff;
}


.tt-dataset.tt-dataset-autosearch span {
    color: #fff !important;
}


div#kr-searchregion-drop .dropdown-body .small-6.medium-2.cell.regioncol ul.regions li label.radiolabel::before{
  display: none;
}

#kr-searchregion-drop .country {
    color: #cacaca;
}




.p-HeightObserverProvider .AnimatePresence {
    display: none;
}

  .hero-search .dropdown-body .grid-margin-x > .medium-2 {
    width: 9%;
}


.kr-search #kr-searchguest-drop #age-help{
  color:  #2a548d !important;
}

.kr-search #kr-searchguest-drop label {
    color: #2a548d !important;
}

.off-canvas-content .row div#system-message-container {
    margin-top: 50px;
}