#listings h1 {
  font-family: "brandon-grotesque";
  color: #595959;
  font-weight: 300;
  font-size: 1.6em;
  padding-top: 0;
  margin-top: 40px;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

#bedrooms {
  display: none; }

.arrow {
  height: 16px;
  width: 16px;
  background: url(../images/arrow.png) no-repeat left center;
  background-size: 32px 16px;
  position: absolute;
  top: 2.5em;
  left: 2em; }

.open .arrow {
  background: url(../images/arrow.png) no-repeat right center;
  background-size: 32px 16px; }

.property .togs {
  display: none;
  position: relative;
  padding: 0;
  padding-top: 0.8em; }
  .property .togs .addthis_toolbox {
    position: absolute;
    bottom: 1em;
    left: 1em; padding: 0; }
.property .clickable {
  overflow: hidden;
}
.property.open .togs {
  display: block; }

.mfp-inline-holder .mfp-content {
  max-width: 640px; }

section.unit {
  background: #ececec url(../selectUnit/StackViewBG2.png) no-repeat center bottom;
  padding-bottom: 12px; }

.list section.unit {
  background: #ececec; }

.quarter_p {
  width: 25%; }

.half_p {
  width: 50%; }

.title.select {
  color: #787878;
  text-align: center;
  margin: 0 auto;
  padding-top: 4.5em;
  padding-bottom: 0.5em; }

.room.dot {
  background: rgba(0, 0, 0, 0.5);
  height: 20px;
  width: 20px;
  border-radius: 10px;
  position: absolute;
  display: none; }

.ccff99 {
  bottom: 21%;
  left: 7%; }

.cc9999 {
  bottom: 20%;
  left: 22%; }

.ccff66 {
  bottom: 25%;
  left: 30%; }

.cc99cc {
  bottom: 23.5%;
  left: 44%; }

.unit {
  position: relative; }

#controls {
  margin-top: 30px;
  margin-left: 100px;
  position: fixed;
  z-index: 2;
  display: none; }

#toggle {
  width: 80px;
  height: 40px;
  background: white url(../selectUnit/toggle@x2.png) no-repeat top center;
  background-size: 80px 90px;
  position: absolute;
  top: 0px;
  left: 0px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 5; }

.list #toggle {
  background: url(../selectUnit/toggle@x2.png) no-repeat bottom center;
  background-size: 80px 90px; }

.list #hold {
  display: none; }

#listings {
  display: none; }

.list #listings {
  min-height: 320px;
  padding-top: 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 250px;
  padding-right: 250px;
  display: block;
  text-align: left; }

.property {
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
  background: #f6f6f6;
  padding: 0.75em;
  margin: 0.75em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .property div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.25em; }
  .property .beds, .property .baths, .property .feet {
    color: white;
    background-color: #b34b27;
    border-right: 1px solid #974928;
    float: left;
  }
  .property .baths {
    border-right: 1px solid #974928;
    border-left: 1px solid #ca8161;
  }
  .property .feet {
    border-left: 1px solid #ca8161;
  }
  .property .result {
    font-size: 1.5em; }
  .property .suite {
    text-align: left;
    padding-left: 4em;
    float: left;
    color: #787878; }
    .property .suite .result {
      color: #444444; }

#sliderHolder {
  position: absolute;
  left: 0px;
  top: 70px;
  width: 48px;
  z-index: 2;
  padding: 10px 2px 20px 30px;
  background: white url(../selectUnit/control_numbers@x2.png) no-repeat bottom left;
  background-size: 80px 230px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: default; }
  #sliderHolder .header {
    position: absolute;
    top: -24px;
    text-align: center;
    left: 0;
    font-size: 12px;
    color: #787878;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, white));
    background-image: -webkit-linear-gradient(#f6f6f6, white);
    background-image: linear-gradient(#f6f6f6, white);
    padding: 5px 0;
    width: 80px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1); }
  #sliderHolder #slider {
    height: 190px;
    padding-top: 10px; }
  #sliderHolder ul {
    position: absolute;
    top: 0px;
    left: 15px;
    color: #787878;
    list-style: none; }
    #sliderHolder ul li {
      padding: 13px 0 11px 0;
      font-size: 12px; }
  #sliderHolder .closed #slider {
    display: none; }

#slider .noUi-base {
  box-shadow: 0 0 0 black; }

#slider .noUi-handle {
  background: url(../selectUnit/handle.png) no-repeat center center;
  border: none;
  cursor: pointer; }

#slider .noUi-active {
  border: none;
  box-shadow: none; }

#slider .noUi-background {
  background: url(../selectUnit/bar.png) no-repeat center top; }

#slider .noUi-connect {
  background: url(../selectUnit/bar-active.png) no-repeat center bottom; }

#stage, #hold {
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
  position: relative;
  min-height: 360px; }

#info {
  position: absolute;
  background: #333333 no-repeat center bottom;
  color: white;
  margin-top: -200px;
  margin-left: -80px;
  width: 160px;
  display: none;
  text-align: center;
  z-index: 7;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.1); }
  #info .result {
    font-size: 1.25em; }
  #info .label {
    font-size: 0.9em;
    color: #cccccc;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  #info .group {
    border-top: 1px solid #555555;
    background-color: #333333;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #333333));
    background-image: -webkit-linear-gradient(#444444, #333333);
    background-image: linear-gradient(#444444, #333333); }
  #info .suite {
    background-color: #333333;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #333333));
    background-image: -webkit-linear-gradient(#444444, #333333);
    background-image: linear-gradient(#444444, #333333); }
  #info .baths {
    border-left: 1px solid #555555; }
  #info .nc_half {
    width: 50%; }
  #info .feet {
    border-top: 1px solid #555555;
    background-color: #333333;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #333333));
    background-image: -webkit-linear-gradient(#444444, #333333);
    background-image: linear-gradient(#444444, #333333); }
  #info .beds, #info .suite, #info .baths, #info .feet {
    padding: 10px; }

#info:after {
  border: 12px solid transparent;
  border-top-color: #333333;
  content: "";
  display: inline-block;
  height: 0px;
  width: 0px;
  position: absolute;
  bottom: -24px;
  left: 70px;
  pointer-events: none; }

#details {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.6em;
  text-align: center;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5); }
  #details .addthis_toolbox {
    position: absolute;
    bottom: 4px;
    left: 2px; }
  #details img {
    padding-top: 1em;
    padding-bottom: 3em;
    background: #606060; }
  #details .result {
    font-size: 1.25em;
    color: #444444;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.8); }
  #details .label {
    font-size: 0.9em;
    color: #777777;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.8); }
  #details .column {
    position: relative; }
  #details .group {
    border-top: 1px solid #cccccc;
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #dddddd));
    background-image: -webkit-linear-gradient(#f6f6f6, #dddddd);
    background-image: linear-gradient(#f6f6f6, #dddddd); }
  #details .suite {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #dddddd));
    background-image: -webkit-linear-gradient(#f6f6f6, #dddddd);
    background-image: linear-gradient(#f6f6f6, #dddddd); }
  #details .baths {
    border-left: 1px solid #cccccc; }
  #details .feet {
    border-left: 1px solid #cccccc;
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #dddddd));
    background-image: -webkit-linear-gradient(#f6f6f6, #dddddd);
    background-image: linear-gradient(#f6f6f6, #dddddd); }
  #details .beds, #details .suite, #details .baths, #details .feet {
    padding: 10px; }

canvas img {
  width: 680px;
  height: 671px; }

canvas img.layer {
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1; }

@media screen and (max-width: 1080px) {
  #controls {
    margin-left: 60px; }

  .list #listings {
    padding-left: 150px;
    padding-right: 150px; } }
@media screen and (max-width: 960px) {
  #controls {
    margin-left: 20px; } }
@media screen and (max-width: 860px) {
  #controls {
    margin-left: 0px; }

  .list #listings {
    padding-left: 100px;
    padding-right: 40px; }
    .list #listings .sixty {
      width: 50%; }
    .list #listings .ten {
      width: 15%; } }
@media screen and (max-width: 680px) {
  section.unit {
    background: #ececec url(../selectUnit/StackViewBG2_crop.png) no-repeat center bottom;
    background-size: 100%; } }
@media screen and (max-width: 580px) {
  .property {
    width: 95%;
    font-size: 0.8em; }

  .property .sixty {
    width: 40%; }

  .property .ten {
    width: 15%; }

  .property .twenty {
    width: 30%; }

  .title.select {
    top: 40px; }

  .closed #slider {
    display: none; }

  .closed#sliderHolder {
    padding: 3px 2px 0px 30px;
    background: #c62e31; }

  .closed ul {
    display: none; }

  #controls {
    margin-top: 5px;
    position: fixed;
    z-index: 5; }

  #hold {
    margin-top: 20px;
    display: none; }

  #listings, .list #listings {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px; }
    #listings .sixty, .list #listings .sixty {
      width: 40%; }
    #listings .ten, .list #listings .ten {
      width: 15%; }

  #listings {
    display: block;
    min-height: 280px; }

  .list #listings {
    display: block; }

  section.unit, .list section.unit {
    background: #ececec; }

  .list #hold {
    display: none; }

  #bedrooms {
    display: block;
    padding-top: 14px;
    padding-bottom: 13px;
    margin-top: 0;
    margin-left: 6px; }

  #sliderHolder {
    display: none; }

  #floor {
    position: fixed;
    padding-top: 14px;
    padding-bottom: 13px;
    margin-top: 0;
    top: 85px;
    left: 112px;
    z-index: 5; }

  #toggle {
    margin-top: 8px;
    margin-left: 4px;
    display: none; }

  #toggle, #floor, #bedrooms {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

  #controls {
    width: 100%;
    margin-top: 0px;
    padding: 8px 0;
    padding-bottom: 6px;
    background: rgba(255, 255, 255, 0.8); } }
@media screen and (max-width: 520px) {
  #floor {
    top: 67px; } }
@media screen and (max-width: 360px) {
  #info {
    margin-top: -150px;
    margin-left: -60px;
    width: 100px; }
    #info .beds, #info .suite, #info .baths, #info .feet {
      font-size: 0.9em;
      padding: 5px; }
    #info .property .sixty {
      width: 50%; }
    #info .property .ten {
      width: 15%; }
    #info .property .twenty {
      width: 20%; }

  #listings .property .suite {
    padding-left: 2em; }
  #listings .arrow {
    left: 1em; }

  #info:after {
    left: 40px; } }


.mfp-inline-holder .mfp-content ,#details {
  max-width: 878px; 
}

div.atclear{
  padding: 1px!important;
}
#details .addthis_toolbox, .property .addthis_toolbox{
  z-index: 20;
}
#details .next, #details .prev, .property .next,.property .prev{
  z-index: 20;
  display: none;
}
#details .controls, .property .controls{
    position: absolute;
    bottom: 1em;
    right: 1em;
    text-align: center;
    z-index: 5; }
    #details  .controls .button ,.property .controls .button{
      cursor: pointer;
      background: url(../images/retail_button.png) no-repeat center right;
      background-size: 60px 20px;
      height: 20px;
      width: 20px;
      margin: 0 10px;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; }
    #details  .controls .button.active, .property .controls .button.active {
      background: url(../images/retail_button.png) no-repeat center left;
      background-size: 60px 20px; }

@media screen and (max-width: 500px){
  #details .controls, .property .controls{
    text-align: right;
    bottom: 1em;
  }
}