footer {
  z-index: 2;
  position: relative; }

footer {
  color: #90b4ff;
  padding: 0px 0  0px;
  font-size: 12px;
  line-height: 1.5;
  background: #ffffff;
  z-index: 9002; }
  footer .bg-blue {
    padding-bottom: 30px;
    background: #1f80c4;
    padding-top: 40px; }
  footer .logo {
    margin-left: 0;
    margin-bottom: 22px;
    margin-top: 0; }
  footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #ffffff; }
  footer h4 {
    margin-bottom: 20px;
    font-size: 16px; }

.footer-info {
  width: 30%;
  padding-right: 40px;
  position: relative; }
  .footer-info p {
    margin-bottom: 20px; }
  .footer-info h3 {
    margin-bottom: 20px;
    line-height: 1.2; }

.footer-detail {
  width: 70%;
  padding: 20px 0 0px 40px;
  position: relative; }
  .footer-detail:before {
    content: '';
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    background: #979797;
    opacity: 0.3; }

.footer-link ul {
  width: 100%; }
  .footer-link ul li {
    margin-bottom: 8px; }
    .footer-link ul li a {
      color: #ffffff;
      position: relative;
      opacity: 0.8; }
      .footer-link ul li a:hover {
        opacity: 1; }
        .footer-link ul li a:hover:before {
          opacity: 1; }
      .footer-link ul li a:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #ffffff;
        position: absolute;
        bottom: -2px;
        left: 0;
        opacity: 1;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center; }
      .footer-link ul li a span.icon-home-2 {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px; }

.footer-link.social-media h4 {
  margin-bottom: 6px;
  margin-top: 25px; }

.footer-link.social-media li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }
  .footer-link.social-media li:before {
    display: none; }

.footer-social ul li {
  margin-bottom: 8px; }
  .footer-social ul li span {
    float: left;
    margin-right: 10px; }
  .footer-social ul li a {
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #ffffff; }
    @media (max-width: 767px) {
      .footer-social ul li a {
        display: block; } }
    .footer-social ul li a:hover {
      opacity: 0.8; }

.footer-bottom {
  margin-top: 40px;
  clear: both;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .footer-bottom p {
    font-family: "Molengo", "Helvetica", "sans-serif";
    font-weight: 700; }

.newsletter-form-wrap {
  position: relative; }
  .newsletter-form-wrap:before {
    content: '';
    height: 240px;
    position: absolute;
    top: -20px;
    left: 0px;
    width: 1px;
    background: #979797;
    opacity: 0.3; }

.newsletter-form .btn {
  background: #d84927;
  border: 1px solid #d84927;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 30px; }

.newsletter-form .input-wrap.error .error-message {
  color: #ffffff !important; }

.footer-extra-menu {
  margin-right: -10px; }
  .footer-extra-menu:after {
    content: '';
    display: block;
    float: none;
    clear: both; }
  .footer-extra-menu li {
    float: left;
    padding: 0px 10px; }
    .footer-extra-menu li a {
      font-size: 12px;
      line-height: 1.4;
      display: block;
      color: #ffffff;
      opacity: 0.8;
      -webkit-transition: opacity 0.4s ease;
      -moz-transition: opacity 0.4s ease;
      -ms-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
      .footer-extra-menu li a:hover {
        opacity: 1; }

.sm-icons figure {
  float: left;
  width: 16px;
  margin-right: 6px;
  position: relative;
  top: 2px; }
  .sm-icons figure img {
    width: 100%;
    height: auto;
    display: block; }

.sm-icons span {
  float: left;
  margin-right: 10px;
  position: relative;
  top: -1px; }

.social-media ul li {
  margin-bottom: 4px; }
  .social-media ul li a {
    /*&.hide-mobile {
				display: none;
			}*/ }
    .social-media ul li a:after {
      content: '';
      display: block;
      float: none;
      clear: both; }
    .social-media ul li a.hide-desktop {
      display: none; }

@media (min-width: 768px) {
  .footer-link ul {
    display: block !important; } }

@media (max-width: 991px) {
  footer .bg-blue {
    padding-bottom: 20px; }
  .footer-detail {
    padding-left: 30px;
    width: 100%;
    clear: both;
    padding-left: 0; }
    .footer-detail:before {
      display: none; }
  .footer-info {
    padding-right: 30px;
    float: none;
    clear: both;
    width: 100%; }
    .footer-info h3 {
      font-size: 22px; }
  .footer-bottom {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .footer-info {
    width: 100%;
    padding-right: 0; }
  .footer-detail {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0; }
    .footer-detail:before {
      display: none; }
  .newsletter-form-wrap {
    background: rgba(255, 255, 255, 0.04);
    padding-top: 20px;
    padding-bottom: 20px; }
    .newsletter-form-wrap h4, .newsletter-form-wrap .newsletter-form {
      max-width: 320px;
      margin-right: auto;
      margin-left: auto; }
  .footer-bottom {
    margin-top: 10px; }
    .footer-bottom .fr, .footer-bottom .fl {
      clear: both;
      float: none;
      display: block;
      text-align: center; }
    .footer-bottom .footer-extra-menu {
      margin-right: 0;
      margin-bottom: 15px; }
      .footer-bottom .footer-extra-menu li {
        float: none;
        display: inline-block; }
  .footer-link {
    display: block; }
    .footer-link.null-pad-left {
      padding-left: 15px !important; }
    .footer-link.newsletter-form-wrap h4, .footer-link.social-media h4 {
      text-align: center; }
      .footer-link.newsletter-form-wrap h4:after, .footer-link.newsletter-form-wrap h4:before, .footer-link.social-media h4:after, .footer-link.social-media h4:before {
        display: none; }
    .footer-link h4 {
      position: relative; }
      .footer-link h4:after, .footer-link h4:before {
        position: absolute; }
      .footer-link h4:before {
        content: '';
        width: 1px;
        height: 15px;
        background: #ffffff;
        top: 2px;
        right: 7px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .footer-link h4:after {
        content: '';
        width: 15px;
        height: 1px;
        background: #ffffff;
        top: 9px;
        right: 0px; }
      .footer-link h4.active:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    .footer-link ul {
      display: none;
      padding-bottom: 30px; }
    .footer-link.social-media {
      display: block; }
      .footer-link.social-media ul {
        display: block; }
  .footer-link.social-media h4 {
    text-align: center; }
  .footer-link.social-media .fs-text {
    display: none; }
  .footer-link.social-media ul {
    margin-top: 5px; }
    .footer-link.social-media ul:after {
      content: '';
      display: block;
      float: none;
      clear: none; }
    .footer-link.social-media ul li {
      width: 25%;
      float: left;
      margin-right: 0; }
      .footer-link.social-media ul li a {
        opacity: 1;
        text-align: center;
        display: block; }
        .footer-link.social-media ul li a span.icon-home-2, .footer-link.social-media ul li a span.icon-home {
          font-size: 33px; }
        .footer-link.social-media ul li a.hide-desktop {
          display: block; }
        .footer-link.social-media ul li a.hide-mobile {
          display: none; } }

.banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
  min-height: 700px;
  background: #ccc; }
  .banner picture {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    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%); }
    .banner picture img {
      position: absolute;
      width: auto;
      height: 100%;
      z-index: 1;
      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%); }
  .banner.banner-auto {
    height: auto; }
  .banner .table-wrap {
    z-index: 104; }
  .banner .table-cell {
    padding-bottom: 120px; }
  .banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.16);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.758701) 0%, rgba(255, 255, 255, 0.309681) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.758701) 0%, rgba(255, 255, 255, 0.309681) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.758701)), to(rgba(255, 255, 255, 0.309681)));
    background: linear-gradient(rgba(0, 0, 0, 0.758701) 0%, rgba(255, 255, 255, 0.309681) 100%);
    z-index: 101; }
  .banner.banner-inner img {
    width: 100%;
    height: auto; }

.wavy {
  /*&.wavy-blue {

		&:after {
			background: url('../images/home/wavy-blue.png') repeat-x -70%;	
		}
		
	}*/ }
  .wavy:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 41px;
    width: 100%;
    z-index: 103;
    /*background: url('../images/home/wavy.png') repeat-x -70%;*/
    background: #1f80c4; }

.banner-text {
  position: relative;
  z-index: 3;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  /** Additional css **/
  /*end*/
  /** Additional css **/
  /*end*/ }
  .banner-text h1 {
    font-size: 48px;
    line-height: 1.1;
    font-family: "Molengo", "Helvetica", "sans-serif";
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    position: relative;
    text-transform: uppercase; }
    .banner-text h1 span {
      display: inline-block;
      position: relative; }
      .banner-text h1 span:after {
        content: '';
        display: block;
        position: absolute;
        left: -80px;
        height: 2px;
        width: 60px;
        top: 50%;
        margin-top: -1px;
        background: #ffffff; }
      .banner-text h1 span:before {
        content: '';
        display: block;
        position: absolute;
        right: -80px;
        height: 2px;
        width: 60px;
        top: 50%;
        margin-top: -1px;
        background: #ffffff; }
  .banner-text h2, .banner-text h4 {
    color: #ffffff; }
  .banner-text h4 {
    margin-top: 17px; }
  .banner-text h3 {
    font-family: "Roboto", "Helvetica", "sans-serif";
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.38;
    margin-top: 20px; }
  .banner-text p {
    font-size: 24px;
    color: #ffffff;
    font-family: "Molengo", "Helvetica", "sans-serif";
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 300;
    opacity: 0.9; }
  .banner-text .btn {
    min-width: 200px; }
  .banner-text .small-text p {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 0px;
    line-height: 1.5; }

@media (max-width: 991px) {
  .banner-text {
    width: 60%; }
    .banner-text p {
      font-size: 20px; }
  .banner.home-banner {
    overflow: visible; } }

@media (max-width: 767px) {
  .wavy:after {
    height: 20px; }
  .banner {
    min-height: 520px; }
    .banner .table-cell {
      padding-bottom: 60px; }
  .banner-text {
    width: 90%; }
    .banner-text h1 {
      font-size: 38px; }
  .home-intro {
    padding-top: 40px; } }

.banner-inner {
  height: auto;
  min-height: 440px; }
  .banner-inner.banner-listing {
    min-height: 320px; }
  .banner-inner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.26);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.658701) 0%, rgba(255, 255, 255, 0.109681) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.658701) 0%, rgba(255, 255, 255, 0.109681) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.658701)), to(rgba(255, 255, 255, 0.109681)));
    background: linear-gradient(rgba(0, 0, 0, 0.658701) 0%, rgba(255, 255, 255, 0.109681) 100%);
    z-index: 101;
    opacity: 0.8; }
  .banner-inner.banner-enroll {
    height: auto; }

.banner-inner-content h1 {
  float: left;
  color: #ffffff;
  margin-top: 45px;
  font-size: 42px;
  line-height: 40px; }
  .banner-inner-content h1 span {
    font-size: 28px;
    display: block;
    font-weight: 300; }

.banner .property-logo {
  width: 25%; }
  .banner .property-logo img {
    display: inline-block;
    max-width: 100%;
    max-height: 160px;
    width: auto !important;
    height: auto !important; }

.banner-inner-content {
  margin-top: 140px;
  color: #ffffff; }
  .banner-inner-content p {
    display: block;
    float: none;
    clear: both;
    padding-top: 15px;
    font-size: 18px;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    max-width: 80%; }

@media (max-width: 991px) {
  .banner-inner {
    min-height: 340px; } }

@media (max-width: 767px) {
  .banner-inner {
    min-height: 240px; }
  .banner-inner-content {
    margin-top: 70px; }
    .banner-inner-content h1 {
      font-size: 32px;
      margin-top: 0;
      text-align: center;
      float: none; }
    .banner-inner-content p {
      font-size: 14px;
      max-width: 100%; } }

.contact-form-wrap {
  padding-top: 30px;
  width: 70%;
  float: left;
  padding-right: 60px; }
  .contact-form-wrap h5 {
    margin-top: 30px;
    margin-bottom: 10px; }
  .contact-form-wrap .sec-title {
    padding-bottom: 0; }
  .contact-form-wrap .custom-select select {
    padding: 10px 25px 10px 15px;
    font-size: 14px; }
  .contact-form-wrap .btn-contact-submit {
    background: #d84927;
    border: 1px solid #d84927;
    text-transform: uppercase;
    margin-top: 20px; }

.policy {
  padding: 10px 0 0; }
  .policy li {
    padding-bottom: 4px; }

.contact-details {
  float: left;
  width: 30%;
  padding: 0px 15px; }

.c-detail-list {
  padding-top: 30px; }
  .c-detail-list ul {
    margin: 8px 0px 30px; }
  .c-detail-list li {
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    float: left;
    padding: 5px 0 5px 20px;
    position: relative; }
    .c-detail-list li:last-child {
      border-bottom: none; }
    .c-detail-list li strong {
      padding-left: 5px;
      font-size: 12px;
      width: 40%;
      float: left;
      padding-right: 10px; }
    .c-detail-list li .fr {
      width: 60%;
      font-size: 12px;
      text-align: left;
      line-height: 18px; }
      @media (max-width: 1024px) {
        .c-detail-list li .fr {
          word-break: break-word; } }
    .c-detail-list li .icon-home {
      opacity: 0.5;
      font-size: 18px;
      position: relative;
      top: 4px;
      position: absolute;
      left: 0; }
  .c-detail-list h5 {
    font-size: 16px; }

@media (max-width: 991px) {
  .contact-details {
    width: 30%; }
  .contact-form-wrap {
    width: 60%; }
  .c-detail-list li {
    padding: 8px 0px 8px 20px; } }

@media (max-width: 640px) {
  .contact-form-wrap {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px; }
  .contact-details {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .contact-form-wrap {
    padding-top: 0; } }

.full-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .full-image-holder:before {
    content: '';
    background: rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .full-image-holder img {
    position: absolute;
    width: auto;
    height: 100%;
    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%); }

.sec-screen .slant-border {
  position: absolute;
  top: 0;
  left: 0; }
  .sec-screen .slant-border:after {
    border-color: #ffffff #ffffff transparent #ffffff !important;
    z-index: 2; }

.sec-screen article {
  color: #ffffff; }
  .sec-screen article h2 {
    margin-bottom: 20px; }
  .sec-screen article pre {
    font-size: 28px;
    font-weight: 300;
    white-space: normal;
    margin-bottom: 20px; }
  .sec-screen article .btn {
    margin-top: 30px;
    background: #d84927;
    border: 1px solid #d84927;
    text-transform: uppercase; }

.featured-blog-list {
  padding-bottom: 40px;
  margin: 0px -10px; }
  .featured-blog-list li {
    width: 33.33%;
    padding: 0px 10px 40px;
    float: left; }
    .featured-blog-list li:nth-child(3n+ 1) {
      clear: left; }
      @media (max-width: 767px) {
        .featured-blog-list li:nth-child(3n+ 1) {
          clear: none; } }
  .featured-blog-list .img-holder {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    position: relative;
    overflow: hidden;
    border-radius: 6px; }
    .featured-blog-list .img-holder img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 8px;
      opacity: 1;
      -webkit-transition: opacity 0.4s ease;
      -moz-transition: opacity 0.4s ease;
      -ms-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }

.article-wrap figure img {
  max-width: auto;
  height: auto;
  display: block; }

.article-wrap > a:hover img {
  opacity: 0.9; }

.article-wrap .box-bedroom {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
  font-size: 14px;
  padding-bottom: 0; }
  .article-wrap .box-bedroom span:after {
    background-color: #ccc; }

.article-wrap .box-types {
  clear: right;
  line-height: 24px;
  font-size: 14px;
  padding-bottom: 15px; }
  .article-wrap .box-types span:after {
    background-color: #ccc; }

.article-wrap .icon-home {
  color: #1f80c4; }

.article-details h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0; }
  .article-details h3 a {
    color: #212121; }
    .article-details h3 a:hover {
      color: #d84927; }

.article-details p {
  font-size: 14px; }
  .article-details p.excerpt {
    min-height: 76px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 12px; }

.article-details a.learn-more {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-family: "Molengo", "Helvetica", "sans-serif";
  margin-top: 20px;
  display: inline-block; }
  .article-details a.learn-more:hover {
    color: #d84927; }

article ul {
  padding-left: 20px; }
  article ul li {
    list-style-type: disc;
    padding-bottom: 2px; }

article p {
  padding-bottom: 15px; }

article p.calendar {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500; }

@media (min-width: 1380px) {
  .full-image-holder img {
    width: 100%;
    height: auto; } }

@media (max-width: 1024px) {
  .nav-extra {
    margin-right: -5px; } }

@media (max-width: 767px) {
  .sec-screen article pre {
    font-size: 20px;
    margin-bottom: 10px; } }

@media (max-width: 640px) {
  .article-details h3 {
    font-size: 18px; }
  .article-details P {
    font-size: 12px; }
  .featured-blog-list li {
    width: 50%; }
    .featured-blog-list li:nth-child(2n + 1) {
      clear: left; }
    .featured-blog-list li:last-child {
      display: none; } }

.property-loc-list {
  margin: 0px -10px;
  padding-bottom: 120px; }
  .property-loc-list li {
    width: 33.33%;
    padding: 0px 10px;
    float: left;
    margin-bottom: 20px; }
    .property-loc-list li:nth-child(3n + 1) {
      clear: left; }

.box-location:hover .property-img img {
  -webkit-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
  -moz-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
  -ms-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
  -o-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
  transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
  opacity: 1; }

.box-location:hover .property-img h3 {
  padding-top: 30px; }

.property-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 69%;
  pointer-events: none;
  border-radius: 6px;
  overflow: hidden;
  background: #333; }
  .property-img img {
    height: 115%;
    width: auto;
    left: 50%;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, 0) scale3d(1, 1, 1);
    -moz-transform: translate(-50%, 0) scale3d(1, 1, 1);
    -ms-transform: translate(-50%, 0) scale3d(1, 1, 1);
    -o-transform: translate(-50%, 0) scale3d(1, 1, 1);
    transform: translate(-50%, 0) scale3d(1, 1, 1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.8;
    will-change: transform, opacity; }
  .property-img h3 {
    font-size: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    top: 50%;
    padding-top: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    -ms-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease; }

a.property-img {
  cursor: pointer; }
  a.property-img:hover img {
    -webkit-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
    -moz-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
    -ms-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
    -o-transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1);
    transform: translate(-50%, 0) scale3d(1.1, 1.1, 1.1); }

@media (max-width: 640px) {
  .property-loc-list {
    padding-bottom: 60px;
    margin: 0px -5px; }
    .property-loc-list li {
      width: 50%;
      float: left;
      padding: 0px 5px;
      margin-bottom: 10px; }
      .property-loc-list li:nth-child(2n + 1) {
        clear: left; }
      .property-loc-list li:nth-child(3n + 1) {
        clear: none; }
  .property-img h3 {
    font-size: 16px; } }

@media (max-width: 480px) {
  .property-img h3 {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px; } }
