<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .main-header
2.1. Top Header / .top-header
2.2. Navigation / .main-nav
3. Slider / .slider-box
4. Main 
4.1. Reservation / #check-reservation
4.2. Form Reservation / #form
5. Footer 
5.1. Footer Top / #prefooter
5.2. Footer Bottom / #footer
-------------------------------------------------------------------*/
/****************************BOOKING -3****************************/
body {
  line-height:1;
  color: #0f3556;
  -webkit-font-smoothing: antialiased !important;
}
h2{
  text-transform: uppercase;
}
h3{
  font-size: 30px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}
h4{
  padding-bottom: 15px;
}
#booking-1{
  padding: 90px 0 100px;
}
/*****************RESERVATION*****************/
.check-heading{
  padding-bottom: 25px;
}
.check-heading h4{
  padding-bottom: 10px;
}
.check-date {
  padding-bottom: 30px;
}
.hr {
  border-bottom: 1px solid rgba(236,219,228,0.2);
  width: 100%;
}
.check-room {
  background: #0f3556 none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-bottom: 22px;
  margin-top: 16px;
}
.group {
  margin-top: 15px;
  padding: 0px;
}
.group1{
  margin-top: 25px;
}
.group_room h4 {
  margin-left: 18px;
  padding-top: 42px;
}
.group h4 {
  color: #fff;
  font-size: 16px;
  padding-bottom: 14px;
}
.pa-left{
  padding-left:5px; 
}
.pa-right{
  padding-right: 5px;
}
.check-room p{
  padding-bottom: 10px!important;
}
#check-reservation .last-row{
  margin-top: 5px!important;
}
.check-room .group{
  margin-top: 8px;
}
#check-reservation .chek-room select{
  line-height: 38px!important;
  height: 40px;
}
#check-reservation select, #check-reservation input{
  font-size: 14px;
  font-family: "Lato";
}
#check-reservation .check-date input{
  line-height: 20px;
}
#check-reservation p {
  color: #8a9bad;
  padding-bottom: 15px;
}
#check-reservation {
  background-color: #0f3556;
  border-radius: 5px;
  padding: 32px 25px 30px;
}
#check-reservation h4, h5{
  color: #fff;
  font-weight: 700;
}
#check-reservation span{
  font-style: italic;
  color: #8a9bad;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 14px;
}
#check-reservation .row{
  margin: 0;
}
.btn-more{
  background-color: #f4d025;
  padding: 12px;
  border-radius: 80px;
  margin: 0 auto;
  text-align:center;
  width: 66%;
  margin-top: 30px;
}
.btn-more a{
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0f3556;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.btn-more a:hover{
  color: #f3f3f3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;

}
#check-room {
  position: relative;
  width: 100%;
  z-index: 6;
  top:-85px;
}
#datetimepicker1 , #datetimepicker2 {
  font-size: 14px;
}
form div i{
  position: absolute;
  right: 20px;
  line-height: 35px !important;
  color: #0f3556;
  top: 33px;
}
.group input, select{
  /* ggg background: #546e85 none repeat scroll 0 0; */
  background: #0f3556 none repeat scroll 0 0;
  box-shadow: 0 0 0;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}
.group i{
  color: #f3f3f3;
}
i.plus-circle{
  left: 0;
  position: absolute;
  color: #f4d025;
  margin-right: 4px;
  padding-top: 11px;
  top: 31%;
  font-size: 14px;
}
.dk li:hover{
  background-color: #f4f4f4;
}
.i-left{
  right: 25px;
}
*::-webkit-input-placeholder {
  color: #fff;
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
}
*::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

/********************FORM*******************/
#form{
  background-color: #f3f3f3;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}
.image{
  width: 100%;
  overflow: hidden;
  opacity: 0.9;
  border-bottom: 1px solid #e1e1e1;
  padding: 1px;
}
#form form{
  padding: 25px 30px 0 30px;
}
#form form input{
  margin-bottom: 15px;
  border:1px solid #e1e1e1;
}
#form h4{
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 13px;
}
.pr-coll{
  margin-left: 0px;
  margin-right: 0px;
}
.btn-pay .btn {
  color: #0f3556;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 11px;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.coll p{
  font-style: italic;
  color: #a1a1a1;
  line-height: 2.5;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 18px;
}
#text-area{
  height: 120px;
  border-radius: 5px;
  border:1px solid #e1e1e1;
}
.btn-via{
  border-radius: 80px;
  border: 2px solid #0f3556;
}
.btn-paypal{
  border-radius: 80px;
  border: none;
  background-color: #f4d025;
  border:2px solid #f4d025;
}
.coll{
  margin: 47px 0px 50px;
}
.pr-coll .btn-default:hover{
  border-color: #adadad;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  select {padding-right:18px}
}
.side-panel-wrap ul li a{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
}
/* The CSS Select Box*/
.reservation  .mylabel {position:relative}
.reservation  .mylabel:after {
  font-family: "Ionicons";
  content:'\f35f';
  font-size: 21px;
  color:#fff;
  right:15px; top:10px;
  position:absolute;
  pointer-events:none;
}
.parslide .item {
  z-index: 1;
}
/****************/
@media screen and (min-width: 1200px) and (max-width: 1253px) { 

}
@media (min-width: 1200px) {
  #check-reservation .check-date input{
    margin-top: -16px;
  }
  #check-reservation {
    /* ggg background-color: #0f3556;*/
    background-color: #1857A0;
    border-radius: 5px;
    padding: 32px 30px 30px;
  }
  .btnvia{
    width: 43.8%;
    float: left;
  }
  .small-coll{
    max-width: 10%;
    float: left;
    margin-left: 13px;
  }
  .btnpaypal{
    width: 43.8%;
    float: right;
  }
}
@media(max-width: 1199px){
  .coll{
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .btnvia{
    margin-top: 50px;
  }
  .small-coll{
    margin-top:0px;
    margin-bottom: 0px;
  }
  .btnpaypal{
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1008px) { 

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-width: 767px) {

  .check-room {
    background: #0f3556 none repeat scroll 0 0;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto 25px;
    padding: 0;
    width: 100%;
  }
  .check-room .group {
    margin-top: 0;
  }
  .pa-left {
    padding-left: 0px;
  }
  .no-res .pa-right {
    padding-right: 0px;
  }
  .i-left {
    right: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {

}
@media (max-width: 479px) {

  #button-ok{
    width: 70%;
  }
}
@media (max-width: 320px) {
  #button-ok{
    width: 100%;
  }
}</pre></body></html>