/*********************************************************************************************

x. Variables

*********************************************************************************************/
/*********************************************************************************************

x. Mixins

*********************************************************************************************/
/*********************************************************************************************

x. CSS Reset

*********************************************************************************************/
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none; }

/*********************************************************************************************

x. Typekit

*********************************************************************************************/
.wf-loading {
  visibility: hidden; }

.wf-active {
  visibility: visible; }

/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.)

********************************************************************************************/
::selection {
  background: #fff; }

::-moz-selection {
  background: #fff; }

html, body {
  font: 400 18px "minion-pro", Georgia, Times, Times New Roman, serif;
  color: #3F3C3D;
  width: auto;
  height: auto;
  background: #EBEBEB; }

a {
  color: #F05928; }

a:hover {
  color: #C3441B; }

a img {
  border: none; }

.clear {
  clear: both;
  overflow: auto;
  zoom: 1; }

.clear.hidden {
  overflow: hidden; }

.color-flamingo {
  color: #F05928; }

.color-tufts-blue {
  color: #467BBD; }

.divider, h1, h2, h3, h4, h5, h6, .image, p {
  margin: 0 0 20px 0; }

.extra-margin-bottom {
  margin-bottom: 40px; }

.extra-margin-top {
  margin-top: 40px; }

h1, h2 {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px;
  text-transform: uppercase; }

h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 63px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 63px;
  background-image: url(../img/frame.png);
  background-position: center center;
  background-size: 884px 63px; }

.no-margin {
  margin: 0; }

p {
  line-height: 1.5em; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.uppercase {
  text-transform: uppercase; }

.wrapper {
  width: 1100px;
  height: auto;
  margin: 0 auto; }

.wrapper.small {
  width: 750px; }

/*********************************************************************************************

x. Columns & Widths

*********************************************************************************************/
.column {
  position: relative; }

.column.border-right:before {
  content: "";
  width: 1px;
  height: auto;
  background: #CCCCCC;
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 0; }

.column.border-right.border-full:before {
  top: 0;
  bottom: 0; }

.column.left {
  float: left; }

.column.right {
  float: right; }

.column.first > .inside {
  padding-left: 0; }

.column.last > .inside {
  padding-right: 0; }

.column .inside {
  padding: 50px; }

.column .inside.no-padding-bottom {
  padding-bottom: 0; }

.column .inside.no-padding-left {
  padding-left: 0; }

.column .inside.no-padding-right {
  padding-right: 0; }

.column .inside.no-padding-top {
  padding-top: 0; }

.column :last-child {
  margin-bottom: 0; }

.columns.border {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC; }

.columns.border.no-border-bottom {
  border-bottom: 0; }

.columns.border.no-border-top {
  border-top: 0; }

.columns.border.double-lines {
  position: relative; }

.columns.border.double-lines:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0; }

.width-10 {
  width: 10%; }

.width-15 {
  width: 15%; }

.width-20 {
  width: 20%; }

.width-25 {
  width: 25%; }

.width-30 {
  width: 30%; }

.width-33 {
  width: 33.33%; }

.width-35 {
  width: 35%; }

.width-40 {
  width: 40%; }

.width-45 {
  width: 45%; }

.width-50 {
  width: 50%; }

.width-55 {
  width: 55%; }

.width-60 {
  width: 60%; }

.width-65 {
  width: 65%; }

.width-66 {
  width: 66.66%; }

.width-70 {
  width: 70%; }

.width-75 {
  width: 75%; }

.width-80 {
  width: 80%; }

.width-85 {
  width: 85%; }

.width-90 {
  width: 80%; }

.width-95 {
  width: 95%; }

.width-100 {
  width: 100%; }

/*********************************************************************************************

x. Button

*********************************************************************************************/
.button {
  color: #fff;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
  background: #F05928;
  padding: 5px 10px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.button:hover {
  color: #fff;
  background: #C3441B; }

/*********************************************************************************************

x. Header

*********************************************************************************************/
#header {
  background: #EBEBEB;
  padding: 40px 0;
  position: relative; }

#header .hamburger {
  width: 23px;
  height: 16px;
  display: none;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 10; }

#header .hamburger .line {
  width: 100%;
  height: 2px;
  background: #467BBD;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all .5s ease, background, .15s ease;
  -moz-transition: all .5s ease, background, .15s ease;
  -ms-transition: all .5s ease, background, .15s ease;
  -o-transition: all .5s ease, background, .15s ease;
  transition: all .5s ease, background, .15s ease; }

#header .hamburger:hover .line.first {
  top: 2px; }

#header .hamburger:hover .line.fourth {
  top: 12px; }

#header .hamburger .line.first {
  top: 0; }

#header .hamburger .line.second, #header .hamburger .line.third {
  top: 7px; }

#header .hamburger .line.fourth {
  top: 14px; }

#header .logo {
  width: 195px;
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 10; }

#header .navigation {
  font-size: 0;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style: none;
  position: absolute;
  top: 50%;
  z-index: 10; }

#header .navigation:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0; }

#header .navigation a {
  color: #302C2D;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  display: block; }

#header .navigation a:hover,
#header .navigation li.active a {
  color: #467BBD; }

#header .navigation li {
  padding: 25px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#header .navigation li.reserve {
  border-left: 1px solid #CCCCCC; }

#header .navigation li.reserve a {
  color: #F05928;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg); }

#header .navigation li.reserve a:hover {
  color: #C3441B; }

#header .navigation.center {
  text-align: center;
  display: none;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: relative;
  top: 0; }

#header .navigation.left {
  text-align: right;
  padding-right: 50px;
  left: 0; }

#header .navigation.right {
  text-align: left;
  padding-left: 50px;
  right: 0; }

/*********************************************************************************************

x. Divider

*********************************************************************************************/
.divider {
  width: 100%;
  height: 1px;
  background: #CCCCCC; }

.divider.double {
  height: 5px;
  background: none;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC; }

/*********************************************************************************************

x. Image

*********************************************************************************************/
.image {
  position: relative; }

.image.border {
  border: 5px solid #fff;
  box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc; }

.image img {
  width: 100%;
  height: auto; }

.image .maximize {
  color: #3F3C3D;
  font: normal 25px/30px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0; }

.image .maximize.left {
  left: 0; }

.image .maximize.right {
  right: 0; }

/*********************************************************************************************

x. Pattern

*********************************************************************************************/
.pattern {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.pattern.left {
  background: url(../img/pattern-left.png) left top repeat; }

.pattern.right {
  background: url(../img/pattern-right.png) left top repeat; }

/*********************************************************************************************

x. Loader

*********************************************************************************************/
.loader {
  width: 50px;
  height: 50px;
  background-image: url(../img/loader.gif);
  background-size: 50px 50px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%; }

/*********************************************************************************************

x. Section

*********************************************************************************************/
.section {
  background: #EBEBEB;
  padding: 25px 0;
  position: relative; }

.section.no-padding-bottom {
  padding-bottom: 0; }

.section.no-padding-top {
  padding-top: 0; }

.navigation.anchors {
  font-size: 0;
  text-align: center;
  background: #EBEBEB;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  padding: 25px 0;
  list-style: none;
  position: relative;
  z-index: 9999 !important; }

.navigation.anchors:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0; }

.navigation.anchors a {
  color: #302C2D;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  display: block; }

.navigation.anchors a:hover,
.navigation.anchors li.active a {
  color: #467BBD; }

.navigation.anchors li {
  font-size: 18px;
  padding: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

/*********************************************************************************************

x. Apartments

*********************************************************************************************/
#all-units {
  position: relative;
  min-height: 50px;
  overflow: hidden; }
  #all-units .bottom {
    position: relative;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #CCC;
    font: 11px/12px "proxima-nova", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
    #all-units .bottom label {
      float: left;
      margin-left: 20px; }
      #all-units .bottom label div {
        display: inline-block;
        margin-right: 7px;
        width: 12px;
        height: 12px;
        box-sizing: border-box;
        vertical-align: middle; }
      #all-units .bottom label.available div {
        background: rgba(239, 111, 67, 0.8); }
      #all-units .bottom label.unavailable div {
        border: 1px solid #9A9A9A; }
    #all-units .bottom span {
      float: right; }
  #all-units .floors {
    position: absolute;
    top: 0; }
    #all-units .floors a {
      position: absolute;
      top: 5px;
      right: -15px;
      font-size: 25px; }
      #all-units .floors a.disabled {
        color: #CACACA; }
      #all-units .floors a.down {
        top: auto;
        bottom: 5px; }
    #all-units .floors > span {
      color: #CACACA; }
    #all-units .floors .number {
      display: inline-block;
      margin-right: 15px;
      padding: 0 15px 3px 0;
      border-right: 1px solid #CCC;
      font: 400 10px "proxima-nova", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      text-align: center; }
      #all-units .floors .number > span {
        display: block;
        font-family: "minion-pro", Georgia, Times, Times New Roman, serif;
        font-size: 40px;
        line-height: 40px; }
  #all-units .label {
    position: absolute;
    font: 14px "proxima-nova", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #8C8B8B; }
  #all-units .fifth-ave,
  #all-units .north {
    position: relative;
    width: 735px; }
  #all-units .king-st,
  #all-units .weller-st {
    top: 50%; }
  #all-units .fifth-ave {
    margin-top: 30px;
    text-align: center; }
  #all-units .king-st {
    left: 0;
    margin-top: -33px; }
  #all-units .north {
    margin-bottom: 30px;
    text-transform: none;
    color: #6F6F6F;
    text-align: right; }
  #all-units .plate {
    position: relative; }
    #all-units .plate > img {
      z-index: 0;
      position: relative;
      margin-left: 35px;
      width: 700px;
      height: auto; }
    #all-units .plate .units {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 35px;
      bottom: 0;
      width: 700px; }
      #all-units .plate .units > a {
        display: none;
        /* for MixItUp */
        position: absolute;
        text-align: center; }
        #all-units .plate .units > a:hover {
          cursor: pointer; }
        #all-units .plate .units > a.unavailable:hover {
          cursor: default; }
        #all-units .plate .units > a.unavailable img {
          opacity: 0; }
        #all-units .plate .units > a img {
          display: block; }
        #all-units .plate .units > a .mobile {
          display: none; }
        #all-units .plate .units > a span {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          margin-top: -5px;
          font: bold 10px/10px "proxima-nova", Arial, Helvetica, sans-serif;
          color: #605F5F; }
      #all-units .plate .units.floor-2 .x01 {
        bottom: 1px;
        left: 75px; }
      #all-units .plate .units.floor-2 .x02 {
        bottom: 1px;
        left: 0; }
        #all-units .plate .units.floor-2 .x02 span {
          top: auto;
          margin: 0;
          bottom: 10px; }
      #all-units .plate .units.floor-2 .x03 {
        top: 167px;
        left: 0; }
      #all-units .plate .units.floor-2 .x04 {
        top: 166px;
        left: 43px; }
      #all-units .plate .units.floor-2 .x05 {
        top: 267px;
        left: 45px; }
      #all-units .plate .units.floor-2 .x06 {
        top: 167px;
        left: 137px; }
      #all-units .plate .units.floor-2 .x07 {
        top: 167px;
        left: 183px; }
      #all-units .plate .units.floor-2 .x08 {
        top: 267px;
        left: 183px; }
      #all-units .plate .units.floor-2 .x09 {
        top: 215px;
        left: 273px; }
      #all-units .plate .units.floor-2 .x10 {
        top: 167px;
        left: 300px; }
        #all-units .plate .units.floor-2 .x10 span {
          top: 10px;
          margin: 0; }
      #all-units .plate .units.floor-2 .x11 {
        bottom: 1px;
        left: 251px; }
        #all-units .plate .units.floor-2 .x11 span {
          top: auto;
          margin: 0;
          bottom: 10px; }
      #all-units .plate .units.floor-2 .x12 {
        bottom: 1px;
        left: 164px; }
      #all-units .plate .units.floor-2 .x13 {
        bottom: 1px;
        left: 472px; }
        #all-units .plate .units.floor-2 .x13 span {
          top: auto;
          margin: 0;
          bottom: 15px; }
      #all-units .plate .units.floor-2 .x14 {
        bottom: 1px;
        left: 386px; }
      #all-units .plate .units.floor-2 .x15 {
        top: 165px;
        left: 386px; }
      #all-units .plate .units.floor-2 .x16 {
        top: 165px;
        left: 464px; }
      #all-units .plate .units.floor-2 .x17 {
        top: 133px;
        left: 498px; }
        #all-units .plate .units.floor-2 .x17 span {
          top: 15px;
          margin: 0; }
      #all-units .plate .units.floor-2 .x18 {
        top: 91px;
        left: 479px; }
      #all-units .plate .units.floor-2 .x19 {
        top: 0;
        left: 479px; }
      #all-units .plate .units.floor-2 .x20 {
        top: 0;
        right: 0; }
      #all-units .plate .units.floor-2 .x21 {
        top: 91px;
        right: 0; }
      #all-units .plate .units.floor-2 .x22 {
        top: 133px;
        right: 0; }
      #all-units .plate .units.floor-2 .x23 {
        top: 205px;
        right: 0; }
      #all-units .plate .units.floor-2 .x24 {
        bottom: 1px;
        right: 0; }
      #all-units .plate .units.floor-2 .x25 {
        bottom: 1px;
        left: 558px; }
      #all-units .plate .units.floor-3-4 .x01 {
        bottom: 2px;
        left: 75px; }
      #all-units .plate .units.floor-3-4 .x02 {
        bottom: 2px;
        left: 2px; }
        #all-units .plate .units.floor-3-4 .x02 span {
          top: auto;
          margin: 0;
          bottom: 10px; }
      #all-units .plate .units.floor-3-4 .x03 {
        top: 165px;
        left: 2px; }
      #all-units .plate .units.floor-3-4 .x04 {
        top: 165px;
        left: 42px; }
      #all-units .plate .units.floor-3-4 .x05 {
        top: 266px;
        left: 46px; }
      #all-units .plate .units.floor-3-4 .x06 {
        top: 165px;
        left: 138px; }
      #all-units .plate .units.floor-3-4 .x07 {
        top: 165px;
        left: 181px; }
      #all-units .plate .units.floor-3-4 .x08 {
        top: 265px;
        left: 181px; }
      #all-units .plate .units.floor-3-4 .x09 {
        top: 214px;
        left: 272px; }
      #all-units .plate .units.floor-3-4 .x10 {
        top: 165px;
        left: 300px; }
        #all-units .plate .units.floor-3-4 .x10 span {
          top: 15px;
          margin: 0; }
      #all-units .plate .units.floor-3-4 .x11 {
        bottom: 2px;
        left: 251px; }
        #all-units .plate .units.floor-3-4 .x11 span {
          top: auto;
          margin: 0;
          bottom: 10px; }
      #all-units .plate .units.floor-3-4 .x12 {
        bottom: 2px;
        left: 165px; }
      #all-units .plate .units.floor-3-4 .x13 {
        bottom: 3px;
        left: 472px; }
        #all-units .plate .units.floor-3-4 .x13 span {
          top: auto;
          margin: 0;
          bottom: 15px; }
      #all-units .plate .units.floor-3-4 .x14 {
        bottom: 3px;
        left: 386px; }
        #all-units .plate .units.floor-3-4 .x14 span {
          top: 60%; }
      #all-units .plate .units.floor-3-4 .x15 {
        top: 165px;
        left: 386px; }
      #all-units .plate .units.floor-3-4 .x16 {
        top: 165px;
        left: 463px; }
      #all-units .plate .units.floor-3-4 .x17 {
        top: 133px;
        left: 498px; }
        #all-units .plate .units.floor-3-4 .x17 span {
          top: 15px;
          margin: 0; }
      #all-units .plate .units.floor-3-4 .x18 {
        top: 91px;
        left: 478px; }
      #all-units .plate .units.floor-3-4 .x19 {
        top: 1px;
        left: 478px; }
      #all-units .plate .units.floor-3-4 .x20 {
        top: 1px;
        right: 1px; }
      #all-units .plate .units.floor-3-4 .x21 {
        top: 92px;
        right: 1px; }
      #all-units .plate .units.floor-3-4 .x22 {
        top: 132px;
        right: 1px; }
      #all-units .plate .units.floor-3-4 .x23 {
        top: 205px;
        right: 2px; }
      #all-units .plate .units.floor-3-4 .x24 {
        bottom: 3px;
        right: 2px; }
      #all-units .plate .units.floor-3-4 .x25 {
        bottom: 3px;
        left: 557px; }
      #all-units .plate .units.floor-5-6 .x01 {
        bottom: 2px;
        left: 75px; }
      #all-units .plate .units.floor-5-6 .x02 {
        bottom: 2px;
        left: 2px; }
        #all-units .plate .units.floor-5-6 .x02 span {
          top: auto;
          margin: 0;
          bottom: 10px; }
      #all-units .plate .units.floor-5-6 .x03 {
        top: 168px;
        left: 2px; }
      #all-units .plate .units.floor-5-6 .x04 {
        top: 168px;
        left: 43px; }
      #all-units .plate .units.floor-5-6 .x05 {
        top: 268px;
        left: 46px; }
      #all-units .plate .units.floor-5-6 .x06 {
        top: 168px;
        left: 138px; }
      #all-units .plate .units.floor-5-6 .x07 {
        top: 168px;
        left: 182px; }
      #all-units .plate .units.floor-5-6 .x08 {
        top: 268px;
        left: 182px; }
      #all-units .plate .units.floor-5-6 .x09 {
        top: 216px;
        left: 272px; }
      #all-units .plate .units.floor-5-6 .x10 {
        top: 168px;
        left: 300px; }
        #all-units .plate .units.floor-5-6 .x10 span {
          top: 10px;
          margin: 0; }
      #all-units .plate .units.floor-5-6 .x11 {
        bottom: 2px;
        left: 250px; }
        #all-units .plate .units.floor-5-6 .x11 span {
          top: auto;
          margin: 0;
          bottom: 10px; }
      #all-units .plate .units.floor-5-6 .x12 {
        bottom: 2px;
        left: 164px; }
      #all-units .plate .units.floor-5-6 .x13 {
        bottom: 3px;
        left: 449px; }
        #all-units .plate .units.floor-5-6 .x13 span {
          top: auto;
          margin: 0;
          bottom: 15px; }
      #all-units .plate .units.floor-5-6 .x14 {
        bottom: 3px;
        left: 386px; }
        #all-units .plate .units.floor-5-6 .x14 span {
          right: 20px; }
      #all-units .plate .units.floor-5-6 .x15 {
        top: 166px;
        left: 386px; }
      #all-units .plate .units.floor-5-6 .x16 {
        top: 166px;
        left: 463px; }
      #all-units .plate .units.floor-5-6 .x17 {
        top: 134px;
        left: 498px; }
      #all-units .plate .units.floor-5-6 .x18 {
        top: 92px;
        left: 478px; }
      #all-units .plate .units.floor-5-6 .x19 {
        top: 1px;
        left: 478px; }
      #all-units .plate .units.floor-5-6 .x20 {
        top: 1px;
        right: 1px; }
      #all-units .plate .units.floor-5-6 .x21 {
        top: 92px;
        right: 1px; }
      #all-units .plate .units.floor-5-6 .x22 {
        top: 133px;
        right: 1px; }
      #all-units .plate .units.floor-5-6 .x23 {
        top: 207px;
        right: 1px; }
      #all-units .plate .units.floor-5-6 .x24 {
        bottom: 3px;
        right: 1px; }
      #all-units .plate .units.floor-5-6 .x25 {
        bottom: 3px;
        left: 557px; }
  #all-units .weller-st {
    left: 758px;
    margin-top: -44px; }

.features {
  font-size: 0;
  margin: 0 -20px !important;
  list-style: none;
  overflow: hidden; }

.features .inside {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 20px;
  padding: 20px 0; }

.features li {
  font-size: 18px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top; }

.features li .inside:last-of-type {
  border-bottom: none; }

#filters .filter {
  margin: 0 0 20px 0; }

#filters form > .filter > label,
#filters form > .filter > div {
  margin: 0 0 20px 0;
  display: block; }

#filters form > .filter > div.checkbox input {
  margin: 0 10px 0 0; }

#filters form > .filter > div.checkbox {
  position: relative;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px; }
  #filters form > .filter > div.checkbox label::before {
    content: '';
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    margin: 0 10px 0 0;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  #filters form > .filter > div.checkbox input {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1; }
    #filters form > .filter > div.checkbox input:checked ~ label::before {
      background: #000; }

.note {
  margin: 20px 0 0 0; }

.pagination {
  font-size: 0;
  list-style: none;
  position: absolute;
  bottom: 20px; }

.pagination.left {
  left: 50px; }

.pagination.right {
  right: 0; }

.pagination a {
  color: #3F3C3D; }

.pagination a:hover {
  color: #F05928; }

.pagination li {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#filters-column {
  z-index: 1;
  position: relative; }
  #filters-column .overlay {
    z-index: 100;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(235, 235, 235, 0.75); }
    #filters-column .overlay.visible {
      display: block; }

#single-unit {
  min-height: 50px;
  display: none;
  overflow: hidden;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  line-height: 1.5em; }
  #single-unit .back-to-results {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    text-decoration: none;
    color: #F05928; }
    #single-unit .back-to-results:hover {
      color: #C3441B; }
  #single-unit .bedrooms {
    margin-top: 1.5em; }
  #single-unit .square-feet,
  #single-unit .style {
    margin-top: 1em; }
  #single-unit .bedrooms,
  #single-unit .bathrooms,
  #single-unit .style span {
    text-transform: uppercase; }
  #single-unit h3 {
    font-size: 24px;
    font-weight: 300; }
  #single-unit .inside > .back-to-results {
    display: block;
    margin-bottom: 1em; }
  #single-unit .plate {
    margin-top: 2em; }

#single-unit .inside {
  padding-bottom: 0;
  padding-top: 0; }

#single-unit .plan {
  height: 500px;
  position: relative; }

#single-unit .plan a {
  display: block; }

#single-unit .plan img {
  max-height: 100%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%; }

#single-unit .plate img {
  max-width: 100%;
  max-height: 190px; }

/*#single-unit span {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	display: block;
}

#single-unit span.bathrooms,
#single-unit span.square-feet,
#single-unit span.style {
	margin: 0 0 30px 0;
}

.units {
	font-size: 0;
	margin: -1px 0 0 -1px;
	list-style: none;
	overflow: hidden;
}

.units .cover {
	background: url(../img/blank.png) repeat;
	display: block;
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: 10;
}

.units .inside {
	border-left: 1px solid $color_iron;
	border-top: 1px solid $color_iron;
	padding: 25px;
	position: relative;
}

.units li {
	text-align: center;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.units span {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	display: block;
}*/
/*********************************************************************************************

x. History

*********************************************************************************************/
.historic-neighborhood {
  position: relative; }

.historic-neighborhood.bottom {
  background: #EBEBEB;
  margin: -50px -180px 0 0;
  padding: 0 0 20px 0;
  z-index: 10; }

.historic-neighborhood.top {
  border-top: 30px solid #EBEBEB;
  margin: 0 -180px 0 0;
  z-index: 20; }

.historic-neighborhood.bottom .column.last {
  padding: 90px 0 0 0; }

.historic-neighborhood.top .column.first {
  padding: 40px 0 0 0; }

.pamphlet {
  margin-left: 140px; }

/*********************************************************************************************

x. Neighborhood

*********************************************************************************************/
.flip {
  width: 100%;
  height: auto;
  margin: 0 0 40px 0; }

.flip .image {
  padding: 5px; }

.flip .back {
  font-size: 16px;
  background: #EBEBEB;
  border: 1px solid #CCCCCC;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flip .back .inside {
  padding: 30px; }

.flip .back .line {
  width: 32px;
  height: 32px;
  background-image: url(../img/flip-line.png);
  background-size: 32px 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer; }

.flip .front .image {
  padding: 0; }

.flip .front .image .arrow {
  width: 32px;
  height: 32px;
  background-image: url(../img/flip-arrow.png);
  background-size: 32px 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer; }

.flip .back ol,
.flip .back ul {
  line-height: 1.5em;
  margin: 0 0 0 15px; }

#map {
  width: 100%;
  height: 500px; }

#map .label {
  color: #fff;
  white-space: nowrap;
  width: auto !important;
  height: auto;
  background: #3F3C3D;
  padding: 5px 10px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#map .label img {
  display: none; }

/*********************************************************************************************

x. Posts

*********************************************************************************************/
.post {
  margin: 0 0 50px 0;
  padding: 0 20px; }

.post .date {
  font-size: 14px; }

.post .divider {
  width: auto;
  margin: 20px -20px; }

.post img {
  width: auto;
  height: auto;
  max-width: 100%;
  outline: 5px solid #fff;
  box-shadow: 0 0 5px 5px #bbb;
  -moz-box-shadow: 0 0 5px 5px #bbb;
  -webkit-box-shadow: 0 0 5px 5px #bbb;
  margin: 10px 0; }

.post p {
  margin: 0 0 20px 0; }

/*********************************************************************************************

x. Contact

*********************************************************************************************/
#contact {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 35px 0;
  display: none;
  position: relative;
  z-index: 10; }

#contact a,
#contact span {
  display: block; }

#contact .button {
  margin: 20px 0 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline; }

#contact form .submit {
  color: #FFFFFF;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background: none;
  background-color: #F05928;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0px;
  cursor: pointer; }

#contact form .submit:hover {
  background-color: #C3441B; }

#contact form .textfield {
  color: #3F3C3D;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px; }

#contact form .textfield.needs-filled {
  color: #C3441B;
  border-color: #C3441B; }

#contact table {
  width: 100%;
  height: auto; }

#contact table td {
  padding: 0 15px 15px 0; }

#contact table td.label {
  font-size: 14px;
  white-space: nowrap;
  width: 1%;
  height: auto; }

#contact table td.last {
  padding-right: 0; }

#contact table tr.last td {
  padding-bottom: 0; }

#contact .wrapper {
  width: 950px; }

/*********************************************************************************************

x. Pop-Up

*********************************************************************************************/
.pop-up {
  max-width: 700px;
  background: #EBEBEB;
  padding: 60px; }

.pop-up p {
  font-size: 14px; }

.pop-up table {
  width: 100%;
  height: auto;
  margin: 0 0 -20px 0; }

.pop-up table td {
  vertical-align: top; }

.pop-up table td.company {
  padding: 0 20px 20px 0; }

/*********************************************************************************************

x. Footer

*********************************************************************************************/
#footer {
  background: #EBEBEB;
  padding: 30px 0 90px 0;
  position: relative; }

#footer .navigation {
  position: relative;
  z-index: 10; }

#footer .navigation.bottom {
  font-size: 0;
  text-align: center;
  list-style: none; }

#footer .navigation.bottom a {
  color: #302C2D; }

#footer .navigation.bottom a:hover {
  color: #467BBD; }

#footer .navigation.bottom li {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

#footer .navigation.bottom li.equal-housing {
  width: 18px;
  height: 13px;
  background-image: url(../img/equal-housing.png);
  background-size: 18px 13px; }

#footer .navigation.top {
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  margin: 0 0 40px 0;
  list-style: none;
  position: relative; }

#footer .navigation.top:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0; }

#footer .navigation.top a {
  color: #302C2D;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none; }

#footer .navigation.top a:hover {
  color: #467BBD; }

#footer .navigation.top li {
  border-right: 1px solid #CCCCCC;
  padding: 20px 40px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

#footer .navigation.top li.address a {
  font-size: 18px; }

#footer .navigation.top li.phone-number {
  border-right: none; }

#footer .navigation.top li.phone-number a,
#footer .navigation.top li.retail a {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  display: block; }

#footer .navigation.top li.phone-number a {
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg); }

#footer .navigation.top li.social-media ul {
  list-style: none; }

#footer .navigation.top li.social-media ul a {
  color: #F05928;
  font-size: 22px; }

#footer .navigation.top li.social-media ul a:hover {
  color: #C3441B; }

#footer .navigation.top li.social-media ul li {
  border-right: none;
  padding: 0 10px; }

#footer .navigation.top li.now-leasing {
  width: 165px;
  height: auto;
  border-right: none;
  padding: 0;
  position: relative; }

#footer .stamp {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0; }

/*********************************************************************************************

x. WordPress Core

*********************************************************************************************/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }



#section-2 > div > div > div > p:nth-child(2) { margin-bottom: 0px !important; }