/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article, aside, details, fig caption, figure, footer, header, group, nab, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  display: inline;
  zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 16px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

html, button, input, select, text area {
  font-family: sans-serif;
  color: #333; }

body {
  margin: 0;
  padding: 0;
  background: #373737;
  font-size: 100%;
  line-height: 1.5em;
  font-family: 'helvetica neue',helvetica,arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 100%; }

::-moz-selection {
  background: #ff8500;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #ff8500;
  text-shadow: none;
  color: #fff; }

a {
  text-decoration: none;
  font-weight: 400;
  color: #2e6bb4; }

a:visited {
  color: #1e5ba4; }

a:hover {
  text-decoration: underline;
  color: #4e8bf4; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

a.linkbright {
  color: #f5851e; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 600; }

blockquote {
  margin: 1em 2em;
  color: #333;
  font-size: 100%;
  font-weight: light; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

p, hr, ul, ol, address {
  margin: 0 0 1.5em 0; }

address {
  padding-left: 1em; }

ul, ol {
  padding: 0 0 0 2em; }

ul {
  list-style-type: square; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 1em 0;
  padding: 0;
  clear: both; }

hr.clr {
  visibility: hidden;
  height: 0;
  width: 0;
  clear: both;
  margin: 0;
  border: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

sag:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, text area {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 13px;
  height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

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

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

/*! layout elements
--------------------------------*/
/* HTML definitions */
body {
  margin: 0;
  padding: 0;
  background-color: #d8d2cb;
  font-family: "mr-eaves-xl-sans", "lucida sans", "lucida grande", "helvetica neue", helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5;
  color: #55565b; }

::-moz-selection {
  background: #fed794;
  color: #d8d2cb;
  text-shadow: none; }

::selection {
  background: #fed794;
  color: #d8d2cb;
  text-shadow: none; }

a {
  color: #fdc462;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  a:visited {
    color: #fdc462; }
  a:hover {
    color: #fed794;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "mrs-eaves", "Hoefler Text", Utopia, "Liberation Serif", Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 200;
  line-height: 1.1;
  color: #d8d2cb;
  margin: 0 0 .4em 0;
  text-transform: uppercase; }
  h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
    text-decoration: none;
    font-weight: 200;
    color: #9c602c; }
    h1 a:hover, h1 a:visited:hover, h2 a:hover, h2 a:visited:hover, h3 a:hover, h3 a:visited:hover, h4 a:hover, h4 a:visited:hover, h5 a:hover, h5 a:visited:hover, h6 a:hover, h6 a:visited:hover {
      color: #c47837; }

h1 {
  font-size: 300%;
  line-height: 1; }

h2 {
  font-size: 275%; }

h3 {
  font-size: 150%; }

h4 {
  font-size: 125%; }

p, ul, ol, hr {
  margin: 0 0 1.5em 0; }

hr {
  clear: both; }

hr.clr {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  border: 0; }

iframe {
  width: 100%; }

.ghost {
  display: none; }

p.intro {
  font-size: 165%;
  font-family: "mrs-eaves", "Hoefler Text", Utopia, "Liberation Serif", Times, "Times New Roman", serif;
  line-height: 1.2; }

img {
  max-width: 100%;
  height: auto; }

/*!-- STRUCTURE
--------------------------------*/
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.clearfix, #page, #branding, #main, .contain, .aligncenter, #header, .colbox, .band, #planselector, .fpimg, #floorplan, #thumbarray {
  position: relative;
  *zoom: 1; }
  .clearfix:before, #page:before, #branding:before, #main:before, .contain:before, .aligncenter:before, #header:before, .colbox:before, .band:before, #planselector:before, .fpimg:before, #floorplan:before, #thumbarray:before, .clearfix:after, #page:after, #branding:after, #main:after, .contain:after, .aligncenter:after, #header:after, .colbox:after, .band:after, #planselector:after, .fpimg:after, #floorplan:after, #thumbarray:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    height: 0; }
  .clearfix:after, #page:after, #branding:after, #main:after, .contain:after, .aligncenter:after, #header:after, .colbox:after, .band:after, #planselector:after, .fpimg:after, #floorplan:after, #thumbarray:after {
    clear: both; }

.vcenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

#page, #branding, #main {
  /* 	display: block; */
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both; }

.contain {
  margin: 0 auto;
  position: relative;
  width: 94%;
  max-width: 1056px;
  clear: both; }

.aligncenter {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1056px;
  clear: both; }

#page {
  position: relative; }

#header {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1; }
  #header h2 {
    font-size: 150%; }
  #header #downarrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2rem; }
    #header #downarrow a {
      display: block;
      color: white; }
      #header #downarrow a i {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        font-size: 36px; }
      #header #downarrow a:hover {
        color: #fdc462; }
        #header #downarrow a:hover i {
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg);
          font-size: 42px; }

#navmain,
#navmobile {
  position: relative;
  font-size: 125%;
  text-align: center; }
  #navmain ul li,
  #navmobile ul li {
    display: inline-block; }
    #navmain ul li a,
    #navmobile ul li a {
      color: white;
      text-transform: uppercase;
      font-family: "mrs-eaves", "Hoefler Text", Utopia, "Liberation Serif", Times, "Times New Roman", serif;
      font-weight: 300; }
    #navmain ul li:hover a,
    #navmain ul li.current a,
    #navmobile ul li:hover a,
    #navmobile ul li.current a {
      color: #fdc462;
      text-decoration: none; }

#navmain {
  float: right;
  width: auto; }

#navmobile {
  font-size: 150%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(85, 86, 91, 0.95);
  color: white;
  z-index: 10001; }
  #navmobile ul {
    padding: 0;
    list-style: none;
    width: 100%; }
    #navmobile ul li {
      display: block;
      margin: 0; }

#navmobile, #menu_button {
  display: none; }

#menu_button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.7045454545%;
  float: right; }
  #menu_button:hover {
    color: white; }

#branding {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: auto;
  z-index: 3;
  padding: 1rem 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #branding #logo {
    width: 23.2954545455%;
    max-width: 400px;
    text-align: center;
    margin: 0 0 0 3%;
    position: relative;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #branding #logo a {
      display: block;
      text-indent: 1111%;
      white-space: nowrap;
      overflow: hidden;
      height: 0;
      padding-bottom: 33%;
      background-position: 0 50%;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-image: url("../img/saloon-logo-rev.png"); }
  #branding #menu_button {
    cursor: pointer; }
  #branding.fixed {
    background: rgba(33, 66, 99, 0.9); }

#main {
  color: white;
  -webkit-transform: all;
  -moz-transform: all;
  -o-transform: all;
  transform: all;
  z-index: 2; }

#bottom {
  background-color: #9c602c;
  color: #d8d2cb; }
  #bottom a {
    color: #c2b9ae; }
  #bottom a:hover {
    color: #d8d2cb; }

/* =12-column grid setup */
.col {
  margin: 0 0.8522727273%;
  position: relative;
  display: inline-block;
  float: left;
  min-height: 1px; }

.first {
  margin-left: 0; }

.last {
  margin-right: 0; }

.unit1 {
  width: 6.6287878788%; }

.unit2 {
  width: 14.9621212121%; }

.unit3 {
  width: 23.2954545455%; }

.unit4 {
  width: 31.6287878788%; }

.unit5 {
  width: 39.9621212121%; }

.unit6 {
  width: 48.2954545455%; }

.unit7 {
  width: 56.6287878788%; }

.unit8 {
  width: 64.9621212121%; }

.unit9 {
  width: 73.2954545455%; }

.unit10 {
  width: 81.6287878788%; }

.unit11 {
  width: 89.9621212121%; }

.unit12 {
  width: 100%;
  margin-right: 0; }

.col img {
  max-width: 100%;
  height: auto; }

.colbox {
  margin: 0 -0.8522727273%; }

.equalize {
  display: table;
  width: 100%;
  height: 100%;
  float: left;
  clear: both; }
  .equalize .col {
    float: none;
    display: table-cell;
    padding: 0 0.8522727273%;
    margin: 0px;
    height: 100%; }
    .equalize .col.vcentered {
      vertical-align: middle; }

/*-- footer
--------------------------------*/
#bottom .logo {
  position: relative;
  margin: 0 auto;
  width: 48.2954545455%;
  max-width: 150px; }

/*-- sections
--------------------------------*/
.band {
  color: #fff;
  position: relative;
  padding: 3rem 2rem;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed; }
  .band .contain {
    padding: 1.5em 0 .5em; }
  .band .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(85, 86, 91, 0.85); }
  .band:nth-of-type(even) .overlay {
    background-color: rgba(97, 98, 104, 0.85); }
  .band#features {
    background-image: url("../img/backgrounds/knob-2-lg.jpg"); }
  .band#floorplans {
    background-image: url("../img/backgrounds/plaster-1-lg.jpg"); }
  .band#images {
    background-image: url("../img/backgrounds/knob-1-lg.jpg"); }
  .band#history {
    background-image: url("../img/backgrounds/bricks-1-lg.jpg"); }
  .band#tour {
    background-image: url("../img/backgrounds/ceiling-1-lg.jpg"); }

.posterimg {
  position: fixed;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.quoted {
  color: #d1935d;
  border-top: 1px solid #fff;
  padding-top: 1em; }

/*-- Content
--------------------------------*/
.feature_list {
  padding: 0;
  list-style: none;
  margin-bottom: 1.5em; }
  .feature_list li {
    margin-bottom: .5rem; }

/*-- Floorplans - floor selection
--------------------------------*/
#planselector {
  padding: 0;
  list-style: none;
  width: 100%; }
  #planselector .floor_button {
    display: inline-block;
    margin: 0 1rem;
    color: white;
    font-family: "mrs-eaves", "Hoefler Text", Utopia, "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 200%;
    line-height: 1; }
    #planselector .floor_button:hover {
      cursor: pointer; }
    #planselector .floor_button:hover, #planselector .floor_button.active {
      color: #fdc462;
      border-bottom: 1px solid #fdc462; }

.fpimg {
  margin: 0 auto 2rem auto;
  max-width: 700px;
  position: relative; }

#floorplan {
  margin-bottom: 2rem; }
  #floorplan .fp {
    width: 100%;
    height: 50%; }
    #floorplan .fp #full-floor,
    #floorplan .fp #unit-numbers {
      fill: white; }
    #floorplan .fp .unit * {
      fill: transparent; }
    #floorplan .fp .unit:hover {
      cursor: pointer; }
    #floorplan .fp .unit:hover *, #floorplan .fp .unit.on * {
      fill: #fdc462; }

ul.dllist {
  margin: 0 auto 1rem auto;
  position: relative;
  list-style: none;
  padding: 0; }
  ul.dllist a {
    display: inline-block;
    line-height: 1.5;
    padding-left: 22px;
    background-image: url(../img/icon-pdf.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px; }
    ul.dllist a span {
      font-weight: 400; }

/*-- images
--------------------------------*/
img {
  height: auto; }
  img.alignright {
    float: right;
    margin: 0 0 1rem 1.7045454545%; }
  img.alignleft {
    float: left;
    margin: 0 1.7045454545% 1rem 0; }
  img.hist_img {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4); }

#thumbarray .thumb {
  display: inline-block;
  padding: 5px;
  margin: 0;
  overflow: hidden; }
  #thumbarray .thumb a {
    overflow: hidden;
    display: block;
    background: #fdc462;
    width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); }
    #thumbarray .thumb a img {
      width: 100%;
      height: auto; }
      #thumbarray .thumb a img:hover {
        opacity: 0.8; }

/*-- footer
--------------------------------*/
#indicia {
  float: left;
  margin-bottom: 1rem; }
  #indicia .logo, #indicia .address {
    float: left;
    width: 48.2954545455%; }
  #indicia .address {
    float: right;
    padding-top: 2em; }
    #indicia .address address {
      font-style: normal; }

.disclaimer {
  font-size: 75%;
  font-style: italic;
  float: left;
  width: 100%; }

/*-- MEDIA QUERIES
--------------------------------*/
@media screen and (min-width: 0px) and (max-width: 400px) {
  img.size-med {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: both; }
  #thumbarray .thumb {
    width: 48%; } }

@media screen and (min-width: 401px) and (max-width: 768px) {
  img.size-med {
    width: 48.2954545455%; }
  #thumbarray .thumb {
    width: 30%; } }

@media screen and (max-width: 768px) {
  body {
    font-size: 87.5%;
    line-height: 1.4; }
  h2 {
    font-size: 200%; }
  h3 {
    font-size: 130%; }
  #header {
    top: 0; }
  #branding #logo {
    width: 33%;
    max-width: 300px; }
  #branding #menu_button {
    display: block; }
  #branding #navmain {
    display: none; }
  #navmain ul li {
    margin: 0 0 0 0.5em; }
    #navmain ul li a {
      font-weight: 400;
      line-height: 1;
      font-size: 100%; }
  #navmobile {
    opacity: 0;
    width: 0;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
    #navmobile .closex {
      cursor: pointer;
      margin-top: 2rem; }
      #navmobile .closex:hover {
        color: #fdc462; }
    #navmobile.visible {
      opacity: 1;
      left: 0;
      width: 100%;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
  .band {
    background-attachment: scroll; }
    .band .contain {
      padding: 1.5em 0 .5em; }
  .feature_list {
    width: 100%; }
  img.size-med {
    width: 48.2954545455%; }
  #planselector, #planlist {
    width: 100%;
    margin-bottom: .5em; }
  .floor_button {
    font-size: 175%; }
  .footlogo, .footaddress {
    float: left;
    clear: both;
    width: 48.2954545455%; }
  .footlogo {
    margin-right: 1.7045454545%; }
  #indicia {
    width: 100%; }
  img.alignleft {
    float: right;
    margin: 0 0 1rem 1.7045454545%; } }

@media screen and (orientation: landscape) and (max-height: 414px) {
  #header #branding #logo {
    width: 70%;
    margin-bottom: 1rem; }
    #header #branding #logo a {
      background-image: url("../img/daylight-building-logo-rev.png");
      padding-bottom: 9%; }
  #header #navmain {
    display: none; }
  #header #menu_button {
    margin: 1rem  3%;
    display: block;
    font-size: 180%; }
  #header #downarrow {
    display: none; }
  #header.fixed #menu_button {
    margin: 0; }
  .band {
    padding: 1.5rem .5rem; } }

@media screen and (min-width: 769px) {
  #thumbarray .thumb {
    width: 23%; } }

@media screen and (min-width: 769px) {
  body {
    font-size: 100%;
    line-height: 1.5; }
  #navmain {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3%; }
    #navmain ul {
      line-height: 3; }
      #navmain ul li {
        margin: 0 0.75em; }
        #navmain ul li a {
          padding: 1rem 0; }
  #branding.fixed #logo {
    width: 120px; }
  #branding.fixed #navmain {
    position: absolute;
    font-size: 87.5%; }
    #branding.fixed #navmain ul {
      padding-top: 0;
      border: none; }
      #branding.fixed #navmain ul li {
        margin-left: .5rem; }
  #main {
    overflow: hidden; }
  img.size-med {
    width: 39.9621212121%; }
  #features .col {
    width: 31.6287878788%; }
  ul.dllist {
    width: auto; }
  #indicia {
    width: 48.2954545455%;
    margin-right: 6.6287878788%; }
  #thumbarray .thumb {
    width: 18%; } }

@media screen and (min-width: 971px) {
  #header.fixed #navmain {
    font-size: 100%;
    line-height: 3; }
    #header.fixed #navmain ul li {
      margin-left: 1rem; }
  .dllist {
    width: 39.9621212121%; } }
