@charset "UTF-8";

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.accommodation #elina-smart-element .form-style:nth-child(2) input, .propertyGroup #elina-smart-element .form-style:nth-child(2) input {
  display: block;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 16px center;
  padding-left: 50px;
}

.enquire-button {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  border-radius: 2px;
  color: #fff;
  height: 54px;
  margin: 0;
  padding: 5px 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #021A3D;
  font-weight: bold;
}

p{
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
}

span{
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
}

a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  color: #BD9D54;
}

.btn {
  border-radius: 10px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  font-size: 16px;
  height: 54px;
  white-space: nowrap;
  overflow: hidden;
  min-width: 120px;
  line-height: 38px;
}

.light-grey {
  background-color: #f9f9f9;
}

.bg-color {
  background: #eaeeee;
}

.navbar-light .additional-navigation a {
  font-weight: bold;
}

.navbar-light .additional-navigation a:hover {
  color: #006670;
}

a {
  color: #BD9D54;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a h5, h3 a {
  color: #BD9D54;
}

.page-header-section p {
  color: white;
}

ul, ol {
  margin-bottom: 0 !important;
}

img {
  max-width: 100%;
}

.navbar {
  padding: 0.5rem 2rem;
}

h5.card-text:hover {
    color: #219EBC;
}

.navbar-collapse .navbar-nav li {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.navbar-collapse .navbar-nav li a.nav-link {
  color: #333;
}

.navbar-collapse .navbar-nav li a.nav-link:hover {
  color: #A38155;
}

.breadcrumb {
  padding: 3px 1rem;
  background-color: #f9f9f9;
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.breadcrumb li {
  font-size: 12px;
}

.home .page-title {
  padding: 40px;
}

.home .page-title h1 span {
  display: block;
}

.home #elina-smart-element {
  padding: 0 100px;
}

.button-action {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: black;
  border-bottom: 1px solid #BD9D54;
  font-size: 13px;
}

.form-group input,
.form-group select {
  font-weight: 400;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border-radius: 0;
  width: 100%;
}

.elinaDynamicForm form .form-group input,
.elinaDynamicForm form .form-group select {
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.fieldElina.bookButtonElina {
  margin-top: 1rem;
}

.jumbotron {
  height: 800px;
  min-height: 800px;
  position: relative;
  border-radius: 0;
  padding: 0;
  z-index: 9;
  margin: 0;
}

.jumbotron #jumbotron-content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.jumbotron #jumbotron-content .page-header {
  padding: 20px 80px;
}

.jumbotron h1 {
  color: white;
  color: white;
  font-size: 37px;
  line-height: 50px;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
}

.internal-page .jumbotron {
  height: 500px;
  min-height: 60vh;
}

.internal-page.login .jumbotron {
  height: 500px;
  min-height: 100vh;
}

.internal-page.login .jumbotron #mainImageInternalContent {
  top: 30%;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.navbar-collapse li {
  border-bottom: 1px solid #e5e5e5;
}

.navbar-collapse li a {
  padding: 15px 0;
  color: #414142;
}

.svg-icon svg {
  height: 80px !important;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.card {
  background: none;
  border: none;
}

.card .card-body {
  padding: 10px 0;
}

.card .card-img-top,
  .card img {
  border-radius: 5px;
}

.card-img {
  overflow: hidden;
  position: relative;
}

.card-img:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.card-img:hover:after {
  opacity: 1;
}

.card-img-top {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  transition: all 0.5s ease-in-out;
  transform: translateZ(0);
}

a:hover .card-img-top {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

header .additional-navigation {
  display: flex;
  float: right;
}

header .additional-navigation a {
  color: #414142;
  padding-right: 15px;
  line-height: 5em;
}

header .navbar-toggler {
  border: none;
}

header .navbar-toggler:hover, header .navbar-toggler:focus {
  border-color: transparent;
  outline: none;
}

.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.15), 0px 3px 8px rgba(0, 0, 0, 0.1) !important;
}

.custom-select-wrapper .custom-select-container {
  display: flex;
  flex-direction: column;
}

.custom-select-wrapper .custom-select-container .custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  font-size: 14px;
  color: #3b3b3b;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.custom-select-wrapper .custom-select-container .custom-select__trigger .arrow {
  position: relative;
  height: 15px;
  width: 15px;
}

.custom-select-wrapper .custom-select-container .custom-select__trigger .arrow::before, .custom-select-wrapper .custom-select-container .custom-select__trigger .arrow:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}

.custom-select-wrapper .custom-select-container .custom-select__trigger .arrow::before {
  left: -5px;
  transform: rotate(45deg);
  background-color: #d7b084;
}

.custom-select-wrapper .custom-select-container .custom-select__trigger .arrow::after {
  left: 5px;
  transform: rotate(-45deg);
  background-color: #d7b084;
}

.custom-select-wrapper .custom-select-container .custom-select__trigger span {
  font-weight: 400;
}

.custom-select-wrapper .custom-select-container .custom-options-container {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 2px solid #e5e5e5;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.custom-select-wrapper .custom-select-container.open .custom-options-container {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.custom-select-wrapper .custom-select-container .custom-options-container .custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 14px;
  color: #3b3b3b;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.5s;
}

.custom-select-wrapper .custom-select-container .custom-options-container .custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}

.custom-select-wrapper .custom-select-container .custom-options-container .custom-option.selected {
  color: #ffffff;
  background-color: #d7b084;
}

.custom-select-wrapper .custom-select-container.open .arrow::before {
  left: -5px;
  transform: rotate(-45deg);
}

.custom-select-wrapper .custom-select-container.open .arrow::after {
  left: 5px;
  transform: rotate(45deg);
}

.custom-select-wrapper .custom-select-container.open .custom-select__trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#elina-smart-element .form-style input {
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  background: white;
  font-size: 16px;
  height: 54px;
  width: 100%;
  padding-left: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #073937;
}

#elina-smart-element .form-style {
  margin-bottom: 15px;
}

#elina-smart-element .form-style label {
  display: none;
}

#elina-smart-element .form-style .DateRangePicker_picker {
  z-index: 9;
}

#elina-smart-element .form-style .DateRangePickerInput {
  background: white;
}

#elina-smart-element .form-style .DateRangePicker {
  width: 100%;
}

#elina-smart-element .form-style .DateRangePicker .DateRangePickerInput_arrow {
  width: 8%;
}

#elina-smart-element .form-style .DateRangePicker .DateInput {
  border-radius: 10px;
  width: 46%;
  background: none;
}

#elina-smart-element .form-style .DateRangePicker .DateInput #elinaEndDate {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#elina-smart-element .form-style .DateRangePicker .DateInput #elinaStartDate {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#elina-smart-element .form-style .DateRangePicker .DateInput input {
  padding: .375rem 20px;
  background: transparent;
}

#elina-smart-element .form-style:nth-child(1) {
  width: 100%;
}

#elina-smart-element .form-style:nth-child(2) {
  width: 49%;
  margin-right: 1%;
}

#elina-smart-element .form-style:nth-child(2) input {
  border-radius: 10px;
  border: none;
  width: 100%;
}

#elina-smart-element .form-style:nth-child(3) {
  width: 49%;
  margin-left: 1%;
}

#elina-smart-element .form-style:nth-child(3) input {
  border-radius: 10px;
  border: none;
  width: 100%;
}

#elina-smart-element .form-style .DateRangePickerInput__withBorder {
  border: none;
  border-radius: 10px;
  width: 100%;
}

#elina-smart-element .form-style input {
  outline: none;
  color: #194049;
}

#elina-smart-element .form-style input {
  border-radius: 10px;
  border: none;
  width: 100%;
}

#elina-smart-element button {
  width: 19%;
  margin-right: 1%;
  display: inline-block;
  margin: 0 auto;
  min-width: 200px;
border-radius: 10px;
}

.location .booking-element-container {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.location #elina-smart-element .form-inline .form-style {
  background-color: none;
  padding: 0;
  margin-right: 5px;
}

.location #elina-smart-element .form-inline .form-style:nth-child(1) {
  width: 40%;
}

.location #elina-smart-element .form-inline .form-style:nth-child(2), .location #elina-smart-element .form-inline .form-style:nth-child(3), .location #elina-smart-element .form-inline .form-style:nth-child(4) {
  width: 19%;
  border: 1px solid #e5e5e5;
}

.location #elina-smart-element .form-inline .button-submit {
  width: 20%;
  border: 1px solid #00acbc;
}

.enquire-button {
  width: 100%;
  border: 1px solid #d7b084;
  color: #d7b084;
}

.enquire-button:hover {
  background: #A38155;
  color: white;
}

.sidebar {
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 24px 0;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.jumbotron-text-container, jumbotron-map-container {
  height: 600px;
  position: relative;
}

.jumbotron-text-container {
  margin: 0 100px;
  overflow: hidden;
}

.jumbotron-text-container .header-half-content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.jumbotron-text-container .download-button {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #00acbc;
  font-size: 18px;
}

.nav-slider-container {
  position: relative;
  height: 100%;
}

.nav-slider-container .nav-slider {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.nav-slider-container .nav-slider .slider-nav .slick-next, .nav-slider-container .nav-slider .slider-nav .slick-prev {
  top: 110%;
}

.nav-slider-container .nav-slider img {
  padding: 0 5px;
}

#includedInStay p {
  line-height: 1.3em;
}

footer {
  background: #f9f9f9;
  clear: both;
}

footer a {
  font-size: 13px;
  text-align: center;
}

footer a.soc-media-icon {
  font-size: 15px;
}

footer .footer-links {
  padding-top: 30px;
  padding-bottom: 50px;
}

.slick-initialized.slick-slider .slick-prev:before {
  content: "\f104";
  color: white;
  font-size: 30px;
}

.slick-initialized.slick-slider .slick-next:before {
  content: "\f105";
  color: white;
  font-size: 30px;
}

.slick-initialized.slick-slider .slick-prev {
  left: 15px;
}

.slick-initialized.slick-slider .slick-next, .slick-initialized.slick-slider .slick-prev {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0;
  display: block;
  position: relative;
  position: absolute;
  top: 30%;
  width: 100%;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
  padding: 15px 25px;
  border: none;
  outline: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.slick-initialized.slick-slider .slick-next {
  right: 15px;
}

.slick-initialized.slick-slider .slick-slide:focus {
  outline: none;
}

.photos-responsive.slick-initialized .slick-slide {
  padding: 0 5px;
}

.center-location {
  width: 100%;
}

.center-location.slick-slider {
  padding: 0;
}

.center-location.slick-slider .slick-prev, .center-location.slick-slider .slick-next {
  top: -25px;
  width: 40px;
  height: 40px;
  background: none;
  padding: 0;
}

.center-location.slick-slider .slick-prev:before, .center-location.slick-slider .slick-next:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.center-location.slick-slider .slick-prev {
  right: 50px;
  left: initial;
}

.center-location.slick-slider .slick-prev:before {
  background-image: url("/media/5afljjdo/back-left-arrow-circular-button-outline.svg");
}

.center-location.slick-slider .slick-next {
  right: 0;
}

.center-location.slick-slider .slick-next:before {
  content: "";
  background-image: url(/media/ropdbqfl/right-arrow-circular-button-outline.svg);
}

.distance-container {
  border-left: 1px solid #e5e5e5;
}

.distance-container .distance-item {
  background: white;
  margin-left: 10px;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}

.distance-container .distance-item span {
  width: 50%;
}

.distance-container .distance-item span:nth-child(2) {
  text-align: right;
  font-weight: bold;
}

.distance-container .distance-item .distance-detail {
  display: flex;
  flex-wrap: wrap;
}

.generalAmenities li {
  list-style: none;
}

.generalAmenities li:before {
  content: '✓';
  font-weight: 900;
  float: left;
  margin-left: -1.5em;
  color: #d7b084;
}

.accommodationHighlights .hightlight-item:before {
  content: '✓';
  font-weight: 900;
  float: left;
  margin-left: -1.5em;
  color: #BD9D54;
}

.accommodationHighlights .hightlight-item h6, .accommodationHighlights .hightlight-item p {
  color: #959595;
}

.included-stay li {
  list-style: none;
}

.accommodation #elina-smart-element .form-style:nth-child(1), .propertyGroup #elina-smart-element .form-style:nth-child(1) {
  border: 1px solid #e5e5e5;
  border-radius: 50px;
}

.accommodation #elina-smart-element .form-style:nth-child(2) input, .propertyGroup #elina-smart-element .form-style:nth-child(2) input {
  background-image: url("/media/ys3msrtp/user-profile.png");
}

.accommodation #elina-smart-element .form-style:nth-child(3) input, .propertyGroup #elina-smart-element .form-style:nth-child(3) input {
  background-image: none;
}

.accommodation #elina-smart-element .form-style .form-input-style, .propertyGroup #elina-smart-element .form-style .form-input-style {
  border: 1px solid #e5e5e5;
}

.accommodation #elina-smart-element .button-submit, .propertyGroup #elina-smart-element .button-submit {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.reviewContainer {
  background: #e8e8e8;
}

.reviewContainer .reviews-page .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  color: #333;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  padding: 16px;
  display: inline-block;
}

.reviewContainer .reviews-page .card a {
  display: block;
  color: white;
  background: black;
}

.reviewContainer .reviews-page .card .image-cont {
  position: relative;
}

.reviewContainer .reviews-page .card .image-cont a {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.reviewContainer .reviews-page .card img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.reviewContainer .reviews-page .card h4 {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.reviewContainer .reviews-page .card p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #6b6b6b;
}

.reviewContainer .reviews-page .card .review-author {
  font-weight: bold;
}

.reviewContainer .reviews-page .card .review-rating .secondary-content {
  font-size: 10px;
}

.accordion {
  border-bottom: 1px solid #e6e6e6;
}

.accordion .card-header {
  list-style: none;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
}

.accordion .card-header button {
  padding: 16px;
}

.accordion .card-header button .icon {
  float: right;
}

.accordion .card-header button.collapsed .icon-minus {
  display: block;
}

.accordion .card-header button.collapsed .icon-plus {
  display: none;
}

.accordion .card-header button .icon-minus {
  display: none;
}

.accordion .card-header button .icon-plus {
  display: block;
}

.homeOwner .circle {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  margin: 0 auto;
  color: #d7b084;
  font-size: 24px;
}

.homeOwner .homeOwnerHighlights img {
  display: block;
  margin: auto;
  border-radius: 100%;
}

.page-banner section {
  min-height: 500px;
  text-align: center;
  position: relative;
  background-attachment: fixed;
}

.page-banner section .bannerText {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  color: white;
  padding-top: 100px;
}

.page-banner section .overlay-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.page-banner section h2 p {
  color: white;
}

#elinaLoginFE {
  padding: 0 20px;
  border-left: 1px solid #fff;
}

#elinaLoginFE form h3 {
  color: white;
}

#elinaLoginFE form label {
  color: white;
}

#headerPageContent h3 {
  color: white;
}

#headerPageContent p {
  color: white;
}

.affix {
  top: 0;
  width: 350px;
  z-index: 9999 !important;
  position: fixed;
}

#nav-icon1 {
  width: 40px;
  height: 34px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  transition: color 0.3s ease-in-out;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
  transition: all 1.3s;
}

#nav-icon1 span:nth-child(2) {
  top: 14px;
  transition: all 1.3s;
}

#nav-icon1 span:nth-child(3) {
  top: 28px;
  transition: all 1.3s;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#nav-icon1:hover span {
  background: #A38155;
  transform: scale(1.4);
}

#nav-icon1:hover #nav-icon1 {
  transform: scale(1.4);
}

#featuredProperties span, #featuredProperties p {
  color: #021A3D;
}

.nav-slider-container .nav-slider img {
  border-radius: 5px;
}

.slider-for {
  overflow: hidden;
}

.slider-for img {
  border-radius: 5px;
}

.slider-for .slick-slide {
  margin: 0 10px;
}

.slider-for .slick-list {
  overflow: visible;
}

.slider-for .slick-slide .caption-container {
  display: none;
}

.slider-for .slick-slide.slick-current.slick-active .caption-container {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 20px 20px 20px;
  width: 50%;
  min-height: 200px;
  box-shadow: 0.067em 0.067em 4.133em rgba(12, 71, 84, 0.08);
}

.slider-for .slick-initialized.slick-slider .slick-next, .slider-for .slick-initialized.slick-slider .slick-prev {
  top: -50px;
  right: 0px;
  left: initial;
}

.stay-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.stay-overlay::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0.15));
  left: 0;
  top: 0;
  z-index: 9999999999;
  opacity: 1;
  transition: width .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
}

.slider-for .slick-slide.slick-current.slick-active .stay-overlay {
  display: none;
}

#map-button {
  display: none;
}

.ListOfProperties #mapAreas {
  height: 600px !important;
}

header {
  padding: 15px 30px;
}

header .logo {
  color: #000;
  font-weight: 700;
}

header .menu-btn {
  width: 60px;
  cursor: pointer;
  padding-top: 20px;
}

/*
nav {
    position: absolute;
    background: #f9f9f9;
    padding: 2em;
    width: 100%; //calc(100% - 4em);
    height: 100%; //calc(100vh - 4em);
    display: none;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    z-index: 999;

    .close-button {
        width: 40px;
        float: right;
        cursor: pointer;
        opacity: 0;
    }

    ul {
        list-style-type: none;
        margin: 10% auto 0;
        padding: 0;

        a {
            font-size: 1.4em;
        }

        span {
            color: gray;
            display: block;
            font-size: 0.75em;
            margin-top: 20px;
        }

        li {
            opacity: 0;
        }
    }
}
*/
.show-menu {
  display: block;
  -webkit-animation: slide-menu 1s ease-in forwards;
  animation: slide-menu 1s ease-in forwards;
}

.show-menu .close-button {
  -webkit-animation: show-x 1s 1s forwards;
  animation: show-x 1s 1s forwards;
}

.show-menu li {
  -webkit-animation: menu-item-anim 0.6s forwards 1.8s ease-in-out;
  animation: menu-item-anim 0.6s forwards 2.2s ease-in-out;
}

.show-menu li:nth-of-type(1) {
  -webkit-animation: menu-item-anim 0.6s forwards 1s ease-in-out;
  animation: menu-item-anim 0.6s forwards 1s ease-in-out;
}

.show-menu li:nth-of-type(2) {
  -webkit-animation: menu-item-anim 0.6s forwards 1.2s ease-in-out;
  animation: menu-item-anim 0.6s forwards 1.2s ease-in-out;
}

.show-menu li:nth-of-type(3) {
  -webkit-animation: menu-item-anim 0.6s forwards 1.6s ease-in-out;
  animation: menu-item-anim 0.6s forwards 1.6s ease-in-out;
}

.show-menu li:nth-of-type(4) {
  -webkit-animation: menu-item-anim 0.6s forwards 1.8s ease-in-out;
  animation: menu-item-anim 0.6s forwards 1.8s ease-in-out;
}

.show-menu li:nth-of-type(5) {
  -webkit-animation: menu-item-anim 0.6s forwards 1.8s ease-in-out;
  animation: menu-item-anim 0.6s forwards 2s ease-in-out;
}

.show-menu li:nth-of-type(6) {
  -webkit-animation: menu-item-anim 0.6s forwards 1.8s ease-in-out;
  animation: menu-item-anim 0.6s forwards 2s ease-in-out;
}

.show-menu li:nth-of-type(7) {
  -webkit-animation: menu-item-anim 0.6s forwards 1.8s ease-in-out;
  animation: menu-item-anim 0.6s forwards 2s ease-in-out;
}

@-webkit-keyframes slide-menu {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes slide-menu {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes show-x {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes show-x {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes menu-item-anim {
  from {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes menu-item-anim {
  from {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  #elina-smart-element .form-inline .form-style:nth-child(1) {
    width: 100%;
  }

  .affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    position: relative;
  }

  .home #elina-smart-element {
    padding: 0 0px;
  }
}

@media (max-width: 991px) {
  #map-button {
    display: block;
    margin: 15px auto;
  }

  .mapLayoutContainerRemoved #mapRow {
    display: block;
  }

  #mapRow {
    display: none;
  }
}

@media (max-width: 778px) {
  .navbar-light .additional-navigation {
    display: block;
    width: 100%;
  }

  .navbar-light .additional-navigation ul {
    text-align: right;
  }

  .navbar-light .additional-navigation a {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1em;
  }

  .browser-resized .resize-class {
    display: flex;
  }

  .browser-resized .resize-class .additional-navigation {
    width: auto;
  }

  .browser-resized .resize-class .additional-navigation a {
    padding-left: 0;
    line-height: 5em;
  }

  .browser-resized .resize-class .navbar-brand img {
    width: 200px;
  }

  .jumbotron-text-container {
    margin: 0;
    overflow: hidden;
    min-height: auto;
    height: 100%;
    padding: 50px 0 20px 0;
  }

  .jumbotron-text-container .header-half-content {
    position: relative;
    top: 30%;
    -ms-transform: none;
    transform: none;
  }

  .nav-slider-container .nav-slider {
    position: relative;
    top: 0;
    -ms-transform: none;
    transform: none;
    width: 100%;
    padding-top: 15px;
  }

  .nav-slider-container .nav-slider .slider-nav .slick-next, .nav-slider-container .nav-slider .slider-nav .slick-prev {
    top: 30%;
  }
}