/* Navbar color */
/* Navbar color hover */
/* .main-nav-wrap, .mob-icon, .rotate-warning */
/* Image borders */
/* Tooltip borders */
/* Border for .upper-side-bottom-border */
/* Border for .upper-east-side-gallery-wrap */
/* Link color for .press-wrap a */
/* Border top for .mob-main-nav li */
/* Border bottom for .title-border and .title-border-florist */
/* Borders for kitchen */
/* Lots of Header colors */
/* Other header colors */
/* Tooltip text color */
/* Availability chart color */
/* Text color for .image-background h2 */
/* Border top color for .footer-wrap */
/* Border color for .border */
/* Header color for .box50 h2 */
/* Quote/Contact color */
/* Color for a lot of box headings */
/* Color for .floorplans-text a and .content p */
/* Border color for borderthin and borderbold */
/* Availability color table */
/* .upper-east-side-wrap background color */
/* Availability table background */
/* Border color */
/* Background for .upper-side-bottom-box50 */
/* Background for .mob-main-nav li:hover */
/* Background for availability table */
/* Color for availability table */
/* Contact wrap input color */
/* Color for .architecture-box70 p and .architecture-list li */
/* Arrow service and close street hover */
/* Street gallary border */
/* Street box border */
/* Contact input border */
/* Form submit color */
/* Contact wrap a and header */
/* Footer background */
/* Upper east-side colors */
/* Background for .overlay-floorplans-transparency */
/* Border bottom for .mob-main-nav .last */
body {
  background: url('../images/bgd.jpg');
  font-feature-settings: "calt" off;
  /* vendor-prefixes */

  -moz-font-feature-settings: "calt" off;
  -ms-font-feature-settings: "calt" off;
  -webkit-font-feature-settings: "calt" off;
  -o-font-feature-settings: "calt" off;
}
.top-gallery {
  width: 100%;
  height: 600px;
  position: fixed;
  overflow: hidden;
  margin-top: 10px;
}
.top-border {
  background: url('../images/bgd.jpg');
  width: 100%;
  height: 10px;
  position: fixed;
}
.gallery-background {
  width: 100%;
  height: 600px;
  z-index: 50;
  position: relative;
  /*opacity: 0.65;*/

}
.gallery-background .home-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -84px;
  margin-left: -60px;
  width: 120px;
}
.gallery-background .home-arrow-down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -32px;
  background: url('../images/arrow-down.png');
  height: 100px;
  width: 65px;
}
.main-nav-wrap {
  width: 100%;
  height: 90px;
  background: white;
  z-index: 1000;
  border-bottom: 4px solid #66709f;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
}
.main-content,
.main-nav {
  zoom: 1;
}
.main-content {
  position: relative;
  z-index: 500;
}
.main-nav {
  width: 1134px;
  padding: 0 25px;
  margin: auto;
  margin-top: 17px;
  background-image: url(../images/neighborhood-title-top-left.jpg), url(../images/neighborhood-title-top-right.jpg), url(../images/neighborhood-title-bottom-right.jpg), url(../images/neighborhood-title-bottom-left.jpg), url(../images/neighborhood-title-top.png), url(../images/neighborhood-title-right.png), url(../images/neighborhood-title-bottom.png), url(../images/neighborhood-title-left.png);
  background-position: left top, right top, right bottom, left bottom, center top, right center, center bottom, left center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
}
.nav-img {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -27px;
  background: white;
}
@-moz-document url-prefix() {
  .nav-img {
    top: 6px;
  }
}
.main-nav a {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
.main-nav li {
  text-transform: uppercase;
  font-family: HelveticaNeueLTStd-Cn;
  width: 116px;
  text-align: center;
  color: #b8bac7;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 5px;
  font-size: 12px;
  height: 57px;
}
.main-nav li.right-side {
  width: 91px;
}
.main-nav .nav-img-wrap {
  margin: 16px;
  cursor: pointer;
  position: relative;
}
.main-nav li:hover:not(.nav-img-wrap) {
  background-size: 120px 39px;
  cursor: pointer;
  color: #6967b0;
}
.content-image {
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid ;
}
.slide-heading-wrap {
  height: 50px;
  text-align: center;
  margin: auto;
  width: 400px;
  padding: 25px;
}
.slide-heading-wrap h2 {
  padding: 6px;
  display: inline-block;
  position: relative;
  font-family: GuadalupePro;
  font-size: 32px;
  letter-spacing: -2px;
  text-transform: uppercase;
  z-index: 1;
  color: #303b58;
  width: 300px;
}
#floorplans .content.cf .slide-heading-wrap h2 {
  width: 500px;
}
#services .content.cf .slide-heading-wrap h2 {
  width: 400px;
}
#street .content.cf .street-background .slide-heading-wrap h2 {
  width: 400px;
  margin: 20px;
}
#press .content.cf .slide-heading-wrap h2 {
  width: 150px;
}
#contact {
  padding-bottom: 75px;
}
.slide-heading-wrap h2:before,
.slide-heading-wrap h2:after {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #303b58;
  left: 100%;
}
.slide-heading-wrap h2:before {
  margin-left: -50%;
  text-align: right;
  left: 0;
}
.box50 {
  width: 46%;
  /*height: 516px;*/

  background: white;
  padding: 10px;
  float: left;
}
.box50.right {
  float: right;
}
.border {
  border: 1px solid #757e96;
  width: 424px;
  height: 475px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px 30px;
  position: relative;
}
.content {
  width: 900px;
  margin: auto;
  margin-top: 20px;
}
.box50 h2 {
  font-size: 29px;
  text-transform: uppercase;
  margin: 25px 0 20px;
  font-family: GuadalupePro;
  color: #333333;
}
.box40 h2 {
  font-size: 29px;
  text-transform: uppercase;
  margin: 25px 0 10px;
  font-family: GuadalupePro;
  color: #303b58;
}
.box50 h3,
.box30 h3,
.box40 h3,
.box33 h3 {
  padding: 2px 0;
  color: #9aa3b4;
  font-style: italic;
  font-family: GuadalupePro;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
.content p {
  font-size: 11px;
  font-family: GlyphaLTPro-Light;
  letter-spacing: 0.75px;
  margin-top: 15px;
  color: #707072;
  line-height: 18px;
}
.title-border {
  width: 50px;
  border-bottom: 1px solid #bbbbbb;
  margin: auto;
}
.in-article-title-border {
  width: 80px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.title-border.left {
  margin: 0;
}
.title-border.left-5 {
  margin: 5px;
}
.title-border.top {
  margin-top: 30px;
}
.title-border-florist {
  width: 50px;
  border-bottom: 1px solid #bbbbbb;
  margin: auto;
  padding-top: 6px;
}
.text-left {
  text-align: left;
}
.box70 {
  width: 68%;
  float: left;
  position: relative;
}
.box30 {
  width: 267px;
  height: 392px;
  float: right;
  background: url('../images/shape1.png');
}
.dining-room {
  padding: 30px;
}
.box30 h2,
.smallbone h2,
.master-bath-box-border h2 {
  font-family: GuadalupePro;
  font-size: 22px;
  color: #313b57;
  text-transform: uppercase;
  padding: 10px 0px;
}
.box30 h3 {
  margin-bottom: 30px;
}
.holder {
  margin-top: 20px;
}
.center-img {
  /*width: 100%;*/

  /*margin: auto;*/

  border: 1px solid #8d8acc;
  /*background: url('../images/residences_img4.jpg');*/

  /*height: 469px;*/

  width: 100%;
  display: block;
}
.white-box {
  background: white;
  text-align: center;
}
.smallbone p {
  width: 100%;
  margin: 20px auto;
}
.border-thin {
  border: 1px solid #adb0c1;
  width: 75%;
  margin: auto;
}
.border-bold {
  margin: 2px;
  border: 2px solid #adb0c1;
}
.smallbone {
  padding: 35px;
}
.show-hide-detail {
  background: url('../images/detail-background.png') top;
  width: 150px;
  height: 22px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  cursor: pointer;
}
.show-hide-detail span {
  font-size: 10px;
  color: white;
  font-family: HelveticaNeueLTStd-Cn;
  text-align: center;
  margin-top: 5px;
  display: block;
}
.kitchen-details {
  width: 100%;
  margin-top: 20px;
  background-image: url(../images/shape2-top-left.jpg), url(../images/shape2-top-right.jpg), url(../images/shape2-bottom-right.jpg), url(../images/shape2-bottom-left.jpg), url(../images/shape2-top.png), url(../images/shape2-right.png), url(../images/shape2-bottom.png), url(../images/shape2-left.png);
  background-position: left top, right top, right bottom, left bottom, center top, right center, center bottom, left center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
  float: left;
  background-color: white;
  margin-right: 20px;
}
.kitchen-details-img {
  width: 60%;
}
.kitchen-wrap {
  border-top: 1px dotted #c5c9d5;
  width: 95%;
  margin: auto;
  padding-top: 25px;
}
.kitchen-details h2 {
  padding: 15px 0;
}
.smallbone .kitchen-wrap p {
  width: 100%;
}
.master-bath-box-border,
.services-box-border {
  border: 1px solid #8d8acc;
  background: white;
  padding: 10px 30px 20px;
  text-align: center;
}
.master-bath-border-top {
  border-top: 1px dotted #c5c9d5;
}
.kitchen {
  width: 195px;
  border-right: 1px solid #c5c9d5;
  float: left;
}
.kitchen.last {
  border: 0;
}
.kitchen-details h3 {
  color: #3f4869;
  font-family: GuadalupePro-Italic;
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
}
.color-black {
  color: black;
}
.arrow {
  width: 100px;
  height: 26px;
  position: absolute;
  bottom: 10px;
  left: 20px;
  cursor: pointer;
  z-index: 10;
}
.arrow .next {
  background: url('../images/arrow-right.png') top;
  height: 26px;
  width: 50px;
  float: left;
}
.arrow .prev {
  background: url('../images/arrow-left.png') top;
  height: 26px;
  width: 50px;
  float: left;
}
.arrow .prev:hover {
  background-position: bottom;
}
.arrow .next:hover {
  background-position: bottom;
}
.floorplans-image {
  /*width: 100%;
	height: 579px;*/

  /*	background-image: url(../images/shape3-top-left.jpg), url(../images/shape3-top-right.jpg), url(../images/shape3-bottom-right.jpg), url(../images/shape3-bottom-left.jpg), url(../images/shape3-top.png), url(../images/shape3-right.png), url(../images/shape3-bottom.png), url(../images/shape3-left.png);
  	background-position: left top, right top, right bottom, left bottom, center top, right center, center bottom, left center;
  	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;*/

  background-color: white;
  text-align: center;
  position: relative;
  /*padding-top: 20px;*/

  padding: 20px;
  background-image: url('../images/shape3-full.png');
}
.floorplans-image-content {
  background: white;
  border-radius: 24px;
}
.floorplans-image img {
  margin-top: 45px;
}
.border-thin.availability {
  width: auto;
  background: white;
}
.availability-table {
  border-spacing: 1px;
  border-collapse: separate;
  text-align: center;
  color: #656668;
  font-size: 12px;
}
.availability-table th {
  background: #e4e5ea;
  color: #314d75;
  padding: 10px 5px;
  vertical-align: middle;
  font-weight: normal;
  font-family: HelveticaNeueLTStd-Cn;
}
.availability-table td {
  background: #f3f3f5;
  padding: 5px 15px;
  font-family: Arial;
  vertical-align: middle;
}
.availability-table a {
  color: #6b81b0;
  font-family: HelveticaNeueLTStd-Cn;
}
.availability-table td.unit {
  color: #314d75;
  font-family: HelveticaNeueLTStd-Cn;
}
.availability-wrap {
  width: 93%;
  margin: 20px auto;
}
.availability-wrap h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  font-family: GuadalupePro;
  color: #303b58;
}
.quote-background,
.quote-background-2 {
  background: url('../images/quote-bgd.jpg') no-repeat center;
  width: 100%;
  height: 479px;
  margin: auto;
  font-family: GuadalupePro;
  padding-top: 90px;
  color: #4f4f51;
}
.quote-background-2 {
  background: url('../images/quote-bgd2.jpg') no-repeat center;
}
.quotes-top {
  background: url('../images/quote-top.png');
  width: 86px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.quotes-bottom {
  background: url('../images/quote-bottom.png');
  width: 75px;
  height: 60px;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.quote-background h2,
.quote-background-2 h2 {
  font-size: 39px;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  margin-left: 70px;
}
.quote-background h3,
.quote-background-2 h3 {
  font-size: 30px;
  text-align: left;
  margin-left: 70px;
  margin-top: 22px;
}
.quote-wrap {
  padding-top: 60px;
  position: relative;
}
.image-background {
  /*background: url('../images/shape4.png');*/

  background-image: url(../images/shape4-top-left.jpg), url(../images/shape4-top-right.jpg), url(../images/shape4-bottom-right.jpg), url(../images/shape4-bottom-left.jpg), url(../images/shape4-bottom.png), url(../images/shape4-left.png), url(../images/shape4-bottom.png), url(../images/shape4-left.png);
  background-position: left top, right top, right bottom, left bottom, center top, right center, center bottom, left center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
  padding: 6px;
  position: relative;
}
.image-background-img {
  width: 100%;
  display: block;
}
.image-background h2 {
  font-size: 24px;
  font-family: GuadalupePro;
  color: #3d4763;
}
.image-background .border-thin {
  width: 260px;
  border-color: #8d8acc;
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.image-background .border-bold {
  background: white;
  opacity: 0.80;
  filter: alpha(opacity=80);
  /* For IE8 and earlier*/

  border-color: #8d8acc;
  padding: 7px 5px 6px;
  text-align: center;
}
.architecture-wrap .slide-heading-wrap {
  width: 650px;
}
.architecture-wrap .slide-heading-wrap h2 {
  width: 475px;
}
.box40 {
  width: 40%;
  height: 637px;
  background: white;
  padding: 10px;
  float: left;
}
.architecture-wrap .box40 h2 {
  font-size: 22px;
  font-weight: normal;
  background: url('../images/text-shadow.png') no-repeat top;
  padding-top: 33px;
}
.architecture-wrap .border {
  height: 543px;
}
.box60 {
  width: 55%;
  float: right;
}
.architecture-box-border {
  border: 1px solid #8c93a7;
  background: white;
  padding: 30px;
}
.architecture-box-border img {
  display: block;
}
.architecture-box-border .border-thin {
  width: 281px;
  float: left;
}
.architecture-box70 {
  width: 500px;
  float: left;
  margin-left: 30px;
}
.architecture-box70 h2 {
  font-size: 18px;
  font-weight: normal;
  font-family: GuadalupePro;
  padding-top: 7px;
}
.architecture-box70 h3 {
  font-family: GuadalupePro-Italic;
  font-size: 14px;
  font-weight: normal;
  color: #9aa3b4;
  line-height: 20px;
}
.architecture-box70 p {
  font-size: 11px;
  color: #414141;
}
.architecture-list {
  float: left;
  width: 50%;
  margin-top: 20px;
}
.architecture-list li {
  font-size: 11px;
  list-style: disc;
  margin-left: 16px;
  color: #414141;
  line-height: 15px;
}
.architecture-box70 .title-border {
  width: 100%;
  margin: 10px 0;
}
.box33 {
  width: 271px;
  height: 280px;
  background: white;
  text-align: center;
}
.box33-content h3 {
  margin: 10px 0;
}
.font20 {
  font-size: 20px;
}
.box-wrap {
  float: left;
  margin-right: 26px;
}
.box-wrap.left {
  margin: 0;
}
.box33 img {
  margin-top: 30px;
}
.box33-content {
  padding: 34px 25px 0px;
}
.box33 h3 {
  font-size: 14px;
}
.architecture-image {
  /*height: 480px;*/

  /*background: url('../images/shape5.png');*/

  background-image: url(../images/shape5-top-left.jpg), url(../images/shape5-top-right.jpg), url(../images/shape5-bottom-right.jpg), url(../images/shape5-bottom-left.jpg), url(../images/shape5-top.png), url(../images/shape5-right.png), url(../images/shape5-bottom.png), url(../images/shape5-left.png);
  background-position: left top, right top, right bottom, left bottom, center top, right center, center bottom, left center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
  text-align: center;
  padding: 15px;
}
.architecture-image-img {
  width: 100%;
  display: block;
}
.residences-wrap .slide-heading-wrap {
  width: 460px;
}
.section-slide.residences-wrap {
  margin-top: 20px;
}
.residences-hover-img {
  opacity: 0;
  z-index: 50;
}
.floorplans-wrap .slide-heading-wrap {
  width: 660px;
}
.services-wrap {
  /*padding-top: 100px;*/

}
.services-wrap .slide-heading-wrap {
  width: 545px;
  /*margin-top: 15px;*/

}
.services-background-wrap {
  /*height: 595px;*/

  /*background: url('../images/shape6.png');*/

  text-align: center;
  padding: 15px;
  position: relative;
  background: url('../images/bgd5.png');
}
.services-background {
  background: white;
  padding: 20px;
}
.services-background-lobby {
  width: auto;
  margin: auto;
  border: 4px solid #e6e6ea;
}
.services-background-lobby img {
  width: 100%;
}
.services-img-background {
  width: 702px;
  height: 335px;
  background: url('../images/shape7.png') center;
  text-align: center;
  padding: 4px;
  margin: auto;
}
.services-img-background img {
  width: 100%;
  height: 100%;
}
.arrow-service.prev {
  width: 19px;
  height: 37px;
  background: url('../images/arrow-services.png') left;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -18px;
  webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.arrow-service.next {
  width: 19px;
  height: 37px;
  background: url('../images/arrow-services.png') right;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -18px;
  webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.arrow-service:hover {
  cursor: pointer;
  background-color: #dfe8ff;
  webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.services-wrap h3 {
  padding: 25px 0 15px;
  color: #9aa3b4;
  font-style: italic;
  font-family: GuadalupePro;
  line-height: 22px;
}
.services-wrap p {
  width: 710px;
  margin: auto;
  padding: 15px 0;
}
.services-wrap p.bay-window {
  width: 350px;
}
.bay-window-box .border {
  padding: 10px;
}
.services-wrap .content-image.quote-box {
  border-bottom: 0;
}
.services-wrap .dining-room p {
  width: auto;
}
.street-wrap .slide-heading-wrap {
  width: 545px;
}
.services-wrap .box70 img {
  width: 100%;
}
.box30-1 {
  width: 250px;
  height: 400px;
  float: right;
  /*background: url('../images/shape8.png');*/

}
.street-box-border {
  border: 4px solid #fab495;
  background: white;
  padding: 10px 0 0 10px;
}
.street-gallery {
  border: 4px solid #bec1cd;
  background: white;
  /*padding: 10px 0 0 10px;	*/

  position: relative;
  width: auto;
  display: none;
  height: 345px;
}
.street-gallerty-content {
  display: none;
  background: white;
}
.street-wrap .street-box1 {
  height: auto;
  padding-top: 140px;
}
.street-wrap .street-box1 h3 {
  width: 235px;
}
.arrow-service.street-arrow.prev {
  left: 10px;
  top: 50%;
}
.arrow-service.street-arrow.next {
  right: 10px;
  top: 50%;
}
.street-box1 img {
  width: 125px;
  margin-bottom: 20px;
}
.street-wrap .street-box2 {
  width: 49%;
  height: auto;
  padding: 10px 10px 0 0;
}
.street-gallery-wrap {
  position: relative;
}
.close-street {
  background: url('../images/close-street.png');
  width: 13px;
  height: 14px;
  position: absolute;
  bottom: 4px;
  right: 6px;
  cursor: pointer;
}
.close-street:hover {
  background-color: #dfe8ff;
}
.box33-1 {
  width: 234px;
  margin-right: 26px;
  background: white;
  float: left;
  text-align: center;
  border: 4px solid #bec1cd;
  height: 305px;
  padding: 20px;
  cursor: pointer;
}
.box33-1.gallery-noborder {
  border: 0;
  cursor: auto;
  margin: 0;
}
.box33-1.middle {
  width: 290px;
}
.box33-1.text {
  margin-top: 40px;
  height: auto;
}
.box33-1.text p {
  margin: 15px 0;
  padding: 0 5px;
}
.box33-1.text.plaza p {
  padding: 0 20px;
}
.box33-1.plaza {
  margin-top: 70px;
}
.box33-1 .image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.box33-1.last {
  margin: 0;
  float: right;
}
.box33-1 h2 {
  font-family: GuadalupePro;
  font-weight: normal;
  line-height: 32px;
  font-size: 26px;
  text-transform: uppercase;
  color: #303b58;
}
.box33-1 h3 {
  font-family: GuadalupePro;
  line-height: 22px;
  font-size: 20px;
  color: #303b58;
  padding-bottom: 10px;
}
.box33-1 h4 {
  padding: 10px 0;
  color: #9aa3b4;
  font-style: italic;
  font-family: GuadalupePro;
  font-size: 14px;
  line-height: 22px;
}
.development-wrap .slide-heading-wrap {
  width: 339px;
}
.development-background {
  background: url('../images/bgd4.png');
  /*background-size: 5px;*/

  padding: 15px;
  margin-bottom: 15px;
}
.development-content {
  background: white;
  padding: 35px;
}
.contact-wrap .slide-heading-wrap {
  width: 320px;
  margin-top: 75px;
  margin-bottom: 30px;
}
.development-content .left {
  float: left;
  border-right: 1px;
}
.development-content .right {
  float: left;
  width: 71%;
  padding-left: 40px;
  border-left: 1px solid #757e96;
}
.development-content .right p {
  margin-top: 7px;
}
.development-content h2 {
  text-transform: uppercase;
  font-family: GuadalupePro;
  color: #303b58;
  font-size: 22px;
  padding: 20px 30px 20px 0;
  width: 150px;
}
.contact-wrap {
  background: url('../images/contact-bgd.jpg') no-repeat center;
  background-color: white;
  width: 100%;
  height: 679px;
  margin: auto;
  font-family: GuadalupePro;
  margin-top: 60px;
  color: #4f4f51;
  border-top: 1px solid rgba(52, 47, 102, 0.6);
}
.contact-wrap .left {
  width: 45%;
  float: left;
  margin-right: 30px;
}
.contact-wrap .right {
  width: 45%;
  float: left;
}
.contact-wrap label {
  display: inline-block;
  width: 140px;
  font-family: GuadalupePro;
  text-align: right;
  font-size: 13px;
  font-style: italic;
  line-height: 44px;
  margin-right: 15px;
}
.contact-wrap input {
  width: 240px;
  background: none;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #919496;
  color: #4f4f51 !important;
  outline: none;
  font-family: GuadalupePro;
}
.selectBox-1 .custom-combobox {
  width: 170px;
  float: right;
}
label.about-us {
  width: 190px;
  text-align: left;
  margin-bottom: 10px;
}
.contact-wrap input.about-us-input {
  width: 190px;
}
label.questions {
  line-height: 28px;
}
label.contact-required {
  float: left;
  width: auto;
  line-height: 24px;
}
.contact-wrap textarea {
  width: 97%;
  resize: none;
  background: none;
  color: #4f4f51;
  outline: none;
  padding: 5px;
  height: 80px;
  border: 1px solid #919496;
  font-family: GuadalupePro;
}
.contact-wrap .right .submit-form {
  text-align: right;
  font-size: 24px;
  margin-top: 7px;
  color: #8b94a3;
  cursor: pointer;
  float: right;
  webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.contact-wrap .right .submit-form:hover {
  color: #303b58;
  webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.contact-wrap .bottom {
  width: 460px;
  margin: auto;
  margin-top: 70px;
}
.contact-wrap .bottom a {
  color: #60687e;
  text-decoration: none;
}
.contact-wrap .bottom a:hover {
  text-decoration: underline;
}
.contact-wrap h3 {
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  font-family: GuadalupePro;
  font-weight: normal;
  letter-spacing: 1px;
  color: #60687e;
}
.equal-housing {
  background: url('../images/equal-housing.png');
  width: 21px;
  height: 23px;
  position: absolute;
  top: 0;
  left: -27px;
}
.footer-wrap {
  width: 100%;
  background: #969caf;
  border-top: 1px solid #342f68;
  position: relative;
}
.footer-background {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('../images/bgd.jpg');
}
.footer-transparency {
  width: 100%;
  height: 100%;
  background: #969caf;
  opacity: 0.6;
  position: absolute;
  padding: 5px 0;
}
.footer-wrap .content {
  width: 1000px;
  position: relative;
  margin: auto;
}
.footer-wrap .content p {
  font-size: 9px;
  color: white;
  font-style: normal;
  line-height: 13px;
}
.upper-east-side-wrap {
  background-color: #ffffff;
  padding: 50px 33px;
}
.upper-east-side-title {
  background: url('../images/street-title-white.png') no-repeat center;
  width: 350px;
  height: 71px;
  background-color: white;
  position: absolute;
  left: 50%;
  margin-left: -175px;
  top: -27px;
}
.upper-east-side {
  padding: 30px ;
  position: relative;
  background-image: url(../images/street-top-left1.png), url(../images/street-top-right.png), url(../images/street-bottom-right.png), url(../images/street-bottom-left.png), url(../images/street-top.png), url(../images/street-right.png), url(../images/street-bottom.png), url(../images/street-left.png);
  background-position: left top, right top, right bottom, left bottom, center top, right center, center bottom, left center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
}
.upper-east-box75 {
  float: left;
  width: 73%;
}
.upper-east-box25-1 {
  float: left;
  width: 26%;
  text-align: center;
  margin-left: 4px;
}
.upper-east-box25 {
  float: left;
  width: 25%;
}
.after-dinner {
  font-size: 17px;
  color: #58585a;
}
.upper-east-side-wrap h3 {
  font-size: 17px;
  color: #58585a;
  text-align: center;
}
.upper-east-side-wrap h4 {
  /*font-family: GuadalupePro;*/

  font-size: 11px;
  font-weight: normal;
  color: #58585a;
  line-height: 18px;
}
.upper-east-top {
  margin-top: 30px;
}
.upper-side-top-left {
  padding-right: 20px;
  text-align: center;
}
.right-border {
  background: url('../images/right-background.png');
  width: 3px;
  height: 387px;
  float: left;
}
.upper-side-top-left .wine {
  padding: 8px;
}
.upper-side-top-left .wine h2 {
  float: left;
  font-size: 17px;
  color: #58585a;
  margin: 0 15px;
}
.upper-side-top-left .wine h4 {
  float: left;
  padding: 0 15px;
  border-right: 1px solid;
}
.upper-side-top-left .wine h4.last {
  border: 0;
}
.upper-side-top-left .border-thin {
  width: auto;
  margin-top: 20px;
  display: inline-block;
}
.dessets {
  background: url('../images/desserts.png');
  width: 82px;
  height: 68px;
  margin: 13px auto;
}
.upper-east-box25-1 h5 {
  font-size: 10px;
  color: #58585a;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.gourment {
  padding: 16px 10px;
  margin: 0 50px;
  position: relative;
  background-image: url(../images/shape8-top-left.png), url(../images/shape8-top-right.png), url(../images/shape8-bottom-right.png), url(../images/shape8-bottom-left.png), url(../images/shape8-top.png), url(../images/shape8-top.png), url(../images/shape8-top.png), url(../images/shape8-top.png);
  background-position: left top, right top, right bottom, left bottom, center top, right center, center bottom, left center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
}
.gourment-img {
  background: url('../images/gourment.png');
  width: 100px;
  height: 85px;
  margin: auto;
}
.gourment .left {
  float: left;
  padding: 10px;
  border-right: 1px dotted #5e61b9;
  width: 15%;
}
.gourment .right .upper-east-box25 {
  width: 25%;
  text-align: center;
}
.gourment .right {
  float: left;
  width: 80%;
  margin-left: 10px;
  padding-top: 10px;
}
.shoping {
  padding: 16px 20px;
  margin: 0 0px;
  position: relative;
  background-image: url(../images/shape9-top-left.png), url(../images/shape9-top-right.png), url(../images/shape9-bottom-right.png), url(../images/shape9-bottom-left.png), url(../images/shape9-top.png), url(../images/shape9-right.png), url(../images/shape9-bottom.png), url(../images/shape9-left.png);
  background-position: left top, right top, right bottom, left bottom, center top, right center, center bottom, left center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
}
.spa {
  padding: 16px 10px;
  margin: 0 0px;
  position: relative;
  background-image: url(../images/shape10-top-left.png), url(../images/shape10-top-right.png), url(../images/shape10-bottom-right.png), url(../images/shape10-bottom-left.png), url(../images/shape10-top.png), url(../images/shape10-right.png), url(../images/shape10-bottom.png), url(../images/shape10-left.png);
  background-position: left top, right top, right bottom, left bottom, center top, right center, center bottom, left center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
}
.spa .left {
  float: left;
  padding: 10px;
  border-right: 1px dotted #5e61b9;
  width: 15%;
}
.spa .right .upper-east-box25 {
  width: 25%;
  text-align: center;
}
.spa .right {
  float: left;
  width: 77%;
  margin-left: 20px;
  padding-top: 10px;
}
.after-dinner-img {
  background: url('../images/after-dinner.png');
  width: 27px;
  height: 104px;
  margin: 13px auto;
}
.after-dinner-border {
  background: url('../images/after-dinner-border.png');
  width: 26px;
  height: 2px;
  margin: auto;
}
.shoping1-img {
  background: url('../images/shoping1.png') no-repeat;
  width: 97px;
  height: 53px;
  margin: 0 35px;
  float: left;
}
.shoping2-img {
  background: url('../images/shoping2.png') no-repeat;
  width: 87px;
  height: 54px;
  margin: 0 40px;
  float: left;
}
.shoping3-img {
  background: url('../images/shoping3.png') no-repeat;
  width: 107px;
  height: 53px;
  margin: 0 40px;
  float: left;
}
.upper-east-side-wrap .shoping-wrap h4 {
  text-transform: uppercase;
  text-align: center;
}
.title-background {
  background: url('../images/upper-east-title-background.png') no-repeat center;
  width: 382px;
  height: 2px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -191px;
}
.title2-background {
  background: url('../images/upper-east-title2-background.png') no-repeat center;
  width: 484px;
  height: 3px;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -242px;
}
.upper-east-box75 h3 {
  margin: 10px 0 20px;
}
.dining-wrap {
  position: relative;
  text-align: left;
}
.spa-image {
  background: url('../images/spa-fitness.png');
  width: 75px;
  height: 108px;
  margin: auto;
}
.spa-box33 {
  width: 31%;
  text-align: center;
  float: left;
}
/* LOADER */
.spinner {
  height: 339px;
  background-image: url(../images/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.spinner p {
  display: none;
  font-family: GuadalupePro;
  font-size: 18px;
  line-height: 20px;
  padding-top: 50px;
}
/* */
.upper-east-box26 .title-border {
  margin: 13px auto;
}
.upper-side-bottom-box50 {
  width: 48%;
  padding: 0 0 10px;
  background-image: url(../images/shape11-top-left.png), url(../images/shape11-top-right.png), url(../images/shape11-bottom-right.png), url(../images/shape11-bottom-left.png);
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  float: left;
  background-color: #eeeef0;
  margin-right: 20px;
}
.upper-side-bottom-box50.left {
  margin: 0;
}
.relative-center {
  position: relative;
  text-align: left;
}
.bottom-box50 {
  float: left;
  width: 50%;
  text-align: center;
}
.upper-side-bottom-border {
  border-bottom: 1px dotted #7e7cc6;
  width: 90%;
  margin: auto;
  margin-bottom: 3px;
}
.upper-side-bottom-border.left {
  margin-bottom: 15px;
}
.bottom-box50.left {
  margin-bottom: 6px;
}
.bottom-box50.left.box55 {
  width: 55%;
}
.bottom-box50.box45 {
  width: 45%;
}
.upper-side-bottom-box50 h3 {
  margin: 10px 0;
}
.upper-east-box26 {
  float: left;
  width: 26%;
  text-align: center;
}
.upper-east-box72 {
  float: left;
  width: 72%;
  margin-right: 15px;
}
.box30-1 h2 {
  text-transform: uppercase;
  margin: 10px 0;
  font-family: GuadalupePro;
  font-size: 22px;
}
.box30-1 h3 {
  padding: 10px 0;
  color: #9aa3b4;
  font-style: italic;
  font-family: GuadalupePro;
  line-height: 22px;
  margin-bottom: 75px;
}
.overlay-loader {
  background: #ffffff url("../images/loader.gif") no-repeat center;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  position: fixed;
  z-index: 1001;
}
.gallery {
  position: relative;
  width: 580px;
  height: 400px;
  border: 4px solid #e6e6ea;
}
.images {
  height: 400px;
  overflow: hidden;
}
.gallery-image-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery1 {
  position: relative;
  width: 702px;
  height: 335px;
  margin: auto;
}
.gallery1 .images {
  height: 335px;
  overflow: hidden;
}
.gallery1 .gallery-image {
  border: 4px solid #e6e6ea;
}
.residences-title-shadow {
  background: url('../images/text-shadow.png') no-repeat center;
  height: 50px;
  width: 380px;
  padding-top: 15px;
  position: absolute;
}
.section-slide {
  position: relative;
}
.main-content-wrap {
  background: url('../images/bgd.jpg');
  position: relative;
  z-index: 101;
}
.cs-dropdown {
  background: white;
}
.overlay-floorplans-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  display: none;
}
.overlay-floorplans-transparency {
  background: #dfdddd;
  opacity: 0.80;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: alpha(opacity=80);
}
.overlay-floorplans {
  width: 800px;
  height: 600px;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -300px;
}
.floorplans-disclamer {
  position: relative;
  bottom: 0px;
  width: 82%;
  /* margin: auto; */

  margin-left: 11%;
  margin-bottom: 5px;
}
.floorplans-disclamer .equal-housing {
  background: url('../images/equal-housing-gray.png');
}
.floorplans-disclamer p {
  font-family: HelveticaNeueLTStd-Cn;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 0;
  line-height: 12px;
}
.gallery2-prev.arrow-service.prev,
.gallery2-next.arrow-service.next {
  top: 50%;
}
.gallery2-prev.arrow-service.prev {
  left: 30px;
}
.gallery2-next.arrow-service.next {
  right: 30px;
}
.gallery2 {
  position: relative;
  width: 750px;
  height: 518px;
  margin: auto;
}
.gallery2 .images {
  height: 518px;
  overflow: hidden;
}
.gallery12-prev.arrow-service.prev,
.gallery12-next.arrow-service.next {
  top: 50%;
}
.gallery12-prev.arrow-service.prev {
  left: 30px;
}
.gallery12-next.arrow-service.next {
  right: 30px;
}
.gallery12 {
  position: relative;
  width: 750px;
  height: 518px;
  margin: auto;
}
.gallery12 .images {
  height: 518px;
  overflow: hidden;
}
.neighborhood-wrap {
  background: white;
  padding: 22px;
}
.neighborhood-wrap .border-thin {
  width: 260px;
  border-color: #8d8acc;
  position: absolute;
  top: 25px;
  left: 25px;
}
.neighborhood-wrap .border-bold {
  background: white;
  opacity: 0.80;
  filter: alpha(opacity=80);
  border-color: #8d8acc;
  padding: 7px 5px 6px;
  text-align: center;
}
.neighborhood-wrap h2 {
  font-family: GuadalupePro;
  font-size: 22px;
  color: #313b57;
  text-transform: uppercase;
  padding: 15px 0px;
  text-align: center;
}
.upper-east-side-gallery-wrap {
  border: 4px solid #bdbbe4;
  padding: 35px;
  background: white;
  position: relative;
}
.neighborhood {
  /*background: url('../images/neighborhood-title.jpg');*/

  background-image: url(../images/neighborhood-title-top-left.jpg), url(../images/neighborhood-title-top-right.jpg), url(../images/neighborhood-title-bottom-right.jpg), url(../images/neighborhood-title-bottom-left.jpg), url(../images/neighborhood-title-top.png), url(../images/neighborhood-title-right.png), url(../images/neighborhood-title-bottom.png), url(../images/neighborhood-title-left.png);
  background-position: left top, right top, right bottom, left bottom, center top, right center, center bottom, left center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
  width: 504px;
  height: 50px;
  margin: auto;
}
.neighborhood-map {
  background: url('../images/neighborhood-map.jpg');
  height: 458px;
  width: 100%;
}
.map-image {
  display: block;
  width: 100%;
}
.map-icon {
  position: absolute;
}
.map-icon.books {
  top: 14.6%;
  left: 39%;
}
.map-icon.met {
  top: -3%;
  left: 17%;
}
.map-icon.ladym {
  top: 23%;
  left: 36%;
}
.map-icon.hero {
  top: 31%;
  left: 43.6%;
}
.map-icon.sandwich {
  bottom: 20%;
  left: 39%;
  height: 40px;
  width: 50px;
}
.sandy {
  height: 40px;
}
.map-icon.thefrick {
  bottom: 16%;
  left: 16%;
}
.map-icon.flower {
  bottom: 2%;
  left: 27%;
}
.map-legend ul {
  text-align: center;
}
.map-legend li {
  font-family: GuadalupePro;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  float: left;
  white-space: nowrap;
  padding-left: 20px;
  margin-bottom: 8px;
}
.map-legend li:last-child {
  padding-left: 5px;
}
.map-marker {
  margin: -3px 5px 0 -17px;
  float: left;
}
.kitchen-img-wrap {
  position: relative;
}
.tool-tip-wrap {
  position: relative;
  display: none;
}
.tool-tip-top {
  background: url('../images/tool-tip-top.png');
  width: 193px;
  height: 12px;
}
.tool-tip-bottom {
  background: url('../images/tool-tip-bottom.png');
  width: 193px;
  height: 12px;
  float: left;
}
.tool-tip-center {
  background: white;
  opacity: 0.85;
  filter: alpha(opacity=85);
  /* For IE8 and earlier*/

  border-left: 1px solid #5e61b9;
  border-right: 1px solid #5e61b9;
  width: 191px;
  display: inline-block;
  float: left;
}
.tool-tip-content {
  position: absolute;
  bottom: 0;
  left: 38px;
}
.tool-tip-content.bottom {
  top: 15px;
  left: -195px;
}
.tool-tip-line {
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 20px;
}
.tool-tip-line.bottom {
  top: 0;
  left: 192px;
}
.tool-tip-wrap h3 {
  color: #3f4869;
  font-family: GuadalupePro-Italic;
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
}
.tool-tip-wrap p {
  margin: 0;
  text-align: center;
  margin: 10px;
  width: auto;
}
.tool-tip-content-left {
  float: left;
  text-align: center;
  width: 80px;
  padding-top: 10px;
}
.tool-tip-content-right {
  float: left;
  width: 100px;
  padding-right: 10px;
}
.tool-tip-wrap .tool-tip-content-right h3,
.tool-tip-wrap .tool-tip-content-right p {
  text-align: left;
}
.kitchen-bath-tool-tip {
  position: absolute;
  background: url('../images/kitchen-tool-tip.png') top;
  width: 50px;
  height: 30px;
  cursor: pointer;
  display: none;
}
.floorplans-text {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
}
.floorplans-text a {
  text-decoration: none;
  color: #707072;
}
.press-wrap .slide-heading-wrap {
  width: 280px;
}
.press-article-logo img {
  max-width: 200px;
  height: auto;
  margin: auto;
}
.press-article-logo {
  margin-top: 30px;
}
.press-content {
  background: white;
  padding: 10px;
}
.press-content .border {
  width: auto;
  vertical-align: top;
  min-width: 818px;
  padding-bottom: 20px;
  /*padding: 20px 100px;*/

}
.press-content h2,
.press-wrap .box33 h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 25px 0 15px;
  font-family: GuadalupePro;
  color: #303b58;
  font-weight: normal;
}
.press-content h3,
.press-wrap .box33 h3 {
  color: #9aa3b4;
  font-family: GuadalupePro;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
.press-images {
  /*background: url('../images/press-image.jpg') no-repeat;*/

  max-width: 540px;
  margin: 17px auto;
}
.press-content p {
  padding: 0 75px;
  text-align: justify;
}
.press-wrap .box33 {
  height: auto;
  padding: 10px;
  width: 262px;
}
.press-wrap .box33-content {
  padding: 15px 0;
}
.press-wrap .box33 .border {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.press-wrap .box-wrap.last {
  margin: 0;
}
.press-wrap a {
  text-decoration: none;
  margin-top: 20px;
  display: block;
  color: #6062ac;
  font-family: GuadalupePro;
  font-weight: bold;
}
.newyork-logo {
  background: url('../images/nytlogo.gif');
  width: 200px;
  height: 34px;
  margin: 25px auto;
}
.legal-nav {
  color: #6967b0;
  font-family: HelveticaNeueLTStd-Cn;
  font-size: 10px;
  position: absolute;
  bottom: 2px;
  cursor: pointer;
  right: 5px;
}
.legal-nav span {
  font-size: 11px;
  letter-spacing: 2px;
}
.legal-nav:hover {
  color: #b8bac7;
}
.legal-content {
  font-family: GuadalupePro;
  position: absolute;
  bottom: -210px;
  width: 280px;
  right: 15px;
  font-size: 9px;
  line-height: 14px;
  color: #707072;
  padding: 1px;
  background-color: #ffffff;
  background-image: url(../images/equal-housing-gray.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  border: 1px solid #66709f;
}
.legal-content .content {
  width: auto;
  margin: 0;
  padding: 0px 30px;
}
.legal-content .fakeborder {
  border: 1px solid #bdbbe4;
  padding: 10px;
}
.legal-content .close-x {
  color: #707072;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 14px;
}
.mobile-nav-wrap {
  display: none;
  background: white;
}
.mob-icon {
  /*height: 100px;
	background: white;*/

  height: 5px;
  background: white;
  width: 60px;
  margin: 20px auto;
  border-bottom: 4px solid #66709f;
  border-top: 4px solid #66709f;
}
.mob-icon .nav-img {
  cursor: pointer;
  border-bottom: 4px solid #66709f;
  padding-bottom: 5px;
}
.mob-main-nav {
  background: white;
  height: 303px;
  padding-top: 3px;
}
.mob-main-nav li {
  text-transform: uppercase;
  font-family: HelveticaNeueLTStd-Cn;
  text-align: center;
  color: #b8bac7;
  display: block;
  vertical-align: middle;
  padding: 8px 8px;
  font-size: 12px;
  border-top: 1px solid #cccccc;
  cursor: pointer;
  display: none;
}
.mob-main-nav li:hover {
  background: #f1f1f3;
}
.mob-main-nav a {
  text-decoration: none;
}
.mob-main-nav .last {
  border-bottom: 1px solid #eeeeee;
}
.mob-separator {
  clear: both;
  margin-bottom: 15px;
  display: none;
}
.rotate-warnning {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #66709f url(../images/rotate-mobile.png) no-repeat center;
  background-size: 150px;
  z-index: 99999;
  -webkit-transform: translate3d(0, 0, 0);
}
.nav-border {
  border-bottom: 4px solid #66709f;
}
.mob-icon.open .nav-img {
  border: 0;
}
.slide-heading-wrap.cf {
  margin-bottom: 50px;
}
.error {
  text-align: center;
  position: absolute;
  top: 175px;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  padding: 20px;
  color: #303b58;
}
@media (max-width: 768px) {
  .top-gallery,
  .top-border {
    position: relative;
  }
  .main-nav-wrap {
    top: 0;
    position: fixed !important;
  }
}
@media (max-width: 500px) {
  .top-gallery,
  .top-border {
    position: relative;
  }
  /* fun mobile stuff */
  .slide-heading-wrap h2:before,
  .slide-heading-wrap h2:after {
    display: none;
  }
  .slide-heading-wrap {
    height: 50px;
    text-align: center;
    margin: auto;
    width: auto;
    padding: 0;
  }
  .slide-heading-wrap h2 {
    padding: 6px;
    display: inline-block;
    position: relative;
    font-family: GuadalupePro;
    font-size: 32px;
    letter-spacing: -2px;
    text-transform: uppercase;
    z-index: 1;
    color: #303b58;
    width: auto;
  }
  #floorplans .content.cf .slide-heading-wrap h2 {
    width: auto;
  }
  #services .content.cf .slide-heading-wrap h2 {
    width: auto;
  }
  #street .content.cf .street-background .slide-heading-wrap h2 {
    width: auto;
    margin: 0;
  }
  #press .content.cf .slide-heading-wrap h2 {
    width: auto;
  }
  .map-icon {
    display: none !important;
  }
  .error {
    text-align: center;
    top: 75px;
    margin: auto;
    width: auto;
    padding: 0;
  }
  .press-content {
    padding: 0;
    width: auto;
    min-width: auto;
  }
  .press-content .border {
    width: 100%;
    min-width: 100%;
    vertical-align: top;
  }
}
