﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*#region 1.1) BANNER*/
.bannervideo {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 700px;
  z-index: 0;
  box-shadow: none;
}
.bannervideo .wrapper {
  transform: matrix(1, 0, 0, 1, 0, -100) !important;
  position: fixed;
  width: 100%;
  height: 100%;
}
.bannervideo .video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bannervideo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.dBannerContent {
  top: 200px;
}
.dBannerContent .slogan {
  font-size: 2.4em;
  color: #fff;
  font-weight: 300;
  margin: 20px auto 30px auto;
  text-transform: uppercase;
}
.dBannerContent .slogan span {
  color: #F6F49D;
}
.dBannerContent .scrolldown {
  position: absolute;
  bottom: -205px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.dBannerContent .scrolldown a {
  padding-top: 60px;
  position: absolute;
  bottom: 0;
  color: #fff;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.dBannerContent .scrolldown a:hover {
  opacity: 0.6;
}
.dBannerContent .scrolldown a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dBannerContent .scrolldown a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  -moz-animation: sdb10 2s infinite;
  -o-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.dInner {
  border-top: 3px solid #262626;
  position: relative;
  background: #f2f2f2;
}
@media (max-width: 61.9em) {
  .bannervideo {
    background: url(images/background/video.jpg) #000 no-repeat fixed;
    background-size: cover;
  }
  .bannervideo .video {
    display: none;
  }
  .dBanner {
    height: 260px;
  }
  .dBannerContent {
    top: 100px;
  }
  .dBannerContent .slogan {
    margin: 55px auto 0px auto;
  }
}
@media (max-width: 47.9em) {
  .dBanner {
    height: 260px;
  }
  .dBannerContent #dSearches {
    margin-top: 45px;
  }
  .dBannerContent img {
    display: none;
  }
}
@media (max-width: 33.9em) {
  .dBannerContent .slogan {
    font-size: 2em;
  }
}
/*#endregion*/
/*#region 1.2) Main Search*/
.mainsearch {
  padding: 30px 20px;
  border-radius: 15px;
  background: #262626;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.mainsearch label {
  display: none;
}
.mainsearch .ptype .select2-selection--single:before {
  border: none !important;
}
.mainsearch .form-group {
  margin: 0;
}
.mainsearch .btn {
  height: 40px;
  line-height: 30px;
  background-color: #5DAE8B;
  text-transform: capitalize;
  font-weight: bold;
}
.mainsearch .dLocationPicker h3,
.mainsearch .dLocationPicker #mapHolder {
  display: none;
}
.mainsearch .dLocationPicker .locationPicker {
  background: #fff;
  border: 0px;
  display: inline-block;
  height: auto;
  line-height: 38px;
  font-size: 14px;
  padding: 0px 0 0 10px;
  text-align: left;
  width: 100%;
  border-radius: 100px;
}
.mainsearch .dLocationPicker .locationPicker input {
  border: 0px;
  background: none transparent;
  font-size: 14px;
  color: #636363;
}
.mainsearch .dLocationPicker .locationPicker span.loader {
  position: absolute;
  right: 40px;
  top: 7px;
  display: none;
}
.mainsearch .dLocationPicker .locationPicker span.loader:before {
  position: absolute;
  top: 0px;
  color: #5DAE8B;
  content: "\f29d";
  font: 24px "Ionicons";
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.mainsearch .dLocationPicker .locationPicker span.notfound {
  position: absolute;
  right: 40px;
  top: 7px;
  display: none;
}
.mainsearch .dLocationPicker .locationPicker span.notfound:before {
  position: absolute;
  top: 0px;
  color: #F39C12;
  content: "\f3bc";
  font: 24px "Ionicons";
}
.mainsearch .dLocationPicker .locationPicker span.error {
  position: absolute;
  right: 40px;
  top: 7px;
  display: none;
}
.mainsearch .dLocationPicker .locationPicker span.error:before {
  position: absolute;
  top: 0px;
  color: #f23240;
  content: "\f36e";
  font: 24px "Ionicons";
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mainsearch .dLocationPicker .locationPicker #dSuggestions {
  border-top: 0px;
  border-bottom: 0px;
  background: #FFF none;
  margin: -2px 0 0px 0px;
  overflow: auto;
  position: absolute;
  display: none;
  width: 94%;
  height: 150px;
  z-index: 100;
}
.mainsearch .dLocationPicker .locationPicker #dSuggestions::-webkit-scrollbar {
  display: none;
  width: 5px;
}
.mainsearch .dLocationPicker .locationPicker #dSuggestions::-webkit-scrollbar-track {
  border-radius: 10px;
}
.mainsearch .dLocationPicker .locationPicker #dSuggestions::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: all 0.2s ease;
}
.mainsearch .dLocationPicker .locationPicker #dSuggestions:hover {
  transition: all 0.2s ease;
}
.mainsearch .dLocationPicker .locationPicker #dSuggestions:hover::-webkit-scrollbar {
  display: block;
}
.mainsearch .dLocationPicker .locationPicker #dSuggestions a {
  display: block;
  padding: 0 8px;
  border-bottom: 1px solid #ededed;
  color: #999;
  text-decoration: none;
  font-size: 11px;
  line-height: 29px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.mainsearch .dLocationPicker .locationPicker #dSuggestions a:hover {
  background: #EEE none;
  color: #333;
  text-decoration: none;
}
.mainsearch .dLocationPicker .locationPicker #dPickedLocations {
  position: absolute;
  left: 25px;
  top: 8px;
}
.mainsearch .dLocationPicker .locationPicker #dPickedLocations a {
  float: right;
  margin: 0 8px 0 0;
  padding: 0 15px 0 0;
  height: 24px;
  background: #5DAE8B;
  color: #fff;
  text-indent: 4px;
  font-size: 13px;
  line-height: 24px;
  border-radius: 2px;
}
.mainsearch .dLocationPicker .locationPicker #dPickedLocations a:after {
  position: relative;
  left: 8px;
  content: "x";
  font-size: 13px;
  top: -1px;
}
.mainsearch .dLocationPicker .locationPicker #dPickedLocations a:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
@media (max-width: 61.9em) {
  .mainsearch .select2-container--default .select2-selection--single:before {
    content: none;
  }
  .mainsearch .select2-container--default .select2-selection--single:after {
    content: none;
  }
}
@media (max-width: 47.9em) {
  .mainsearch .form-group,
  .mainsearch .dLocationPicker {
    margin-bottom: 5px;
  }
}
/*#endregion*/
/*#region 1.4) Homepage Locations*/
.pick-locations {
  padding: 40px 0;
  background: #fafafa;
  width: 100%;
  height: 100%;
}
.pick-locations .content-header h2 {
  text-transform: uppercase;
  margin: 1rem auto 30px;
}
.pick-locations .categories .category {
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 15px 0;
  height: 220px;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition: all 200ms ease;
  border-radius: 7px;
}
.pick-locations .categories .category:hover {
  transform: scale(1.02);
}
.pick-locations .categories .category a {
  color: #fff!important;
  border-radius: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  border-radius: 7px;
}
.pick-locations .categories .category a .category-content {
  bottom: 70px;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-35%);
  -ms-transform: translateX(-50%) translateY(-35%);
  -o-transform: translateX(-50%) translateY(-35%);
  -webkit-transform: translateX(-50%) translateY(-35%);
  transform: translateX(-50%) translateY(-35%);
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}
.pick-locations .categories .category a .category-content .category-title {
  color: #fff!important;
  display: block;
  font-size: 1.6em;
  font-weight: 600;
  transition: all .25s ease;
}
.pick-locations .categories .category a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 47.9em) {
  .pick-locations .content-header img {
    height: 60px;
  }
  .pick-locations .content-header h2 {
    text-align: center;
    font-size: 1.6rem;
  }
}
/*#endregion*/
.homepage-highlights {
  padding: 3rem 0;
}
.homepage-highlights .roll-header h2 {
  text-transform: uppercase;
  margin-left: 70px;
  display: inline-block;
}
.homepage-highlights .roll-header .lnkViewAll {
  float: right;
  margin-top: 1.6rem;
}
.homepage-highlights .roll-body {
  margin-top: 30px;
}
.homepage-highlights .roll-body a {
  text-decoration: none !important;
}
.homepage-highlights .roll-body .slick-prev {
  left: 0;
  top: -49px;
}
.homepage-highlights .roll-body .slick-prev:before {
  padding: 0;
}
.homepage-highlights .roll-body .slick-next {
  left: 35px;
  top: -49px;
}
.homepage-highlights .roll-body .slick-next:before {
  padding: 0;
  padding-right: 5px;
}
.homepage-highlights .roll-body .item {
  margin: 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  transition: all .5s;
  border-radius: 4px;
}
.homepage-highlights .roll-body .item:hover {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}
.homepage-highlights .roll-body .item:hover .pr-header:after {
  transform: scaleY(1);
}
.homepage-highlights .roll-body .item .pr-thumbnail {
  width: 100%;
  height: 200px;
  padding: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
}
.homepage-highlights .roll-body .item .pr-thumbnail .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  clear: both;
}
.homepage-highlights .roll-body .item .pr-thumbnail .wrapper div {
  visibility: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 0;
  background-size: cover !important;
  background-repeat: no-repeat;
  opacity: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.homepage-highlights .roll-body .item .pr-thumbnail .wrapper .price {
  position: absolute;
  top: 0;
  right: 15px;
  background: #FF7676;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 7px 0 rgba(0, 0, 0, 0.12);
}
.homepage-highlights .roll-body .item .pr-header {
  position: relative;
  display: block;
  padding: 25px;
  border-bottom: 2px solid #5DAE8B;
}
.homepage-highlights .roll-body .item .pr-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.homepage-highlights .roll-body .item .pr-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #5DAE8B;
  z-index: -1;
  transition: transform 0.3s;
}
.homepage-highlights .roll-body .item .pr-header h4 {
  color: #414141;
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage-highlights .roll-body .item .pr-header h4,
.homepage-highlights .roll-body .item .pr-header p {
  transition: color 0.2s ease;
}
.homepage-highlights .roll-body .item .pr-header .location {
  line-height: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #797979;
  margin: 0;
}
.homepage-highlights .roll-body .item .pr-info {
  padding: 0 25px 25px 25px;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.homepage-highlights .roll-body .item .pr-info .agency {
  position: relative;
  top: -10px;
}
.homepage-highlights .roll-body .item .pr-info .agency .thumb {
  width: 55px;
  height: 55px;
  float: left;
  background: #fff;
  padding: 5px;
  border-radius: 30px;
}
.homepage-highlights .roll-body .item .pr-info .agency .thumb div {
  visibility: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 0;
  background-size: cover !important;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 7px 0 rgba(0, 0, 0, 0.12);
}
.homepage-highlights .roll-body .item .pr-info .agency .info {
  float: left;
}
.homepage-highlights .roll-body .item .pr-info .agency .info h5 {
  font-size: 1rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  line-height: 55px;
}
.homepage-highlights .roll-body .item .pr-info .characteristics {
  position: relative;
  overflow: hidden;
  min-height: 100px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.homepage-highlights .roll-body .item .pr-info .characteristics li {
  height: 80px;
  margin: 10px 3px;
  width: 68px;
  float: left;
}
.homepage-highlights .roll-body .item .pr-info .characteristics li div.logo {
  width: 45px;
  height: 35px;
  display: block;
  margin: 0 auto;
}
.homepage-highlights .roll-body .item .pr-info .characteristics li div.logo.area {
  background: url("/App_themes/custom/images/misc/property.png") no-repeat 0px -75px transparent;
}
.homepage-highlights .roll-body .item .pr-info .characteristics li div.logo.bath {
  background: url("/App_themes/custom/images/misc/property.png") no-repeat 0px -37px transparent;
}
.homepage-highlights .roll-body .item .pr-info .characteristics li div.logo.rooms {
  background: url("/App_themes/custom/images/misc/property.png") no-repeat 0px -110px transparent;
}
.homepage-highlights .roll-body .item .pr-info .characteristics li div.logo.garage {
  background: url("/App_themes/custom/images/misc/property.png") no-repeat 0px 0px transparent;
}
.homepage-highlights .roll-body .item .pr-info .characteristics li span.number {
  background: #ececec;
  display: block;
  margin: 10px auto 0;
  border-radius: 100px;
  line-height: 25px;
  font-size: 1em;
  width: 65px;
  text-align: center;
  color: #555756;
  font-weight: 600;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.homepage-highlights .roll-body .slick-slide:nth-child(1n) .pr-header {
  border-bottom: 2px solid #5DAE8B;
}
.homepage-highlights .roll-body .slick-slide:nth-child(1n) .pr-header:after {
  background: #5DAE8B;
}
.homepage-highlights .roll-body .slick-slide:nth-child(1n) .item:hover .pr-header h4,
.homepage-highlights .roll-body .slick-slide:nth-child(1n) .item:hover .pr-header p {
  color: #fff;
}
.homepage-highlights .roll-body .slick-slide:nth-child(2n) .pr-header {
  border-bottom: 2px solid #F6F49D;
}
.homepage-highlights .roll-body .slick-slide:nth-child(2n) .pr-header:after {
  background: #F6F49D;
}
.homepage-highlights .roll-body .slick-slide:nth-child(2n) .item:hover .pr-header h4,
.homepage-highlights .roll-body .slick-slide:nth-child(2n) .item:hover .pr-header p {
  color: #414141;
}
.homepage-highlights .roll-body .slick-slide:nth-child(3n) .pr-header {
  border-bottom: 2px solid #FF7676;
}
.homepage-highlights .roll-body .slick-slide:nth-child(3n) .pr-header:after {
  background: #FF7676;
}
.homepage-highlights .roll-body .slick-slide:nth-child(3n) .item:hover .pr-header h4,
.homepage-highlights .roll-body .slick-slide:nth-child(3n) .item:hover .pr-header p {
  color: #414141;
}
.homepage-highlights .roll-body .slick-slide:nth-child(4n) .pr-header {
  border-bottom: 2px solid #466C95;
}
.homepage-highlights .roll-body .slick-slide:nth-child(4n) .pr-header:after {
  background: #466C95;
}
.homepage-highlights .roll-body .slick-slide:nth-child(4n) .item:hover .pr-header h4,
.homepage-highlights .roll-body .slick-slide:nth-child(4n) .item:hover .pr-header p {
  color: #fff;
}
@media (max-width: 47.9em) {
  .homepage-highlights .roll-header h2 {
    font-size: 1.6rem;
  }
  .homepage-highlights .roll-header .lnkViewAll {
    display: none;
  }
  .homepage-highlights .stage .item .thumbnailWrapper .location {
    margin-bottom: 30px !important;
  }
  .homepage-highlights .stage .item .thumbnailWrapper .price {
    position: relative !important;
    top: -62px;
    right: initial !important;
    margin-top: 0;
  }
  .homepage-highlights .stage .item .characteristics {
    table-layout: fixed;
  }
  .homepage-highlights .stage .item .characteristics li {
    max-width: initial;
    padding: 0;
    display: table-cell;
    width: auto;
  }
  .homepage-highlights .stage .item .characteristics li span.number {
    text-align: left;
    max-width: initial;
    min-width: 37px;
  }
}
.homepage-locations {
  background: #fafafa;
  padding: 30px 0;
}
.homepage-locations .hl-box {
  background: #fff;
  border-radius: 4px;
  border-bottom: 2px solid #466c95;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  padding: 40px;
}
.homepage-locations .hl-box .hl-header .icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #466c95;
  position: absolute;
  left: -7px;
  top: 30px;
}
.homepage-locations .hl-box .hl-header .icon div {
  width: 32px;
  height: 38px;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
  background: url('/App_Themes/custom/images/misc/_apartment.png') no-repeat center center;
  background-size: 21px;
}
.homepage-locations .hl-box .hl-header h4 {
  font-size: 1.5rem;
}
.homepage-locations .hl-box .hl-links {
  margin-top: 30px;
}
.homepage-locations .hl-box .hl-links li {
  padding: 5px 0;
}
.homepage-locations .hl-box .hl-links li a {
  color: #808080;
}