@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro|Source+Serif+Pro");
/* Global Colors */
/* Breakpoints */
/* Transitions */
/* Typography */
.type-neutral {
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif; }

.type-sans, body {
  font-family: "Source Sans Pro", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal; }

.type-serif, h1, h2, h3, h4, h5 {
  font-family: "Source Serif Pro", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, serif;
  font-weight: normal;
  font-style: normal; }

h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 120%;
  margin-bottom: .25em; }
  @media (max-width: 680px) {
    h1 {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 120%; } }

h2 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 140%; }
  @media (max-width: 680px) {
    h2 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 140%; } }

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 120%;
  margin-bottom: .25em; }
  @media (max-width: 680px) {
    h3 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 120%; } }

h4 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (max-width: 680px) {
    h4 {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 140%; } }

h5 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #c6af92;
  letter-spacing: 1px; }
  @media (max-width: 680px) {
    h5 {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 140%; } }

p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 160%;
  padding: 0.5em 0 1em 0;
  margin: 0; }
  @media (max-width: 680px) {
    p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 140%; } }

ul {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 160%;
  padding: 0.5em 0 1em 0;
  margin: 0; }
  @media (max-width: 680px) {
    ul {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 140%; } }

sup {
  line-height: 0%; }

strong {
  font-weight: 600; }

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

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

.disclaimer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 145%;
  margin-top: 2em;
  color: #54493f; }

.caps {
  letter-spacing: .1em;
  text-transform: uppercase; }

.strikethrough {
  text-decoration: line-through; }

.line-1 {
  font-weight: 600; }

/* Links */
a {
  color: #d69c00;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

a:hover, a:focus, a:active {
  color: #ad7f00;
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

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

p a, ul a {
  border-bottom: 1px solid #d69c00; }
  p a:hover, p a:focus, p a:active, ul a:hover, ul a:focus, ul a:active {
    border-color: #ad7f00; }

/* Buttons */
.btn {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 100%;
  display: inline-block;
  padding: 10px 24px;
  margin-bottom: .5em;
  color: #38322d;
  border: 1px solid #ffbd0a;
  background-color: #ffbd0a;
  text-align: center;
  vertical-align: middle;
  cursor: pointer; }
  .btn:hover {
    color: #38322d;
    border-color: #ffcb3d;
    background-color: #ffcb3d; }
  .btn.sm {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 100%;
    padding: 12px 20px 11px 20px; }
  @media (max-width: 680px) {
    .btn {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 100%; }
      .btn [class^="icon-"], .btn [class*=" icon-"] {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 100%;
        margin-top: -5px; } }

/* Icons */
.icon-bar {
  display: block !important;
  width: 20px;
  height: 3px;
  background-color: #fbfbfb; }

/* Responsive Video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin-bottom: 4em;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Global Containers*/
.container, .wrapper, *[class^="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .container {
      max-width: 1120px; } }

.wrapper {
  margin: 0 auto;
  padding: 0 1.75em; }
  .wrapper:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

section:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

/* Columns */
*[class^="span"] {
  padding: .75em;
  float: left; }

.span12 {
  width: 100%; }

.span11 {
  width: 91.66%; }

.span10 {
  width: 83.33%; }

.span9 {
  width: 75%; }

.span8 {
  width: 66.66%; }

.span7 {
  width: 58.33%; }

.span6 {
  width: 50%; }

.span5 {
  width: 41.66%; }

.span4 {
  width: 33.33%; }

.span3 {
  width: 25%; }

.span2 {
  width: 16.66%; }

.span1 {
  width: 8.33%; }

.centered {
  margin: 0 auto;
  float: none !important; }

.first {
  clear: left; }

.last {
  float: right !important; }

/* Tablet */
@media (max-width: 800px) {
  html {
    -webkit-text-size-adjust: none; }

  body {
    min-width: 575px; }

  .container {
    width: 100%; }

  .span12, .span11, .span10, .span8, .span7 {
    width: 100%; }

  .span4, .span2 {
    width: 33.33%; }

  .span1 {
    width: 16.66%; }

  .last {
    float: left !important; }

  .hide-tablet {
    display: none; } }
/* Mobile */
@media (max-width: 680px) {
  body {
    min-width: 0; }

  .container {
    width: 100%; }

  *[class^="span"] {
    width: 100%; }

  .caps {
    letter-spacing: 0; }

  .centered-mobile {
    width: 100%;
    margin: 0 auto !important;
    float: none !important;
    text-align: center; }

  .hide-mobile {
    display: none; }

  input[type=text], input[type=password], input[type=email], input[type=url], select, textarea {
    width: 95.5%; } }
html, body, div, form, fieldset, legend, label {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

html {
  font-size: 10px;
  line-height: 100%; }
  @media (max-width: 800px) {
    html {
      -webkit-text-size-adjust: none; } }

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

th, td {
  text-align: left;
  vertical-align: top; }

h1, h2, h3, h4, h5, h6, th, td, caption {
  padding: 0;
  margin: 0; }

img {
  border: 0;
  width: 100%;
  max-width: 100%; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

input, select, textarea, button {
  outline: none;
  resize: none;
  -webkit-font-smoothing: antialiased; }

/* Body */
body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 120%;
  margin: 0 auto;
  background-color: #38322d;
  color: #333333;
  text-rendering: optimizeLegibility; }

.canvas {
  background-color: #fbfbfb; }

/* Header */
header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background-color: #003265;
  background-image: url(/images/huisingahomes-bg-blue.png);
  background-position: center top;
  background-size: cover;
  color: #f7e8d5;
  border-bottom: 3px solid #38322d; }
  header .container {
    padding: 5% 0 5.5% 0; }
  header a {
    color: #333333; }
    header a:hover {
      color: #333333; }
  header .logomark {
    display: block;
    width: 240px;
    height: 139px;
    margin: 0 auto 0 auto;
    background: url(/images/logo-huisingahomes.png) no-repeat;
    background-size: 100%; }
  header .tagline {
    display: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-weight: 400; }
  @media (max-width: 800px) {
    header .container {
      padding: 10% 0 10.5% 0; }
    header .logomark {
      width: 174px;
      height: 100px; } }

/* Project Page */
.project-page header .container {
  max-width: 100%;
  padding: 12px 0 13px; }
.project-page header .logomark {
  float: left;
  margin: 0 9px 0 -4px;
  width: 32px;
  height: 32px;
  background-size: 100%; }
.project-page header .tagline {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 140%;
  text-align: left;
  padding-top: 7px;
  margin: 0;
  font-weight: 500; }
@media (max-width: 800px) {
  .project-page section .container {
    padding-top: 6%; } }
@media (max-width: 574px) {
  .project-page section .container {
    padding-top: 9%; } }

/* Sections */
section {
  position: relative;
  overflow: hidden;
  background: #fbfbfb;
  border-top: 1px solid #e9e0d5; }
  section .container {
    height: 100%;
    padding: 6% 0 6.25% 0; }
    @media (max-width: 800px) {
      section .container {
        padding: 9% 0 8% 0; } }
    @media (max-width: 680px) {
      section .container {
        padding: 5% 0; } }
  section h1 {
    margin: 0 auto .25em auto;
    text-align: center; }
    @media (max-width: 680px) {
      section h1 {
        text-align: left; } }
  section p {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 780px;
    padding-bottom: 1em; }
    @media (max-width: 680px) {
      section p {
        text-align: left; } }
  section [class^="icon-"], section [class*=" icon-"] {
    font-size: 30px;
    font-size: 3rem;
    line-height: 0;
    margin: 3px 5px 0 0;
    display: inline-block;
    vertical-align: middle; }
  section ul {
    float: left;
    width: 100%;
    padding: 0 0 2em 0;
    text-align: center; }
  section li {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px 0;
    white-space: nowrap; }
    @media (max-width: 680px) {
      section li {
        width: 100%;
        padding: .25em 0;
        white-space: normal;
        text-align: left;
        margin: 0; } }
  section .lead-image {
    display: block;
    width: 99%;
    margin: 0 auto -6% auto; }
    @media (max-width: 680px) {
      section .lead-image {
        width: 110%;
        max-width: 110%;
        margin-left: -7%; } }
  section.design-center-photo {
    height: 360px;
    background: url(/images/designcenter-bg.png) center top no-repeat;
    background-size: cover; }
    @media (max-width: 800px) {
      section.design-center-photo {
        height: 300px; } }
  section.contact .span6 {
    padding: 0; }
  section.contact ul {
    padding-top: 2em; }
    @media (max-width: 800px) {
      section.contact ul {
        padding-top: 0; } }
  section.photo-grid div {
    height: 260px;
    box-shadow: inset 0px 0px 0px 5px #fbfbfb;
    -webkit-box-shadow: inset 0px 0px 0px 5px #fbfbfb;
    -moz-box-shadow: inset 0px 0px 0px 5px #fbfbfb;
    -o-box-shadow: inset 0px 0px 0px 5px #fbfbfb; }
    @media (max-width: 800px) {
      section.photo-grid div {
        height: 200px; } }
    @media (max-width: 680px) {
      section.photo-grid div {
        height: 140px;
        box-shadow: inset 0px 0px 0px 2px #fbfbfb;
        -webkit-box-shadow: inset 0px 0px 0px 2px #fbfbfb;
        -moz-box-shadow: inset 0px 0px 0px 2px #fbfbfb;
        -o-box-shadow: inset 0px 0px 0px 2px #fbfbfb; } }
  section.photo-grid .span12 {
    width: 100% !important; }
  section.photo-grid .span11 {
    width: 91.66% !important; }
  section.photo-grid .span10 {
    width: 83.33% !important; }
  section.photo-grid .span9 {
    width: 75% !important; }
  section.photo-grid .span8 {
    width: 66.66% !important; }
  section.photo-grid .span7 {
    width: 58.33% !important; }
  section.photo-grid .span6 {
    width: 50% !important; }
  section.photo-grid .span5 {
    width: 41.66% !important; }
  section.photo-grid .span4 {
    width: 33.33% !important; }
  section.photo-grid .span3 {
    width: 25% !important; }
  section.photo-grid .span2 {
    width: 16.66% !important; }
  section.photo-grid .span1 {
    width: 8.33% !important; }
  section.photo-grid .photo-1 {
    background: url(/images/designcenter-1.png) center top no-repeat;
    background-size: cover; }
  section.photo-grid .photo-2 {
    background: url(/images/designcenter-2.png) center top no-repeat;
    background-size: cover; }
  section.photo-grid .photo-3 {
    background: url(/images/designcenter-3.png) center top no-repeat;
    background-size: cover; }
  section.photo-grid .photo-4 {
    background: url(/images/designcenter-4.png) center top no-repeat;
    background-size: cover; }
  section.photo-grid .photo-5 {
    background: url(/images/designcenter-5.png) center top no-repeat;
    background-size: cover; }
  section.photo-grid .photo-6 {
    background: url(/images/designcenter-6.png) center top no-repeat;
    background-size: cover; }

/* Footer */
footer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 130%;
  color: #c6af92; }
  footer .container {
    padding: 4em 0; }
  footer .logomark {
    display: block;
    width: 200px;
    height: 119px;
    margin: 0 auto 20px auto;
    background: url(/images/footer-logo.png) no-repeat;
    background-size: 100%; }
    @media (max-width: 680px) {
      footer .logomark {
        float: left;
        width: 160px;
        height: 95px;
        margin: 0 9px 20px -4px; } }
  footer .tagline {
    color: #c6af92;
    margin: 8px auto 26px auto;
    text-align: center;
    font-weight: 400; }
    @media (max-width: 680px) {
      footer .tagline {
        text-align: left;
        margin: 0;
        padding-top: 7px;
        font-weight: 500; } }
  footer a {
    color: #c6af92; }
    footer a:hover {
      color: white; }
  footer p, footer ul {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%; }
    @media (max-width: 680px) {
      footer p, footer ul {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 160%;
        text-align: left; } }
  footer ul {
    float: left;
    width: 100%;
    padding: 0 0 12px 0;
    text-align: center; }
    @media (max-width: 680px) {
      footer ul {
        text-align: left; } }
  footer li {
    display: inline-block;
    width: auto;
    margin: 0 1em;
    white-space: nowrap; }
  footer a {
    float: left;
    width: 100%;
    padding: .25em 0; }
    footer a.social-phone {
      cursor: default; }
      footer a.social-phone:hover {
        color: #c6af92; }
  footer .legal {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 130%; }
    footer .legal li {
      margin: 0 .25em; }
    @media (max-width: 680px) {
      footer .legal {
        padding-left: 0;
        padding-right: 0; }
        footer .legal li {
          width: 100%;
          padding: .5em 0;
          white-space: normal;
          margin: 0; } }
