/*
	Master Stylesheet
	*/
/*
Variables here.
*/
/* 
    Created on : Jul 29, 2015, 11:28:32 AM
    Author     : Jason Russo
*/
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@font-face {
  font-display: swap;
  font-family: "Segeo UI Bold";
  src: url("./fonts/segoe-ui-bold.ttf") format("truetype"), url("./fonts/segoe-ui-bold.otf") format("opentype"), url("./fonts/segoe-ui-bold.woff") format("woff"), "./fonts/segoe-ui-bold.eot?#iefix" format("embedded-opentype"), url("./fonts/segoe-ui-bold.svg") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "Segeo UI Semibold";
  src: url("./fonts/seguisb.ttf") format("truetype"), url("./fonts/seguisb.otf") format("opentype"), url("./fonts/seguisb.woff") format("woff"), url("./fonts/seguisb.svg") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "Segeo UI";
  src: url("./fonts/segoe-ui.ttf") format("truetype"), url("./fonts/segoe-ui.otf") format("opentype"), url("./fonts/segoe-ui.woff") format("woff"), "./fonts/segoe-ui.eot?#iefix" format("embedded-opentype"), url("./fonts/segoe-ui.svg") format("svg");
}

@font-face {
  font-display: swap;
  font-family: "Geometos";
  src: url("./fonts/Geometos.ttf") format("truetype"), url("./fonts/Geometos.otf") format("opentype"), url("./fonts/Geometos.woff") format("woff"), url("./fonts/Geometos.woff2") format("woff2"), url("./fonts/Geometos.svg") format("svg");
}

.menuTrigger {
  left: 0;
  height: 2px;
  width: 100%;
  position: absolute;
}

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  transition: left 0.5s ease-in-out;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  overflow: hidden;
}

.debugTools {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 9;
}

body, .x-body {
  font-family: "Segeo UI", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

a {
  font-family: "Segeo UI", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

h1, h2, h3, h4, h5 {
  font-family: "Segeo UI Semibold", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 2.5rem;
}

@media (max-width: 780px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 36px;
}

strong {
  font-family: "Segeo UI Semibold", Arial, Helvetica, sans-serif;
  font-weight: normal !important;
}

.showMob {
  display: none;
}

@media (max-width: 660px) {
  .showMob {
    display: block;
  }
}

.maxWidth {
  margin: auto !important;
  max-width: 1227px !important;
}

.w-65 {
  width: 65% !important;
}

@media (max-width: 780px) {
  .w-65 {
    width: 100% !important;
  }
}

.white {
  background: #FFFFFF !important;
}

.grey {
  background-color: #F5F5F5;
}

.greyText {
  color: #F5F5F5 !important;
}

.lightGreytext {
  color: #707070 !important;
}

.lightgreyBorder {
  border: 1px solid #707070;
}

.darkGreyrgb {
  background: rgba(187, 187, 187, 0.2) !important;
}

.darkGrey {
  background-color: #bbbbbb !important;
}

.darkGreyText {
  color: #bbbbbb !important;
}

.lightBlack {
  background-color: #444444 !important;
  color: #FFFFFF;
}

.darkBlack {
  background-color: #707070 !important;
  color: #FFFFFF;
}

.redText {
  color: #DE0000 !important;
}

.darkblue.btn {
  border-radius: 6px;
  font-weight: 600;
  min-height: 60px;
  max-width: 420px;
  text-transform: none;
  width: 100%;
}

.darkblue-text {
  color: #063F70;
}

.darkblue-link {
  color: #063F70;
  font-size: 24px;
}

.darkblue-link:hover, .darkblue-link:active, .darkblue-link:focus {
  color: #063F70;
}

.lightblue {
  background: #E8F1FE;
}

.borderRight {
  border-right: 1px solid #bbbbbb;
}

.smalltext {
  font-size: 14px;
}

.smalltext a {
  font-size: 14px !important;
}

.verysmalltext {
  font-size: 12px;
}

.verysmalltext a {
  font-size: 12px;
}

.largetext {
  font-size: 24px;
  font-weight: 600;
}

.fa-star {
  color: #e6e7e9;
}

.fa-star.active {
  color: #fcb040;
}

.circle {
  color: #707070;
  font-family: "Segeo UI Semibold", Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 10px 15px 0;
  padding: 7px;
}

.circle.active {
  border: 1px solid #007bff;
  color: #007bff;
}

.mt-6 {
  margin-top: 4rem !important;
}

.bullet-list {
  list-style-type: disc;
  padding: 0 0 0 15px;
  margin: 5px;
}

.bullet-list li {
  list-style: disc;
}

.rounded50 {
  border-radius: 50% !important;
}

/** Bottom anchor **/
#backtoTop {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-radius: 50%;
  box-shadow: 1px 2px 4px #ccc;
  background-color: #FFFFFF;
  position: fixed;
  bottom: 25px;
  height: 50px;
  text-align: center;
  width: 50px;
  opacity: 0;
  right: 15px;
}

#backtoTop i {
  color: #000009;
  font-size: 40px;
  line-height: normal;
}

#backtoTop.active {
  opacity: 1;
}

/**
 * Navigation for Fixed-top type menu
 **/
#mainNavWrap.fixedtop {
  height: 155px;
  margin: 0px auto 0;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media (max-width: 990px) {
  #mainNavWrap.fixedtop {
    height: 100px;
    padding: 0;
  }
}

#mainNavWrap.fixedtop.active {
  height: 100px;
  padding: 0;
}

#mainNavWrap.fixedtop.active .navbar-brand {
  height: auto;
  max-width: 225px;
}

#mainNavWrap.fixedtop.active .navbar-nav li {
  padding-top: 0;
}

#mainNavWrap.fixedtop.active .nbar {
  max-height: 20px;
}

#mainNavWrap.fixedtop.active .navbar-nav .homePage {
  padding-top: 0;
}

#mainNavWrap.fixedtop.active .navbar-nav .homePage a {
  height: 60px;
  width: 120px;
}

/**
 * Main Navigation 
 **/
#mainNav {
  padding: 0 100px;
}

#mainNav .icon {
  max-width: 39px;
}

@media (max-width: 780px) {
  #mainNav {
    padding: 0 50px;
  }
}

@media (max-width: 660px) {
  #mainNav {
    padding: 0 15px;
  }
  #mainNav .hideMob, #mainNav #button_sign_out {
    display: none;
  }
}

#mainNav a {
  color: #063F70;
}

#mainNav a:hover, #mainNav a:active, #mainNav a:focus {
  text-decoration: none;
}

@media (max-width: 660px) {
  #mainNav a {
    padding: 0;
  }
}

@media (max-width: 780px) {
  #mainNav .navbar-brand {
    margin-right: 0;
  }
  #mainNav .navbar-brand img {
    height: auto;
    max-width: 160px;
  }
}

@media (max-width: 780px) {
  #mainNav .navLogin .btn {
    padding: 0;
  }
  #mainNav .navLogin .btn .fas {
    font-size: 2rem;
  }
}

#mainNav .fa-user-circle {
  color: #535f6c;
  font-size: 3.5rem;
  vertical-align: middle;
}

#mainNav .emailCount {
  background: #DE0000 0% 0% no-repeat padding-box;
  border-radius: 50%;
  font-size: 12px;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #FFFFFF;
  text-align: center;
}

#mainNav .namenPhoto {
  margin-left: 35px;
  margin-right: 15px;
  position: relative;
}

@media (max-width: 780px) {
  #mainNav .namenPhoto {
    margin-left: 0;
    margin-right: 5px;
    margin-top: -25px;
  }
}

#mainNav .namenPhoto .emailCount {
  top: 0;
  right: 0;
}

#mainNav .namenPhoto .fa-circle {
  font-size: 3.55rem;
  position: relative;
  vertical-align: middle;
}

#mainNav .namenPhoto .fa-circle span {
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}

#mainNav .namenPhoto img {
  border: 1px solid #707070;
  border-radius: 50%;
  max-width: 60px;
}

#mainNav .signOut {
  font-size: 13px;
}

#subNav {
  padding: 0 100px;
}

/** Carousel Items **/
.arrow {
  border: 1px solid #4592D2;
  display: inline-block;
  font-size: 1.25rem;
  height: 47px;
  text-align: center;
  width: 47px;
  vertical-align: top;
}

.arrow i {
  margin-top: 15px;
}

@media (max-width: 780px) {
  .arrow {
    font-size: 0.9rem;
    height: 37px;
    width: 37px;
  }
  .arrow i {
    margin-top: 10px;
  }
}

/** Bootstrap Overrides **/
.bg-light {
  background-color: #FFFFFF !important;
}

.page-item.active .page-link {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #FFFFFF;
}

.page-link {
  background-color: #007bff;
  color: #F5F5F5;
}

.page-link:focus {
  box-shadow: 0 0 0.25rem rgba(35, 31, 32, 0.5);
}

/**
 * Sidebar
 **/
/**
 * Header
 **/
.backToDest {
  position: absolute;
  margin-left: 270px;
}

@media (max-width: 780px) {
  .backToDest {
    display: none;
  }
}

.content {
  margin-top: 100px;
}

@media (max-width: 780px) {
  .content {
    margin-top: 60px;
  }
}

.mt5 {
  margin-top: 6rem;
}

.mt4, #location_props_container {
  margin-top: 4.25rem;
}

#featuredDestinations {
  color: #444444;
  max-width: 1227px;
  margin-top: 5rem;
}

#featuredDestinations .cardWrap {
  border: 1px solid #707070;
  margin-bottom: 2rem;
  padding: 15px;
}

#featuredDestinations figure {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
  width: 100%;
}

#featuredDestinations figure .recommended {
  background-color: rgba(207, 181, 59, 0.95);
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 57%;
  color: #fff;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  bottom: 50px;
}

#featuredDestinations figure .figure-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

#featuredDestinations figcaption {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  color: #FFFFFF;
  font-size: 24px;
  padding: 15px;
  width: 100%;
  bottom: 0px;
}

#featuredDestinations figcaption a {
  color: #FFFFFF;
  font-size: 24px;
}

#featuredDestinations figcaption span {
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #fff;
}

#featuredDestinations .price {
  color: #4592D2;
}

#featuredDestinations .price h3 {
  font-size: 18px;
  font-weight: 600;
}

#featuredDestinations .desc {
  font-size: 14px;
}

#featuredDestinations .desc h4 {
  font-size: 24px;
  font-weight: 600;
}

#featuredDestinations .amenities {
  margin-left: 20px;
}

#featuredDestinations .amenities li {
  list-style: disc !important;
}

/**
 * Property and property landing pages
 **/
#propertyTabsContent {
  padding-top: 15px;
}

.rentalWrap {
  max-width: 1227px;
  margin: -100px auto auto;
  position: relative;
  z-index: 1;
  background: #fff;
}

.rentalWrap.noCarousel {
  margin: auto;
}

.nav-tabs .nav-link {
  border: none;
  border-bottom: 8px solid transparent;
  color: #707070;
  line-height: normal;
}

.nav-tabs .nav-link:hover {
  border-bottom: 8px solid #707070;
}

.propertyToolbarRight {
  text-align: right;
}

@media (max-width: 780px) {
  .propertyToolbarRight {
    margin-bottom: 1rem;
    text-align: center;
  }
}

#toolbar_active_tabs .bookNowC {
  position: absolute;
  margin-top: -60px;
  right: 0;
  width: auto;
}

@media (max-width: 780px) {
  #toolbar_active_tabs .bookNowC {
    margin-top: 12px;
    right: 0;
  }
  #toolbar_active_tabs .bookNowC #bookRoom {
    font-size: 1rem;
    padding: 5px 10px;
  }
}

@media (max-width: 660px) {
  #toolbar_active_tabs .bookNowC {
    margin-top: -145px;
    left: 20px;
    right: initial;
  }
}

@media (max-width: 780px) {
  #toolbar_active_tabs {
    padding: 0 15px;
  }
}

#propertyTabs {
  position: relative;
}

#propertyTabs .nav-tabs .nav-link {
  border-radius: 0;
}

#propertyTabs button, #propertyTabs .nav-link {
  background: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

.photoGallery div[class^="col-"] {
  margin-bottom: 1rem;
  max-height: 150px;
  overflow: hidden;
}

/** Reservations / Booking Page **/
.reservationsPage {
  padding: 23rem 15px 25px;
}

@media (max-width: 780px) {
  .reservationsPage {
    padding: 0 15px 25px;
  }
}

.reservationsPage .card {
  margin-bottom: 15px;
  min-height: 655px;
}

.reservationsPage .coverPhoto {
  max-height: 175px;
}

.reservationsPage .checkInput, .reservationsPage .checkNights, .reservationsPage .adInput {
  max-height: 65px;
}

@media (max-width: 981px) {
  .reservationsPage .checkInput, .reservationsPage .checkNights, .reservationsPage .adInput {
    margin: 1rem 0;
  }
}

@media (max-width: 780px) {
  .reservationsPage .adInput {
    flex: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1120px) {
  .reservationsPage .checkNights {
    padding-right: 10px !important;
  }
}

@media (max-width: 981px) {
  .reservationsPage .totals {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .reservationsPage .totals h3 {
    text-align: center;
  }
}

.reservationsPage .roomSummary {
  height: 125px;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
}

@media (max-width: 780px) {
  .reservationsPage .roomSummary {
    height: auto;
    min-height: 85px;
    padding: 0 15px;
  }
}

.reservationsPage.active .roomSummary {
  height: 0;
}

.reservationsPage .sh-page-container {
  background: #FFFFFF;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}

@media (max-width: 780px) {
  .reservationsPage .sh-page-container {
    position: relative;
  }
}

.reservationsPage p {
  color: #444444;
}

.reservationsPage h1, .reservationsPage h2, .reservationsPage h3, .reservationsPage h4 {
  color: #444444;
}

.reservationsPage h1 {
  font-size: 3.5rem;
  margin-bottom: 0;
}

.reservationsPage h3 {
  font-size: 36px;
}

.reservationsPage h5 {
  font-size: 14px;
  margin-bottom: 5px;
}

.reservationsPage ul {
  font-size: 14px;
  line-height: normal;
  padding: 0 0 0 15px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.reservationsPage ul a {
  font-size: 14px;
}

.reservationsPage .badge {
  font-size: 14px;
  font-weight: normal;
}

.reservationsPage .badge a {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
}

.reservationsPage .badge a:hover, .reservationsPage .badge a:focus, .reservationsPage .badge a:active {
  color: #000009;
}

.reservationsPage label {
  margin-top: 5px;
}

.reservationsPage .style-select:before {
  right: 22px !important;
  top: 45% !important;
}

.reservationsPage .steps {
  background: #FFFFFF;
  box-shadow: 2px 3px 4px #bbbbbb;
}

.reservationsPage #check_in .form-control {
  border-radius: 6px 0 0 6px;
  border-right: none;
}

.reservationsPage #nights_selector .form-control {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

.reservationsPage .form-col {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 0px;
}

@media (max-width: 1120px) {
  .reservationsPage .form-col {
    margin-left: 0;
  }
}

@media (max-width: 780px) {
  .reservationsPage .form-col {
    margin-left: 10px;
  }
}

.reservationsPage .form-col span {
  font-family: "Segeo UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-left: 10px;
  padding-top: 2px;
  min-height: 35px;
  display: inline-block;
}

.reservationsPage .rounded {
  border-radius: 6px !important;
}

.gcheckout p {
  float: left;
  font-size: 16px;
  text-align: left;
}

.gcheckout li {
  margin-right: 25px;
}

.gcheckout li:last-child {
  margin-right: 0;
}

@media (max-width: 981px) {
  .gcheckout li {
    margin-right: 12px;
    width: auto;
  }
  .gcheckout li p {
    font-size: 12px;
  }
}

@media (max-width: 660px) {
  .gcheckout li {
    width: 33.3333%;
  }
  .gcheckout li p {
    font-size: 12px;
  }
}

.gcheckoutNav {
  margin-top: -55px;
  padding: 0 25px !important;
  position: relative;
  z-index: 9;
}

@media (max-width: 1120px) {
  .gcheckoutNav {
    margin-top: -122px;
  }
}

@media (max-width: 780px) {
  .gcheckoutNav {
    margin-top: -8px;
    padding: 0 15px;
  }
}

.photoWrap {
  height: 100%;
  max-height: 230px;
  overflow: hidden;
}

.rooms-desc {
  min-height: 130px;
}

.rooms-avail {
  padding-bottom: 0 !important;
}

.rooms-avail p {
  color: #009E25;
  font-size: 16px;
}

.addremove {
  padding-top: 0 !important;
}

.amenities, .kitchens {
  height: 95px;
}

.modal .modal-header {
  padding: 1rem 1rem 10px;
}

.modal .photoWrap {
  max-height: 400px;
}

.modal .amenities, .modal .kitchens {
  height: auto;
}

.modal .amenities ul, .modal .kitchens ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  margin-bottom: 0;
}

.modal .rooms-avail strong {
  font-size: 40px;
}

@media (max-width: 780px) {
  #room_details_all {
    padding-top: 5rem !important;
  }
}

#room_details_all strong {
  font-size: 24px;
}

#room_details_all .card-body {
  font-size: 16px;
  padding: 10px;
}

.modalish {
  position: relative;
  z-index: 9999;
  min-width: 500px;
  max-width: 100%;
}

/**
 * Forms
 **/
.btn-success {
  padding: .375rem .75rem;
  border-radius: .25rem;
  border: 1px solid #28a745;
}

input::-ms-clear {
  display: none !important;
  height: 0;
  width: 0;
}

input::-webkit-clear-button {
  display: none !important;
  height: 0;
  width: 0;
}

#guest_profile {
  min-width: 440px;
  z-index: 9;
}

.areaWrap {
  background-size: cover;
}

.areaWrap h1, .areaWrap h2 {
  color: #FFFFFF;
  font-size: 30px;
  padding: 25px 0;
  text-align: center;
  text-shadow: 0px 3px 6px #000000;
}

.searchWrap {
  background-color: #FFFFFF;
  margin-bottom: -55px !important;
  max-width: 900px !important;
  box-shadow: 0px 6px 6px #707070;
  font-size: 14px;
  /** Doesn't work in FF latest version **/
}

.searchWrap h2 {
  color: #444444;
  padding: 19px 0 0;
  text-shadow: none;
}

@media (max-width: 780px) {
  .searchWrap h2 {
    padding: 10px 0 0;
  }
}

.searchWrap input[type="radio"] {
  font-size: 0.4rem;
}

.searchWrap input[type="date"]::-webkit-inner-spin-button,
.searchWrap input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  opacity: 0;
  -webkit-appearance: none;
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

#props {
  list-style: none outside none;
  margin: -4px 0 0;
  padding: 0;
}

#props li {
  padding: 0px;
}

#props li a:not(.badge-danger) {
  background-color: #535f6c;
  color: #FFFFFF;
  display: block;
  padding: 8px;
  text-decoration: none;
}

#props li a:not(.badge-danger):hover {
  background-color: #007bff;
  color: #FFFFFF;
}

#props li .badge {
  display: block;
  padding: 8px;
}

.ui-widget-header {
  background: none;
  background-color: #007bff;
}

.minV {
  margin-right: 10px;
}

@media (max-width: 981px) {
  .minV {
    margin-right: 0;
  }
}

.maxV {
  margin-left: 10px;
}

.daysMonths {
  margin-left: 8px;
  width: 100px;
}

.daysMonths select {
  height: 45px;
  padding-top: 15px;
  min-height: 52px;
}

@media (max-width: 981px) {
  .daysMonths {
    max-width: 33.333%;
    width: 100%;
  }
}

.minV, .maxV {
  border-radius: 6px;
  border: 1px solid #707070;
  font-size: 16px;
  min-height: 60px;
  max-width: 65px;
  width: 100%;
}

.minV span, .maxV span {
  display: block;
  padding-left: 10px;
  padding-top: 25px;
}

.minV input, .maxV input {
  background-color: transparent;
  border: 0px solid transparent;
  color: #707070;
  max-width: 40px;
}

@media (max-width: 981px) {
  .minV, .maxV {
    max-width: 33.333%;
    width: 100%;
  }
}

#minMaxSlider-range {
  flex: 1 1 0px;
}

.termsofservice {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-bottom: 4rem !important;
  padding-top: 1rem !important;
  min-height: 70px;
}

@media (max-width: 780px) {
  .termsofservice {
    overflow: scroll;
  }
}

#loginpanelform .btn-light {
  background-color: #FFFFFF;
  border: 1px solid #007bff;
}

#loginpanelform .btn-lg {
  font-weight: bold;
  font-size: 16px;
}

#loginpanelform .btn-lg:hover {
  color: #FFFFFF;
}

.curr {
  font-style: normal;
}

/**
* Main Search
**/
.ui-datepicker {
  z-index: 9999;
}

.calendarIcon {
  background: transparent url("/images/icons/icon_calendar.png") no-repeat scroll 9px 25px;
  background-size: 20px 20px;
  text-indent: 12px;
}

.calendarIcon.dob {
  background-position: 9px center;
  text-indent: 18px;
}

.locationShow {
  display: none;
}

.mainSearch {
  color: #707070;
  text-align: left;
}

.mainSearch #search_box_selector {
  width: 98%;
  z-index: 9;
}

.mainSearch #dests {
  background: transparent url("/images/icons/icon_dest.png") no-repeat scroll 9px 25px;
  background-size: 20px 20px;
  text-indent: 12px;
}

.mainSearch label {
  font-family: "Segeo UI Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  position: absolute;
  margin-left: 10px;
  z-index: 1;
}

.mainSearch .hotelRes label {
  margin-left: 5px;
  margin-top: 5px;
  position: relative;
}

.mainSearch .numbers, .mainSearch .dinline {
  display: inline-block;
  max-width: 96px;
  position: relative;
  width: 100%;
}

.mainSearch .checkIn, .mainSearch .checkOut {
  max-width: 205px;
  margin-right: 15px;
}

@media (max-width: 981px) {
  .mainSearch .checkIn, .mainSearch .checkOut {
    max-width: 65%;
  }
}

@media (max-width: 780px) {
  .mainSearch .checkIn, .mainSearch .checkOut {
    margin-right: 5px;
    max-width: 185px;
  }
}

.mainSearch .checkOut {
  margin-right: 0;
}

.mainSearch .nights {
  max-width: 86px;
}

.mainSearch .numbers {
  margin-right: 15px;
}

.mainSearch .numbers .fcheckbox {
  padding-left: 0;
}

.mainSearch .numbers:last-child {
  margin-right: 0;
}

@media (max-width: 780px) {
  .mainSearch .numbers {
    margin-bottom: 15px;
    margin-right: 10px;
    max-width: 89px;
  }
}

.mainSearch .form-control, .mainSearch .form-check-input {
  border-radius: 6px;
  border: 1px solid #707070;
  color: #707070;
  font-size: 16px;
  padding-left: 10px;
  padding-top: 25px;
  min-height: 60px;
}

.mainSearch .form-check-input {
  width: 35px;
}

.mainSearch .style-select::before {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  pointer-events: none;
  right: 15px;
  font-size: 1.75rem;
  top: 50%;
}

.mainSearch .style-select select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.mainSearch .fal, .mainSearch .fa {
  position: absolute;
  top: 70%;
  transform: translateY(-70%);
  margin-left: 5px;
  font-size: 1.25rem;
}

.mainSearch #find_checkin, .mainSearch #find_checkout {
  text-indent: 25px;
}

.mainSearch .quantity {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
}

.mainSearch .quantity input[type=number]::-webkit-inner-spin-button,
.mainSearch .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mainSearch .quantity input[type=number] {
  -moz-appearance: textfield;
}

.mainSearch .quantity .quantity-nav {
  position: absolute;
  top: 22px;
  width: 100%;
}

.mainSearch .quantity .quantity-nav a {
  cursor: pointer;
  text-decoration: none;
}

.mainSearch .quantity .quantity-nav .quantity-down {
  padding-left: 5px;
}

.mainSearch .quantity .quantity-nav .quantity-up {
  float: right;
  padding-right: 2px;
}

.mainSearch .quantity .quantity-button {
  color: #007bff;
  font-size: 2rem;
}

.mainSearch .quantity .quantity-button:hover, .mainSearch .quantity .quantity-button:focus, .mainSearch .quantity .quantity-button:active {
  color: #245abc;
}

.mainSearch .col-lg-2 {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100px;
}

.mainSearch .col-lg-2:first-child {
  min-width: 300px;
}

.mainSearch .col-lg-2:nth-child(2), .mainSearch .col-lg-2:nth-child(3) {
  min-width: 165px;
}

@media (max-width: 1270px) {
  .mainSearch .col-lg-2:nth-child(2), .mainSearch .col-lg-2:nth-child(3) {
    min-width: 145px;
  }
}

@media (max-width: 981px) {
  .mainSearch .col-lg-2 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: inherit;
  }
  .mainSearch .col-lg-2:first-child {
    min-width: auto;
  }
  .mainSearch .col-lg-2:nth-child(2) {
    min-width: auto;
  }
  .mainSearch label {
    margin-left: 5px;
  }
  .mainSearch div[class^="col-"] {
    margin-left: -3px;
    padding-right: 0;
  }
  .mainSearch div.col-12 {
    padding-right: 10px;
  }
}

.searchBottom {
  color: #707070;
  margin: 0;
  min-height: 140px;
  padding: 15px 0;
}

.searchBottom label {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}

.searchBottom .form-control {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}

.searchBottom select.form-control {
  border-radius: 6px;
  border: 1px solid #707070;
  color: #707070;
  padding: 0 1rem;
  line-height: inherit;
  height: 35px;
  width: 100%;
}

.searchBottom .style-select {
  position: relative;
}

.searchBottom .style-select:before {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  pointer-events: none;
  right: 15px;
  font-size: 1.75rem;
  top: 50%;
}

.searchBottom .style-select select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.searchBottom span {
  margin: 0 2px;
}

/** Search Results Page **/
.searchResults .heading {
  display: none;
}

/** Sign up and login form **/
.paddedForm {
  margin: auto;
  max-width: 95%;
}

.paddedForm sup {
  top: auto;
}

.paddedForm label {
  margin-top: 2px !important;
}

.paddedForm .form-control {
  padding-top: 8px;
  min-height: 45px;
}

.paddedForm .pt8p {
  padding-top: 15px;
}

.paddedForm .style-select {
  max-height: 45px;
}

.paddedForm .style-select:before {
  top: 35%;
}

.paddedForm div[class^="col-"] {
  margin-bottom: 15px;
  padding: 0 5px;
}

@media (max-width: 780px) {
  .paddedForm {
    max-width: 100%;
  }
}

/**
  * Search Forms
  **/
#amenity_checkboxes_home_page {
  display: block;
  margin: 0;
}

/**
* Fancy Checkbox
**/
.fcheckbox {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 29px;
  padding-right: 5px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.fcheckbox input:checked ~ .checkmark::after {
  display: block;
}

.checkmark {
  border: 1px solid #707070;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  margin: 0 !important;
  width: 25px;
  background-color: #FFFFFF;
}

.checkmark:after {
  content: "";
  display: none;
  position: absolute;
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid #707070;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.borderBottom {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}

/**
 * Payment Screen
 **/
#payment_screen input[type="text"] {
  background: #ccc;
  padding: 25px;
}

/** Sponsors **/
.sponsors .card {
  border: 1px solid #ccc;
  box-shadow: 1px 5px 12px #ccc;
  max-height: 290px;
  overflow: hidden;
  height: 100vh;
}

.sponsors .card-img-top {
  max-height: 100px;
  max-width: 100%;
  width: auto;
}

.prefooter {
  background: #F5F5F5;
  color: #707070;
  font-size: 16px;
}

.prefooter h2 {
  color: #426C91;
  font-size: 30px;
  font-weight: bold;
}

.prefooter p {
  margin: 0;
}

@media (max-width: 780px) {
  .prefooter .float-left {
    float: none !important;
    margin-bottom: 15px;
    text-align: center;
  }
}

.footer {
  background: #707070;
  color: #FFFFFF;
  font-size: 14px;
}

.footer ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.footer h2 {
  font-family: "Geometos", Arial, Helvetica, sans-serif;
  font-size: 31px;
  line-height: 36px;
  margin-top: 15px;
}

.footer a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 30px;
}

.footer .logo {
  max-width: 188px;
}

.footer .copyrights {
  font-size: 12px;
  padding-left: 15px;
}

@media (max-width: 880px) {
  .footer .copyrights {
    padding-left: 15px;
  }
}
