/**
 * OHP THEME 8 REWRITE
 * 
 * Roger Glenn
 * roger@mach1media.com
 * January 2015
 *
 * Compiled using CodeKit 2
 * http://incident57.com/codekit
 */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/* BLUEIMP GALLERY CSS */
.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden; }

.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1; }

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none; }

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.blueimp-gallery-display {
  display: block;
  opacity: 1; }

.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden; }

.blueimp-gallery-carousel > .slides {
  position: absolute; }

.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity .5s linear;
  -moz-transition: opacity .5s linear;
  -ms-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear; }

.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px; }

.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0; }

.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat; }

.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none; }

.blueimp-gallery > .prev, .blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: .5;
  cursor: pointer;
  display: none; }

.blueimp-gallery > .next {
  left: auto;
  right: 15px; }

.blueimp-gallery > .close, .blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: .8;
  display: none; }

.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer; }

.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: .5;
  display: none; }

.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0; }

.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .close:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1; }

.blueimp-gallery-controls > .prev, .blueimp-gallery-controls > .next, .blueimp-gallery-controls > .close, .blueimp-gallery-controls > .title, .blueimp-gallery-controls > .play-pause {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.blueimp-gallery-single > .prev, .blueimp-gallery-left > .prev, .blueimp-gallery-single > .next, .blueimp-gallery-right > .next, .blueimp-gallery-single > .play-pause {
  display: none; }

.blueimp-gallery > .slides > .slide > .slide-content, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../img/error.svg); }

body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg); }

body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0; }

* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px; }

* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative; }

.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none; }

.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: .5;
  cursor: pointer; }

.blueimp-gallery > .indicator > li:hover, .blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1; }

.blueimp-gallery-controls > .indicator {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.blueimp-gallery-single > .indicator {
  display: none; }

.blueimp-gallery > .indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

* + html .blueimp-gallery > .indicator > li {
  display: inline; }

.blueimp-gallery > .slides > .slide > .video-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -moz-backface-visibility: hidden; }

.blueimp-gallery > .slides > .slide > .video-content > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.blueimp-gallery > .slides > .slide > .video-content > iframe {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.blueimp-gallery > .slides > .slide > .video-playing > iframe {
  top: 0; }

.blueimp-gallery > .slides > .slide > .video-content > a {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(../img/video-play.png) center no-repeat;
  opacity: .8;
  cursor: pointer; }

.blueimp-gallery > .slides > .slide > .video-content > a:hover {
  opacity: 1; }

.blueimp-gallery > .slides > .slide > .video-playing > a, .blueimp-gallery > .slides > .slide > .video-playing > img {
  display: none; }

.blueimp-gallery > .slides > .slide > .video-content > video {
  display: none; }

.blueimp-gallery > .slides > .slide > .video-playing > video {
  display: block; }

.blueimp-gallery > .slides > .slide > .video-loading > a {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px; }

body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url(../img/video-play.svg); }

* + html .blueimp-gallery > .slides > .slide > .video-content {
  height: 100%; }

* + html .blueimp-gallery > .slides > .slide > .video-content > a {
  left: 50%;
  margin-left: -64px; }

*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666; }

a {
  color: #d5a00f; }

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #d5a00f; }

#mobile_masthead,
#mobile_nav,
#mobile_footer {
  display: none; }

#sidebar {
  position: fixed;
  z-index: 100;
  width: 300px;
  /*325px;*/
  bottom: 40px;
  top: 40px;
  left: 50px;
  padding: 40px;
  text-align: center;
  color: #222222;
  font-size: 16px; }
  #sidebar .background {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #666666;
    opacity: 0.7;
    z-index: -1; }
  #sidebar .broker_logo {
    margin-bottom: 60px; }
  #sidebar ul {
    position: relative;
    display: block;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #sidebar ul li {
      position: relative;
      display: block; }
      #sidebar ul li a {
        font-family: 'Lato', Helvetica, Arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px;
        line-height: 1em;
        display: block;
        width: 100%;
        color: #d5a00f;
        text-transform: uppercase;
        text-decoration: none; }
        #sidebar ul li a:hover {
          background-color: #666666; }
        #sidebar ul li a span {
          display: block;
          font-size: 12px;
          line-height: 2em; }
  #sidebar .bottom {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 30px;
    left: 0;
    color: #efefef;
    font-size: 20px; }
    #sidebar .bottom span {
      position: relative;
      display: block;
      font-size: 12px;
      color: #ccc; }
    #sidebar .bottom p:last-of-type {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 12px;
      line-height: 1em; }
    #sidebar .bottom .share_heading {
      font-size: 12px;
      margin-bottom: 5px; }
    #sidebar .bottom .share span {
      display: inline-block;
      min-height: 16px;
      min-width: 16px; }
  #sidebar .agent_login {
    position: absolute;
    display: block;
    bottom: -24px;
    left: 50%;
    margin-left: -60px;
    font-size: 12px;
    line-height: 24px;
    padding: 0 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #d5a00f;
    background-color: #666666; }
    #sidebar .agent_login:hover {
      color: #fff; }

#player_controls {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  top: 4px;
  color: #fff;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a.jp-play::before {
  font-size: 18px;
  content: "\f026"; }

a.jp-pause::before {
  font-size: 18px;
  content: "\f028"; }

a.jp-pause:hover::before {
  font-size: 18px;
  content: "\f04c"; }

body > section {
  position: relative;
  display: block;
  width: 100%;
  min-height: 110vh;
  padding-top: 40vh;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover; }
  @media all and (min-width: 1170px) {
    body > section {
      background-attachment: fixed; } }
  body > section .section_heading {
    position: absolute;
    display: block;
    width: 100%;
    height: 40vh;
    top: 0;
    left: 0;
    background: transparent; }
    body > section .section_heading h2 {
      position: absolute;
      display: block;
      margin: 0;
      padding: 0;
      font-family: 'Lato', Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 48px;
      line-height: 1em;
      color: white;
      width: auto;
      bottom: -8px;
      right: 60px; }
  body > section .page {
    min-height: 70vh;
    padding: 60px 60px 60px 400px;
    text-align: left;
    background-color: #fff; }
    body > section .page h1, body > section .page h2, body > section .page h3, body > section .page h4 {
      font-family: 'Lato', Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      text-transform: uppercase;
      color: #d5a00f; }
  body > section .subpage {
    padding: 30px 60px 60px 400px;
    text-align: left;
    background-color: #fff; }
  body > section#section_home {
    min-height: inherit;
    height: 100vh; }
    body > section#section_home .next {
      position: absolute;
      display: block;
      bottom: 0;
      left: 50%;
      margin-left: -30px; }
    body > section#section_home .intro {
      position: absolute;
      display: block;
      width: 100%;
      margin: 0;
      padding: 60px 60px 60px 400px;
      bottom: 0;
      right: 0;
      line-height: 1.5em;
      font-family: 'Lato', Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      text-align: left;
      color: #fff;
      text-transform: uppercase; }
      body > section#section_home .intro span {
        display: block; }
      body > section#section_home .intro .agent {
        color: #d5a00f;
        font-size: 24px; }
      body > section#section_home .intro .address {
        font-size: 48px;
        line-height: 1em;
        margin: 10px 0; }
      body > section#section_home .intro .subtitle {
        font-size: 32px;
        line-height: 1em;
        margin: 10px 0;
        color: #ccc; }
      body > section#section_home .intro .price {
        font-size: 36px; }
  body > section#section_gallery {
    min-height: 0;
    padding-top: inherit; }
    body > section#section_gallery .page {
      min-height: 0; }

#banner {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  display: block;
  top: 40px;
  right: 40px;
  width: auto;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 0, 0, 0.75);
  padding: 0 30px; }

#banner .close-banner {
  position: absolute;
  top: 0;
  right: 5px;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none; }

.gallery_thumbs {
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  padding-left: 0;
  margin: 0; }
  .gallery_thumbs li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0 30px 30px 0;
    width: 50%; }
    .gallery_thumbs li a {
      position: relative;
      display: block;
      padding-right: 30px; }
    .gallery_thumbs li img {
      max-width: 100%;
      height: auto; }

.blueimp-gallery > .close {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1em; }

.next {
  width: 80px;
  color: #666666;
  font-size: 36px;
  line-height: 1em;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  background-color: #fff; }

.agent_info,
.contact_form {
  width: 50%;
  float: left; }

.agent_info.colisting {
  width: 25%;
  float: left; }

.agent_info h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0; }
.agent_info p {
  margin-top: 0; }
.agent_info p > span {
  display: block; }
.agent_info .social {
  font-size: 24px;
  vertical-align: baseline; }
  .agent_info .social .fa {
    margin-top: -4px; }

.contact_form {
  padding: 0 0 0 60px; }
  .contact_form input[type='text'], .contact_form textarea {
    width: 100%; }
  .contact_form textarea {
    height: 100px; }

.pure-control-group {
  margin-bottom: 20px; }

.google_map {
  position: relative; }

.map_overlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 500px;
  z-index: 99; }

.nav_subpages {
  text-align: right;
  margin-top: -30px; }
  .nav_subpages a {
    margin-left: 20px; }

.pure-button.ghost {
  background: #d5a00f;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  /*
  -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
  &:hover {
  	background: $color_primary;
  	color: #fff;
  }
  */ }

.video_container {
  width: 100%;
  height: auto; }

.ohp_logo {
  display: inline-block;
  vertical-align: middle; }

.ohp_logo a {
  position: relative;
  display: inline-block;
  line-height: 1em;
  background: url("http://c1f9c1d2014ae6af203f-058ac3459467a4f2eea8fb7fb74c66f6.r30.cf1.rackcdn.com/logo_footer.png") left bottom no-repeat;
  background-size: 116px;
  width: 22px;
  height: 24px;
  margin-top: 2px;
  -webkit-transition: width 200ms ease-out;
  -moz-transition: width 200ms ease-out;
  -o-transition: width 200ms ease-out;
  transition: width 200ms ease-out; }

.ohp_logo a span {
  position: absolute;
  left: -9999em; }

.ohp_logo a:hover {
  width: 116px; }

@media all and (max-width: 1170px) {
  #sidebar {
    display: none; }

  #mobile_masthead {
    position: fixed;
    display: block;
    width: 100%;
    height: 40px;
    overflow-x: hidden;
    z-index: 100;
    background: #666666;
    color: #efefef; }
    #mobile_masthead .address {
      font-family: 'Lato', Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      width: 300%;
      margin: 0;
      font-size: 14px;
      line-height: 40px;
      padding: 0 0 0 10px;
      overflow: hidden; }
    #mobile_masthead > a {
      position: absolute;
      display: block;
      padding: 0 10px;
      height: 40px;
      line-height: 40px;
      top: 0;
      right: 0;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 12px;
      box-shadow: 0px 0px 7px 14px #666666;
      background-color: #666666; }

  #mobile_nav {
    display: none;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 100;
    width: 100%; }
    #mobile_nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #mobile_nav ul li {
        position: relative;
        width: 50%;
        float: left;
        margin: 0;
        padding: 1px 0 0 1px; }
        #mobile_nav ul li a {
          position: relative;
          display: block;
          font-size: 12px;
          line-height: 3em;
          padding: 0 10px;
          color: #fff;
          background-color: #d5a00f;
          text-decoration: none;
          text-transform: uppercase;
          text-align: center; }
        #mobile_nav ul li:nth-of-type(even) a {
          margin-right: 1px; }

  #mobile_footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #666666;
    color: #fff; }
    #mobile_footer a {
      position: relative;
      display: inline-block;
      line-height: 1em;
      background: url("http://c1f9c1d2014ae6af203f-058ac3459467a4f2eea8fb7fb74c66f6.r30.cf1.rackcdn.com/logo_footer.png") 5px bottom no-repeat;
      background-size: 90px;
      width: 100%;
      height: 24px; }
    #mobile_footer a span {
      position: absolute;
      left: -9999em; }

  #banner {
    right: 0;
    width: 100%;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center; }

  #banner .close-banner {
    top: 6px;
    font-size: 16px; }

  body > section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*
    		min-height: 110vh;
    		padding-top: 40vh;
    */
    min-height: inherit;
    padding-top: 160px;
    max-width: 100%; }
    body > section .section_heading {
      height: 160px; }
      body > section .section_heading h2 {
        font-size: 36px;
        bottom: -6px;
        right: 15px; }
    body > section .page {
      min-height: 0;
      padding: 30px 30px 30px 30px; }
    body > section .subpage {
      padding: 30px 30px 30px 30px;
      border-top: 1px solid #efefef; }
    body > section#section_home {
      height: 100vh;
      max-height: 100vh; }
      body > section#section_home .intro {
        bottom: 30px;
        padding: 30px 30px 30px 30px; }
        body > section#section_home .intro .agent {
          font-size: 22px;
          line-height: 1em;
          margin-bottom: 15px; }
        body > section#section_home .intro .address {
          font-size: 32px;
          line-height: 1em; }
        body > section#section_home .intro .price {
          font-size: 22px; }
      body > section#section_home .next {
        padding-bottom: 20px; }

  .nav_subpages {
    margin-top: 0;
    text-align: left; }
    .nav_subpages a {
      margin-left: 0;
      margin-right: 10px;
      padding: .3em .7em; }

  .gallery_thumbs {
    padding-left: 0; }
    .gallery_thumbs li {
      padding: 0 10px 30px 0; }
      .gallery_thumbs li h3 {
        margin-top: 5px;
        margin-bottom: 0; }

  #page_mapdirections {
    padding: 0; }

  .agent_info,
  .contact_form {
    width: 100%;
    float: none;
    padding: 0; }

  .agent_info {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef; }

  .agent_info.colisting {
    width: 100%;
    float: none; }

  .agent_info h3 {
    line-height: 1em; } }
@media all and (min-width: 600px) and (max-width: 800px) {
  body > section {
    padding-top: 200px; }
    body > section .section_heading {
      height: 200px; }

  .agent_info {
    width: 33%;
    float: left; }

  .contact_form {
    width: 66%;
    float: left;
    margin-bottom: 30px; }

  .agent_info.colisting {
    width: 50%;
    float: left; } }
@media all and (min-width: 800px) and (max-width: 1170px) {
  .agent_info {
    width: 33%;
    float: left; }

  .contact_form {
    width: 33%;
    float: left; }

  .agent_info.colisting {
    width: 33%;
    float: left; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body > section {
    padding-top: 220px; }
    body > section .section_heading {
      height: 220px; }
    body > section#section_home {
      height: 700px;
      max-height: 700px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body > section {
    padding-top: 220px; }
    body > section .section_heading {
      height: 220px; }
    body > section#section_home {
      height: 650px;
      max-height: 650px; } }
