@charset "UTF-8";
body {
  font-family: Dosis, sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

img.icon {
  height: 80px;
  width: auto;
  margin-bottom: 20px;
}

h1,
h2,
h3 {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .05em;
  line-height: 1;
  margin: 0;
  color: #ae8b43;
}

h1 small,
h2 small,
h3 small {
  font-size: .73em;
  font-weight: 200;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 25px;
  font-weight: 200;
}

p {
  line-height: 1.4;
}

sup {
  line-height: .5;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

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

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

.color-white {
  color: white;
}

.color-brand {
  color: #ae8b43;
}

.color-black {
  color: black;
}

.font-large {
  display: inline-block;
  font-size: 2em;
  margin: 10px 0;
}

.font-small {
  font-size: .715em;
}

.margin-fix-all {
  margin: -50px;
}

.margin-fix-sides {
  margin-left: -50px;
  margin-right: -50px;
}

.margin-fix-top {
  margin-top: -50px;
}

.margin-fix-bottom {
  margin-bottom: -50px;
}

.button {
  border: 1px solid;
  color: #ae8b43;
  font-size: .75em;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px .5em;
  border-radius: 2px;
}

.button:hover {
  color: inherit;
}

figure.gallery {
  margin: 20px -50px;
}

figure.gallery img {
  border: 5px solid #ae8b43;
  max-width: calc( 100% - 20px);
  height: auto;
}

.lightbox {
  list-style: none;
  text-align: center;
  padding: 0;
}

.lightbox li {
  display: inline-block;
  box-sizing: border-box;
  margin: -2px;
  list-style: none;
  padding: 30px;
}

.lightbox li a {
  display: block;
  border: 2px solid #ae8b43;
}

.lightbox li a img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}

.lightbox.two-columns li {
  width: 50%;
}

.lightbox.three-columns li {
  width: 33.33%;
}

.lightbox.three-columns li a img {
  margin-top: 0;
}

.lightbox.blueprint-list a {
  border: none;
}

.lightbox.blueprint-list img {
  filter: sepia(50%);
  border: 2px solid transparent;
}

.lightbox.blueprint-list a:hover img {
  transition: all .2s ease-out;
  filter: sepia(0);
  border-color: #ae8b43;
}

.lightbox.image-gallery li {
  padding: 10px;
}

.lightbox.image-gallery a {
  display: block;
  padding-bottom: 60%;
  background-position: center center;
  background-size: cover;
}

#flash-pano {
  text-align: center;
  margin: 30px 0;
}

#flash-pano object {
  border: 2px solid #ae8b43;
  background: rgba(255, 255, 255, 0.1);
}

.blueprints {
  margin: 50px 0 -50px 0;
}

.features {
  font-size: 24px;
  text-align: left;
  padding: 10px 150px !important;
}

.features p {
  margin: 25px 30px;
  position: relative;
}

.features p img { width: 24px; height: 24px; vertical-align: baseline; margin-right: 20px; margin-bottom: -4px; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.45);
  color: white;
  height: 110px;
}

#header * {
  transition: all .2s ease-out;
}

#header #logo {
  position: absolute;
  left: 50%;
  margin-left: -512px;
  top: 30px;
  height: 200px;
}

#header #logo img {
  height: 100%;
  width: auto;
  display: block;
}

#header #header-stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: #d0ad6c;
}

#header #header-stripe:after {
  content: '';
  display: block;
  background: #c09e61;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
}

#language {
  width: 100%;
  max-width: 1024px;
  position: relative;
  text-align: right;
  z-index: 1;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 15px;
}
#language a {
  display: inline-block;
  vertical-align: top;
  width: 30px; height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: black;
  background: #d0ad6c;
}
#language a:hover {
  line-height: 28px;
  padding-bottom: 2px;
  height: 28px;
}
#language a.active {
  background: #c09e61;
}

#header #navigation {
  position: relative;
  width: 100%;
  max-width: 1024px;
  text-align: right;
  margin: 30px auto -20px auto;
}

#header #navigation a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 60px;
  margin: 10px -2px;
  text-transform: uppercase;
  position: relative;
  transition: text-shadow .3s ease-out;
  color: transparent;
  overflow: hidden;
  text-shadow: 0 0 0 white, 0 40px 0 rgba(255, 255, 255, 0);
}

#header #navigation a:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ae8b43;
  z-index: -1;
  transition: all .3s ease-out;
  opacity: 0;
}

#header #navigation a:hover {
  transition: text-shadow .21s ease-out;
  text-shadow: 0 -40px 0 rgba(255, 255, 255, 0), 0 0 0 white;
}

#header #navigation a:hover:before {
  transition: all .2s ease-out;
  top: 0;
  opacity: 1;
}

#header #navigation a.active {
  color: #ae8b43;
  text-shadow: none;
}

#header #navigation a.active:before {
  background: black;
  top: 0;
  opacity: 1;
}

#header.shrink {
  height: 70px;
  background: rgba(0, 0, 0, 0.8);
}

#header.shrink #header-stripe {
  height: 10px;
}

#header.shrink #header-stripe:after {
  top: 5px;
}
#header.shrink #language { height: 0; overflow: hidden; opacity: 0; }

#header.shrink #navigation {
  margin-top: 10px;
}

#header.shrink #navigation a {
  margin: 0 -2px;
}

#header.shrink #logo {
  height: 100px;
  width: auto;
  top: 10px;
}

#footer {
  padding: 50px 0;
  background: #ae8b43;
  color: white;
}

#footer .language {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 12px;
}
#footer .language:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0; left: 10px; right: 10px;
  border-bottom: 1px solid transparent;
  opacity: 0;
  transition: all .2s ease-out;
}
#footer .language:hover:after {
  border-color: inherit;
  left: 20px; right: 20px; 
  opacity: .5;
}
#footer .language.active:after {
  border-color: inherit;
  left: 10px; right: 10px;
  opacity: 1;
}


#map-section {
  padding: 0;
}

#map-section .section-content {
  padding: 0;
}

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

#lightbox {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  transition: opacity .3s ease-out;
  z-index: 9999;
}

#lightbox.open {
  top: 0;
  opacity: 1;
}

#lightbox img {
  display: block;
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#lightbox #lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  transition: opacity .3s ease-out;
  opacity: .8;
}

#lightbox #lightbox-stage img {
  border: 5px solid #ae8b43;
}

#lightbox #lightbox-close {
  position: absolute;
  top: 00px;
  right: 00px;
  display: block;
  background: #ae8b43;
  color: white;
  opacity: .8;
  padding: .75em 1em;
  cursor: pointer;
  text-align: right;
  font-size: 2em;
}

#lightbox #lightbox-close:hover {
  opacity: 1;
}

#lightbox #lightbox-prev,
#lightbox #lightbox-next {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -20px;
  color: white;
  background: #ae8b43;
  padding: .75em 1em;
  opacity: .8;
  cursor: pointer;
  transition: opacity .2s ease-out;
  font-size: 2em;
}

#lightbox #lightbox-prev.hidden,
#lightbox #lightbox-next.hidden {
  opacity: 0;
  visibility: hidden;
}

#lightbox #lightbox-prev:hover,
#lightbox #lightbox-next:hover {
  opacity: 1;
}

#lightbox #lightbox-prev {
  left: 0px;
}

#lightbox #lightbox-next {
  right: 0px;
}

section {
  position: relative;
  box-sizing: border-box;
  padding: 50px 0;
}

section .section-content {
  position: relative;
  max-width: 1024px;
  box-sizing: border-box;
  padding: 50px 50px 80px 50px;
  margin: 0 auto;
}

section .section-content h2 {
  margin-bottom: 50px;
}

section .section-content .fancy-corner {
  background-image: url(../images/corners.png);
  background-size: 191px 191px;
  width: 95px;
  height: 95px;
  position: absolute;
}

section .section-content .fancy-corner.top-left {
  background-position: bottom right;
  top: 0;
  left: 0;
}

section .section-content .fancy-corner.top-right {
  background-position: bottom left;
  top: 0;
  right: 0;
}

section .section-content .fancy-corner.bottom-left {
  background-position: top right;
  bottom: 0;
  left: 0;
}

section .section-content .fancy-corner.bottom-right {
  background-position: top left;
  bottom: 0;
  right: 0;
}

section .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .8;
}

section .hero-title {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 180px auto;
  padding: 20px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.4), transparent);
}

section.mini-hero .hero-title {
  margin: 150px auto 50px auto;
}

section.light {
  background-color: white;
  color: black;
}

section.dark {
  background-color: black;
  color: white;
}

section.half {
  background-image: linear-gradient(to right, white 50%, black 50%);
}

.two-columns,
.three-columns,
.four-columns {
  display: table;
  width: calc( 100% + 60px);
  margin: 0 -30px;
}

.two-columns .column,
.three-columns .column,
.four-columns .column {
  display: table-cell;
  padding: 30px;
}

.two-columns.icon-grid .column,
.three-columns.icon-grid .column,
.four-columns.icon-grid .column {
  text-align: center;
}

.two-columns .column {
  width: 50%;
}

.three-columns .column {
  width: 33.333%;
}

.four-columns .column {
  width: 25%;
}

#main-hero .hero-title {
  margin-top: 260px;
}

dl dh {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-top: 20px;
}

dl dd {
  margin: 0;
  padding: 0;
}

table {
  width: calc( 100% + 30px);
  margin: 0 -15px;
  border-collapse: collapse;
}

table thead tr {
  color: #ae8b43;
}

table th,
table td {
  text-align: left;
  padding: 15px;
}

table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.05);
}