<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Modern.css*/

/*###############################################################################################################################*/
/*##################################################    GLOBAL CSS   ############################################################*/
/*###############################################################################################################################*/

/*LIST CONTAINER*/
.BookingFormRequest {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(64, 64, 64, 0.5);
  z-index: 99999999;
  display: none;
}
.rv-module.module1.module.rv-inner-content {
  padding: 0;
}
.tracker {
  border-bottom: 4px solid #25252538;
  font-family: arial;
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 8px;
  width: calc(100% - 690px);
}
.tracker div {
  display: inline-block;
  vertical-align: top;
}
.tracker div:nth-child(2) {
  margin-bottom: 8px;
  margin-left: 2px;
  padding-left: 6px;
  border-left: 2px solid #252525;
}
.tracker .back {
  border: 2px solid #ad8841;
  color: #ad8841;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.tracker i {
  font-style: normal;
}
.tracker i:nth-child(1):hover,
.tracker i:nth-child(2):hover {
  cursor: pointer;
  color: #ad8841 !important;
}
.List_Container {
  margin: 40px auto;
  width: calc(100% - 690px);
  text-align: center;
}
.list_item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background: grey;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  overflow: hidden;
  transition: background-size 0.5s;
}
.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.slide_in {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 100%;
  left: 0;
  font-family: arial;
  color: #fff;
  transition: top 0.3s;
}
.select_btn {
  border: 2px solid #fff;
  width: 170px;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  margin: auto;
  transition: background 0.2s;
}
.location {
  margin: 10px 0px 16px 0px;
  font-size: 14px;
  text-transform: uppercase;
}
.List_Container .list_item .info_container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  font-family: arial;
}
.name_container {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  top: 20px;
}
.list_item .image {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.rating_container {
  position: relative;
  top: 32px;
}
.rating_container i.fa {
  color: #edcd2d;
  margin: 0px 2px;
}

.rating_container i.fa.fa-star:after {
  content: "\f005";
  display: flex;
  transform: rotateX(180deg);
  /* background-image: linear-gradient(180deg,rgba(255,255,255,.0) 50%,rgba(140, 126, 58, 0.5)); */
  -webkit-background-clip: text;
  color: transparent;
}

.rating_container i.fa.fa-star-half-o:after {
  content: "\f123";
  display: flex;
  transform: rotateX(180deg);
  /* background-image: linear-gradient(180deg,rgba(255,255,255,.0) 50%,rgba(140, 126, 58, 0.5)); */
  -webkit-background-clip: text;
  color: transparent;
}
.rating_container i.fa.fa-star-o:after {
  content: "\f006";
  display: flex;
  transform: rotateX(180deg);
  /* background-image: linear-gradient(180deg,rgba(255,255,255,.0) 50%,rgba(140, 126, 58, 0.5)); */
  -webkit-background-clip: text;
  color: transparent;
}
.price-container {
  position: relative;
  font-size: 20px;
  top: -15px;
}
.VName {
  text-align: left;
  border-bottom: 2px solid #25252538;
  padding: 5px 0;
  margin-bottom: 20px;
}
/*.kenesis-body div.rv-content &gt; div, .kenesis-body div.rv-module &gt; div {
	padding:0px !important;
}*/
html .kenesis-body div.rv-inner-content.rv-module.module {
  padding: 0px !important;
}

/*###############################################################################################################################*/
/*##################################################    RESPONSIVE   ############################################################*/
/*###############################################################################################################################*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 480px) and (max-width: 760px) {
  .tracker {
    width: calc(100% - 50px);
  }
  .tracker .back {
    width: 96px;
    height: 26px;
    line-height: 1.8;
    font-size: 16px;
  }
  .List_Container {
    margin: 40px auto;
    width: calc(100% - 50px);
    text-align: center;
  }
  .list_item {
    width: 300px;
    height: 250px;
    margin: 10px auto;
  }
  .List_Container .list_item .info_container {
    height: 85px;
  }
  .list_item:hover &gt; .slide_in {
    top: 40px;
  }
  .select_btn:hover {
    background: #fff;
    color: #3e3e3e;
  }
  .kenesis-body div.rv-content &gt; div,
  .kenesis-body div.rv-module &gt; div {
    padding: 0px !important;
  }
  html .kenesis-body div.rv-inner-content.rv-module.module {
    padding: 0px !important;
  }
  html
    .kenesis-body[data-mobile-width="y"]
    div.rv-inner-content.rv-module.module {
    padding: 0px !important;
  }
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .tracker {
    width: calc(100% - 50px);
  }
  .tracker .back {
    width: 96px;
    height: 26px;
    line-height: 1.8;
    font-size: 16px;
  }
  .List_Container {
    margin: 40px auto;
    width: calc(100% - 50px);
    text-align: center;
  }
  .list_item {
    width: 300px;
    height: 250px;
    margin: 10px auto;
  }
  .List_Container .list_item .info_container {
    height: 85px;
  }
  .list_item:hover &gt; .slide_in {
    top: 40px;
  }
  .select_btn:hover {
    background: #fff;
    color: #3e3e3e;
  }
  .kenesis-body div.rv-content &gt; div,
  .kenesis-body div.rv-module &gt; div {
    padding: 0px !important;
  }
  html .kenesis-body div.rv-inner-content.rv-module.module {
    padding: 0px !important;
  }
  html
    .kenesis-body[data-mobile-width="y"]
    div.rv-inner-content.rv-module.module {
    padding: 0px !important;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tracker {
    width: calc(100% - 200px);
  }
  .tracker .back {
    width: 96px;
    height: 26px;
    line-height: 1.8;
    font-size: 16px;
  }
  .List_Container {
    width: calc(100% - 200px);
  }
  .list_item {
    width: 250px;
    height: 240px;
    margin: 0 10px 40px 10px;
  }
  .List_Container .list_item .info_container {
    height: 85px;
  }
  .list_item:hover &gt; .slide_in {
    top: 40px;
  }
  .select_btn:hover {
    background: #fff;
    color: #3e3e3e;
  }
  .kenesis-body div.rv-content &gt; div,
  .kenesis-body div.rv-module &gt; div {
    padding: 0px !important;
  }
  html .kenesis-body div.rv-inner-content.rv-module.module {
    padding: 0px !important;
  }
  html
    .kenesis-body[data-mobile-width="y"]
    div.rv-inner-content.rv-module.module {
    padding: 0px !important;
  }
}

/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1224px) {
  .tracker {
    width: calc(100% - 200px);
  }
  .tracker .back {
    width: 96px;
    height: 26px;
    line-height: 1.8;
    font-size: 16px;
  }
  .List_Container {
    width: calc(100% - 200px);
  }
  .list_item {
    width: 250px;
    height: 240px;
    margin: 0 10px 40px 10px;
  }
  .List_Container .list_item .info_container {
    height: 85px;
  }
  .list_item:hover &gt; .slide_in {
    top: 40px;
  }
  .select_btn:hover {
    background: #fff;
    color: #3e3e3e;
  }
  .kenesis-body div.rv-content &gt; div,
  .kenesis-body div.rv-module &gt; div {
    padding: 0px !important;
  }
  html .kenesis-body div.rv-inner-content.rv-module.module {
    padding: 0px !important;
  }
  html
    .kenesis-body[data-mobile-width="y"]
    div.rv-inner-content.rv-module.module {
    padding: 0px !important;
  }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  .tracker .back {
    width: 120px;
    height: 36px;
    line-height: 1.8;
    font-size: 20px;
  }
  .tracker {
    width: calc(100% - 450px);
  }
  .List_Container {
    width: calc(100% - 450px);
  }
  .list_item {
    width: 270px;
    height: 240px;
    margin: 0 10px 40px 10px;
  }
  .List_Container .list_item .info_container {
    height: 96px;
  }
  .list_item:hover &gt; .slide_in {
    top: 35px;
  }
  .select_btn:hover {
    background: #fff;
    color: #3e3e3e;
  }
  .kenesis-body .rv-module &gt; div {
    padding: 0px !important;
  }
  html .kenesis-body div.rv-inner-content.rv-module.module {
    padding: 0px !important;
  }
  html
    .kenesis-body[data-mobile-width="y"]
    div.rv-inner-content.rv-module.module {
    padding: 0px !important;
  }
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  .tracker .back {
    width: 120px;
    height: 36px;
    line-height: 1.8;
    font-size: 20px;
  }
  .list_item {
    width: 290px;
    height: 250px;
    margin: 0 5px 40px 5px;
  }
  .list_item:hover &gt; .slide_in {
    top: 40px;
  }
  .select_btn:hover {
    background: #fff;
    color: #3e3e3e;
  }
  html .kenesis-body div.rv-inner-content.rv-module.module {
    padding: 0px !important;
  }
  html
    .kenesis-body[data-mobile-width="y"]
    div.rv-inner-content.rv-module.module {
    padding: 0px !important;
  }
}

/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
}

/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
}

/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
}

/*###############################################################################################################################*/
/*##################################################    ANIMATIONS   ############################################################*/
/*###############################################################################################################################*/
</pre></body></html>