html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #f8e0c1;
  text-shadow: none; }

::selection {
  background: #f8e0c1;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
html {
  background-color: #ad7934;
  color: #fcc783; }

body, html {
  height: 100%; }

.selectBox {
  width: 100%;
  position: relative;
  cursor: default;
  text-align: left;
  line-height: 30px;
  clear: both;
  color: white; }
  .selectBox .rel {
    position: relative;
    clear: both; }
  .selectBox .selectOpts {
    clear: both;
    display: none;
    width: 100%;
    left: 0;
    overflow: hidden;
    background: #b68749;
    padding-top: 2px;
    height: 180px;
    z-index: 999;
    position: absolute; }
    .selectBox .selectOpts .scroller {
      overflow-y: auto;
      height: 100%;
      width: 110%; }
      .selectBox .selectOpts .scroller .option {
        display: block;
        width: 80%;
        padding: 5px 20px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
        cursor: pointer; }
        .selectBox .selectOpts .scroller .option:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }

.selected {
  width: 90%;
  text-index: 20px;
  background: #b68749;
  overflow: hidden;
  float: left;
  height: 100px;
  padding-top: 20px; }

.ddarrow {
  width: 10%;
  display: block;
  background: url("../images/down-arrow.png") center center no-repeat;
  background-color: #bd8f52;
  height: 80px;
  float: left;
  cursor: pointer;
  background-size: 80%; }

.contain-all {
  width: 98%;
  margin: 0 auto; }

a {
  color: white;
  text-decoration: none;
  outline: 0; }

area {
  outline: 0; }

.ie {
  background-color: #bd8f52;
  width: 100%;
  display: inline-block; }
  .ie .center {
    font-family: "DIN Next W01 Light", Arial, sans-serif;
    text-align: center;
    font-size: 48px;
    line-height: 1em;
    padding-top: 10px; }
    .ie .center a:hover {
      color: #fcc783; }
    .ie .center span {
      font-size: 18px;
      line-height: 22px;
      display: block; }

.bg {
  background: rgba(167, 131, 58, 0.6);
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none; }

#error_page .callout {
  text-align: left; }

#fps {
  background-color: #bd8f52; }
  #fps li {
    padding-bottom: 100px;
    padding-top: 100px;
    display: none;
    text-align: center; }
    #fps li .fp-ad {
      width: 88%;
      display: inline-block; }
    #fps li .callout {
      text-align: left; }
    #fps li .text {
      padding-top: 50px;
      text-align: left; }
    #fps li.active {
      display: block; }
    #fps li img {
      width: 88%; }

.close {
  float: left;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close-button.png");
  cursor: pointer;
  pointer-events: all;
  background-size: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/close-button.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/close-button.png', sizingMethod='scale')";
  visibility: hidden; }
  .close:hover {
    background-position: 0px -40px; }

.container {
  position: relative;
  margin-left: 30px;
  margin-right: 30px; }

.border {
  width: 6px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #ad7934;
  z-index: 100; }

.popup-cheech {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/3A9AA7-0.6.png");
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .popup-cheech.active {
    display: block; }
  .popup-cheech .inner-cheech {
    vertical-align: middle;
    text-align: center;
    padding: 0;
    position: fixed; }
    .popup-cheech .inner-cheech .caption {
      position: absolute;
      width: 93%;
      text-align: left;
      left: 0px;
      padding: 15px;
      bottom: 0px;
      font-family: "DIN Next W01 Light", Arial, sans-serif;
      color: white;
      line-height: 12px;
      font-size: 20px;
      float: left; }
    .popup-cheech .inner-cheech .close {
      z-index: 1001; }

#header ul {
  height: 250px; }
  #header ul li {
    display: none; }
    #header ul li.active {
      display: block; } 

#header h1 {
  color: white;
  font-size: 18px;
  font-family: "DIN Next W01 Regular", Arial, sans-serif;
  margin: 50px 0 100px; }
#header h2 {
  font-family: "DIN Next W01 Light", Arial, sans-serif;
  margin-bottom: 120px; }

.block {
  max-width: 100%;
  max-height: 90%;
  pointer-events: none;
  z-index: 1000; }

#img-grid {
  width: 100%;
  overflow: hidden;
  margin-bottom: 120px; }
  #img-grid .img-col {
    display: block;
    float: left;
    position: relative;
    width: 33.2%; }
    #img-grid .img-col:first-child .img img {
      left: 0px; }
    #img-grid .img-col .img {
      width: 100%;
      height: auto;
      cursor: pointer;
      overflow: hidden;
      margin-bottom: 3px;
      position: relative; }
      #img-grid .img-col .img img {
        width: 100%;
        height: auto;
        left: 3px;
        position: relative; }
        #img-grid .img-col .img img:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }

.callout {
  font-color: white;
  font-family: "DIN Next W01 Regular", Arial, sans-serif;
  position: relative;
  font-size: 15px;
  text-align: right;
  display: block;
  margin: 20px auto 0;
  margin-right: 20px; }
  .callout .external {
    display: inline-block;
    overflow: hidden;
    width: 11px;
    height: 11px;
    background-image: url("../images/open-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -999px;
    margin-right: 10px;
    background-size: 11px 11px; }
  .callout:hover {
    color: #fcc783; }

#maps {
  width: 100%;
  margin-bottom: 125px; }
  #maps #location {
    width: 100%;
    display: block;
    overflow: hidden; }
    #maps #location .map-item {
      width: 50%;
      position: relative; }
      #maps #location .map-item img {
        width: 100%;
        height: auto;}

#quote {
  margin-bottom: 120px;
  font-family: "DIN Next W01 Light", Arial, sans-serif; }
  #quote dt {
    font-size: 18px; }

#floorplans {
  margin-bottom: 120px; }
  #floorplans h3 {
    font-family: "DIN Next W01 Light", Arial, sans-serif;
    margin-bottom: 30px;
    position: relative;
    display: block; }
  #floorplans #floorplan-container {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 206px; }
    #floorplans #floorplan-container a {
      width: 19.9%;
      float: left;
      background-color: #bd8f52;
      position: relative;
      display: block;
      height: 200px; }
      #floorplans #floorplan-container a:hover {
        background-color: #ce9f62; }
        #floorplans #floorplan-container a:hover.active {
          background-color: #bd8f52; }
      #floorplans #floorplan-container a span {
        display: none; }
      #floorplans #floorplan-container a.active h4 {
        text-align: left;
        padding-left: 20px; }
      #floorplans #floorplan-container a h5 {
      	font-family: "DIN Next W01 Regular", Arial, sans-serif;
        color: #ad7934;
        font-size: 18px;
        text-align: left;
        padding-left: 20px;
        display: none;
        margin-top: 5px; }
      #floorplans #floorplan-container a .num {
        font-size: 60px;
        line-height: 60px;
        color: white;
        font-family: "DIN Next W01 Light", Arial, sans-serif;
        text-align: center;
/*         margin: 60px 0; */ }
      #floorplans #floorplan-container a .plus {
        width: 19px;
        height: 19px;
        text-indent: -999px;
        background-image: url("../images/plus.png");
        background-position: center center;
        background-repeat: none;
        display: block;
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 9001;
        background-size: 100%;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagess/plus.png', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/plus.png', sizingMethod='scale')"; }
      #floorplans #floorplan-container a.sold h4 {
        color: #ad7934; }
			#floorplans #floorplan-container a .sold-text {
				position: absolute;
				display: block;
				bottom: 8px;
				right: 40px;
				color: white;
				font-family: "DIN Next W01 Regular", Arial, sans-serif;
        font-size: 14px;
        line-height: 19px; }
      #floorplans #floorplan-container a .x-overlay {
	      display: block;
	      background-image: url("");
	      background-position: center center;
	      background-repeat: no-repeat;
				background-size: 100% 100%;
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				padding-left: 6px;
				background-origin: content-box;
				pointer-events: none;
				z-index: 0;
				
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.',sizingMethod='scale');
				-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale')";
				
				-webkit-box-sizing: border-box;
				   -moz-box-sizing: border-box;
				     -o-box-sizing: border-box;
				        box-sizing: border-box; }
				#floorplans #floorplan-container a:first-of-type .x-overlay {
					padding-left: 0;
				}

#register {
  margin-bottom: 120px; }
  #register form #register-nav {
    font-size: 18px;
    font-family: "DIN Next W01 Regular", Arial, sans-serif;
    float: right;
    padding-top: 20px; }
    #register form #register-nav .next-field:hover {
      color: #fcc783; }
    #register form #register-nav .mobile {
      display: none; }
    #register form #register-nav .desktop {
      display: block; }
  #register form fieldset {
    min-height: 276px; }
    #register form fieldset .fcontain {
      display: none; }
      #register form fieldset .fcontain.active {
        display: block; }
    #register form fieldset .fields {
      font-family: "DIN Next W01 Light", Arial, sans-serif; }
      #register form fieldset .fields #name {
        border: 0px;
        background-color: #b68749;
        color: white;
        outline: none;
        display: block;
        width: 100%;
        font-family: "DIN Next W01 Light", Arial, sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px; }
    #register form fieldset legend {
      font-family: "DIN Next W01 Regular", Arial, sans-serif;
      padding-bottom: 30px;
      display: inline-block; }

#footer h3 {
  font-family: "DIN Next W01 Light", Arial, sans-serif; }
#footer .alloy {
  height: 34px;
  width: 80px;
  background: url("../images/favicon/favicon.png") no-repeat;
  display: inline-block;
  margin-bottom: 50px;
  background-size: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/favicon/favicon.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/favicon/favicon.png', sizingMethod='scale')";
  margin-top: 50px; }
  #footer .alloy:hover {
    background-position: 0 -34px; }

.text {
  font-family: "DIN Next W01 Light", Arial, sans-serif; }

.mobile {
  display: none; }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  #register form fieldset {
    min-height: 185px; }
    #register form fieldset .fcontain input#name {
      background-color: #bd8f52;
      padding: 0px;
      margin-top: 10px; } }
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #register form fieldset {
    min-height: 365px; }
    #register form fieldset .fcontain input#name {
      background-color: #bd8f52;
      padding: 0px;
      margin-top: 10px; } }
@media only screen and (max-width: 530px), only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .selectBox .selected {
    height: 30px;
    padding-top: 7px;
    font-size: 30px;
    line-height: 30px; }
  .selectBox .ddarrow {
    height: 37px; }
  .selectBox .selectOpts {
    height: auto; }
  .selectBox .option {
    padding: 5px 5px;
    font-size: 30px;
    line-height: 30px; }

  #quote .text, #header .text {
    font-size: 50px;
    line-height: 50px; }

  #quote {
    margin-right: 30px; }
    #quote dt {
      line-height: 20px;
      margin-top: 40px; }

  #img-grid, #maps, #quote, #floorplans {
    margin-bottom: 80px; }

  #img-grid .desktop {
    display: none; }
  #img-grid .mobile {
    display: block; }
    #img-grid .mobile ul.img-col {
      width: 50%; }
      #img-grid .mobile ul.img-col:first-child .img img {
        left: 0px; }
      #img-grid .mobile ul.img-col .img {
        margin-bottom: 3px; }
        #img-grid .mobile ul.img-col .img img {
          left: 3px; }

  #header ul {
    width: 200px; }
    #header ul li {
      width: 280px; }
  #header h1 {
    margin: 30px 0 60px; }
  #header h2 {
    width: 100%;
    display: inline-block; }

  .overflower {
    display: none; }

  .mobile {
    display: block; }
    .mobile .fp-co-mob a {
      width: 100%;
      color: white;
      display: block;
      margin-bottom: 6px;
      background-color: #bd8f52;
      position: relative; }
      .mobile .fp-co-mob a .num, .mobile .fp-co-mob a .text {
        font-size: 32px;
        line-height: 32px;
        padding-top: 30px;
        padding-bottom: 25px;
        margin-left: 30px;
        background-image: url("../images/open-arrow.png");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 11px 11px;
        width: 80%; }
      .mobile .fp-co-mob a.sold h4 {
				color: #ad7934;	}
			.mobile .fp-co-mob a .x-overlay {
				display: block;
	      background-image: url("");
	      background-position: center center;
	      background-repeat: no-repeat;
				background-size: 100% 100%;
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				pointer-events: none; }

  #footer {
    clear: both;
    margin-top: 60px;
    margin-right: 30px; }
    #footer .alloy {
      margin-top: 60px;
      float: left;
      clear: both; }

  #maps #location .map-item {
    display: none; }
    #maps #location .map-item:first-of-type {
      display: inline-block;
      width: 100%; }

  #register {
    margin-bottom: 0px;
    margin-right: 30px;
    display: inline-block; }
    #register form #register-nav {
      font-family: "DIN Next W01 Light", Arial, sans-serif;
      padding-top: 0px;
      float: left; }
      #register form #register-nav .mobile {
        display: block; }
      #register form #register-nav .desktop {
        display: none; }
    #register form fieldset {
      height: auto; }
      #register form fieldset .fcontain {
        display: block;
        padding-bottom: 30px; }
        #register form fieldset .fcontain label {
          font-size: 35px;
          line-height: 35px;
          padding-bottom: 20px;
          display: inline-block; }
        #register form fieldset .fcontain input#name {
          background-color: #bd8f52;
          font-size: 30px;
          line-height: 30px;
          overflow: hidden;
          max-width: 100%;
          padding: 0px; } }
@media screen and (min-width: 0px) {
  .selected {
    height: 55px;
    padding-top: 10px; }

  .ddarrow {
    height: 65px; }

  .container {
    margin-left: 30px; }

  #register form fieldset {
    min-height: 200px; }

  #floorplans #floorplan-container a .num, #floorplans #floorplan-container a .text {
    font-size: 40px;
    line-height: 40px; }
	#floorplans #floorplan-container a .text-container {
		margin: 90px 0; }

  .text {
    font-size: 55px;
    line-height: 55px; }

  .fields #name {
    font-size: 55px;
    line-height: 55px; } }
@media screen and (min-width: 830px) {
  #register form fieldset {
    min-height: 263px; }

  .selectBox .selected {
    height: 100px;
    padding-top: 20px; }
  .selectBox .ddarrow {
    height: 120px; }

  #header {
    padding-bottom: 50px; }

  #error_page {
    margin-top: -50px; }

  #floorplans #floorplan-container a.active h4,
  #floorplans #floorplan-container a.active h5 {
    padding-left: 30px; }
  #floorplans #floorplan-container a.active h5 {
	  font-size: 18px;
	  margin-top: 0px;  }
  #floorplans #floorplan-container a .num, #floorplans #floorplan-container a .text {
    font-size: 50px;
    line-height: 50px; }
  #floorplans #floorplan-container a .text-container {
		margin: 85px 0; }

  .text {
    font-size: 85px;
    line-height: 85px; }

  .fields #name {
    font-size: 85px;
    line-height: 85px; } }
@media screen and (min-width: 1024px) {
  #register form fieldset {
    min-height: 276px; }

  .container {
    margin-left: 30px;
    margin-right: 30px; }

  #header {
    padding-bottom: 100px; }

  #error_page {
    margin-top: -100px; }
    
  #floorplans #floorplan-container a.active h5 {
	  font-size: 20px;
	  margin-top: -5px; }
  #floorplans #floorplan-container a .num, #floorplans #floorplan-container a .text {
    font-size: 60px;
    line-height: 60px; }
  #floorplans #floorplan-container a .text-container {
		margin: 70px 0; }

  .text {
    font-size: 95px;
    line-height: 95px; }

  .fields #name {
    font-size: 95px;
    line-height: 95px; } }
@media screen and (min-width: 1280px) {
  #register form fieldset {
    min-height: 296px; }

  .container {
    margin-left: 100px;
    margin-right: 100px; }

  #header {
    padding-bottom: 100px; }

  #error_page {
    margin-top: -100px; }

  #floorplans #floorplan-container a.active h4,
  #floorplans #floorplan-container a.active h5 {
    padding-left: 100px; }
  #floorplans #floorplan-container a.active h5 {
	  font-size: 24px; }
  #floorplans #floorplan-container a .num, #floorplans #floorplan-container a .text {
    font-size: 80px;
    line-height: 80px; }
  #floorplans #floorplan-container a .text-container {
		margin: 70px 0;	}

  .text {
    font-size: 100px;
    line-height: 100px; }

  .fields #name {
    font-size: 100px;
    line-height: 100px; } }
@media screen and (min-width: 1920px) {
  #header {
    padding-bottom: 180px; }

  #error_page {
    margin-top: -180px; }

  #fieldset {
    min-height: 300px; }

  #floorplans #floorplan-container a .num, #floorplans #floorplan-container a .text {
    font-size: 100px;
    line-height: 100px;
    margin: 60px 0; }

  .text {
    font-size: 110px;
    line-height: 110px; }

  .fields #name {
    font-size: 110px;
    line-height: 110px; } }