/*
	Outputs classes (.columns-#) for each column <= $nbrOfColumns in _variables.scss
	<div class="columns-6"></div> is 50% width in a 12-column layout
*/
.columns-1, .columns-2, .columns-3, .columns-4, .columns-5, .columns-6, .columns-7, .columns-8, .columns-9, .columns-10, .columns-11, .columns-12 {
  width: 100%; }
.writeup--tginfo--l,.writeup--tginfo--r,.writeup--tginfo--l img, .writeup--tginfo--r img {
	width: 100%;
}
.writeup--tginfo--l,.writeup--tginfo--r { margin-top:20px; }
@media only screen and (min-width: 64em) {
  .columns-1 {
    float: left;
    width: 8.33333%;
    padding: 0 0.625em; }

  .columns-2 {
    float: left;
    width: 16.66667%;
    padding: 0 0.625em; }

  .columns-3 {
    float: left;
    width: 25%;
    padding: 0 0.625em; }

  .columns-4 {
    float: left;
    width: 33.33333%;
    padding: 0 0.625em; }

  .columns-5 {
    float: left;
    width: 41.66667%;
    padding: 0 0.625em; }

  .columns-6 {
    float: left;
    width: 50%;
    padding: 0 0.625em; }

  .columns-7 {
    float: left;
    width: 58.33333%;
    padding: 0 0.625em; }

  .columns-8 {
    float: left;
    width: 66.66667%;
    padding: 0 0.625em; }

  .columns-9 {
    float: left;
    width: 75%;
    padding: 0 0.625em; }

  .columns-10 {
    float: left;
    width: 83.33333%;
    padding: 0 0.625em; }

  .columns-11 {
    float: left;
    width: 91.66667%;
    padding: 0 0.625em; }

  .columns-12 {
    float: left;
    width: 100%;
    padding: 0 0.625em; } }
/*
  ---- ---- ---- ---- RESET STYLESHEET ---- ---- ---- ----
*/
html, body {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1.35em;
  font-family: "Open Sans", sans-serif; }

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

/*
  ---- ---- ---- ---- ALL VIEWPORTS AND SIZES ---- ---- ---- ----
*/
/* BODY */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  width: 100%;
  height: 100%;
  background: white;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  width: 100%;
  min-height: 100%;
  background: white;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.35em;
  color: #292e33; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
  text-rendering: optimizeLegibility;
  text-shadow: none; }
  h1 *,
  h2 *,
  h3 *,
  h4 *,
  h5 *,
  h6 * {
    line-height: 1.1; }

h1,
.h1 {
  margin-bottom: 0.9em;
  color: #1e384c;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300; }
  h1 a,
  .h1 a {
    font-weight: 300; }

h2,
.h2 {
  margin-bottom: 0.9em;
  color: #1e384c;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300; }
  h2 a,
  .h2 a {
    font-weight: 300; }

h3,
.h3 {
  margin-bottom: 0.77143em;
  color: #1e384c;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300; }
  h3 a,
  .h3 a {
    font-weight: 300; }

h4,
.h4 {
  margin-bottom: 0.77143em;
  color: #1e384c;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300; }
  h4 a,
  .h4 a {
    font-weight: 300; }

h5,
.h5 {
  margin-bottom: 0.675em;
  color: #1e384c;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300; }
  h5 a,
  .h5 a {
    font-weight: 300; }

h6,
.h6 {
  margin-bottom: 0.675em;
  color: 1em;
  font-size: 16px;
  font-size: 1rem; }
  h6 a,
  .h6 a {
    font-weight: 300; }

ol,
ul,
dl {
  margin-bottom: 1.35em;
  line-height: 1.6875em; }

p,
address {
  margin-bottom: 0.675em; }

small {
  font-size: .875em; }

ul,
ol {
  margin-left: 1em;
  padding: 0 0 0 1em; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

li {
  margin: .25em 0; }

blockquote {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  padding-left: 0;
  border-left: 0 solid #c4c4c4;
  color: #585858;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 200; }
  blockquote * {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 200; }

dl,
dd {
  margin-bottom: 0.675em; }

dt {
  font-weight: bold; }

b,
strong {
  font-weight: bold; }
  b a,
  strong a {
    font-weight: bold; }

i,
dfn,
em {
  font-style: italic; }
  i a,
  dfn a,
  em a {
    font-style: italic; }

u {
  text-decoration: underline; }

ins {
  background-color: #c4c4c4;
  color: red;
  text-decoration: none; }

mark {
  background-color: #c4c4c4;
  color: red;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kdb,
samp {
  display: block;
  margin: 1em 0;
  padding: 0.5em;
  background-color: white;
  border: 0;
  font-family: "Source Code Pro", monospace;
  font-size: 0.875em;
  color: #778493; }

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

sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: middle; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/* LINKS */
a {
  color: #778493;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #6a7786;
    text-decoration: underline;
    border: 0;
    outline: 0; }
  a:visited {
    color: #5f6b78;
    color: #5f6b78; }
  a:focus, a:active {
    color: #545e6a;
    border: 0;
    outline: 0; }
  a img {
    border: 0;
    outline: 0; }

strong a {
  font-weight: bold; }

/* SELECTION */
::-moz-selection {
  background-color: #c4c4c4;
  color: white;
  text-shadow: none; }

::selection {
  background-color: #c4c4c4;
  color: white;
  text-shadow: none; }

/* ELEMENTS */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  background-color: #c4c4c4; }

img {
  max-width: 100%;
  height: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

figure {
  margin-bottom: 1.35em; }

figcaption {
  display: block;
  margin: .25em 0 0 0;
  padding: 0;
  font-weight: normal; }

/* FORMS */
label {
  font-size: 1.125em;
  color: #778493; }

input[type="text"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="file"],
input[type="password"],
select,
textarea,
.textbox {
  display: block;
  width: 100%;
  width: -moz-calc(100% - .5em);
  width: -webkit-calc(100% - .5em);
  width: calc(100% - .5em);
  padding: 0.375em 1.5em;
  margin-bottom: 1.35em;
  background-color: #e2e2e2;
  border: 1px solid #e2e2e2;
  color: #323232;
  font-size: .875em;
  -webkit-box-shadow: 0.5em 0.125em 0 #d5d5d5;
  -moz-box-shadow: 0.5em 0.125em 0 #d5d5d5;
  box-shadow: 0.5em 0.125em 0 #d5d5d5;
  font-family: "Open Sans", sans-serif; }
  input[type="text"]:active, input[type="text"]:focus,
  input[type="date"]:active,
  input[type="date"]:focus,
  input[type="time"]:active,
  input[type="time"]:focus,
  input[type="datetime"]:active,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:active,
  input[type="datetime-local"]:focus,
  input[type="url"]:active,
  input[type="url"]:focus,
  input[type="email"]:active,
  input[type="email"]:focus,
  input[type="number"]:active,
  input[type="number"]:focus,
  input[type="search"]:active,
  input[type="search"]:focus,
  input[type="file"]:active,
  input[type="file"]:focus,
  input[type="password"]:active,
  input[type="password"]:focus,
  select:active,
  select:focus,
  textarea:active,
  textarea:focus,
  .textbox:active,
  .textbox:focus {
    outline-color: #4bb788; }

input[type="checkbox"],
input[type="radio"] {
  margin: 3px 0;
  padding: 0;
  *width: 13px;
  *height: 13px; }

button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  background-color: white;
  -webkit-box-shadow: 0 0.375em 0 #bbc1c9;
  box-shadow: 0 0.375em 0 #bbc1c9;
  border: 0.25em solid #1e384c;
  color: #1e384c;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase; }
  button.alt,
  .button.alt,
  input[type="button"].alt,
  input[type="submit"].alt,
  input[type="reset"].alt {
    background-color: #323232; }
  button:active, button:focus,
  .button:active,
  .button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus {
    outline-color: none; }
  button:hover, button:focus, button:visited,
  .button:hover,
  .button:focus,
  .button:visited,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:visited,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:visited,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:visited {
    color: #1e384c;
    text-decoration: none;
    border: 0.25em solid #1e384c; }

input[type="hidden"] {
  display: none; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: not-allowed; }

::-webkit-input-placeholder {
  color: #585858;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 2; }

:-moz-placeholder {
  color: #585858;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 2; }

::-moz-placeholder {
  color: #585858;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 2; }

:-ms-input-placeholder {
  color: #585858;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 2; }

/* BUTTON SIZES */
.button-xl {
  padding: .875em 1.75em;
  font-size: 1.25em;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box; }

.button-lg {
  padding: .5em 1em;
  font-size: 1em;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box; }

.button-med {
  padding: .375em .75em;
  font-size: .875em;
  line-height: 1em;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box; }

.button-xs {
  padding: .25em .5em;
  font-size: .75em;
  line-height: .875em;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box; }

/* TABLES */
table {
  height: 100%;
  width: 100%;
  margin-bottom: 0.675em;
  background-color: transparent;
  border-spacing: 0; }

th,
td {
  padding: 0.25em;
  vertical-align: middle;
  line-height: 1.35em;
  text-align: left;
  font-size: .875em; }

th {
  font-weight: bold; }

td {
  border-top: 1px solid #c4c4c4; }

thead th {
  vertical-align: bottom; }

thead:first-child tr:first-child th,
thead:first-child tr-first-child td {
  border-top: 0; }

tbody tr td,
tbody tr th {
  -webkit-transition: background-color 0.25s 0 ease;
  -moz-transition: background-color 0.25s 0 ease;
  -ms-transition: background-color 0.25s 0 ease;
  -o-transition: background-color 0.25s 0 ease;
  transition: background-color 0.25s 0 ease; }

tbody tr:hover td,
tbody tr:hover th {
  background-color: transparent; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #c4c4c4; }

.wrapper {
  position: relative;
  left: 0;
  min-height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 1s, margin-left .25s;
  -moz-transition: opacity 1s, margin-left .25s;
  -ms-transition: opacity 1s, margin-left .25s;
  -o-transition: opacity 1s, margin-left .25s;
  transition: opacity 1s, margin-left .25s; }

.loading {
  overflow: hidden; }
  .loading .wrapper {
    opacity: 0; }

.body--header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: .5em 4em;
  background: white;
  z-index: 3;
  -webkit-transition: left 0.25s;
  -moz-transition: left 0.25s;
  -ms-transition: left 0.25s;
  -o-transition: left 0.25s;
  transition: left 0.25s; }

.header--title {
  margin-bottom: 0;
  padding: 0;
  text-align: center; }
  .header--title img {
    width: 208px;
    width: 13rem; }

.activate-menu {
  position: absolute;
  left: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  padding: .5em; }
  .activate-menu span {
    display: block;
    position: absolute;
    left: 100%; }
  .activate-menu:before {
    content: '';
    display: block;
    position: relative;
    width: 3em;
    height: 1.0625em;
    border-top: 3px solid #444;
    border-bottom: 3px solid #444; }
  .activate-menu:after {
    content: '';
    display: block;
    position: relative;
    width: 3em;
    height: .875em;
    border-bottom: 3px solid #444; }
  .activate-menu:hover, .activate-menu:active, .activate-menu:focus {
    border: 0;
    outline: 0; }

/* NAVIGATION */
.house--nav {
  position: fixed;
  left: 0%;
  top: 0;
  height: 100%;
  width: 250px;
  padding-bottom: 3em;
  background: #112635;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  z-index: 1; }
  .house--nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .house--nav li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #0c1f2d;
    border-top: 1px solid #2b404f; }
  .house--nav a {
    display: block;
    border-left: 0.5em solid #112635;
    color: #b8bfc6; }
    .house--nav a span {
      display: block;
      padding: .5em;
      padding-left: 2.75em;
      background: transparent url(../img/nav-icons.png) no-repeat 0.5em 0.25em;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .house--nav a:hover span, .house--nav a:focus span {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
    .house--nav a.active-room span {
      background-color: #1e384c;
      color: white;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .house--nav .room-home {
    text-transform: uppercase; }
    .house--nav .room-home span {
      padding: 1em;
      padding-left: 2.75em;
      background-position: .5em .875em; }
  .house--nav .room0 span {
    background-position: .5em -2.375em; }
  .house--nav .room1 span {
    background-position: .5em -5.25em; }
  .house--nav .room2 span {
    background-position: .5em -8.625em; }
  .house--nav .room3 span {
    background-position: .5em -12.125em; }
  .house--nav .room4 span {
    background-position: .5625em -15.9125em; }
  .house--nav .room5 span {
    background-position: .5em -19em; }
  .house--nav .room6 span {
    background-position: .5em -22.125em; }
  .house--nav .room7 span {
    background-position: .5em -25.25em; }
  .house--nav .room8 span {
    background-position: .5em -28.375em; }
  .house--nav .room9 span {
    background-position: .5em -31.425em; }
  .house--nav .room10 span {
    background-position: .5em -34.575em; }
  .house--nav .room11 span {
    background-position: .5em -37.625em; }
  .house--nav .room12 span {
    background-position: .5em -40.875em; }
  .house--nav .room13 span {
    background-position: .5em -43.925em; }
  .house--nav .room14 span {
    background-position: .5em -47.0625em; }
  .house--nav .room15 span {
    background-position: .5em -50.25em; }
  .house--nav .room16 span {
    background-position: .5em -53.25em; }
  .house--nav .room17 span {
    background-position: .5em -56.5em; }
  .house--nav .room18 span {
    background-position: .5em -59.5em; }
  .house--nav .room19 span {
    background-position: .5em -62.75em; }
  .house--nav .room20 span {
    background-position: .5em -65.875em; }
  .house--nav .room21 span {
    background-position: .5em -69em; }
  .house--nav .score-1 {
    border-left-color: white; }
  .house--nav .score0 {
    border-left-color: #00a651; }
  .house--nav .score1 {
    border-left-color: #8dc63f; }
  .house--nav .score2 {
    border-left-color: #f7941e; }
  .house--nav .score3 {
    border-left-color: #ef4036; }

@media only screen and (max-width: 37.75em) {
  .menu-open {
    overflow: hidden; }
    .menu-open body {
      overflow: hidden; }
    .menu-open .wrapper {
      margin-left: 250px;
      height: 100%; }
    .menu-open .house--nav {
      opacity: 1; }
    .menu-open .body--header {
      left: 250px; } }
@media only screen and (min-width: 37.75em) {
  .body--header {
    padding: .5em 1em; }

  .activate-menu {
    display: none; } }
@media only screen and (min-qwidth: 58rem) {
  .header--title {
    text-align: left;
    padding-left: -moz-calc(50% - 28.25rem);
    padding-left: -webkit-calc(50% - 28.25rem);
    padding-left: calc(50% - 28.25rem);
    padding-right: -moz-calc(50% - 28.25rem);
    padding-right: -webkit-calc(50% - 28.25rem);
    padding-right: calc(50% - 28.25rem); } }
.body--report {
  position: relative;
  padding-top: 3.5em;
  background: white;
  z-index: 2; }

.writeup {
  max-width: 58rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.writeup--hero {
  position: relative;
  overflow: hidden; }
  .writeup--hero img {
    width: 100%; }

.writeup--address {
  position: absolute;
  left: 0;
  bottom: 16px;
  bottom: 1rem;
  margin-bottom: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  background: white;
  background: rgba(255, 255, 255, 0.6); }

.writeup--gallery {
  display: none; }
.writeup--tginfo--l {
 display:none;
 }
 .writeup--tginfo--r {
  display:block;
 }
.writeup--counts {
  padding: 1em; }
  .writeup--counts .writeup--label {
    line-height: 50px;
    line-height: 3.125rem; }

.counts--address {
  display: block; }

.writeup--label {
  color: #778493;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase; }

.writeup--label,
.price {
  display: inline-block;
  line-height: 32px;
  line-height: 2rem;
  vertical-align: middle; }

.count {
  position: relative;
  height: 50px;
  height: 3.125rem;
  margin-bottom: 1em;
  padding-left: 5.5em;
  background: transparent no-repeat left top; }

.count--total {
  position: absolute;
  left: 4.25em;
  color: #1e384c;
  font-size: .875em;
  font-weight: 600;
  line-height: 1.4; }

.count--bathrooms {
  background-image: url(../img/count--bathrooms_bg.jpg); }

.count--bedrooms {
  background-image: url(../img/count--bedrooms_bg.jpg); }

.count--garage {
  background-image: url(../img/count--garage_bg.jpg); }

.count--size {
  padding-left: 7em;
  background-image: url(../img/count--size_bg.jpg); }
  .count--size .count--total {
    left: 4em;
    min-width: 2.75em;
    text-align: center; }

.writeup--price {
  width: 100%;
  padding: .375em 0;
  border-top: 2px solid #778493;
  border-bottom: 2px solid #778493;
  color: #1e384c;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center; }

.writeup--summary {
  padding: 1em;
  padding-top: 2em; }

.writeup--price {
  width: -moz-calc(100% - 2rem);
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
  margin-left: 1rem; }

.button-wrapper {
  text-align: center;
  padding-bottom: 1.25em; }

.view-rooms {
  line-height: 1.5em; }
  .view-rooms img {
    height: 1.5em; }

@media only screen and (min-width: 37.75em) {
  .writeup--information {
    padding: 1em;
    *zoom: 1;
    max-width: 58rem;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .writeup--information:before, .writeup--information:after {
      display: table;
      content: ""; }
    .writeup--information:after {
      clear: both; }

  .writeup--hero {
    float: left;
    width: -moz-calc(50% - .5em);
    width: -webkit-calc(50% - .5em);
    width: calc(50% - .5em); }

  .writeup--address {
    display: none; }

  .writeup--gallery {
    display: block;
    *zoom: 1;
    padding-top: 1em; }
    .writeup--gallery:before, .writeup--gallery:after {
      display: table;
      content: ""; }
    .writeup--gallery:after {
      clear: both; }
.writeup--tginfo--l {
 display:block;
 }
 .writeup--tginfo--r {
  display:none;
 }
  .gallery--nav-image {
    float: left;
    width: -moz-calc(25% - .75em);
    width: -webkit-calc(25% - .75em);
    width: calc(25% - .75em);
    margin-right: 1em;
    margin-bottom: 1em;
    padding-top: 14.065%;
    vertical-align: top;
    background: no-repeat 50% 50%;
    background-size: cover; }
    .gallery--nav-image:nth-child(4n+4) {
      margin-right: 0; }

  .active-gallery-image {
    position: relative; }
    .active-gallery-image:before {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.5);
      border: 2px solid #282828; }

  .writeup--content {
    float: right;
    width: -moz-calc(50% - .5em);
    width: -webkit-calc(50% - .5em);
    width: calc(50% - .5em); }

  .writeup--counts {
    padding: 0;
    padding-bottom: 1em;
    *zoom: 1; }
    .writeup--counts:before, .writeup--counts:after {
      display: table;
      content: ""; }
    .writeup--counts:after {
      clear: both; }
    .writeup--counts .count {
      float: left;
      width: -moz-calc(50% - .5em);
      width: -webkit-calc(50% - .5em);
      width: calc(50% - .5em); }
      .writeup--counts .count:nth-of-type(odd) {
        margin-right: 1em; }

  .counts--address {
    display: block; }

  .writeup--price {
    width: 100%;
    margin: 0; }

  .writeup--summary {
    padding: 0;
    padding-top: 1em; }

  .view-rooms {
    display: none; } }
.report--rooms {
  padding: 1em; }

.rooms--instances-list {
  display: none; }

.instance--open-close {
  display: block;
  position: relative;
  padding: 1em 0;
  margin: 0;
  border-bottom: 2px solid #bbc1c9;
  color: #1e384c;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
  .instance--open-close:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 0.625em solid #bbc1c9;
    border-left: 0.625em solid transparent;
    border-right: 0.625em solid transparent;
    right: .5em;
    top: 1.25em; }
  .instance--open-close:hover, .instance--open-close:focus, .instance--open-close:active {
    color: #1e384c;
    text-decoration: none;
    border-bottom: 2px solid #bbc1c9; }

.active-instance .instance--open-close {
  padding-bottom: .875em;
  background: #bbc1c9; }
  .active-instance .instance--open-close:after {
    border-top: 0;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 0.625em solid white;
    border-left: 0.625em solid transparent;
    border-right: 0.625em solid transparent; }
.active-instance .instance--information {
  display: block; }

.instance--information,
.instance--points-mockup {
  display: none; }

.instance--name {
  padding: .5em 1em;
  margin: 1em 0;
  background: #1e384c;
  color: white;
  font-size: 1em;
  font-weight: bold; }

.instance--list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .instance--list li {
    padding: 0;
    margin: 0; }

.point--name {
  max-height: 2.5em;
  margin: 1em 0 .5em 0;
  padding: .25em 3em .25em .5em;
  background: #dde0e4 no-repeat right 50%;
  background-size: 64px auto;
  font-size: 1em;
  font-weight: bold;
  overflow: hidden; }

.rating-0 .point--name {
  background-image: url(../img/tg0.png); }

.rating-1 .point--name {
  background-image: url(../img/tg1.png); }

.rating-2 .point--name {
  background-image: url(../img/tg2.png); }

.rating-3 .point--name {
  background-image: url(../img/tg3.png); }

.rating-4 .point--name {
  background-image: url(../img/tgiu.png); }
  
.beskrivelse p { font-size: .875rem !important; margin:0; font-weight:normal;}
.beskrivelse {margin-bottom:20px;}
.point--content {
  font-size: .875rem;
  font-weight: normal; }
  .point--content:not(:last-child) {
    margin-bottom: 1em; }
  .point--content p,
  .point--content li,
  .point--content li * {
    font-size: .875rem;
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0; }
  .point--content li {
    padding-bottom: .25rem; }
  .point--content .point--content--title {
    font-weight: bold;
    color: #1e384c;
    margin-bottom: .5em;
    border-bottom: 1px solid #c4c4c4; }
  .point--content.light {
    font-size: .80rem;
    font-style:italic;
    line-height: 1.2; }
  .point--content h3 {
    font-size: .875rem;
    font-weight: normal;
    margin-bottom: 0;
    color: #535c66; }

.report--room-pics {
  margin-top: 1em; }
  .report--room-pics img {
    margin-bottom: 1em; }

@media only screen and (max-width: 37.75em) {
  .instance--list li.ng-hide.rating-0, .instance--list li.ng-hide.rating-1, .instance--list li.ng-hide.rating-2, .instance--list li.ng-hide.rating-3, .instance--list li.ng-hide.rating-4 { display: block !important; }
}
@media only screen and (min-width: 37.75em) {
  .rooms--nav {
    *zoom: 1; }
    .rooms--nav:before, .rooms--nav:after {
      display: table;
      content: ""; }
    .rooms--nav:after {
      clear: both; }

  .back-to-house {
    display: inline-block;
    padding-left: 2em;
    padding-top: .15em;
    background: url(../img/back-arrow_2x.png) no-repeat left 50%/auto 1.5em;
    line-height: 1.5em;
    text-transform: uppercase; }
    .back-to-house:hover, .back-to-house:active, .back-to-house:focus {
      text-decoration: none;
      color: #778493; }

  .rooms--instances-list {
    display: -ms-flexbox;
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    float: right;
    width: 66.6666666667%; }
    .rooms--instances-list.empty-list {
      visibility: hidden; }

  .instance--tab {
    display: inline-block;
    padding: .5em;
    margin: 0;
    color: #1e384c;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-top: 2px solid #c4c4c4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .instance--tab:hover, .instance--tab:active, .instance--tab:focus {
      text-decoration: none;
      color: #1e384c;
      border-top: 2px solid #c4c4c4; }
    .instance--tab.active-instance {
      background: #bbc1c9; }
    .instance--tab.instance-score0, .instance--tab.instance-score0:hover {
      border-top-color: #00a651; }
    .instance--tab.instance-score1, .instance--tab.instance-score1:hover {
      border-top-color: #8dc63f; }
    .instance--tab.instance-score2, .instance--tab.instance-score2:hover {
      border-top-color: #f7941e; }
    .instance--tab.instance-score3, .instance--tab.instance-score3:hover {
      border-top-color: #ef4036; }
    .instance--tab.instance-count2 {
      width: 50%; }
    .instance--tab.instance-count3 {
      width: 33.333333333333%; }
    .instance--tab.instance-count4 {
      width: 25%; }
    .instance--tab.instance-count5 {
      width: 20%; }
    .instance--tab.instance-count6 {
      width: 16.666666666667%; }
    .instance--tab.instance-count7 {
      width: 14.28571428%; }
    .instance--tab.instance-count8 {
      width: 12.5%; }
    .instance--tab.instance-count9 {
      width: 11.1111111111%; }

  .room--instance {
    *zoom: 1;
    /*@include flexbox();
    @include flexbox-align-items(flex-start);*/ }
    .room--instance:before, .room--instance:after {
      display: table;
      content: ""; }
    .room--instance:after {
      clear: both; }

  .instance--open-close {
    display: none; }

  .instance--information {
    position: relative;
    float: left;
    width: 33.3333333333%;
    height: 0;
    padding-top: 53.1216931333336%; }

  .instance--information_scroll {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-right: 1em;
    overflow-x: hidden;
    overflow-y: auto; }

  .instance--points-mockup {
    float: right;
    position: relative;
    width: 66.6666666667%;
    height: 0;
    padding-top: 53.1216931333336%;
    background: no-repeat left top / 100% auto;
    border-top: 2px solid #bbc1c9; }

  .active-instance .instance--points-mockup {
    display: block; }

  .instance--point-overlay {
    display: block;
    position: absolute;
    overflow: hidden;
    text-shadow: none;
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    height: 1.5em;
    width: 3em;
    background: transparent no-repeat right 50%;
    background-size: 100% auto; }
    .instance--point-overlay.point-overlay_score0 {
      background-image: url(../img/pin-tg0.png); }
    .instance--point-overlay.point-overlay_score1 {
      background-image: url(../img/pin-tg1.png); }
    .instance--point-overlay.point-overlay_score2 {
      background-image: url(../img/pin-tg2.png); }
    .instance--point-overlay.point-overlay_score3 {
      background-image: url(../img/pin-tg3.png); }
    .instance--point-overlay.point-overlay_score4 {
      background-image: url(../img/pin-tgiu.png); }
      

  .report--room-pics {
    display: -ms-flexbox;
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: multiple;
    -moz-box-pack: multiple;
    -ms-flex-pack: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .report--room-pics img {
      width: -moz-calc(33.3333333333% - .666666667em);
      width: -webkit-calc(33.3333333333% - .666666667em);
      width: calc(33.3333333333% - .666666667em); }
    .report--room-pics .empty-room-pic {
      width: -moz-calc(33.3333333333% - .666666667em);
      width: -webkit-calc(33.3333333333% - .666666667em);
      width: calc(33.3333333333% - .666666667em);
      height: 0; } }
.report--header {
  display: none; }

@media only screen and (min-width: 37.75em) {
  .report--header {
    display: block;
    position: relative;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#b2bcf6));
    background-image: -webkit-linear-gradient(top, white, #b2bcf6);
    background-color: #b2bcf6;
    background-image: -moz-linear-gradient(top, white, #b2bcf6);
    background-image: -ms-linear-gradient(top, white, #b2bcf6);
    background-image: -o-linear-gradient(top, white, #b2bcf6);
    background-image: linear-gradient(top, white, #b2bcf6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#b2bcf6',GradientType=0 );
    background-repeat: repeat-x; }

  .report--grass {
    background: url(../img/grass-bg.jpg) repeat-x center bottom; }

  .report--house {
    position: relative;
    width: 100%;
    max-width: 58rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 0 0 1em; }

  .house--room-overlay {
    display: block;
    position: absolute;
    overflow: hidden;
    text-shadow: none;
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    height: 1.5em;
    width: 3em;
    background: transparent no-repeat right 50%;
    background-size: 100% auto; }
    .house--room-overlay.room-score0 {
      background-image: url(../img/pin-tg0.png); }
    .house--room-overlay.room-score1 {
      background-image: url(../img/pin-tg1.png); }
    .house--room-overlay.room-score2 {
      background-image: url(../img/pin-tg2.png); }
    .house--room-overlay.room-score3 {
      background-image: url(../img/pin-tg3.png); }
    .house--room-overlay.room-score4, .house--room-overlay.room-score-, .house--room-overlay.room-score-1 {
      background-image: url(../img/pin-tgiu.png); }

  .room-overlay_0 {
    left: 48%;
    top: 36%; }

  .room-overlay_1 {
    left: 27%;
    top: 60%; }

  .room-overlay_2 {
    left: 38%;
    top: 43%; }

  .room-overlay_3 {
    left: 43.5%;
    top: 55%; }

  .room-overlay_4 {
    left: 57%;
    top: 77%; }

  .room-overlay_5 {
    left: 86.5%;
    top: 76%; }

  .room-overlay_6 {
    left: 35%;
    top: 22%; }

  .room-overlay_7 {
    left: 56%;
    top: 40%; }

  .room-overlay_8 {
    left: 66%;
    top: 5%; }

  .room-overlay_9 {
    left: 53.5%;
    top: 52%; }

  .room-overlay_10 {
    left: 51%;
    top: 68%; }

  .room-overlay_11 {
    left: 36%;
    top: 84%; }

  .room-overlay_12 {
    left: 65%;
    top: 57%; }

  .room-overlay_13 {
    left: 88%;
    top: 85%; }

  .room-overlay_14 {
    left: 80%;
    top: 36%; }

  .room-overlay_15 {
    left: 15%;
    top: 57%; }

  .room-overlay_16 {
    left: 75%;
    top: 18%; }

  .room-overlay_17 {
    left: 87%;
    top: 60%; }

  .room-overlay_18 {
    left: 3.5%;
    top: 76%; }

  .room-overlay_19 {
    left: 16%;
    top: 84%; }

  .room-overlay_20 {
    left: 93%;
    top: 92%; }

  .room-overlay_21 {
    left: 45%;
    top: 92%; } }
.report--room_0 .instance--points-mockup {
  background-image: url(../img/room--bathroom.png); }
.report--room_0 .point-overlay_0 {
  left: 5%;
  top: 30%; }
.report--room_0 .point-overlay_1 {
  left: 56%;
  top: 72%; }
.report--room_0 .point-overlay_2 {
  left: 87%;
  top: 72%; }
.report--room_0 .point-overlay_3 {
  left: 69%;
  top: 91%; }
.report--room_0 .point-overlay_4 {
  left: 64%;
  top: 4%; }
.report--room_0 .point-overlay_5 {
  left: 7%;
  top: 58%; }
.report--room_0 .point-overlay_6 {
  left: 13%;
  top: 4%; }
.report--room_0 .point-overlay_7 {
  left: 78%;
  top: 64%; }
.report--room_0 .point-overlay_8 {
  left: 8%;
  top: 91%; }
.report--room_0 .point-overlay_9 {
  left: 93%;
  top: 34%; }
.report--room_0 .point-overlay_10 {
  left: 22%;
  top: 32%; }

.report--room_1 .instance--points-mockup {
  background-image: url(../img/room--kitchen.png); }
.report--room_1 .point-overlay_0 {
  left: 84%;
  top: 30%; }
.report--room_1 .point-overlay_1 {
  left: 62%;
  top: 72%; }
.report--room_1 .point-overlay_2 {
  left: 44%;
  top: 93%; }
.report--room_1 .point-overlay_3 {
  left: 21%;
  top: 12%; }
.report--room_1 .point-overlay_4 {
  left: 79%;
  top: 4%; }
.report--room_1 .point-overlay_5 {
  left: 90%;
  top: 56%; }
.report--room_1 .point-overlay_6 {
  left: 40%;
  top: 0%; }

.report--room_2 .instance--points-mockup {
  background-image: url(../img/room--toiletroom.png); }
.report--room_2 .point-overlay_0 {
  left: 7%;
  top: 30%; }
.report--room_2 .point-overlay_1 {
  left: 62%;
  top: 72%; }
.report--room_2 .point-overlay_2 {
  left: 78%;
  top: 7%; }
.report--room_2 .point-overlay_3 {
  left: 53%;
  top: 37%; }
.report--room_2 .point-overlay_4 {
  left: 16%;
  top: 58%; }

.report--room_3 .instance--points-mockup {
  background-image: url(../img/room--dining-room.png); }
.report--room_3 .point-overlay_0 {
  left: 6%;
  top: 50%; }
.report--room_3 .point-overlay_1 {
  left: 62%;
  top: 72%; }
.report--room_3 .point-overlay_2 {
  left: 49%;
  top: 29%; }
.report--room_3 .point-overlay_3 {
  left: 13%;
  top: 20%; }

.report--room_4 .instance--points-mockup {
  background-image: url(../img/room--rooms-under-ground.png); }
.report--room_4 .point-overlay_0 {
  left: 23%;
  top: 29%; }
.report--room_4 .point-overlay_1 {
  left: 70%;
  top: 72%; }
.report--room_4 .point-overlay_2 {
  left: 45%;
  top: 57%; }
.report--room_4 .point-overlay_3 {
  left: 41%;
  top: 6%; }
.report--room_4 .point-overlay_4 {
  left: 72%;
  top: 40%; }
.report--room_4 .point-overlay_5 {
  left: 2%;
  top: 81%; }

.report--room_5 .instance--points-mockup {
  background-image: url(../img/room--crawlspace.png); }
.report--room_5 .point-overlay_0 {
  left: 11%;
  top: 81%; }
.report--room_5 .point-overlay_1 {
  left: 51%;
  top: 44%; }

.report--room_6 .instance--points-mockup {
  background-image: url(../img/room--attic.png); }
.report--room_6 .point-overlay_0 {
  left: 13%;
  top: 29%; }
.report--room_6 .point-overlay_1 {
  left: 34%;
  top: 70%; }
.report--room_6 .point-overlay_2 {
  left: 6%;
  top: 53%; }
.report--room_6 .point-overlay_3 {
  left: 88%;
  top: 46%; }
.report--room_6 .point-overlay_4 {
  left: 68%;
  top: 33%; }
.report--room_6 .point-overlay_5 {
  left: 29%;
  top: 38%; }

.report--room_8 .instance--points-mockup {
  background-image: url(../img/room--chimney.png); }
.report--room_8 .point-overlay_0 {
  left: 43%;
  top: 60%; }

.report--room_9 .instance--points-mockup {
  background-image: url(../img/room--stairs.png); }
.report--room_9 .point-overlay_0 {
  left: 15%;
  top: 60%; }

.report--room_10 .instance--points-mockup {
  background-image: url(../img/room--floor-separators.png); }
.report--room_10 .point-overlay_0 {
  left: 43%;
  top: 77%; }

.report--room_11 .instance--points-mockup {
  background-image: url(../img/room--technical-facilities.png); }
.report--room_11 .point-overlay_0 {
  left: 32%;
  top: 8%; }
.report--room_11 .point-overlay_1 {
  left: 64%;
  top: 90%; }
.report--room_11 .point-overlay_2 {
  left: 43%;
  top: 42%; }
.report--room_11 .point-overlay_3 {
  left: 49%;
  top: 82%; }
.report--room_11 .point-overlay_4 {
  left: 24%;
  top: 60%; }
.report--room_11 .point-overlay_5 {
  left: 59%;
  top: 15%; }
.report--room_11 .point-overlay_6 {
  left: 22%;
  top: 38%; }
.report--room_11 .point-overlay_7 {
  left: 4%;
  top: 42%; }

.report--room_12 .instance--points-mockup {
  background-image: url(../img/room--other-room.png); }
.report--room_12 .point-overlay_0 {
  left: 81%;
  top: 29%; }
.report--room_12 .point-overlay_1 {
  left: 24%;
  top: 34%; }
.report--room_12 .point-overlay_2 {
  left: 0%;
  top: 8%; }

.report--room_13 .instance--points-mockup {
  background-image: url(../img/room--radon.png); }
.report--room_13 .point-overlay_0 {
  left: 38%;
  top: 29%; }

.report--room_14 .instance--points-mockup {
  background-image: url(../img/room--other.png); }
.report--room_14 .point-overlay_0 {
  left: 43%;
  top: 40%; }

.report--room_15 .instance--points-mockup {
  background-image: url(../img/room--outer-wall.png); }
.report--room_15 .point-overlay_0 {
  left: 84%;
  top: 38%; }
.report--room_15 .point-overlay_1 {
  left: 60%;
  top: 49%; }
.report--room_15 .point-overlay_2 {
  left: 56%;
  top: 23%; }

.report--room_16 .instance--points-mockup {
  background-image: url(../img/room--roof.png); }
.report--room_16 .point-overlay_0 {
  left: 3%;
  top: 38%; }
.report--room_16 .point-overlay_1 {
  left: 26%;
  top: 47%; }
.report--room_16 .point-overlay_2 {
  left: 30%;
  top: 82%; }
.report--room_16 .point-overlay_3 {
  left: 58%;
  top: 44%; }
.report--room_16 .point-overlay_4 {
  left: 66%;
  top: 8%; }

.report--room_17 .instance--points-mockup {
  background-image: url(../img/room--porch.png); }
.report--room_17 .point-overlay_0 {
  left: 8%;
  top: 18%; }
.report--room_17 .point-overlay_1 {
  left: 16%;
  top: 72%; }

.report--room_18 .instance--points-mockup {
  background-image: url(../img/room--patio-on-the-ground.png); }
.report--room_18 .point-overlay_0 {
  left: 16%;
  top: 17%; }
.report--room_18 .point-overlay_1 {
  left: 56%;
  top: 72%; }

.report--room_19 .instance--points-mockup {
  background-image: url(../img/room--foundation.png); }
.report--room_19 .point-overlay_0 {
  left: 63%;
  top: 67%; }
.report--room_19 .point-overlay_1 {
  left: 53%;
  top: 90%; }
.report--room_19 .point-overlay_2 {
  left: 36%;
  top: 77%; }
.report--room_19 .point-overlay_3 {
  left: 15%;
  top: 27%; }

.report--room_20 .instance--points-mockup {
  background-image: url(../img/room--masonry.png); }
.report--room_20 .point-overlay_0 {
  left: 49%;
  top: 67%; }
.report--room_20 .point-overlay_1 {
  left: 11%;
  top: 36%; }
.report--room_20 .point-overlay_2 {
  left: 52%;
  top: 91%; }
.report--room_20 .point-overlay_3 {
  left: 29%;
  top: 87%; }
.report--room_20 .point-overlay_4 {
  left: 6%;
  top: 86%; }
.report--room_20 .point-overlay_5 {
  left: -4%;
  top: 64%; }

.report--room_21 .instance--points-mockup {
  background-image: url(../img/room--geology.png); }
.report--room_21 .point-overlay_0 {
  left: 49%;
  top: 37%; }
.report--room_21 .point-overlay_1 {
  left: 49%;
  top: 80%; }

.body--footer {
  padding: 1em;
  text-align: right;
  border-top: 2px solid #1e384c;
  max-width: 58rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .body--footer img {
    width: 146px; }

.footer--notes {
  text-align: center;
  padding: 0 0 1em 0; }

@media only screen and (min-width: 58rem) {
  .body--footer {
    padding: 1em 0; } }
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  display: none; }

.loading #nprogress {
  display: block; }

#nprogress .bar {
  background: #778493;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #778493;
  border-left-color: #778493;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  -moz-animation: nprogress-spinner 400ms linear infinite;
  -o-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.error .error-message-wrapper {
  max-width: 58rem;
  padding: 1em;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.error .activate-menu,
.error .writeup,
.error .house--nav,
.error .report--header {
  display: none; }
