@import "fonts/glypha.css";
@import "fonts/glypha-light.css";
@import "fonts/BentonSans-Light.css";
@import "fonts/BentonSans.css";
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * 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: #222222;
}
html {
  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: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
body {
  /*background-image: url(../img/bg_register.jpg);*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-color: #171414;
  background-color: black;
  font-family: "Glypha45Light", serif;
  font-family: "BentonSans-Light", serif;
  font-size: 13px;
}
a {
  color: #999999;
  text-decoration: none;
}
h2,
h3 {
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0;
}
.fancybox-skin {
  background: white;
  box-shadow: transparent !important;
}
/* ==========================================================================
   Header
   ========================================================================== */

header {
  z-index: 100;
  background: #171414;
}
header .logo {
  width: 100%;
  height: 100%;
  /*max-width: 100px;*/
  background: url(../img/logo.png) left 100% no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
header .logo a {
  text-indent: -999em;
  display: block;
  width: 100%;
  height: 100%;
}
.box-logo,
.box-register {
  height: 150px;
  width: 150px;
}
.box-logo h1,
.box-register h1 {
  margin: 0;
}
.box-logo {
  background: #b2b4b6;
  float: left;
}
.box-logo .box-inner {
  background: none;
}
.box-register {
  background: #333133;
  float: right;
}
.box-register .box-inner {
  background: none;
}
.box-message {
  position: absolute;
  left: 150px;
  top: 0;
  /*padding: 20px;*/
  color: white;
  text-transform: uppercase;
  height: 150px;
  display: none;
}
.box-message strong {
  font-weight: normal;
  bottom: 20px;
  padding: 0;
  position: absolute;
  font-size: 17px;
  font-family: "BentonSans-Light", serif;
}
.box:hover {
  opacity: 0.9;
}
.box-inner {
  padding: 20px;
  /*background: #000;*/
  min-height: 75px;
}
.box-inner .box-title {
  color: white;
  text-transform: uppercase;
  font-family: "BentonSans-Light", serif;
  font-size: 12px;
  text-decoration: none;
  /*width:@box-width;*/
  /*background: #000;*/
  display: block;
  padding: 20px;
}
.box-inner .box-title:hover {
  color: white;
}
.box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  /*background: none;*/

}
.box-inner .box-link {
  height: 100%;
  width: 100%;
  display: block;
}
.box-inner .box-title,
.box-inner .box-bottom {
  position: absolute;
  bottom: 20px;
  padding: 0;
  width: 100px;
}
.box-links {
  display: none;
}
/* ==========================================================================
   Content
   ========================================================================== */

.content {
  background: white;
}
#content-wrap {
  display: none;
  background: white;
  bottom: 0;
  width: 100%;
  position: relative;
  /*top:@box-height;*/
  left: 0;
  z-index: 998;
  transition: all 0.3s ease-out;
}
#content-wrap.visible {
  display: block;
}
#close {
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(../img/close.png) top left no-repeat;
  top: 20px;
  right: 20px;
  z-index: 999;
}
.pagecontent-gallery #close,
.pagecontent-video #close,
.pagecontent-boconcept #close {
  background-image: url(../img/close_white.png);
}
.box-floorplans {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.box-floorplans .box-inner {
  padding: 0;
}
.box-floorplans .box-title {
  left: 20px;
}
.box-floorplans img {
  width: 100%;
  height: auto;
}
.box-finishes {
  background: url(../img/bg_finishes.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.box-gallery {
  background: url(../img/bg_gallery.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.mobile-hidden {
  display: none;
}
/* ==========================================================================
   Footer
   ========================================================================== */

footer {
  background: black;
  position: relative;
  color: #999999;
}
footer a {
  color: #999999;
}
footer .dwn {
  color: white;
  font-size: 12px;
}
.box-social,
.box-district,
.box-updates,
.box-gallery {
  height: auto;
}
.box-social {
  background: black;
  font-size: 8px;
  font-family: "BentonSans-Light";
}
.disclaimer {
  font-size: 10px;
  width: auto;
}
.box-district {
  background: url(../img/bg_district.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.box-updates {
  background: #323132;
  display: none;
}
.box-video {
  background: url(../img/bg_video.png) 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.box-video a {
  display: block;
  height: 100%;
  width: 100%;
}
.box-floorplans {
  height: 320px;
}
.expand {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 17px;
  height: 17px;
  background: url(../img/ico_expand.png) top left no-repeat;
}
/* ==========================================================================
   Register
   ========================================================================== */

.page-register h2 {
  text-transform: none;
}
.page-register .message {
  font-size: 13px;
  padding: 20px;
}
.page-register .message strong {
  font-weight: normal;
  text-transform: uppercase;
}
.box-register-form {
  background: white;
}
#thank-you {
  display: none;
}
/* ==========================================================================
   BoConcept
   ========================================================================== */

.page-boconcept .box-left-page-bg {
  background: #58585b;
  color: white;
}
.page-boconcept .box-left-page-bg a {
  color: white;
  text-decoration: underline;
}
/* ==========================================================================
   Floorplans
   ========================================================================== */

.floor-1 {
  background: #414142;
}
.floor-2 {
  background: #58595b;
}
.floor-3 {
  background: black;
}
.floor-4 {
  background: #414042;
}
.floorplate h5 {
  text-align: center;
  margin: 10px 0 ;
}
.floorplate .floor {
  display: none;
  height: 100%;
}
.floorplate .imagemap-holder {
  padding: 0 30px;
}
.floorplate #floor-2ndFloor {
  display: block;
}
.floorplate .floor-image {
  /*height: 100%;
        width: auto;*/
  /*max-width: (2 * @box-width);*/
  width: 100%;
  height: auto;
  /*min-width: 320px;*/
  display: inline-block;
  width: 280px;
  height: 222px;
}
.floorplan-info {
  text-transform: uppercase;
}
.download-pdf {
  font-family: "BentonSans-Light", serif;
}
.floorplans .floorplan {
  display: none;
}
.floorplans #floorplan-201 {
  display: block;
}
.floorplan-image {
  width: 100%;
}
.floorplan-image img {
  height: auto;
  max-height: auto;
  width: 100%;
  padding: 50px;
}
/* ==========================================================================
   GALLERY
   ========================================================================== */

/* I wanted to center my loader */

#cycle-loader {
  height: 32px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 999;
}
/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/

#maximage {
  display: none;
  /* Only use this if you fade it in again after the images load */
  position: relative !important;
}
#arrow_left,
#arrow_right {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1000;
  width: 36px;
  height: 67px;
  margin-top: -35px;
}
#arrow_right {
  right: 20px;
  left: auto;
}
.gallery {
  overflow: hidden;
  height: 400px;
  width: 100%;
}
/* ==========================================================================
   Updates
   ========================================================================== */

.page-updates .box-right {
  background: #b2b4b6;
}
.page-updates .article-image img {
  display: block;
  width: 100%;
  height: auto;
}
.page-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.page-video .video-wrap {
  padding: 60px 0 0;
  background: black;
  height: 100%;
  min-height: 400px;
}
/* ==========================================================================
   MISSION
   ========================================================================== */

.filters {
  color: white;
  font-size: 11px;
}
.filters ul,
.filters li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filters h3 {
  margin: 0 0 20px 0;
  font-size: 15px;
}
.filters a {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  /*text-transform: uppercase;*/
  color: #aaaaaa;
}
.filters a:hover {
  text-decoration: none;
  color: white;
}
.filters a.current {
  font-weight: bold;
  color: white;
}
.filters.filters-left {
  background: black;
}
.filters.filters-right {
  background: #58595b;
}
#map {
  background: #cccccc;
  /*max-width:(2 * @box-width);*/
  height: 300px;
}
.marker {
  color: white;
  font-family: "Glypha45Light", serif;
}
.marker .view {
  font-style: italic;
  color: white;
}
#rss-feeds ul,
#rss-feeds li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rss-feeds li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #cccccc;
}
#rss-feeds h3 {
  font-size: 15px;
}
#rss-feeds .rss-date {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
#rss-feeds .rss-body {
  font-size: 11px;
}
#rss-feeds .rss-image img {
  float: left;
  height: auto;
  max-width: 120px;
  margin: 0 10px 10px 0;
}
.two-columns-bg {
  background: url(../img/bg_filters.png) 50% 0 repeat-y;
}
/* ==========================================================================
   FEATURES
   ========================================================================== */

.page-features .img {
  min-height: 200px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.page-features .box-top-left .img-one {
  background-image: url(../img/bg_building.jpg);
}
.page-features .box-top-left .img-two {
  background-image: url(../img/bg_building_2.jpg);
}
.page-features .box-top-left .img-three {
  background-image: url(../img/bg_building_3.jpg);
}
.page-features .box-horiz-half-two .img-one {
  background-image: url(../img/bg_livingroom.jpg);
}
.page-features .box-horiz-half-two .img-two {
  background-image: url(../img/bg_kitchen.jpg);
}
.page-features .box-vert-half-one {
  background: url(../img/bg_bath.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.page-features .popup {
  position: absolute;
  top: 20px;
  right: 20px;
}
/* ==========================================================================
   Fancybox
   ========================================================================== */

.fancybox-close {
  top: 10px;
  right: 10px;
}
.fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* ==========================================================================
   jScrollPane
   ========================================================================== */

.jspVerticalBar,
.jspTrack,
.jspDrag {
  background: none;
}
.jspVerticalBar {
  width: 32px;
}
.jspVerticalBar .jspArrow {
  height: 32px;
}
.jspVerticalBar .jspArrow.jspArrowUp {
  background: none;
  background: transparent url(../img/arrow_up.png) 50% 50% no-repeat;
}
.jspVerticalBar .jspArrow.jspArrowDown {
  background: none;
  background: transparent url(../img/arrow_down.png) 50% 50% no-repeat;
}
.white-arrows .jspVerticalBar .jspArrow.jspArrowUp {
  background-image: url(../img/arrow_up_white.png);
}
.white-arrows .jspVerticalBar .jspArrow.jspArrowDown {
  background-image: url(../img/arrow_down_white.png);
}
.jspArrow.jspDisabled {
  background: none;
}
/* ==========================================================================
   Responsive
   ========================================================================== */

@media (min-width: 768px) {
  
}
@media (min-width: 1024px) {
  header {
    height: 150px;
    width: 100%;
    z-index: 1000;
  }
  .mobile-visible {
    display: none;
  }
  .mobile-hidden {
    display: block;
  }
  .content {
    height: 100%;
    width: 100%;
    /*padding-bottom: @box-height;*/
  
  }
  .content .row {
    height: 100%;
    /*background: #222 url(../img/logo_bg.png) top left repeat;*/
    background: #222222;
    position: relative;
  }
  #content-wrap {
    position: absolute;
    top: 150px;
  }
  .box-inner .box-title,
  .box-inner .box-bottom {
    bottom: 20px;
    padding: 0;
    position: absolute;
  }
  .fancybox-inner .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .box-message {
    position: absolute;
    left: 150px;
    top: 0;
    display: block;
  }
  .box-links {
    display: block;
    position: absolute;
    right: 150px;
    top: 90px;
  }
  .box-links a {
    padding-right: 10px;
    text-transform: uppercase;
  }
  .box-links img {
    vertical-align: baseline;
  }
  .page-gallery .gallery {
    overflow: none;
    height: 100%;
    width: 100%;
  }
  .page-gallery #maximage {
    display: none;
    /* Only use this if you fade it in again after the images load */
  
  }
  .page-video {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .page-video .video-wrap {
    padding: 60px;
    background: black;
    height: 100%;
    min-height: 400px;
  }
  .box-floorplans {
    height: 100%;
    width: 100%;
    /*float: left;
          margin: 0 0 0 -(2 * @box-width);
          padding-left: (2 * @box-width);*/
    position: static;
    width: 50%;
    float: left;
    background: none;
  }
  .box-floorplans .box-inner {
    padding: 0;
  }
  .box-floorplans .box-title {
    left: 20px;
  }
  .box-floorplans img {
    display: block;
  }
  .box-right {
    width: 300px;
    height: 100%;
    width: 50%;
    float: right;
  }
  .box-finishes {
    height: 66%;
  }
  .box-video {
    height: 34%;
  }
  .box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    /*background: none;*/
  
  }
  .box-inner .box-title,
  .box-inner .box-bottom {
    position: absolute;
    bottom: 20px;
    padding: 0;
    /*width:100px;*/
  
  }
  span.break {
    display: block;
  }
  .box-social {
    width: 30%;
    float: left;
    margin: 0 -450px 0 0;
    position: relative;
    /*z-index: 9999;*/
    background: none;
  }
  footer .box-bottom {
    position: relative;
    /*z-index: 9999;*/
    background: transparent;
    background-repeat: no-repeat;
    color: #999999;
  }
  .footer-right {
    float: right;
    width: 450px;
    position: relative;
    z-index: 99;
  }
  .footer-right .box-district,
  .footer-right .box-updates {
    width: 150px;
    float: left;
    display: block;
  }
  .footer-right .box-district {
    width: 300px;
    float: right;
  }
  .box-social,
  .box-district,
  .box-updates,
  .box-gallery {
    height: 150px;
  }
  .box-gallery {
    width: 450px;
    float: right;
    margin-left: 10px;
    position: relative;
    z-index: 99;
  }
  .box-register-form {
    background: white;
    width: 300px;
    height: 100%;
    float: left;
  }
  .box-register-form-right {
    background: url(../img/bg_register.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 100%;
    /*width: 100%;*/
    /*float: right;*/
    margin: 0 0 0 -300px;
  }
  .play-video {
    /* position: absolute;
          top: 20px;
          z-index: 99;*/
    font-size: 15px;
    font-family: "BentonSans-Light", serif;
  }
  .disclaimer {
    z-index: 9;
    bottom: 20px;
    left: 20px;
    width: auto;
    height: 150px;
  }
  .disclaimer p {
    bottom: 0;
  }
  .page-updates .box-left {
    width: 50%;
    position: absolute;
    top: 0;
    background: white;
    float: none;
    height: 100%;
  }
  .page-updates .box-left .article-image {
    bottom: 0;
  }
  .page-updates .box-left .article-body {
    top: 0;
  }
  .page-updates .box-right {
    width: 50%;
    position: absolute;
    float: none;
    height: 100%;
    left: 50%;
    overflow: auto;
  }
  .page-updates .box-right .article-image {
    top: 0;
  }
  .page-updates .box-right .article-body {
    bottom: 0;
  }
  .page-updates .article-body,
  .page-updates .article-image {
    position: absolute;
  }
  .page-updates .article-body {
    overflow: auto;
    height: 50%;
    width: 100%;
  }
  .page-updates .article-image {
    height: 50%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
  }
  .page-updates .article-image img {
    display: none;
  }
  .page-mission .box-left {
    float: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300px;
  }
  .page-mission .box-left #map-filter {
    /*position: relative;*/
    height: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: auto;
  }
  .page-mission .box-left .filters {
    width: 50%;
    position: absolute;
    top: 0;
    /*bottom: 0;*/
  
  }
  .page-mission .box-left .filters-left {
    background: none;
  }
  .page-mission .box-left .filters-right {
    left: 50%;
    background: none;
  }
  .page-mission .box-left #map {
    width: 300px;
    /*max-height:(2 * @box-height);*/
    height: 50%;
    position: absolute;
    bottom: 0;
  }
  .page-mission .box-right {
    float: none;
    position: absolute;
    width: auto;
    bottom: 0;
    right: 0;
    left: 300px;
    overflow: auto;
  }
  .page-mission .box-right #rss-feeds li {
    margin-bottom: 20px;
  }
  .page-mission .box-right .articles {
    overflow: auto;
    height: 100%;
  }
  .page-register .box-register-form-bg {
    background: url(../img/bg_register.jpg) 0% 100% no-repeat;
    background-size: cover;
    position: absolute;
    width: auto;
    height: 100%;
    left: 300px;
    right: 0;
  }
  .page-register .box-register-form {
    height: 100%;
    overflow: auto;
    width: 300px;
  }
  .page-register .message {
    position: absolute;
    color: white;
    left: 0;
    top: 0;
  }
  .page-disclaimer .box-disclaimer {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
  }
  .page-features .box-features {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .page-features .img {
    min-height: inherit;
  }
  .page-features .box-inner {
    position: absolute;
    height: auto;
    /*font-size: 12px;*/
  
  }
  .page-features .box-top {
    position: absolute;
    height: 50%;
    width: 100%;
  }
  .page-features .box-top .box-top-left {
    width: 66%;
    position: absolute;
    height: 100%;
  }
  .page-features .box-top .box-top-left .img-one {
    position: absolute;
    height: 100%;
    width: 70%;
  }
  .page-features .box-top .box-top-left .img-two {
    position: absolute;
    height: 50%;
    width: 30%;
    left: 70%;
    top: 0;
  }
  .page-features .box-top .box-top-left .img-three {
    position: absolute;
    height: 50%;
    width: 30%;
    top: 50%;
    left: 70%;
  }
  .page-features .box-top .box-top-left:after {
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -21px;
  }
  .page-features .box-top .box-top-right {
    width: 34%;
    position: absolute;
    left: 66%;
    height: 100%;
    overflow: auto;
  }
  .page-features .box-bottom {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 50%;
  }
  .page-features .box-bottom .box-bottom-left {
    width: 66%;
    position: absolute;
    height: 100%;
  }
  .page-features .box-bottom .box-bottom-left .box-horiz-half-one {
    width: 50%;
    height: 100%;
    overflow: auto;
    position: absolute;
  }
  .page-features .box-bottom .box-bottom-left .box-horiz-half-two {
    width: 50%;
    height: 100%;
    overflow: auto;
    position: absolute;
    left: 50%;
  }
  .page-features .box-bottom .box-bottom-left .box-horiz-half-two .img-one {
    position: absolute;
    height: 50%;
    width: 100%;
  }
  .page-features .box-bottom .box-bottom-left .box-horiz-half-two .img-two {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 50%;
  }
  .page-features .box-bottom .box-bottom-left .box-horiz-half-two:after {
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -19px;
  }
  .page-features .box-bottom .box-bottom-right {
    width: 34%;
    height: 100%;
    position: absolute;
    left: 66%;
  }
  .page-features .box-bottom .box-bottom-right .box-vert-half-one {
    width: 100%;
    height: 50%;
    position: absolute;
  }
  .page-features .box-bottom .box-bottom-right .box-vert-half-one:before {
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
  }
  .page-features .box-bottom .box-bottom-right .box-vert-half-two {
    width: 100%;
    height: 50%;
    top: 50%;
    position: absolute;
    overflow: auto;
  }
  .page-floorplans .box-floorplans-left {
    width: 300px;
    height: 100%;
    float: none;
    background: #cccccc;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .page-floorplans .box-floorplans-left .box-inner {
    width: 150px;
    height: 150px;
    height: 15%;
    float: left;
  }
  .page-floorplans .box-floorplans-left .floorplate {
    height: 70%;
    overflow: hidden;
    /*position: absolute;*/
    top: 30%;
  }
  .page-floorplans .box-floorplans-right {
    height: 100%;
    background: white;
    float: none;
    position: absolute;
    width: auto;
    bottom: 0;
    right: 0;
    left: 300px;
    overflow: auto;
  }
  .page-floorplans .box-floorplans-right .floorplan-info {
    width: 225px;
  }
  .page-floorplans .box-floorplans-right .floorplan-image {
    width: 225px;
    height: 100%;
    left: 225px;
    position: absolute;
    top: 0;
  }
  .page-floorplans .box-floorplans-right .floorplan-image img {
    height: 100%;
    width: auto;
    max-height: auto;
  }
  #content {
    bottom: 0;
    height: 100%;
  }
  .page-boconcept {
    background: #58585b;
    height: 100%;
  }
  .page-boconcept .box-right-page-bg {
    background: url(../img/bg_boconcept.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    width: auto;
    height: 100%;
    left: 300px;
    right: 0;
    top: 0;
  }
  .page-boconcept .box-left-page-bg {
    height: 100%;
    overflow: auto;
    width: 300px;
    color: white;
  }
  #arrow_left,
  #arrow_right {
    margin-top: 40px;
  }
}
@media (min-width: 1100px) {
  .disclaimer p {
    padding-top: 0em;
  }
}
@media (min-width: 1200px) {
  .disclaimer p {
    padding-top: 0em;
  }
}
@media only screen and (max-width: 768px) {
  .box-logo,
  .box-register,
  .box-message {
    height: 105px;
    width: 105px;
  }
  .box-message {
    display: block;
    position: static;
    float: left;
  }
  .box-message strong {
    font-size: 10px;
  }
  .break {
    display: none;
  }
  .box-inner .box-title,
  .box-inner .box-bottom {
    width: auto;
  }
}
/* ==========================================================================
   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: black !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 #999999;
    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;
  }
}
