/*
 * Color variable
 */

/*
 * Custom Class
 */

body {
  font-size: 0.9rem;
  overflow-x: hidden;
}

a,
.uk-link {
  color: #ff8f00;
}

a:hover {
  text-decoration: none;
  color: #ff8f00;
}

body .subhead,
body .uk-navbar-nav > li > a {
  font-weight: 700;
}

hr.title {
  width: 124px;
  display: block;
  margin: -0.5em auto 1em;
  border-top: 3px solid #ff8f00;
}

.uk-no-border {
  border-radius: 0px !important;
  border: none;
}

.uk-title {
  font-size: 1.8em;
}

.uk-h-100 {
  height: 100% !important;
}

.uk-sidebar {
  min-height: 10vh;
  max-height: 60vh;
  overflow-y: auto;
  padding: 10px 40px;
}

.uk-background-primary {
  background-image: linear-gradient(to right, #fe9a04 0%, #ff3000 100%);
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  margin: 0 10px !important;
}

.uk-cover-100 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.uk-text-normal {
  font-size: 0.9em;
}

.uk-text-bold {
  font-weight: 600;
}

.uk-text-large {
  font-size: 1.4em;
}

.uk-text-white {
  color: #fff !important;
}

.uk-text-pink {
  color: #FC427B !important;
}

.uk-text-yellow {
  color: #ff8f00 !important;
}

.uk-text-primary {
  color: #ff8f00;
}

.uk-text-green {
  color: #26de81 !important;
}

.uk-text-line-trough {
  text-decoration: line-through;
}

.uk-mobile,
.uk-tablet {
  display: none;
}

@media screen and (max-width: 991px) {
  .uk-desktop {
    display: none;
  }

  .uk-mobile,
  .uk-tablet {
    display: block;
  }
}

.uk-front-container {
  padding-left: 150px;
  padding-right: 150px;
}

@media screen and (max-width: 991px) {
  .uk-front-container {
    padding-left: 50px;
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .uk-front-container {
    padding-left: 50px;
    padding-right: 150px;
  }
}

@media screen and (max-width: 479px) {
  .uk-front-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.uk-bg-pink {
  background-color: #FC427B;
  color: #fff;
}

.uk-bg-navy {
  background-color: #4b7bec;
  color: #fff;
}

.uk-bg-green {
  background-color: #26de81;
  color: #fff;
}

.uk-bg-night {
  background-color: #353b48;
  color: #fff;
}

.uk-bg-purple {
  background-color: #9c88ff;
  color: #fff;
}

.uk-float-right {
  float: right;
}

.uk-float-left {
  float: left;
}

.uk-pointer {
  cursor: pointer;
}

.uk-button {
  border-radius: 5px;
  transition: 0.4s ease;
  text-transform: capitalize;
}

.uk-button:hover {
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.15);
}

.uk-button-large {
  padding: 0px 40px !important;
  line-height: 45px;
}

.uk-button-default {
  color: #ff8f00;
  border: 1px solid #ff8f00;
}

.uk-button-default:hover {
  background: #ffc542;
  color: #333333;
  border: 1px solid #ffc542;
}

.uk-button-primary {
  background-color: #ff8f00;
  color: #fff;
  font-weight: bold;
}

.uk-button-primary:hover {
  background-color: #ff8f00;
  color: #fff;
}

.uk-button-primary .uk-active,
.uk-button-primary:active,
.uk-button-primary:focus {
  background-color: #ff8f00;
  color: #fff;
}

.uk-button-flat {
  padding: 10px 50px;
  border-radius: 50px;
  color: #fff;
}

.uk-button-flat:hover {
  color: #fff;
}

.uk-button-sharp-yellow {
  background-image: linear-gradient(to right, #ebcb44 0%, #fe9a04 100%);
}

.uk-button-register-large {
  padding: 20px;
  border-radius: 20px;
  font-size: large;
  font-weight: bold;
}

/*
 * Homepage Custom
 */

@media screen and (max-width: 479px) {
  .uk-overlay {
    padding: 0;
  }
}

.uk-header-intro {
  color: #FFFFFF;
  font-weight: bolder;
  font-size: xx-large;
}

@media screen and (max-width: 479px) {
  .uk-header-intro {
    font-size: x-large;
  }
}

.uk-logo img {
  width: 275px;
}

.uk-w-100 {
  width: 100%;
}

.uk-background-cover {
  background-image: linear-gradient(rgba(30, 28, 28, 0.6), rgba(66, 64, 64, 0.75)), url(/images/default-slide.jpg?b66e17390bcb97d79ac1709cf121fde6);
}

.uk-fliying-form {
  top: 76%;
  position: absolute;
}

.uk-height-header {
  height: 357px;
}

@media screen and (max-width: 991px) {
  .uk-height-header {
    height: 30vh;
  }
}

@media screen and (max-width: 991px) {
  .uk-search-background {
    background-size: cover !important;
  }
}

.uk-search-wrapper {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(129, 138, 156, 0.32);
  border-radius: 5px;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .uk-search-wrapper {
    width: 100%;
  }
}

.uk-search-overlay {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 479px) {
  .uk-search-overlay {
    padding: 0;
  }
}

.uk-search-overlay form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px !important;
}

.uk-input-search {
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  transition: 0.4s ease-in;
  margin-right: 3px;
  margin-left: 3px;
  height: auto !important;
}

.uk-input-search.w-35 {
  width: 35%;
}

.uk-input-search.w-45 {
  width: 45%;
}

.uk-input-search:focus {
  border: 1px solid white;
}

@media screen and (max-width: 991px) {
  .uk-input-search {
    margin-bottom: 10px;
  }
}

#searchData {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-sizing: 15px 10px 8px rgba(0, 0, 0, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  max-height: 25vh;
  overflow-x: hidden;
  margin-top: 3px;
  border-radius: 6px;
  border: 2px solid #eaeaea;
  z-index: 10;
}

.search-value {
  width: auto;
  display: block;
  padding: 10px;
  text-align: left;
  border-bottom: 2px solid #muted;
  cursor: pointer;
  padding-left: 25px;
  padding-right: 25px;
}

.search-value:hover {
  background: #f7f7f7;
}

.search-value p {
  margin: 0px !important;
}

.uk-input-search-button {
  display: inline-flex;
}

@media screen and (max-width: 479px) {
  .uk-search-box {
    margin-top: 40px;
  }
}

.uk-button-chat {
  padding-right: 4px;
}

@media screen and (max-width: 991px) {
  .uk-button-chat {
    padding-right: 0px;
  }
}

.uk-button-reservation {
  padding-left: 4px;
}

@media screen and (max-width: 991px) {
  .uk-button-reservation {
    margin-top: 10px;
    padding-left: 0px;
  }
}

.uk-button-filter,
.uk-button-search {
  padding: 8px 30px;
}

@media screen and (max-width: 479px) {
  .uk-button-filter,
  .uk-button-search {
    padding: 12px 20px;
  }
}

.uk-button-rounded {
  border-radius: 50px;
  padding: 17px 30px;
}

.uk-button-yellow {
  background: #ff8f00;
  color: #fff;
}

.uk-button-filter {
  background: #FFF;
  border-left: 2px solid #ff8f00;
}

@media screen and (max-width: 991px) {
  .uk-button-filter {
    border: 2px solid #ff8f00;
    border-radius: 50px !important;
  }
}

.uk-button-search {
  background: #ff8f00;
  border-top-right-radius: 5px;
  color: #FFF;
  right: 0;
}

.uk-overlay-location {
  background: linear-gradient(rgba(36, 34, 34, 0), rgba(30, 24, 24, 0.5));
  border-radius: 14px;
}

.card-city {
  background-size: cover;
  background-position: center;
  margin: 10px;
  width: 100%;
  height: 16em;
  border-radius: 14px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.uk-card-recomendation {
  background-color: #fff;
  color: #544c4c;
}

.uk-card-recomendation .uk-card-title {
  color: #ff8f00;
  font-size: 1.1em;
}

.uk-card-recomendation a {
  color: #544c4c;
}

.uk-card-recomendation p {
  margin: 10px 0;
  text-transform: capitalize;
}

.uk-card-recomendation:hover {
  color: black;
}

.uk-promotion-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url("https://images.pexels.com/photos/414645/pexels-photo-414645.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.uk-profile-picture {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.uk-card-cover {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.uk-background-full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.uk-img-30 {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .uk-img-30 {
    width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .uk-img-30 {
    width: 90%;
  }
}

.uk-img-40 {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .uk-img-40 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .uk-img-40 {
    width: 90%;
  }
}

/*
 * Show lodging Custom
 */

.not-index {
  background-color: #ffc542;
  color: #f1f1f1;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

.uk-navbar-transparent {
  background-color: rgba(255, 179, 0, 0.9);
}

.card-same-image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.uk-light .uk-navbar-nav > li > a {
  color: #fff;
}

.uk-navbar-nav > li > a {
  color: #3e3939;
  text-transform: capitalize;
  font-size: 0.95rem;
  font-weight: 600 !important;
}

.facility-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.facility-list li {
  width: 25%;
  margin: 15px 0;
}

@media screen and (max-width: 479px) {
  .facility-list li {
    width: 50%;
  }
}

.facility-list li img {
  margin-right: 10px;
  width: 40px;
}

.container-modifier-sticky {
  background-color: #fafafa;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  /* Safari */
  position: sticky;
  top: 90px;
  border: 2px solid blue;
  width: 29% !important;
  padding-left: 10px !important;
  padding-right: 10px;
}

.active-image {
  width: 80%;
}

.same-image {
  height: 125px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sticky-header {
  padding-top: 5px !important;
}

.uk-thumbnav-vertical {
  height: 400px;
  overflow-y: hidden;
  margin-top: 1px;
  flex-direction: row;
}

.uk-thumbnav-vertical li {
  width: 100%;
}

.uk-thumbnav-vertical > li:first-child {
  padding-top: 0;
}

.uk-thumbnav > * > * {
  width: 100%;
}

.verified-img-core {
  width: 160px;
}

.verified-img {
  margin-right: 10px;
  width: 50px;
}

.verified-margin {
  margin-bottom: 40px;
}

.uk-line-address {
  line-height: 2;
}

.store-image {
  width: 200px;
}

.uk-share-list {
  display: block ruby;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.uk-share-list li {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .uk-breadcrumb {
    margin-top: 25px;
  }
}

@media screen and (max-width: 479px) {
  .uk-card-testi {
    height: 200px;
  }

  .uk-margin-large-top\@s {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 960px) {
  .uk-width-3-4\@m.detail {
    width: 70%;
  }

  .uk-width-1-4\@m.detail {
    width: 30%;
  }
}

.detail-slideshow {
  width: 80%;
  position: relative;
  margin: auto;
  background: black;
  border-radius: 7px;
  height: 60vh;
}

.detail-slideshow .detail-slideshow-cover {
  position: relative;
  height: 100%;
}

.detail-slideshow .detail-slideshow-cover .img-cover {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-image {
  width: 100%;
  height: 15vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 7px;
}

.slick-initialized .slick-slide {
  opacity: 0.5;
}

.slick-slide.slick-current.slick-active {
  opacity: 1;
}

/* the slides */

.slick-slide {
  margin-left: 6px;
}

/* the parent */

.slick-list {
  margin-left: -6px;
}

/*
 * Search page custom
 */

.uk-badge-custom {
  margin-right: 2px;
  padding: 16px;
}

.uk-form-controls .block label {
  display: block;
}

.uk-price {
  position: absolute;
  bottom: 10px;
}

@media screen and (max-width: 991px) {
  .uk-price {
    position: relative;
  }
}

.center-card {
  width: 45%;
}

@media screen and (max-width: 991px) {
  .center-card {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .center-card {
    width: 100%;
  }
}

/*
 * Partner custom page
 */

.uk-partner-img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .uk-partner-img {
    width: 80%;
  }
}

.uk-form-partner {
  padding-top: 20px;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .uk-form-partner {
    padding: 20px;
    padding-left: 20px;
    padding-right: 0;
  }
}

.not-found-image {
  width: 300px;
  display: block;
  margin: auto;
}

.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #ff8f00;
}

/** Loading placeholdeer **/

.uk-form-controls label {
  display: inline-block;
}

.block label {
  display: block !important;
}

.shine {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 200px;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

.box-shine {
  height: 104px;
  width: 100px;
}

.div-shine {
  display: inline-flex;
  flex-direction: column;
  margin-left: 25px;
  margin-top: 15px;
  vertical-align: top;
}

lines {
  height: 10px;
  margin-top: 10px;
  width: 200px;
}

photo {
  display: block !important;
  width: inherit;
  height: inherit;
  margin-top: 15px;
}

.uk-modal-full .uk-modal-dialog {
  min-height: 100vh !important;
}

.uk-card-recomendation .uk-card-title {
  margin-bottom: 8px;
}

.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
  background-color: #ff8f00;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #ff8f00;
}

