/* @group home-specific global styles */
  #top {
    background-position: center;
    background-size: cover;
    background-color: #393939;
    background-repeat: no-repeat;
  }
  .home #top {
    height: auto;
  }
/* @end */
/* @group Slideshow */
  .home .cycle-slideshow {
    width: 100%;
    height: 600px;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .home .bg-overlay {
    position: absolute;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
  }
  .home .cycle-slideshow .featuredSlide {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .home .slide-info a {
    display: block;
    width: 280px;
    height: 55px;
    margin: 25px auto 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
  }
  .home .slide-info a:link,
  .home .slide-info a:visited {
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    letter-spacing: .4em;
    line-height: 55px;
    font-weight: 400;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    background-color:  rgba(255, 255, 255, 0.8);
  }
  .home .slide-info a:hover,
  .home .slide-info a:active {
    background-color:  rgba(255, 255, 255, 0.95);
  }
  /* @group overlay */
  .home .cycle-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    z-index: 600;
    text-align: center;
  }
  .home .slide-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .home .cycle-overlay h1, h2{
    margin: 0 auto 15px;
  }
  .home .cycle-overlay h1 {
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 36px;
    line-height: 1em;
  }
  .home .cycle-overlay h2{
    max-width: 575px;
    font-size: 21px;
    line-height: 1.4em;
    font-style: normal;
    font-weight: 400;
  }
  /* @end */
  /* @group pager */
  .cycle-square-pager-ctn {
    position: absolute;
    z-index: 1000;
    bottom: 10%;
    width: 100%;
    text-align: center;
  }
  .cycle-square-pager-ctn .listings-pager {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cycle-square-pager-ctn .square-pager{
    display: block;
    float: left;
    margin-right: 30px;
    width: 10px;
    height: 10px;
  }
  .cycle-square-pager-ctn .square-pager:hover {
    cursor: pointer;
  }
  .cycle-square-pager-ctn .square-pager:last-of-type{
    margin-right: 0;
  }
  .cycle-square-pager-ctn .square-pager:before{
    content: "";
    display: block;
    height: 100%;
    border: 1px solid #fff;
  }
  .cycle-square-pager-ctn .square-pager.cycle-pager-active:before{
    -webkit-transform: rotate(0deg);
    -webkit-animation: home-pager-active-rotate 7s ease; /* Druation based on data-cycle-timeout=7000 */
    -moz-transform: rotate(0deg);
    -moz-animation: home-pager-active-rotate 7s ease; /* Druation based on data-cycle-timeout=7000 */
    transform: rotateZ(0deg);
    animation: home-pager-active-rotate 7s ease; /* Druation based on data-cycle-timeout=7000 */
  }
  @-webkit-keyframes home-pager-active-rotate {
    100%{-webkit-transform: rotate(-90deg);}
    90%{-webkit-transform: rotate(-45deg);}
    10%{-webkit-transform: rotate(-45deg);}
    0%{-webkit-transform: rotate(0deg);}
  }
  @keyframes home-pager-active-rotate {
    100%{transform: rotate(-90deg);}
    90%{transform: rotate(-45deg);}
    10%{transform: rotate(-45deg);}
    0%{transform: rotate(0deg);}
  }
  .home .cycle-pager-ctn {
    position: relative;
    display: table;
    z-index: 1000;
    width: 100%;
    height: auto;
    border: 15px solid #fff;
    border-top: 5px solid #fff;
    overflow: hidden;
    text-align: center;
  }
  .home .cycle-pager {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
  .home .cycle-pager > div {
    position: relative;
    height: 150px;
    width: 25%;
    border: 5px solid #fff;
    cursor: pointer;
    float: left;
  }
  .home .cycle-pager div.pager-text{
    position: absolute;
    z-index: 100;
    display: table;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.65);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .home .cycle-pager > div:hover div.pager-text{
    background: rgba(0,0,0,0.85);
  }
  .home .cycle-pager .cycle-pager-active div.pager-text {
    background: rgba(0,0,0,0.85);
  }
  .home .cycle-pager div.pager-text > div{
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 0 10%;
    text-align: center;
    vertical-align: middle;
  }
  .home .cycle-pager div.pager-text > div > span {
    color:  #ffffff;
    font-family: "adobe-caslon-pro", serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1em;
    font-style: italic;
    letter-spacing: 0em;
  }
  .home .pager-bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    box-shadow: #000 0em 0em 0em;
  }
  .home .cycle-pager .pager-border{
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
  }
  .home .cycle-pager .cycle-pager-active .pager-border {
    padding: 10px;
  }
  .home .cycle-pager .pager-border:before{
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .home .cycle-pager .cycle-pager-active .pager-border:before {
    opacity: 1;
  }
  /* @end */
/* @end */
/* @group about section */
  #wrapper.home-about {
    border-bottom: 20px solid #fff;
  }
  #about {
    background: #e9e6e3;
    background: #fff;
    height: auto;
    text-align: center;
    padding: 30px 0;
  }
  #about .mission {
    display: block;
    max-width: 530px;
    margin: 0 auto;
  }
  #about .mission h3 {
    margin: 0 0 10px;
  }
  #about .mission p {
    width: 90%;
    margin: 0 auto 10px;
    font-style: italic;
    line-height: 1.4em;
  }
  #about .mission a {
    display: block;
    width: 280px;
    height: 55px;
    margin: 25px auto 0;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
  }
  #about .mission a:link,
  #about .mission a:visited {
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 55px;
    font-weight: 500;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #555;
    background-color:  #fff;
  }
  #about .mission a:hover,
  #about .mission a:active {
    background-color:  rgba(85, 85, 85, 1);
    color: #fff;
  }
/* @end */
/* @group properties section */
  #wrapper { overflow: hidden;}
  #properties {
    display: table;
    width: 100%;
    height: 100%;
    max-height: 700px;
    overflow: hidden;
    padding: 0 20px;
  }
  #map-canvas {
    display: table-cell;
    width: 100%;
    height: 100%;
  }
  #properties-list-ctn {
    display: table-cell;
    width: 350px;
    height: 100%;
    background: #fff;
  }
  #properties-list {
    display: block;
    width: 420px;
    height: 100%;
    max-height: 700px;
    margin: 0;
    padding: 0 60px;
    background: #fff;
    list-style: none;
    overflow-y: auto;
    text-align: left;
  }
  #properties-list::-webkit-scrollbar-track {
    border: 0;
    background-color: #e4e3e3;
  }
  #properties-list::-webkit-scrollbar {
    width: 15px;
    background-color: #e4e3e3;
  }
  #properties-list::-webkit-scrollbar-thumb {
    background-color: #cecdcd;
  }
  #properties-list li {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 0;
    border-top: 1px solid rgba(85,85,85,0.7);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  #properties-list li:last-of-type {
    border-bottom: 1px solid rgba(85,85,85,0.7);
  }
  #properties-list li .properties-image {
    position: absolute;
    top: 20px;
    display: block;
    width: 100%;
    max-width: 250px;
    height: auto;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  #properties-list li.expanded .properties-image {
    opacity: 1;
  }
  #properties-list li .properties-content-ctn {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  #properties-list li .properties-content-ctn:before,
  #properties-list li .properties-content-ctn:after {
    content: "";
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  #properties-list li .properties-content-ctn:after {
    background: #fff;
  }
  #properties-list li.expanded .properties-content-ctn:before {
    content: "";
    display: block;
    height: 225px;
  }
  #properties-list li.expanded .properties-content-ctn:after {
    content: "";
    display: block;
    height: 50px;
  }
  #properties-list li .properties-content {
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  #properties-list li .properties-text {
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    -webkit-transform: translate(0,0) translateZ(0);
    -moz-transform: translate(0,0) translateZ(0);
    -ms-transform: translate(0,0) translateZ(0);
    -o-transform: translate(0,0) translateZ(0);
    transform: translate(0,0) translateZ(0);
  }
  #properties-list li.expanded .properties-text {
    -webkit-transform: translate(20px,0) translateZ(0);
    -moz-transform: translate(20px,0) translateZ(0);
    -ms-transform: translate(20px,0) translateZ(0);
    -o-transform: translate(20px,0) translateZ(0);
    transform: translate(20px,0) translateZ(0);
  }
  #properties-list .properties-icon {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/img/assets/map-marker.png) no-repeat center center;
    background-size: cover;
    margin: 0; 
    opacity: 0;
    backface-visibility: hidden;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #properties-list li.expanded .properties-icon {
    opacity: 1;
    -webkit-transition: all 0.475s ease-in;
    transition: all 0.475s ease-in;
  }
  #properties-list .properties-title {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    line-height: 1em;
    vertical-align: top;
    padding: 15px 0 0;
    color: rgba(85, 85, 85, 0.7);
    background: #fff;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscaled;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  #properties-list .property:hover .properties-title {
    color: rgba(85, 85, 85, 1);
  }
  #properties-list .expanded .properties-title {
    color: rgba(85, 85, 85, 1);
  }
  #properties-list .properties-location {
    background: #fff;
    margin: 0;
    padding: 5px 0 10px;
    font-family: "brandon-grotesque", sans-serif;
    line-height: 1em;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(85, 85, 85, 0.7);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  #properties-list .property:hover .properties-location {
    color: rgba(85, 85, 85, 1);
  }
  #properties-list .expanded .properties-location {
    color: rgba(85, 85, 85, 1);
  }
  .properties-link {
    position: absolute;
    z-index: 5;
    display: block;
    width: 100%;
    padding: 0;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .properties-link a {
    display: inline-block;
    background: #ededed;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 11px;
    font-style: normal;
    color: #8e8e8e;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 50px 10px 20px;
    -webkit-transform: background 0.3s ease, color 0.3s ease;
    transform: background 0.3s ease, color 0.3s ease;
  }
  .properties-link a:link,
  .properties-link a:visited {
    color: #8e8e8e;
    background: #ededed;
    text-decoration: none;
  }
  .properties-link a:hover,
  .properties-link a:active {
    background: #8e8e8e;
    color: #ededed;
    text-decoration: none;
  }
  .properties-link a:after {
    content: ">";
    font-size: 18px;
    margin-left: 7px;
    letter-spacing: -0.25em;
  }
/* @group Mobile Styles */
@media (max-width: 767px){
  /* @group home-specific global style edits */
  .home #top {
    height: 100%;
  }
  .home .cycle-slideshow {
    height: 100%;
  }
  .home.top header{
    top: 7px;
  }
  .home.top.menu-open header{
    top: 0;
  }
  .home .window,
  .home.top .window{
    display: block;
    position: absolute;
    background-color: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation: none;
    animation: none;
  }
  .home .frame-top,
  .home .frame-bottom{
    left: 7px;
    right: 7px;
    width: auto;
    height: 8px;
  }
  .home.top .frame-bottom:before,
  .home.top .frame-bottom:after{
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-animation: none;
    animation: none;
  }
  .home .frame-left,
  .home .frame-right{
    top: 8px;
    bottom: 8px;
    width: 8px;
    height: auto;
  }
  .home .frame-bottom,
  .home.top .frame-bottom{
    border-top: 1px solid white;
  }
  .home .frame-left{
    border-right: 1px solid white;
  }
  .home .frame-right{
    border-left: 1px solid white;
  }
  .frame-left:before,
  .frame-right:before,
  .home.top .frame-bottom > a,
  .home .frame-bottom > a {
    display: none;
  }
  /* @end */
  /* @group slideshow */
    /* @group overlay */
    .home .cycle-overlay {
      margin: 0;
      padding: 0;
      bottom: auto;
      top: 50%;
      left: 0;
      right: 0;
      width: auto;
      height: auto;
      text-align: center;
      -webkit-transform: translate(0%,-50%);
      -moz-transform: translate(0%,-50%);
      -ms-transform: translate(0%,-50%);
      transform: translate(0%,-50%);
    }
    .home .slide-info {
      width: 85%;
    }
    .home .slide-info a:link {
      width: 160px;
      height: 40px;
      line-height: 40px;
      letter-spacing: .05em;
    }
    .home .slide-info a:link,
    .home .slide-info a:visited{
      margin: 0 auto;
    }
    .home .cycle-overlay h1 {
      font-size: 28px;
      margin-top: 55px;
      margin-bottom: 10px;
    }
    .home .cycle-overlay h2 {
      font-size: 18px;
      max-width: 100%;
      line-height: 1.2em;
       margin-bottom: 10px
    }
    /* @end */
    /* @group pagination */
    .home .cycle-pager-ctn{
      display: none;
    }
    /* @end */
    /* @group about */
    #about .mission h3 {
      font-size: 24px;
    }
    #about .mission p {
      font-size: 16px;
    }
    #about .mission a:link {
      width: 180px;
      height: 45px;
      line-height: 45px;
      letter-spacing: .05em;
    }
    /* @end */
    /* @group map */
    #properties {
      padding: 0;
    }
    #map-canvas {
      display: none;
    }
    #properties-list-ctn {
      display: table-cell;
      width: 100%;
      height: auto;
      background: #fff;
    }
    #properties-list {
      width: 100%;
      padding: 0 30px;
      max-height: 100%;
      overflow: visible;
    }
    /* @end */
  /* @end */
}
/* @end */
/* @group Tablet Styles */
@media (min-width: 768px) and (max-width: 1024px){
    #properties-list {
      width: 360px;
      padding: 0 40px;
    }
}
/* @end */
@media (max-width: 1024px){
  /* @group properties section */

  /* @end */
}
@media (min-width: 1024px) and (max-width: 1295px){

}
/* @end */
@media (min-width: 1300px) {

}
