/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Work Sans'), local('WorkSans-Regular'), url(/fonts/ws-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Work Sans'), local('WorkSans-Regular'), url(/fonts/ws-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  overflow-x: hidden; }

body {
  font-family: "Work Sans", "sans-serif";
  line-height: 1.5;
  font-size: 14px;
  background: #fff;
  color: #5b6265; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #6dc234; }
  a:hover {
    text-decoration: none;
    color: #6dc234; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.45;
  font-weight: normal;
  color: #5e625f; }

.text-primary {
  color: #6dc234 !important;
}

.error {
  color: #ff9800;
}

.strikethrough {
  text-decoration: line-through;
}

.mt-20 {
  margin-top: 20%
}

.hidden { display: none !important; }

.search-result {
  color: #5c5e5f;
  font-weight: 600;
}

.card-title-search {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: .12rem;
  color: #495057;
}

.card-body {
  padding: .8rem;
}

.card-location {
  font-size: 13px;
  color: #859196;
  margin-bottom: .5rem;
}

.card-text {
  font-size: 13px;
  margin-bottom: .5rem;
  color: #495057;
}

.card-separator {
  color: #d3d8da;
}

.card-result {
  font-weight: 600;
  color: #595d59;
}

.card-price {
  color: #595d59;
}

.title-amenities {
  font-weight: 700;
}

.icon-amenities {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
}

.inside {
  position: absolute;
  text-indent: 13px;
  margin-top: 19px;
  color: whitesmoke;
  }

.inside-card {
  position: absolute;
  text-indent: 13px;
  margin-top: 19px;
  color: black;
  }

.content-center {
  text-align: center;
}
  
.inp {
text-indent:20px;
}

.secure-background {
    background-image: url(/images/illustration/concept-icon-credit-opacacy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 400px;
}

.upbuttons {
  font-size: 16px;
  padding-top: 25px;
  padding-right: 20px; }

.probootstrap-navabr-dark {
  background: transparent !important;
  position: relative;
  left: 0;
  right: 0;
  z-index: 3; }

  .probootstrap-navabr-dark .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 960px) {
      .probootstrap-navabr-dark .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px; } }
  .probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-cta a {
    color: #fff; }
  .probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media screen and (max-width: 960px) {
      .probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media screen and (max-width: 960px) {
        .probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-seperator:before {
          display: none; } }

      @media screen and (max-width: 766px) { .pay-card { margin-top: -30px !important; } }

      .pay-card { 
        width: 18rem;
        margin-top: 80px;
      }

.navbar-brand {
  /* font-size: 1.05rem; */
  text-transform: uppercase;
  /* padding-top: 25px; */
  letter-spacing: .1em; }

.bg-image, .probootstrap-cover {
  background-size: cover;
  background-repeat: no-repeat; }

.probootstrap-cover {
  background-position: center center; }
  .probootstrap-cover .probootstrap-heading {
    font-size: 45px;
    line-height: 1.34;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .probootstrap-cover .probootstrap-heading {
        font-size: 37px;
        line-height: 1.3; } }
  .probootstrap-cover .probootstrap-subheading, .probootstrap-cover p {
    color: rgba(255, 255, 255, 0.9); }
  @media screen and (max-width: 768px) {
    .probootstrap-cover .btn {
      width: 100% !important;
      border: 1px solid red; } }
  .probootstrap-cover.overlay {
    position: relative; }
    .probootstrap-cover.overlay:before {
      content: "";
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }

  .selected {
    text-decoration: underline !important;
    -webkit-text-decoration-color: #6dc234 !important; /* Safari */    
    text-decoration-color: #6dc234 !important;
  }

  .hr-dotted {
    border-style: dashed;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .borderless {
    border: 0px;
  }

  .modal-details {
    max-height: calc(50vh - 150px);
    overflow-y: auto;
  }

  .thumbnail-camera {
    margin-top: 10px;
    min-width: 60%;
    min-height: 60%;
    line-height: 200px;
  }

  .middle-of {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
  }

  .btn-camera {
    position: absolute;
    padding: 15px !important;
    margin: 5px;
    border-radius: 30px !important;
  }

  .btn-clear {
    margin-right: 7px;
    padding: 8px 15px !important;
  }

  .scroll-box {
    overflow-y: scroll;
    height: 250px;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,.15);
    padding: 15px;
  }

  .form-title {
    font-weight: bold;
    color: #000000;
  }

  table .unit {
    padding: 4px;
  }

  .signature-pad {
    left: 0;
    top: 0;
    width: 300px;
    height: 150px;
    border: 2px solid rgba(34, 54, 194, 0.81);
  }

  .form {
    position: relative;
    z-index: 1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
  }
  .form .thumbnail img {
    display: block;
    width: 100%;
  }
  .form input {
      border: 1px solid #dbdce0 !important;
      background-color: transparent;
      color: #332e2e;
      outline: 0;
      width: 100%;
      border-radius: .25rem;
      margin: 0 0 10px;
      padding: 7px;
      box-sizing: border-box;
      font-size: 14px;
  }      
  .form .message {
    margin: 15px 0 0;
    color: #a7a7a7;
    font-size: 12px;
  }
  .form .message a {
    color: #ff9800;
    text-decoration: none;
  }
  .form .register-form {
    display: none;
  }
  
  .form .messagef {
      margin: 10px 0px 10px;
      color: #a7a7a7;
      font-size: 12px;
    }
    .form .messagef a {
      color: #ff9800;
      text-decoration: none;
      margin: -2px 0px 10px 0px;
    }

.btn {
  border-radius: 4px;
  padding: 16.5px 35px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer; }
  .btn:before {
    display: none; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #6dc234;
    border-color: #6dc234;
    color: #fff; }
  .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      border-color: #569a29;
      background: #569a29; }
  .btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.2);
    background: none; }
  .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      background: #fff;
      border-color: #fff;
      color: #000; }
  .btn.btn-social {
    padding: 8px 35px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0em;
  }

  .btn.btn-secondary label {
    font-size: 11px;
    margin-left: 50px;
    float: right;
  }

  .btn.btn-secondary span {
    font-size: 19px;
    min-width: 80px;
    float: right;
  }

  .btn-secondary.active {
    background-color: #607D8B;
    background-image: none;
    border-color: #607D8B;
  }

  .btn-secondary.active i {
    display: inline;
    float: left;
  }

  .btn-secondary i {
    display: none;
  }

  .btn.btn-secondary.payOption {
    margin-left: 20px;
    padding: 12px;
    border-radius: 0;
    margin-bottom: 1em;
    min-width: 200px;
  }

  .btn-group, .btn-group-vertical {
    display: block;
  }

  .btn.btn-login {
    padding: 8px 35px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0em;
  }

  .bootstrap-touchspin-up {
    border: 2px solid rgba(113, 129, 109, 0.44);
  }

  .bootstrap-touchspin-down {
    border: 2px solid rgba(113, 129, 109, 0.44);
  }

.reservationPay { font-size: 19px; }

.mdr-background {
  background-image: url(/images/background/bg.jpg);
  position: relative;
  padding-bottom: 1em;
  border-bottom: 3px solid #e17950;
}

.text-warning-triangle {
  color: #ff9800;
}

.img-container img {
  object-fit: cover;
  width:230px;
  height:200px;
}

.form-control {
  border: 2px solid rgba(0, 0, 0, 0.2);
  height: 55px !important;
  opacity: 0.7 !important;
  color: #313131 !important;
  background-color: whitesmoke !important;
  font-size: 18px; }
  .form-control:focus, .form-control:active {
    border: 2px solid #5c5c5c; }

  .form-control::-moz-placeholder {
      color: rgb(189, 189, 189);
  }
  
  .form-control:-ms-input-placeholder {
      color: rgb(189, 189, 189);
  }
  
  .form-control::-webkit-input-placeholder {
      color: rgb(189, 189, 189);
  }

.sm-form-control {
  border: 2px solid rgba(0, 0, 0, 0.2);
  opacity: 0.7;
  color: #5c5c5c !important;
  padding: .5rem .15rem;
  background-color: #fff;
  border-radius: .25rem; }
  .form-control:focus, .form-control:active {
    border: 2px solid #5c5c5c; }

.sm-text {
  font-size: 10px;
}

textarea {
  height: inherit !important; }

.probootstrap-vh-3 {
    height: 3vh; }

.probootstrap-vh-100 {
  height: 50vh; }
  @media screen and (max-width: 992px) {
    .probootstrap-vh-100 {      
      height: inherit;
      padding-bottom: 5em; }
    .h3 { font-size: 1.3rem; }
    .probootstrap-vh-10 {
      height: 52vh;
      margin-top: 15px;
    }
    .probootstrap-vh-3 {
      height: 0vh;
      margin-top: -30px;
    }
  }

.probootstrap-vh-75 {
  height: 75vh; }
  @media screen and (max-width: 960px) {
    .probootstrap-vh-75 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.modal-open {
  padding-right: 0px !important;
}

.bg-primary {
  background: #6dc234 !important; }

.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 16px;
  right: 16px;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}
.autocomplete-active {
  background-color: #6dc234 !important; 
  color: #ffffff; 
}

/* Center the loader */
#loaderTransfer {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.travel-back {
  background-image: url(/images/illustration/booked.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  max-height: 350px;
}

.not-fount {
  background-image: url(/images/illustration/searching.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
}

.no-bookings {
  background-image: url(/images/illustration/not-found.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  margin-bottom: 35px;
}

.white-logo {
  background-image: url(/images/logos/Miami_Dreams_Rentals01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 120px;
  opacity: 0.4;
  width: 240px;
}

.main-logo {
    background-image: url(/images/logos/Miami_Dreams_Rentals01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    /* opacity: 0.7; */
    width: 240px;
  }

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#payedDiv {
  display: none;
  text-align: left;
  height: 400px;
}

.couponMember { text-align: right; }

.list-group-item { margin-top: -1px; }

.probootstrap-section,
.probootstrap-footer {
  padding: 3em 0; }
  .probootstrap-section .probootstrap-heading,
  .probootstrap-footer .probootstrap-heading {
    font-size: 40px;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .probootstrap-section .probootstrap-heading,
      .probootstrap-footer .probootstrap-heading {
        font-size: 30px; } }

.home-separator {
    padding: 10em 0 !important;
}

.probootstrap-bg-dark {
  background: #263135; }

.item-group { font-size: 12px; }

.probootstrap-footer {
  font-size: 16px; }
  .probootstrap-footer .probootstrap-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .probootstrap-footer .probootstrap-footer-widget h2 {
    font-weight: normal; }
  .probootstrap-footer p {
    color: rgba(255, 255, 255, 0.3); }
  .probootstrap-footer.probootstrap-bg-dark {
    background: #212529; }
  .probootstrap-footer a {
    color: rgba(255, 255, 255, 0.3); }
    .probootstrap-footer a:hover {
      color: #6dc234; }
  .probootstrap-footer .probootstrap-heading {
    font-size: 24px; }
  .probootstrap-footer .probootstrap-heading-2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6); }

.probootstrap-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block; }
  .probootstrap-footer-social li a {
    height: 60px;
    width: 60px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .probootstrap-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #6dc234; }

.media .probootstrap-icon {
  width: 100px; }
  .media .probootstrap-icon span {
    color: #6dc234; }

.probootstrap-media {
  border: 1px solid #e6e6e6; }
  .probootstrap-media.text-center .probootstrap-icon {
    margin: 0 auto; }

.probootstrap-overflow-hidden {
  overflow: hidden; }

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px; }

.custom1 .owl-nav {
  top: 63% !important;
}

.custom2 .probootstrap-owl .owl-dots {
  text-align: center;
  margin-top: -30px; }

.probootstrap-owl {
  position: relative;
  z-index: 1; }
  .probootstrap-owl .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 10;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .probootstrap-owl .owl-nav .owl-prev,
    .probootstrap-owl .owl-nav .owl-next {
      position: absolute;
      font-size: 30px;
      background: transparent;
      color: #fff;
      padding: 10px;
      line-height: 0; }
    .probootstrap-owl .owl-nav .owl-prev {
      left: 0; }
    .probootstrap-owl .owl-nav .owl-next {
      right: 0; }
    .probootstrap-owl .owl-dots {
      position: relative;
      text-align: center;
      margin-top: 20px; }
    .probootstrap-owl .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1; }
      .probootstrap-owl .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background: #ccc;
        border-radius: 50%;
        display: inline-block;
        margin: 5px 7px; }
      .probootstrap-owl .owl-dots .owl-dot.active span {
        background: #6dc234; }
  .probootstrap-owl:hover .owl-nav {
    visibility: visible;
    opacity: 1; }

#probootstrap-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#probootstrap-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#probootstrap-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#probootstrap-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#probootstrap-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }
