.joe {
  display: block; }

html, body {
  background: #FFFEF1;
  font-family: "Open Sans", "Lucida Grande", "Lucida Sans", sans-serif; }

.seashell-divider {
  position: relative;
  border-top: 4px solid rgba(0, 0, 0, 0.1); }
  .seashell-divider img {
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -22px; }

body {
  font-family: "Open Sans", "Lucida Grande", "Lucida Sans", sans-serif; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Lora", serif; }

.form-control {
  border: 1px solid #cccccc; }

.navbar-brand {
  color: #073466 !important;
  max-width: 70%;
  margin-left: -1rem;
  padding: 0; }
  @media (min-width: 768px) {
    .navbar-brand {
      max-width: 50%; } }
  .navbar-brand i {
    vertical-align: middle;
    color: #073466 !important; }
  .navbar-brand img.logo {
    height: auto;
    width: 100%;
    max-width: 300px;
    vertical-align: top; 
  }
  .navbar-brand img.seawinds {
    max-width: 130px !important; }
  .navbar-brand img.text {
    width: 150px;
    vertical-align: bottom;
    padding-bottom: 0.2rem; }
    @media (min-width: 1366px) {
      .navbar-brand img.text {
        width: 180px; } }
  .navbar-brand svg {
    vertical-align: middle;
    margin-top: 1.5rem; }

.phone-numbers {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem;
  width: 50%;
  text-align: right;
  display: none; }
  @media (min-width: 1024px) {
    .phone-numbers {
      display: block; } }

.bg-light {
  background-color: #fff !important;
  background-size: cover;
  background-position: bottom left; }
  @media (min-width: 992px) {
    .bg-light {
      padding: 0; } }

/*
.navbar-toggler {
  border: none;
  outline: none;
  &:hover, &:active, &:focus {
    border: none;
    outline: none;
  }

  i {
    font-size: 24px;
    vertical-align: middle;
    color: $color-blue-dark;
  }
}
*/
.nav-link {
  color: #073466 !important;
  cursor: pointer; }
  @media (min-width: 992px) {
    .nav-link {
      font-size: 1.1rem;
      padding: 1rem 0.5rem; } }
  @media (min-width: 1366px) {
    .nav-link {
      font-size: 1.33rem;
      padding: 1rem;
      padding-right: 1rem !important;
      padding-left: 1rem !important; } }

.dropdown-toggle::after {
  color: #31698C !important; }

/****/
.navbar-toggler {
  border: none;
  background: transparent !important;
  outline: none;
  margin-right: -1rem; }
  .navbar-toggler:hover {
    background: transparent !important;
    outline: none; }
  .navbar-toggler:focus {
    background: transparent !important;
    outline: none; }
  .navbar-toggler .icon-bar {
    width: 22px;
    height: 2px;
    display: block;
    transition: all 0.2s;
    background: #073466;
    margin: 4px; }
  .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%; }
  .navbar-toggler .middle-bar {
    opacity: 0; }
  .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%; }

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0) !important; }
.navbar-toggler.collapsed .middle-bar {
  opacity: 1 !important; }
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0) !important; }

.dropdown-item:active {
  background: #4F9ED4; }

.homepage .carousel-item {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-color: #509ED2;
  box-shadow: inset 0rem 0rem 20rem #266996;
  /*overflow-y: hidden;*/
  /* this is for the single slide and vertical centering */
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto; }
  .homepage .carousel-item img {
    visibility: hidden; }
    @media screen and (orientation: portrait) {
      .homepage .carousel-item img {
        height: 400px;
        width: auto; } }
    @media screen and (orientation: landscape) {
      .homepage .carousel-item img {
        width: 400px;
        height: auto; } }
.homepage .carousel-caption {
  text-align: left !important;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  /*position: relative;*/
  /* interhited from BS
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  */ }
  .homepage .carousel-caption h1.headline {
    font-size: 2.5rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8); }
  .homepage .carousel-caption p.lead {
    font-size: 1.1rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8); }
  .homepage .carousel-caption button {
    font-size: 1.5rem;
    padding: 1rem 2rem; }
    @media (min-width: 1366px) {
      .homepage .carousel-caption button {
        font-size: 2rem; } }
.homepage .feature-sections {
  padding: 1rem 0; }
  @media (min-width: 768px) {
    .homepage .feature-sections {
      padding: 5rem 0; } }
  .homepage .feature-sections .card {
    margin-bottom: 1rem;
    border: none;
    background: rgba(0, 0, 0, 0.05); }
    .homepage .feature-sections .card .card-text {
      opacity: 0.66; }
.homepage .rental-search {
  background: rgba(0, 0, 0, 0.1666);
  border-radius: 4px;
  padding: 0.5rem 0.5rem 1rem;
  margin-bottom: 1rem; }
  .homepage .rental-search .rental-submit label {
    display: none; }
    @media (min-width: 768px) {
      .homepage .rental-search .rental-submit label {
        display: inline-block; } }
  .homepage .rental-search .rental-submit .btn {
    font-size: 1.2rem; }
  .homepage .rental-search .more-options {
    color: #fff;
    text-decoration: underline; }
.homepage .extra-rental-links .btn {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: block; }
  @media (min-width: 1024px) {
    .homepage .extra-rental-links .btn {
      width: 70%;
      display: inline-block; } }
  @media (min-width: 1280px) {
    .homepage .extra-rental-links .btn {
      width: 60%; } }
  @media (min-width: 1366px) {
    .homepage .extra-rental-links .btn {
      width: 50%; } }
.homepage .extra-rental-links .full-search {
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .homepage .extra-rental-links .full-search {
      margin-bottom: 0;
      text-align: right; } }

.btn-primary {
  background-color: #D74C29 !important;
  border-color: #c24424; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #D74C29 !important;
    border-color: #D74C29;
    box-shadow: 0 0 0 0.2rem rgba(232, 54, 67, 0.5); }

.btn-secondary {
  background-color: #509ED2 !important;
  border-color: #3c93cd; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #509ED2 !important;
    border-color: #3c93cd;
    box-shadow: 0 0 0 0.2rem rgba(126, 194, 216, 0.5); }

.btn-thirdary {
  background-color: #073466 !important;
  border-color: #05284e;
  color: #fff; }
  .btn-thirdary:hover, .btn-thirdary:focus, .btn-thirdary:active {
    color: #fff; }

.save_listing_agreement {
  margin-bottom: 4rem; }
  .save_listing_agreement label.wide {
    margin-right: 1rem; }

.subpage .jumbotron {
  position: relative;
  background-color: #509ED2;
  box-shadow: inset 0rem 0rem 20rem #266996;
  color: #FFFFFF;
  background-size: cover;
  padding: 1rem 0; }
  .subpage .jumbotron::after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 999; }
  @media (min-width: 576px) {
    .subpage .jumbotron {
      padding: 2rem; } }
  .subpage .jumbotron .container h1 {
    font-weight: 300;
    font-size: 2rem;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }
    @media (min-width: 992px) {
      .subpage .jumbotron .container h1 {
        font-size: 2.5rem; } }
.subpage .container h2 {
  color: #31698C;
  font-size: 1.4rem; }
.subpage .container h3 {
  color: #073466;
  margin-bottom: 1rem; }
.subpage .container h4 {
  color: #073466;
  margin-bottom: 1rem; }
.subpage .container.page-content {
  padding-bottom: 2rem; }
.subpage .stephen-note {
  font-style: italic;
  opacity: 0.7; }
@media (min-width: 1200px) {
  .subpage .container.slim {
    max-width: 960px; } }

.sales.list {
  display: flex;
  flex-wrap: wrap; }
  .sales.list .nav {
    width: 100%; }
  .sales.list .nav-link.active {
    background: linear-gradient(to bottom, #ffffff 0%, #fffef1 100%); }
  .sales.list .tab-pane {
    padding-top: 2rem;
    flex-wrap: wrap;
    display: none; }
    .sales.list .tab-pane h3 {
      width: 100%; }
  .sales.list .tab-pane.active {
    display: flex; }
  .sales.list .card {
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.05);
    border: none; }
    @media (min-width: 568px) {
      .sales.list .card {
        display: inline-block;
        width: 46.5%;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        vertical-align: top; } }
    @media (min-width: 1024px) {
      .sales.list .card {
        width: 31%; } }

.sales-detail {
  padding-bottom: 4rem; }
  .sales-detail .photos {
    position: relative;
    margin-bottom: 2rem; }
    .sales-detail .photos .media-actions {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.66);
      text-align: center;
      padding: 0.5rem; }
      @media (min-width: 768px) {
        .sales-detail .photos .media-actions {
          padding: 1rem; } }
  .sales-detail .quick-facts {
    margin-bottom: 2rem; }
    .sales-detail .quick-facts ul {
      list-style: none;
      padding-left: 0; }
      .sales-detail .quick-facts ul li {
        display: inline-block;
        width: 47%; }
        .sales-detail .quick-facts ul li.price {
          display: block;
          width: 100%;
          font-weight: bold;
          font-size: 1.5rem;
          margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .sales-detail .quick-facts ul {
        list-style: none;
        padding-left: 0; }
        .sales-detail .quick-facts ul li {
          display: block;
          width: auto;
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          padding: 0.5rem 0;
          font-size: 1.2rem; }
          .sales-detail .quick-facts ul li:first-of-type {
            border-top: none; }
          .sales-detail .quick-facts ul li.price {
            font-size: 2rem; } }
  .sales-detail .property-actions {
    margin-bottom: 2rem; }
  .sales-detail .property-description {
    margin-bottom: 2rem; }
  .sales-detail .amenities {
    margin-bottom: 2rem; }
    .sales-detail .amenities .amenity-group {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 1rem;
      padding-top: 1rem; }
      .sales-detail .amenities .amenity-group ul {
        list-style: none;
        padding-left: 0;
        opacity: 0.66; }
  .sales-detail #map {
    height: 300px;
    width: 100%;
    margin-bottom: 1rem;
    transition: all 0.3s ease; }
    @media (min-width: 768px) {
      .sales-detail #map {
        height: 600px; } }
  .sales-detail .listing-agent {
    font-size: 0.8rem;
    opacity: 0.7; }

.disclaimer {
  font-size: 0.8rem;
  opacity: 0.7; }

.pagination-container {
  text-align: center; }

footer {
  background: #ECF0F3; }
  footer .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center; }
    footer .container p {
      opacity: 0.44; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.slide-fade-enter-active {
  transition: all .3s ease; }

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-enter, .slide-fade-leave-to
 {
  transform: translateX(10px);
  opacity: 0; }

.bounce-enter-active {
  animation: bounce-in .5s; }

.bounce-leave-active {
  animation: bounce-in .5s reverse; }

@keyframes bounce-in {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
.flash_message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #4F9ED4;
  padding: 1rem;
  color: #fff;
  z-index: 9999; }

.agents .agent {
  margin-bottom: 30px; }
.agents .photo {
  margin-bottom: 0.5rem; }
  .agents .photo img {
    width: 100%; }
.agents .info .name {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold; }
.agents .info .email {
  color: #D74C29;
  display: block; }
.agents .info .phone {
  display: block; }

.toll-free-cta {
  background: #509ED2;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  margin-top: -2rem;
  margin-bottom: 2rem; }
  .toll-free-cta p {
    margin-bottom: 0; }
  .toll-free-cta a {
    color: #fff;
    text-decoration: underline; }

.rental-search .vue-slider-component .vue-slider-dot .vue-slider-dot-handle {
  border: 2px solid #cccccc; }
.rental-search .weekly-term-toggle {
  align-items: stretch; }
  .rental-search .weekly-term-toggle .weekly-option {
    display: flex; }
.rental-search .weekly-option label, .rental-search .term-option label {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: block;
  flex-grow: 2;
  text-align: center; }
  .rental-search .weekly-option label.active, .rental-search .term-option label.active {
    background: #bee4ff;
    border-color: #509ED2; }
  .rental-search .weekly-option label b, .rental-search .term-option label b {
    font-size: 1.2rem; }
  .rental-search .weekly-option label input, .rental-search .term-option label input {
    display: none; }
.rental-search .or-spacer {
  display: flex;
  align-items: center;
  border-left: 0.25rem solid #509ED2;
  margin-bottom: 1.5rem;
  z-index: 999; }
  .rental-search .or-spacer span {
    margin-left: -1.66rem;
    margin-right: -1.66rem;
    background: #509ED2;
    border-radius: 9999rem;
    height: 3rem;
    width: 3rem;
    display: block;
    padding: 0;
    text-align: center;
    color: #fff;
    font-weight: 900;
    line-height: 3; }
.rental-search .island-locations .wrap {
  display: flex;
  flex-wrap: wrap; }
  .rental-search .island-locations .wrap label {
    width: 50%; }
.rental-search .submit .btn {
  width: 100%;
  font-weight: bolder;
  font-size: 1.5rem; }
.rental-search .address-search {
  margin-bottom: 4rem; }
  .rental-search .address-search .form-inline {
    flex-wrap: nowrap; }
    .rental-search .address-search .form-inline input[type=text] {
      flex-grow: 2; }

.rental-results .location-legend {
  font-size: 0.8rem; }
.rental-results table {
  width: 100%; }
.rental-results tr {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  margin-bottom: 1rem;
  position: relative;
  background-color: rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .rental-results tr {
      flex-direction: row;
      align-items: center; } }
.rental-results tr :nth-child(1) {
  order: 4;
  text-align: center; }
  @media (min-width: 768px) {
    .rental-results tr :nth-child(1) {
      order: 1; }
      .rental-results tr :nth-child(1) label {
        font-size: 0rem;
        padding: 1rem; }
        .rental-results tr :nth-child(1) label input {
          font-size: 1rem; } }
.rental-results tr :nth-child(2) {
  order: 1; }
  @media (min-width: 768px) {
    .rental-results tr :nth-child(2) {
      order: 2; } }
.rental-results tr :nth-child(3) {
  order: 2;
  padding: 1.25rem; }
  @media (min-width: 768px) {
    .rental-results tr :nth-child(3) {
      order: 3; } }
  .rental-results tr :nth-child(3) b {
    padding: 0;
    display: block; }
  .rental-results tr :nth-child(3) span b {
    display: inline; }
.rental-results tr :nth-child(4) {
  display: none;
  order: 4;
  text-align: center; }
  .rental-results tr :nth-child(4) br {
    display: none; }
.rental-results td {
  padding: 0;
  margin: 0; }
  .rental-results td img {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0; }
    @media (min-width: 768px) {
      .rental-results td img {
        width: 200px; } }
.rental-results fieldset {
  padding: 2rem; }
.rental-results input[type=submit] {
  background: #D74C29;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 0.5rem 1rem; }

.term-rentals .nav {
  width: 100%; }
.term-rentals .nav-link.active {
  background: linear-gradient(to bottom, #ffffff 0%, #fffef1 100%) !important; }
.term-rentals .tab-pane {
  padding-top: 2rem;
  flex-wrap: wrap;
  display: none; }
  .term-rentals .tab-pane h3 {
    width: 100%; }
  .term-rentals .tab-pane form {
    width: 100%; }
.term-rentals .tab-pane.active {
  display: flex; }

.rental-detail > table {
  border: none; }
  .rental-detail > table tr {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .rental-detail > table tr {
        display: table-row; } }
    .rental-detail > table tr td {
      padding: 0;
      border: none;
      font-size: 100%; }
      @media (min-width: 992px) {
        .rental-detail > table tr td {
          display: table-cell; } }
    @media (min-width: 992px) {
      .rental-detail > table tr td:first-of-type {
        width: 75%;
        padding-right: 1rem; } }
.rental-detail input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 1rem; }
@media (min-width: 992px) {
  .rental-detail form:last-of-type {
    margin-bottom: 4rem; } }
@media (min-width: 992px) {
  .rental-detail form:last-of-type input[type=submit] {
    font-size: 1.2rem;
    padding: 1rem; } }
.rental-detail #mobile-quick-facts {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: block; }
  @media (min-width: 992px) {
    .rental-detail #mobile-quick-facts {
      border-top: none;
      margin-top: 0;
      padding-top: 0;
      display: none; } }
  .rental-detail #mobile-quick-facts form input[type=submit] {
    padding: 1rem;
    font-size: 1.2rem; }
  .rental-detail #mobile-quick-facts dl {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.05); }
    .rental-detail #mobile-quick-facts dl dd {
      width: 50%; }
.rental-detail #main_photo img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 1rem;
  padding: 0; }
.rental-detail #main_photo .show-pics.btn {
  display: block;
  width: 100%; }
  @media (min-width: 992px) {
    .rental-detail #main_photo .show-pics.btn {
      font-size: 1.2rem;
      padding: 1rem; } }
.rental-detail #additional_photos {
  display: none; }
.rental-detail #features table {
  background: rgba(0, 0, 0, 0.05);
  border: none; }
  .rental-detail #features table tr {
    display: flex;
    flex-wrap: wrap; }
    .rental-detail #features table tr td {
      width: 49%; }
      @media (min-width: 992px) {
        .rental-detail #features table tr td {
          width: 25%; } }
.rental-detail #map {
  height: 400px;
  margin-bottom: 2rem; }
.rental-detail #weekly_schedule table,
.rental-detail #term_schedule table {
  background: rgba(0, 0, 0, 0.05);
  border: none; }
.rental-detail #weekly_schedule th,
.rental-detail #term_schedule th {
  font-size: 0.8rem;
  border-left: none;
  border-right: none; }
.rental-detail #weekly_schedule td,
.rental-detail #term_schedule td {
  border-left: none;
  border-right: none; }

.rental-detail-2 .container h3 {
  margin-bottom: 0.66rem;
  font-size: 1.5rem; }
.rental-detail-2 .container h4 {
  margin-bottom: 0.66rem;
  font-size: 1.25rem; }
.rental-detail-2 .container .bg {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 1rem; }
.rental-detail-2 #main_photo {
  margin-bottom: 1rem; }
  .rental-detail-2 #main_photo img {
    margin: 0; }
  .rental-detail-2 #main_photo .image-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .rental-detail-2 #main_photo .image-text {
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    top: 50%;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    text-align: center;
    color: #fff;
    font-weight: bold; }
  .rental-detail-2 #main_photo:hover .image-overlay {
    opacity: 1; }
  .rental-detail-2 #main_photo:hover .image-text {
    opacity: 1; }
.rental-detail-2 #quick_facts {
  margin-top: 0 !important;
  border: none !important;
  margin-bottom: 1rem; }
  .rental-detail-2 #quick_facts ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.6; }
.rental-detail-2 #mobile-quick-facts {
  margin-top: 0 !important;
  border: none !important;
  margin-bottom: 1rem; }
  @media screen and (min-width: 992px) {
    .rental-detail-2 #mobile-quick-facts {
      display: none; } }
  .rental-detail-2 #mobile-quick-facts ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.6; }
.rental-detail-2 #rental-fees {
  margin-bottom: 1rem; }
  .rental-detail-2 #rental-fees ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.6; }
.rental-detail-2 #bedding {
  margin-bottom: 1rem; }
  .rental-detail-2 #bedding ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    .rental-detail-2 #bedding ul li {
      display: inline-block;
      vertical-align: top;
      width: 50%; }
.rental-detail-2 .amenities {
  margin-bottom: 1rem; }
  .rental-detail-2 .amenities ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    .rental-detail-2 .amenities ul li {
      display: inline-block;
      vertical-align: top;
      background: rgba(0, 0, 0, 0.05);
      border-radius: 12px;
      margin-right: 0.5rem;
      padding: 0.125rem 0.5rem;
      margin-bottom: 0.5rem; }
  .rental-detail-2 .amenities .bg li {
    background: #ffffff; }
.rental-detail-2 #map {
  height: 300px;
  width: 100%; }
.rental-detail-2 .weekly-rates {
  background: rgba(0, 0, 0, 0.05); }
  .rental-detail-2 .weekly-rates th {
    font-weight: bold;
    padding: 0.3rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .rental-detail-2 .weekly-rates th:nth-child(2) {
    text-align: right; }
  .rental-detail-2 .weekly-rates td {
    padding: 0.3rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .rental-detail-2 .weekly-rates td:nth-child(2) {
    text-align: right; }
  .rental-detail-2 .weekly-rates td.text-success {
    font-weight: bold; }
.rental-detail-2 #property-rules {
  margin-bottom: 1rem; }
  .rental-detail-2 #property-rules .checkin-times {
    display: flex;
    width: 100%; }
    .rental-detail-2 #property-rules .checkin-times dl {
      width: 50%; }
  .rental-detail-2 #property-rules ul {
    list-style: none;
    padding: 0;
    line-height: 2.25; }
    @media screen and (min-width: 992px) {
      .rental-detail-2 #property-rules ul {
        display: flex;
        flex-wrap: wrap; } }
    @media screen and (min-width: 992px) {
      .rental-detail-2 #property-rules ul li {
        width: 50%; } }
    .rental-detail-2 #property-rules ul li i {
      width: 1.5rem; }
.rental-detail-2 #rental-fees {
  margin-bottom: 4rem; }
.rental-detail-2 #mobile-reserve-rental {
  width: 100%;
  background: #fff;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.05);
  padding: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: block; }
  @media screen and (min-width: 992px) {
    .rental-detail-2 #mobile-reserve-rental {
      display: none; } }
@media screen and (min-width: 992px) {
  .rental-detail-2 .reserve-col {
    margin-left: 0;
    padding-left: 0;
    padding-top: 1rem; } }
.rental-detail-2 .sticky {
  position: fixed;
  top: 1rem;
  bottom: auto;
  right: auto;
  width: 33%; }
.rental-detail-2 .sticky.footer {
  top: auto;
  bottom: 292px; }
.rental-detail-2 #desktop-quick-facts {
  display: none; }
  @media screen and (min-width: 992px) {
    .rental-detail-2 #desktop-quick-facts {
      display: block;
      margin-bottom: 1rem; }
      .rental-detail-2 #desktop-quick-facts ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0; }
        .rental-detail-2 #desktop-quick-facts ul li {
          min-width: 50%;
          padding: 0.25rem 0; } }
.rental-detail-2 #desktop-reserve-rental {
  display: none; }
  @media screen and (min-width: 992px) {
    .rental-detail-2 #desktop-reserve-rental {
      display: block; } }
  .rental-detail-2 #desktop-reserve-rental table {
    width: 100%; }
    .rental-detail-2 #desktop-reserve-rental table th, .rental-detail-2 #desktop-reserve-rental table td {
      width: 50%;
      padding: 0 0.25rem;
      font-weight: normal; }
    .rental-detail-2 #desktop-reserve-rental table th {
      font-size: 12px; }
    .rental-detail-2 #desktop-reserve-rental table tr.dates td {
      padding-bottom: 0.5rem; }
    .rental-detail-2 #desktop-reserve-rental table tr.subtotal {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .rental-detail-2 #desktop-reserve-rental table tr.subtotal th, .rental-detail-2 #desktop-reserve-rental table tr.subtotal td {
        padding-top: 0.5rem;
        font-size: 1.1rem;
        font-weight: bold; }
  .rental-detail-2 #desktop-reserve-rental .booking-assistance {
    padding: 1rem 0 0.5rem;
    text-align: center; }
    .rental-detail-2 #desktop-reserve-rental .booking-assistance .phone {
      font-size: 1.25rem; }
  .rental-detail-2 #desktop-reserve-rental .booking-data th {
    font-weight: bold; }
  .rental-detail-2 #desktop-reserve-rental .booking-data td {
    vertical-align: top;
    font-size: 0.8rem;
    padding: 0.25rem; }

.property-card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: 1rem;
  width: 100%; }
  .property-card td {
    padding: 0.5rem; }
    @media (min-width: 768px) {
      .property-card td {
        padding: 1rem; } }

.rental-request {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .rental-request table.reservation_choices {
      margin: 30px; } }
  .rental-request table.reservation_choices a {
    text-decoration: none; }
  .rental-request table.reservation_choices td {
    padding: 20px;
    font-size: 120%;
    display: block;
    position: relative;
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .rental-request table.reservation_choices td {
        display: table-cell; } }
    .rental-request table.reservation_choices td form {
      position: absolute;
      bottom: 0;
      margin: 20px 0;
      width: 90%; }
      .rental-request table.reservation_choices td form input.btn.btn-primary {
        width: 100%; }
        @media (min-width: 768px) {
          .rental-request table.reservation_choices td form input.btn.btn-primary {
            width: auto; } }
  .rental-request table.reservation_choices span.choice {
    font-size: 180%;
    display: block;
    font-weight: bold; }

.rental-reserve {
  margin-bottom: 2.5rem; }
  .rental-reserve .errors {
    color: red; }

.contact-page h2 {
  margin-bottom: 2rem; }

.end {
  display: block; }
