@charset "utf-8";
/* CSS Document */

:root {
  --primary-color: #f54906;
  --secondary-color: #2c3a6fe8;
  --background-color: #fff;
  --text-color: #666;
  --accent-color: #bbb4a0;
  --font-family: Lato, sans-serif;
  --font-family-cursive: "Ephesis", cursive;
}
 


#carousel .carousel-item .caption {
    background: none;
    padding: 0;
    margin: 0;
    }
    
 .caption animated fadeIn {
      height: 100vh;
      min-height: 775px;  
    }  
 .page-alternate {
     background: none;     
    }    
#work {  
  position: relative;
  top: 0;
  left: 0;
  width: 350px;
  height: 100vh;
  min-height: 775px; 
  background-color: rgba(59, 62, 111);
  padding: 20px 0 40px 0;
}

#searchbox {
  margin: 25px auto 0 auto;
}

#searchbox h4 {
  color: var(--background-color);
  text-align: center; 
  font-size: 1.1rem;
}

#availabilityForm {
  display: block;
  max-width: 96%;
  padding: 0 25px;
}

.form-search label {
  background: none;
  color: var(--background-color);
}

#arrivaldate {
  width: 92%;
  margin-top: 20px;
}
#arrivaldate, #arrival {
  cursor: pointer;
  background: url(https://caymanvacations.com/_include/img/calendar.png) right no-repeat #fcfcfc;
    background-position-x: right;
    background-position-y: center;
  width: 85%;
  margin: 15px 0px 5px 0px;  
  padding: 8px;
  font-size: 1em;
  letter-spacing: 1px;
  background-position: 97% 35%;
}  
 #searchbox select {
	margin: 15px 0 5px 0;
    padding: 8px 0 8px 10px;
    background: url(https://caymanvacations.com/_include/img/selectbg.png) top right no-repeat #fcfcfc;
    background-position: 98% 35%;    
	line-height: 18px;
	}
label {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 7px;
}    

.child-age-field {
  width: 83px;
  display: inline-block;
  margin-right: 8px;
}
    
element {
  margin-top: auto;
}
#searchbox .child-age-field select {
    margin-top: 5px;
}    

    
input, button, select, textarea {
font-weight: 400;
font-family: 'Lato', sans-serif;
outline: 0;
font-size: 1em;
height: auto;
padding: 6px;
letter-spacing: 1px;
margin: 0px 0px 5px 0px;
width: 100%;
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
}
#mainbutton {
	width: 120%;
	background: #f34d0c;
	}
#mainbutton:hover, #mainbutton:active {
	width: 120%;		
	background: #b09a68;
	}
input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}    

#mainbutton {
  width: 100%; /* Ensure width is consistent */
  background: var(--primary-color);
  margin: 20px 0 0 0;
  padding: 12px;
  color: var(--background-color);
  border: none;
  cursor: pointer;
  box-sizing: border-box; /* Include padding and border in the width */
}

#mainbutton:hover {
  width: 100%; /* Ensure width remains the same on hover */
  background: var(--accent-color);
}
#mainbutton.processing {
  background-color: #0056b3;
  cursor: not-allowed;
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid var(--secondary-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loadingMessage {
    font-size: 1.5em;
    text-align: center;
    color: var(--secondary-color);
    margin-top: 20%;
}
 @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }    

#loadingOverlay p {
    margin-top: 180px; /* Adjust as needed */
    font-size: 24px;
    color: var(--secondary-color);
    text-align: center;
}  
header .container {
        width: 100%;
        margin: 20px auto 0 auto;        
    }    
#about .container, .row {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
}

.page-alternate {
  padding: 50px 0 0 0;
  min-height: 200px;
}

p.message {
  color: #f00;
  font-size: 1.5em;
}
section {    
    margin: 0 auto;
    width: 100%;    
    }
#home-image .slide-content {
  font-size: 3em;
  color: var(--secondary-color);
  letter-spacing: 100%;
}
h2.slide_heading {
  color: var(--secondary-color);
  font-size: 1.4em;
  line-height: 48px;
  font-weight: bolder;
  letter-spacing: 2px;
  text-align: center;          
}  
.displaybox {
     margin: 0 auto 50px auto;
     padding: 0 50px;
     width: 500px;      
     background: #fff;  
    }     
 .slide-text p {
  font-size: 20px;
  color: #999; 
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
}

#thumbs li.item-thumbs {
  margin: 0 auto 120px auto;
  width: 100%;
  max-width: 1440px;
  box-shadow: rgba(20, 20, 53, 0.25) 0px 20px 40px -20px, rgba(0, 0, 0, 0.3) 0px 30px 30px -30px;  
  border-top: 1px solid #dbd1cd;  
  border-bottom: 1px solid #dbd1cd;
  position: relative;
  overflow: hidden; 
  display: grid;
  grid-template-rows: 1fr;   
}

.image-wrap .hover-wrap .overlay-img {
    background: none;
    background-color: #b9b29df3;
}
.specialinf {
    background: var(--accent-color);
}    
    
 p.abbr {
    color: rgba(59, 62, 111, 0.90);
}  
    
#thumbs li.item-thumbs .profile {
  border: none;
  padding: 0;
  background: #f5f3f1;
  margin-bottom: 0;
  grid-column: 1 / 2;
} 


.desc {
  grid-column: 2 / 3;
  padding: 20px;
}

.image-wrap {
  margin-bottom: 0;
}

.profile-description {  
  width: 96%;
  margin-left: 2%;
  margin-right: 2%; 
  margin-bottom: 20px;
  text-align: justify;
  min-height: 140px;
  font-size: 0.9em;
  letter-spacing: 0.08em;
  line-height: 1.5em;    
    }
    
h3.profile-name {
  color: #323f68;
  font-weight: 600;
  letter-spacing: 3px;
  margin-top: 20px;
}

h3.title-description {
  color: var(--secondary-color);
}

table.table, table.ratetable {
  grid-column: 1 / 4;
  margin: 0;
  letter-spacing: 1px;
}

table.table th, table.ratetable th {
  padding: 10px;
  font-weight: 600;
  color: var(--secondary-color);
  letter-spacing: 1px;
}

table td.text-left, table.table th.text-left, table.ratetable th {
  text-align: left;
  padding-left: 10px;
}

table td.text-right, table.table th.text-right {
  text-align: right;
  padding-right: 10px;
}
table.ratetable thead {
        background: var(--secondary-color);        
    }  
table.ratetable thead tr th {
        color: #fff;
    }    

input[type="submit"].more.luxury {
  width: 100%;
  background: var(--primary-color);
  color: var(--background-color);
  padding: 10px 20px;
  border: 0;
}

a.more-luxury, a span.font-icon-info {
  text-transform: none;
  text-align: right;
  color: var(--primary-color);
}

a.more {
  text-transform: none;
  color: var(--background-color);
  padding: 10px 20px;
  text-decoration: none;
}

a.more:hover, input[type="submit"].luxury:hover {
  background: var(--secondary-color);
}

.profile-location a.luxury {
  background: url(https://caymanvacations.com/_include/img/mapL.png) top left no-repeat;
}
.profile-location a {
  background-position: 0 0;
  margin-left: 10px;
  padding: 8px 15px;
}
a.luxury, div.luxury span.overlay-img {
  background: #f54906;
}    

h4 {
  font-weight: 600;
  font-size: 1em;
  color: var(--secondary-color);
  text-align: center;
  line-height: 30px;
  margin-top: 20px;
}

h4.type-work {
  text-align: left;
  margin-top: 0;
  color: #A29C90;
}

h3 a {
  color: var(--primary-color);
  text-decoration: none;
}
    
.title-page {
  text-align: center;  
  margin: -450px auto 0 auto;
  background: #ffffffa9;
  padding: 50px 0;
  width: 600px;
  border: 1px solid #aaa;
}  
.title-page2 { 
  padding: 50px 0;
  width: 600px; 
  max-width: 95%;    
  text-align: center;
  margin: 0 auto;    
}        
h2 {
  color: var(--secondary-color);
  font-size: 2.6em;
  letter-spacing: 0.4px;
  margin: 8px auto;
  font-weight: 500;
    }
h2.title {  
    color: var(--secondary-color);
    letter-spacing: 10px;
    font-size: 2.2em;
}
.title-page2 h2.title { 
  color: var(--accent-color);
  letter-spacing: 10px;
  font-size: 1.5em;
}
      
h2.title span {
        letter-spacing: 9px;
    }
h2.title2 {
  letter-spacing: 5px;
  font-size: 1.2em;
  color: var(--accent-color);
  font-weight: 400;
    }    
h3.title-description {
    font-size: 1.1em;
    font-weight: 400;
    margin: 0;
}
h3 a:hover, a span.font-icon-info:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.facilities {
  margin-top: 20px;
  margin-bottom: 0;
  height: 64px;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}

.facilities img.icon {
  float: left;
  max-width: 7%;
  margin: 30px 0.5% 30px 0.5%;
  background: var(--secondary-color);
  padding: 1.75%;
}

img.Bedding {
  opacity: 0.6;
}

table.features {
  width: 96%;
  margin: 10px auto;
}

table.features td, table.unit td {
  color: var(--secondary-color);
  font-weight: 600;
  padding: 5px 0;
  font-size: 1em;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.unitnumber {
  color: #2c4e79;
  font-size: 1.5em;
  padding: 5px 0;
}

.unittype {
  color: #2c4e79;
  font-size: 1.2em;
  padding: 10px 0;
  font-weight: 700;
}

table.unit {
  width: 96%;
  margin: 0 2% 10px 2%;
}

table.table td, table.ratetable td { 
   color: var(--secondary-color);
  font-weight: 600;
  padding: 10px;
  font-size: 0.9em;
  vertical-align: middle;
}

table.table td b {
  background: var(--accent-color);
  color: var(--background-color);
  padding: 4px;
  display: block;
  width: 30px;
  height: 24px;
  margin: 0 auto;
  letter-spacing: 1px;
}
table.table form {
        margin: 0;
}    

table.features td.head {
  color: #b1a583;
  padding: 15px 0 0 0;
}

table a {
  opacity: 0.6;
}

table a:hover {
  opacity: 1;
}

img.beds {
  opacity: 0.5;
  max-height: 75px;
}

.table-container table {
  width: 200px;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  color: #244EA2;
}

#info {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
  background: var(--primary-color);
  color: var(--background-color);
  font-weight: 700;
}

#info:hover, #info:focus {
  background: #414069;
  cursor: pointer;
}

button {
  background: var(--primary-color);
  color: var(--background-color);
  border: none;
  cursor: pointer;
  margin: 0;
  width: 30px;
  padding: 1px 0 5px 0;
}

button.openModalBtn {
  margin-left: 10px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  width: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
}

.close {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  opacity: 0.6;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

table.modal-table {
  display: none;
  border-collapse: collapse;
  font-family: Tahoma, Geneva, sans-serif;
  text-align: center;
}

table.modal-table td {
  padding: 5px;
}

table.modal-table thead td {
  background-color: #54585d;
  color: var(--background-color);
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #54585d;
}

table.modal-table tbody td {
  color: #636363;
  border: 1px solid #dddfe1;
}

table.modal-table tbody tr {
  background-color: #f9fafb;
}

table.modal-table tbody tr:nth-child(odd) {
  background-color: var(--background-color);
}

.frame {
  position: relative;
  top: 0;
  overflow: hidden;
  margin: 35px;
  box-shadow: rgba(20, 20, 53, 0.25) 0px 20px 40px -20px, rgba(0, 0, 0, 0.3) 0px 30px 30px -30px;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  flex-direction: row;
  margin-bottom: 0;
}

.element {
  margin: 0;
  padding: 0;
  flex: 0 0 100%;
}

.element img {
  width: 100%;
  display: block;
}

.carousel-buttons button.lb {
  position: absolute;
  bottom: 0;
  width: 50px;
  left: 0;
  background: var(--primary-color);
}

.carousel-buttons button.rb {
  position: absolute;
  bottom: 0;
  width: 50px;
  right: 0;
  background: var(--primary-color);
}
#copyUrlButton {
        margin-top: 20px; 
        padding: 5px 10px 10px 10px; 
        background-color: var(--primary-color);
        color: #fff; 
        border: none; 
        border-radius: 3px; 
        cursor: pointer; 
        width:200px;
    }
#urlLinkContainer {
        float: left;
        clear: left;
        width: 100%;
        margin: 60px 0;
    }    
#copyUrlButton:hover {
        background-color: var(--accent-color);
    }  
    
#mapinfo .filter-ui {
    width: 200px;
    }
    .mapboxgl-popup-close-button {
        display:none;
    }    
#hideMap {
    background-color: var(--secondary-color);
    }
    
#footerbar, #work2 { 
    background-color: var(--secondary-color);
    }
.partners {
    margin-top: -20px;    
    }
.copy a:hover {
  color: #fff;    
    }
    
@media (max-width: 1440px) {
    .title-page {margin-left: 450px;}  
    }   
@media (min-width: 1200px) and (max-width: 1280px) {
  .frame {
    margin: 7% 5%;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  #home-image .slide-content {
    width: 100%;
    top: 850px;
    left: 0;
    border: none;
    height: 260px;
  } 

  #slidecaption h1 {
    font-size: 3em;
  } 
 .title-page {
  margin-left: 400px;
  width: 500px;
    }   
    
#thumbs li.item-thumbs2 {
   width: 30%;
    }
  .image-wrap img {
    margin-top: 50px;
  }

  .frame {
    margin: 15% 5% 5% 5%;
  }

  .facilities {
    width: 96%;
  }

  table.table {
    margin: 0 2% 0 0;
  }

  img.icon {
    max-width: 3.5%;
    margin: 1.5% 2% 1.5% 0;
  }
}

@media (min-width: 980px) and (max-width: 1024px) {
  #home-image .slide-content {
    width: 100%;
    top: 850px;
    left: 0;
    border: none;
  } 
.title-page {
  margin-left: 400px;
  width: 450px;
    }   
  #thumbs li {
    grid-template-columns: 1fr;
  }  
#thumbs li.item-thumbs2 {
    width: 45%;
    }
  .profile, .desc {
    grid-column: 1 / 2;
    margin: 2%;
  }

  table.table {
    grid-column: 1 / 2;
    width: 96%;
    margin: 0 0 0 4%;
  }

  .profile {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
  }

  .frame {
    margin: 2%;
  }

  #slidecaption h1 {
    font-size: 2.75em;
  }

  .form-search {
    padding: 15px 0 0 0;
  }

  .image-wrap img {
    margin-top: 50px;
  }

  .facilities {
    width: 96%;
  }

  img.icon {  
    max-width: 7%;  
    margin: 1.5% 2% 1.5% 0;
  }
}
    
@media (min-width: 835px) and (max-width: 979px) {    
.title-page {
    margin-left: 350px;
    width: 100%;
    padding-left: 40px;
    text-align: left;
  }
h2 {
    font-size: 2em;
    letter-spacing: 0.4px;
    }    
h2.title {
  letter-spacing: 4.4px;
  font-size: 2em;    
    }
h2.title span {
   letter-spacing: 3.5px;     
    }
h3.title-description {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  text-align: left;
  letter-spacing: 0px;
}  
#thumbs li {
    grid-template-columns: 1fr;
  }
#thumbs li.item-thumbs2 {
    width: 45%;
    }

  .profile, .desc {
    grid-column: 1 / 2;
    margin: 2%;
  }

  table.table {
    grid-column: 1 / 2;
    width: 96%;
    margin: 0 0 0 4%;
  }

  .profile {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
  }

  .frame {
    margin: 2%;
  }

  #slidecaption h1 {
    font-size: 2.5em;
  }

  #home-image #slidecaption h1 {
    margin: 1em 0 0 1em;
  }

  .form-search {
    padding: 15px 0 0 0;
  }

  .span12 {
    width: 100%;
  }

  .span6 {
    width: 96%;
    margin: 0 2%;
  }
h3.profile-name {
    margin-top: 2em;
}
img.icon { 
    max-width: 7%;
    margin: 1.5% 2% 1.5% 0;
}   
    }
    
@media (min-width: 768px) and (max-width: 834px) { 
  .title-page {
    margin-left: 350px;
    width: 100%;
    padding-left: 40px;
    text-align: left;
  }
h2 {
        font-size: 2em;
        letter-spacing: 0.4px;
    }    
h2.title {
  letter-spacing: 4.4px;
  font-size: 2em;    
    }
h2.title span {
   letter-spacing: 3.5px;     
    }
h3.title-description {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  text-align: left;
  letter-spacing: 0px;
}  
    
.title-page2 h3.title-description {  
    text-align: center;
    margin: 0 auto;
    }
  #thumbs li {
    grid-template-columns: 1fr;
  }
#thumbs li.item-thumbs2 {
    width: 45%;
    }

  .profile, .desc {
    grid-column: 1 / 2;
    margin: 2%;
  }

  table.table {
    grid-column: 1 / 2;
    width: 96%;
    margin: 0 0 0 4%;
  }

  .profile {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
  }

  .frame {
    margin: 2%;
  }

  #slidecaption h1 {
    font-size: 2.5em;
  }

  #home-image #slidecaption h1 {
    margin: 1em 0 0 1em;
  }

  .form-search {
    padding: 15px 0 0 0;
  }

  .span12 {
    width: 100%;
  }

  .span6 {
    width: 96%;
    margin: 0 2%;
  }
h3.profile-name {
    margin-top: 2em;
}
img.icon { 
    max-width: 7%;
    margin: 1.5% 2% 1.5% 0;
}
}

@media (min-width: 481px) and (max-width: 767px) {
  .title-page {
      margin-left: 350px;
      width: 100%;
      max-width: 317px;      
    }
    .title-page h2, .title-page h2 span, .title-page h3 {
        font-size: 1em;
        letter-spacing: 0px;
    }
    .title-page h3 {
        font-size: 0.8em;
    }
  #work #searchbox {
    padding-left: 0;
  }  
.displaybox {
    max-width: 100%;
    }
 #thumbs li {
    grid-template-columns: 1fr;
}
  #thumbs li.item-thumbs2 {
    width: 98%;
    }
.profile, .desc {
    grid-column: 1 / 2;
    margin: 2%;
}
table.table {
    grid-column: 1 / 2;
    width: 96%;
}
.profile {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
}
.frame {
    margin: 2%;
}
.span6 {
    width: 94%;
    margin: 0 3%;
}
.span12 {
    width: 100%;
    margin: 0;
    }    
h5 {
  font-size: 0.6em;
}
form.form-search .span2 {
    width: 96%;
}
#options .span3 {
    width: 45%;
    margin: 0 0 0 5%;
}
table.table {
    margin: 0 0 0 4%;
}
h3.profile-name {
    margin-top: 2em;
}
img.icon {
    max-width: 3.1%;
    margin: 0 0.9% 0 0.5%;
}
input, button, select, textarea {
    font-size: 1em;
    } 
}

    @media (max-width: 480px) {

element {
  display: none;
}
#mapinfo .filter-ui {
    display: none;
    }
 #searchbox {  
   top: 0;     
   margin: 0 auto 0 auto;
   padding-top: 25px;
    }
 #work {
     width: 100%;
     max-width: 100%;   
     padding:0;
    }  
#arrivaldate {
        width: 94.5%;
    }    
 .slide-content {
  width: 100%;  
  background-color: #ffffff;
  margin: 0 auto;
  position: absolute;
  padding: 30px 0;
  text-align: center;
  top: 850px;
  left: 0;
  height: 350px;
  z-index: 100;
  text-align: center;
  border: none;
}  

.displaybox {
    border: none;
    width: 100%;    
        }
 .slide-text {
    border: none; 
    width: 100%;
    }        
h2.slide_heading {
    font-size: 1.1em;
        }
.slide-text p {
  font-size: 18px;  
}     
#loadingMessage {   
    margin-top: 30%;
}  
.page-alternate {
    margin-top: 0;
        }
 #thumbs li {
    grid-template-columns: 1fr;
}
#thumbs li.item-thumbs2 {
  margin: 30px auto;       
  width: 100%;
    }        
#home-image #slidecaption h1 {
    margin: 3em 0 0 0.5em;
}
form.form-search .span2 {
    width: 96%;
}
h5 {
  font-size: 0.6em;
}    
.container {
    padding: 0;
}
.row {
    padding: 0;
    width: 100%;
}
.span3 {
    width: 100%;
    margin: 0;
}
.span6 {
    width: 100%;
    margin: 0;
}
 .span12 {
  width: 97%;
  margin: 20px 1.5%;
}   
.profile, .desc, table.table {
  background: none;
  grid-column: 1 / 4;
  margin: 0;
  max-width: 100%;
}
.frame {
    margin: 0;
}
h3.profile-name {
    margin-top: 2em;
}
table.table td, table.table th {
    font-weight: 600;
    padding: 10px;
    font-size: 0.8em;
}    
 

form {
    margin: 0;
}    
img.icon {   
    margin: 15px 1% 10px 1%;
}    
    }
