/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.points, .tabset, .green-box .description .txt-hold ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box !important; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 14px/1.1428 "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 16px; }
  @media (max-width: 767px) {
    p {
      margin: 0 0 24px; } }

a {
  color: #61bae6; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #555;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #555; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #555; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #555; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #555; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #555; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://www.bge.com/SiteAssets/HelveticaNeueUltraLight.eot");
  src: url("https://www.bge.com/SiteAssets/HelveticaNeueUltraLight.eot") format("embedded-opentype"), url("https://www.bge.com/SiteAssets/HelveticaNeueUltraLight.woff2") format("woff2"), url("https://www.bge.com/SiteAssets/HelveticaNeueUltraLight.woff") format("woff"), url("https://www.bge.com/SiteAssets/HelveticaNeueUltraLight.ttf") format("truetype"), url("https://www.bge.com/SiteAssets/HelveticaNeueUltraLight.svg#HelveticaNeueUltraLight") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Conduit ITC';
  src: url("https://www.bge.com/SiteAssets/ConduitITC-Light.eot");
  src: url("https://www.bge.com/SiteAssets/ConduitITC-Light.eot?#iefix") format("embedded-opentype"), url("https://www.bge.com/SiteAssets/ConduitITC-Light.woff2") format("woff2"), url("https://www.bge.com/SiteAssets/ConduitITC-Light.woff") format("woff"), url("https://www.bge.com/SiteAssets/ConduitITC-Light.ttf") format("truetype"), url("https://www.bge.com/SiteAssets/ConduitITC-Light.svg#ConduitITC-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Conduit ITC';
  src: url("https://www.bge.com/SiteAssets/ConduitITC-LightItalic.eot");
  src: url("https://www.bge.com/SiteAssets/ConduitITC-LightItalic.eot?#iefix") format("embedded-opentype"), url("https://www.bge.com/SiteAssets/ConduitITC-LightItalic.woff2") format("woff2"), url("https://www.bge.com/SiteAssets/ConduitITC-LightItalic.woff") format("woff"), url("https://www.bge.com/SiteAssets/ConduitITC-LightItalic.ttf") format("truetype"), url("https://www.bge.com/SiteAssets/ConduitITC-LightItalic.svg#ConduitITC-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Conduit ITC';
  src: url("https://www.bge.com/SiteAssets/onduitITC.eot");
  src: url("https://www.bge.com/SiteAssets/ConduitITC.eot?#iefix") format("embedded-opentype"), url("https://www.bge.com/SiteAssets/ConduitITC.woff2") format("woff2"), url("https://www.bge.com/SiteAssets/ConduitITC.woff") format("woff"), url("https://www.bge.com/SiteAssets/ConduitITC.ttf") format("truetype"), url("https://www.bge.com/SiteAssets/ConduitITC.svg#ConduitITC") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conduit ITC';
  src: url("https://www.bge.com/SiteAssets/ConduitITC-Italic.eot");
  src: url("https://www.bge.com/SiteAssets/ConduitITC-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.bge.com/SiteAssets/ConduitITC-Italic.woff2") format("woff2"), url("https://www.bge.com/SiteAssets/ConduitITC-Italic.woff") format("woff"), url("https://www.bge.com/SiteAssets/ConduitITC-Italic.ttf") format("truetype"), url("https://www.bge.com/SiteAssets/ConduitITC-Italic.svg#ConduitITC-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Conduit ITC';
  src: url("https://www.bge.com/SiteAssets/ConduitITCMedium.eot");
  src: url("https://www.bge.com/SiteAssets/ConduitITCMedium.eot?#iefix") format("embedded-opentype"), url("https://www.bge.com/SiteAssets/ConduitITCMedium.woff2") format("woff2"), url("https://www.bge.com/SiteAssets/ConduitITCMedium.woff") format("woff"), url("https://www.bge.com/SiteAssets/ConduitITCMedium.ttf") format("truetype"), url("https://www.bge.com/SiteAssets/ConduitITCMedium.svg#ConduitITCMedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Conduit ITC';
  src: url("https://www.bge.com/SiteAssets/ConduitITCMedium-Italic.eot");
  src: url("https://www.bge.com/SiteAssets/ConduitITCMedium-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.bge.com/SiteAssets/ConduitITCMedium-Italic.woff2") format("woff2"), url("https://www.bge.com/SiteAssets/ConduitITCMedium-Italic.woff") format("woff"), url("https://www.bge.com/SiteAssets/ConduitITCMedium-Italic.ttf") format("truetype"), url("https://www.bge.com/SiteAssets/ConduitITCMedium-Italic.svg#ConduitITCMedium-Italic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Conduit ITC';
  src: url("https://www.bge.com/SiteAssets/ConduitITC-BoldItalic.eot");
  src: url("https://www.bge.com/SiteAssets/ConduitITC-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://www.bge.com/SiteAssets/ConduitITC-BoldItalic.woff2") format("woff2"), url("https://www.bge.com/SiteAssets/ConduitITC-BoldItalic.woff") format("woff"), url("https://www.bge.com/SiteAssets/ConduitITC-BoldItalic.ttf") format("truetype"), url("https://www.bge.com/SiteAssets/ConduitITC-BoldItalic.svg#ConduitITC-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Conduit ITC';
  src: url("https://www.bge.com/SiteAssets/ConduitITC-Bold.eot");
  src: url("https://www.bge.com/SiteAssets/ConduitITC-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.bge.com/SiteAssets/ConduitITC-Bold.woff2") format("woff2"), url("https://www.bge.com/SiteAssets/ConduitITC-Bold.woff") format("woff"), url("https://www.bge.com/SiteAssets/ConduitITC-Bold.ttf") format("truetype"), url("https://www.bge.com/SiteAssets/ConduitITC-Bold.svg#ConduitITC-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("https://www.bge.com/SiteAssets/icomoon.eot?pxo5x2");
  src: url("https://www.bge.com/SiteAssets/icomoon.eot?pxo5x2#iefix") format("embedded-opentype"), url("https://www.bge.com/SiteAssets/icomoon.ttf?pxo5x2") format("truetype"), url("https://www.bge.com/SiteAssets/icomoon.woff?pxo5x2") format("woff"), url("https://www.bge.com/SiteAssets/icomoon.svg?pxo5x2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-plus:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e617"; }

.icon-arrow-left:before {
  content: "\e90d"; }

.gallery .mask {
  position: relative;
  overflow: hidden;
  width: 100%; }

.gallery .slideset {
  width: 100% !important;
  float: left;
  white-space: nowrap;
  letter-spacing: -4px;
  text-align: center; }
  .gallery .slideset .smaller {
    width: 90%; }

.gallery .slide {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  white-space: nowrap;
  width: 33.333%;
  padding: 0 10px; }
  @media (max-width: 1023px) {
    .gallery .slide {
      width: 50%; } }
  @media (max-width: 767px) {
    .gallery .slide {
      width: 33.333%; } }

.gallery .btn-prev {
  z-index: 2;
  font-size: 30px;
  text-decoration: none;
  color: #fff;
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.gallery .btn-next {
  z-index: 2;
  font-size: 30px;
  text-decoration: none;
  color: #fff;
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

/* tabset required styles for hidden tabs */
.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.block-house {
  max-width: 690px; }

  .block-house *{
    box-sizing: border-box !important;
   }
   .block-house a, .block-house.day .level .tabset li a{
	   text-decoration: none !important;
   }

  @media (max-width: 767px) {
    .block-house {
      max-width: none; } }
  .block-house.year .image .pin.orange, .block-house.year .image .pin.dynamic {
    display: block; }
    .block-house.year .image .pin.orange .st1, .block-house.year .image .pin.dynamic .st1 {
      display: none; }
  .block-house.year .level .tabset li.ts2.active a {
    background: transparent; }
  .block-house.year .level .tabset li.ts2 a {
    border-color: #acafb4;
    color: #acafb4;
    cursor: default;
    pointer-events: none; }
  .block-house.day .image .pin.blue, .block-house.day .image .pin.dynamic {
    display: block; }
    .block-house.day .image .pin.blue .st2, .block-house.day .image .pin.dynamic .st2 {
      display: none; }
  .block-house.day .level .tabset li.ts1.active a {
    background: transparent; }
  .block-house.day .level .tabset li.ts1 a {
	  text-decoration: none !important;
    border-color: #acafb4;
    color: #acafb4;
    cursor: default;
    pointer-events: none; }
  .block-house.year.day .image .pin.dynamic img.st2 {
    display: none; }
  .block-house.year.day .image .pin.dynamic img.st1 {
    display: block; }

@media (max-width: 767px) {
  .start-info {
    padding: 0 20px; } }

.image {
  position: relative; }
  @media (max-width: 767px) {
    .image > img {
      width: 100%; } }
  .image .pin {
    display: none;
    cursor: pointer; }
  .image .pin01 {
    top: 55%;
    left: 60%; }
  .image .pin02 {
    top: 55%;
    left: 55%; }
  .image .pin03 {
    top: 13%;
    left: 35%; }
  .image .pin04 {
    top: 45%;
    right: 5%; }
  .image .pin05 {
    top: 56%;
    left: 27%; }
  .image .pin06 {
    top: 50%;
    left: 6%; }
  .image .pin07 {
    top: 10%;
    left: 50%; }
  .image .pin08 {
    top: 30%;
    left: 50%; }
  .image .pin09 {
    top: 42%;
    left: 24%; }
  .image .pin10 {
    top: 33%;
    left: 37%; }
  .image .pin11 {
    top: 35%;
    left: 2%; }
  .image .pin12 {
    top: 38%;
    left: 41%; }
  .image .pin13 {
    top: 38%;
    right: 0; }
  .image .pin14 {
    top: 59%;
    left: 54.5%; }
  .image .pin15 {
    top: 20%;
    left: 67%; }
  .image .pin16 {
    top: 10%;
    left: 50%; }
  .image .pin17 {
    top: 45%;
    left: 48%; }
    @media (max-width: 479px) {
      .image .pin17 {
        top: 40%;
        left: 45%; } }
  .image .pin18 {
    top: 11%;
    left: 43.5%; }
    @media (max-width: 479px) {
      .image .pin18 {
        top: 2%;
        left: 42.5%; } }
  .image .pin19 {
    top: 31%;
    left: 21.5%; }
  .image .pin20 {
    top: 61%;
    right: 14%; }
    @media (max-width: 479px) {
      .image .pin20 {
        top: 55%;
        right: 12%; } }
  .image .pin21 {
    top: 64%;
    left: 8%; }
    @media (max-width: 479px) {
      .image .pin21 {
        top: 52%;
        left: 5%; } }
  .image .pin22 {
    top: 25%;
    left: 29.3%; }
    @media (max-width: 479px) {
      .image .pin22 {
        top: 19%;
        left: 28%; } }
  .image .pin23 {
    top: 25%;
    left: 20.5%; }
    @media (max-width: 479px) {
      .image .pin23 {
        top: 19%;
        left: 19%; } }
  .image .pin24 {
    top: 17%;
    right: 24.5%; }
    @media (max-width: 479px) {
      .image .pin24 {
        top: 12%;
        right: 22.5%; } }
  .image .pin25 {
    top: 29%;
    left: 50.5%; }
    @media (max-width: 479px) {
      .image .pin25 {
        top: 24%;
        left: 49%; } }
  .image .pin26 {
    bottom: 2%;
    right: 16.5%; }
    @media (max-width: 479px) {
      .image .pin26 {
        bottom: 2%;
        right: 15%; } }

.points .pin {
  position: absolute; }
  .points .pin a {
    text-decoration: none; }
    .points .pin a:hover .off {
      display: block; }
    .points .pin a:hover .on {
      display: none; }
    .points .pin a .off {
      display: none; }

.icon-plus {
  font-size: 18px; }
  .icon-plus.orange {
    color: #f9a300; }
  .icon-plus.blue {
    color: #36aadd; }

.block-levels {
  padding: 0 15px; }
  @media (max-width: 767px) {
    .block-levels {
      padding: 0 6px; } }
  .block-levels .over-box {
    border: 6px solid #d7d2ce;
    border-bottom: none; }
    @media (max-width: 767px) {
      .block-levels .over-box {
        border-width: 3px; } }

.house-over {
  /* max-width: 100%; */
  margin: 0 0 30px;
  width: 100%;
  }

h1 {
  color: #83b465;
  margin: 0 0 18px;
  font: 36px/47px 'Helvetica','Helvetica', sans-serif; }
  @media (max-width: 767px) {
    h1 {
      font-size: 30px;
      line-height: 37px;
      margin: 0 0 13px; } }

.block-house h2 {
  letter-spacing: 0;
  font: 100 40px/47px 'HelveticaNeue','Helvetica', sans-serif !important;
  margin: 0; }
  @media (max-width: 1023px) {
    h2 {
      font-size: 32px;
      line-height: 30px; } }

.block-roof h2 {
  color: #36aadd; }
  @media (max-width: 767px) {
    .block-roof h2 {
      padding: 0 10px;
      margin: 0 0 12px; } }

.block-house.year.day .level.style-light .tabset li.ts2.active a, .block-house.year.day .level.style-light .tabset li.ts1.active a {
  background: #f9a300;
  color: #fff;
  border-color: #f9a300; }
  .block-house.year.day .level.style-light .tabset li.ts2.active a:hover, .block-house.year.day .level.style-light .tabset li.ts1.active a:hover {
    color: #fff;
    background: #ffb52a;
    border-color: #ffb52a; }

.block-house.year.day .level.style-light .tabset li.ts2 a, .block-house.year.day .level.style-light .tabset li.ts1 a {
  background: transparent;
  color: #36aadd;
  border: 2px solid #36aadd;
  cursor: pointer;
  pointer-events: auto; }
  .block-house.year.day .level.style-light .tabset li.ts2 a:hover, .block-house.year.day .level.style-light .tabset li.ts1 a:hover {
    color: #61bae6;
    border-color: #61bae6; }

.block-house.year.day .level.style-green .tabset li.ts2.active a, .block-house.year.day .level.style-green .tabset li.ts1.active a {
  background: #f9a300;
  color: #fff;
  border-color: #f9a300; }
  .block-house.year.day .level.style-green .tabset li.ts2.active a:hover, .block-house.year.day .level.style-green .tabset li.ts1.active a:hover {
    color: #fff;
    background: #ffb52a;
    border-color: #ffb52a; }

.block-house.year.day .level.style-green .tabset li.ts2 a, .block-house.year.day .level.style-green .tabset li.ts1 a {
  background: transparent;
  color: #74aa50;
  border: 2px solid #74aa50;
  cursor: pointer;
  pointer-events: auto; }
  .block-house.year.day .level.style-green .tabset li.ts2 a:hover, .block-house.year.day .level.style-green .tabset li.ts1 a:hover {
    color: #83b465;
    border-color: #83b465; }

.block-house.year.day .level.style-rose .tabset li.ts2.active a, .block-house.year.day .level.style-rose .tabset li.ts1.active a {
  background: #f9a300;
  color: #fff;
  border-color: #f9a300; }
  .block-house.year.day .level.style-rose .tabset li.ts2.active a:hover, .block-house.year.day .level.style-rose .tabset li.ts1.active a:hover {
    color: #fff;
    background: #ffb52a;
    border-color: #ffb52a; }

.block-house.year.day .level.style-rose .tabset li.ts2 a, .block-house.year.day .level.style-rose .tabset li.ts1 a {
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  color: #f9a300;
  border: 2px solid #f9a300; }

.block-house.year.day .level.basement .tabset li.ts2.active a, .block-house.year.day .level.basement .tabset li.ts1.active a {
  background: #f9a300;
  color: #fff;
  border-color: #f9a300; }
  .block-house.year.day .level.basement .tabset li.ts2.active a:hover, .block-house.year.day .level.basement .tabset li.ts1.active a:hover {
    background: #ffb52a;
    border-color: #ffb52a; }

.block-house.year.day .level.basement .tabset li.ts2 a, .block-house.year.day .level.basement .tabset li.ts1 a {
  cursor: pointer;
  pointer-events: auto;
  border: 2px solid #fff;
  color: #fff; }
  .block-house.year.day .level.basement .tabset li.ts2 a:hover, .block-house.year.day .level.basement .tabset li.ts1 a:hover {
    color: #fff;
    color: #d6d3ce;
    border-color: #d6d3ce; }

.level {
  padding: 20px 15px; }
  .level.reverse .cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (max-width: 767px) {
      .level.reverse .cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .level .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .level .cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .level h2 {
    padding-left: 13px; }
  .level.basement {
    position: relative;
    top: -1px;
    right: -1px;
    padding: 0 0 20px;
    background-size: cover; }
    @media (max-width: 767px) {
      .level.basement .col {
        padding: 0 15px; } }
    .level.basement .hold-bottom {
      overflow: hidden; }
      @media (max-width: 767px) {
        .level.basement .hold-bottom {
          margin: 0 0 50px; } }
      .level.basement .hold-bottom h2 {
        color: #fff;
        float: left;
        width: 33%;
        padding: 30px 10px 0 20px; }
        @media (max-width: 767px) {
          .level.basement .hold-bottom h2 {
            width: 100%;
            margin-top: -72px; } }
      .level.basement .hold-bottom .image {
        float: right;
        width: 67%; }
        @media (max-width: 767px) {
          .level.basement .hold-bottom .image {
            width: 88%; } }
    .level.basement .tabset li.active a {
      background: #f9a300;
      color: #fff;
      border-color: #f9a300; }
      .level.basement .tabset li.active a:hover {
        background: #ffb52a;
        border-color: #ffb52a; }
    .level.basement .tabset a {
      border: 2px solid #fff;
      color: #fff; }
      .level.basement .tabset a:hover {
        color: #d6d3ce;
        border-color: #d6d3ce; }
  .level.inn {
    padding: 20px 15px 0;
    overflow: visible !important; }
    .level.inn .hold {
      overflow: hidden; }
    .level.inn .col {
      position: relative;
      z-index: 3;
      float: right; }
    .level.inn .image {
      margin: -100px -35px 0; }
      @media (max-width: 767px) {
        .level.inn .image {
          margin: 18px -28px 0; } }
  .level .col {
    width: 50%;
    padding: 15px; }
    @media (max-width: 767px) {
      .level .col {
        width: 100%;
        padding: 15px 0; } }
    @media (max-width: 767px) {
      .level .col .image {
        max-width: 300px;
        margin: 0 auto; } }

.exterior .tabset {
  width: 286px;
  padding-bottom: 15px; }

.tabset {
  text-align: center; }
  .webkit.safari .tabset a {
    line-height: 18px;
    padding: 5px 5px 0; }
  .tabset li {
    display: inline-block;
    vertical-align: middle;
    padding: 7px; }
  .tabset a {
    border-radius: 3px;
    overflow: hidden;
    display: block;
    font: 700 18px/20px "Conduit ITC", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    line-height: 0.8;
    padding: 5px 5px 0px;
    text-align: center;
    text-decoration: none;
    background: transparent;
    -webkit-transition: all .4s ease;
            transition: all .4s ease; }
	.tabset a:not(.disabled):hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .tabset a.active {
      background: #f9a300;
      color: #fff;
      border-color: #f9a300; }
      .tabset a.active:hover {
        background: #ffb52a;
        border-color: #ffb52a; }

.style-light {
  background: #eafafa; }
  .style-light h2 {
    color: #00a9e0; }
  .style-light .tabset li {
    padding: 7px 4px; }
  .style-light .tabset a {
    color: #36aadd;
    border: 2px solid #36aadd; }
    .style-light .tabset a:hover {
      color: #61bae6;
      border-color: #61bae6; }
    .style-light .tabset a.active {
      background: #f9a300;
      color: #fff;
      border-color: #f9a300; }
      .style-light .tabset a.active:hover {
        background: #ffb52a;
        border-color: #ffb52a; }

.style-green {
  background: #e4f2e0; }
  .style-green h2 {
    color: #617c2e; }
  .style-green .tabset li {
    padding: 7px 5px; }
  .style-green .tabset a {
    color: #74aa50;
    border: 2px solid #74aa50; }
    .style-green .tabset a:hover {
      color: #83b465;
      border-color: #83b465; }
    .style-green .tabset a.active {
      background: #f9a300;
      color: #fff;
      border-color: #f9a300; }
      .style-green .tabset a.active:hover {
        background: #ffb52a;
        border-color: #ffb52a; }

.style-rose {
  background: #fff4ea; }
  .style-rose h2 {
    color: #e87722; }
  .style-rose .tabset li {
    padding: 7px; }
  .style-rose .tabset a {
    color: #f9a300;
    border: 2px solid #f9a300; }
    .style-rose .tabset a.active {
      background: #f9a300;
      color: #fff;
      border-color: #f9a300; }
      .style-rose .tabset a.active:hover {
        background: #ffb52a;
        border-color: #ffb52a; }

.green-box {
  position: relative;
  background: #83b465;
  overflow: hidden;
  border-radius: 4px;
  color: #fff;
  padding: 10px 14px;
  margin: 0 0 22px;
  min-height: 170px; }
  @media (max-width: 767px) {
    .green-box {
      max-width: 300px;
      margin: 0 auto 22px; } }
  .green-box h3 {
    color: inherit;
    margin: 0 0 14px;
    text-transform: uppercase;
    font: 700 19px/20px "Conduit ITC", "Helvetica Neue", "Helvetica", sans-serif; }
  .green-box .description {
    font: 13px/16px "Helvetica Neue", "Helvetica", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .green-box .description.inn {
      display: block; }
      .green-box .description.inn .img-hold {
        margin: 0 0 20px;
        float: left; }
      .green-box .description.inn .txt-hold {
        position: relative;
        top: -10px;
        display: inline;
        overflow: hidden; }
        .green-box .description.inn .txt-hold ul li {
          position: relative;
          margin: 0 0 6px 10px;
          right: -3px; }
          .green-box .description.inn .txt-hold ul li:last-child {
            margin: 0;
            margin-left: 10px; }
    .green-box .description .img-hold {
      width: 23%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .green-box .description .img-hold .fridge {
        -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
                transform: scale(1.3); }
    .green-box .description .txt-hold {
      width: 77%;
      padding: 0 10px; }
      .green-box .description .txt-hold ul li {
        position: relative; }
        .green-box .description .txt-hold ul li:before {
          position: static;
          display: inline-block;
          vertical-align: middle;
          margin: 0 5px 0 -8px;
          width: 3px;
          height: 3px;
          border-radius: 50%;
          background: #fff;
          content: ""; }

.summary-block {
  overflow: hidden; }
  .summary-block.inn .col {
    width: 33.333%;
    padding: 0 10px; }
  .summary-block .col {
    text-align: center;
    float: left;
    width: 50%;
    padding: 0 26px 8px;
    font: 13px/16px "Helvetica Neue", "Helvetica", sans-serif; }
    @media (max-width: 1023px) {
      .summary-block .col {
        padding: 0 15px 8px; } }
    @media (max-width: 767px) {
      .summary-block .col {
        width: 50%; } }
  .summary-block .img-wrap {
    box-sizing: border-box;
    margin: 0 0 14px;
    white-space: normal; }
    .summary-block .img-wrap:after {
      display: inline-block;
      white-space: nowrap;
      vertical-align: middle;
      margin: 0 0 0 -5px;
      height: 100%;
      overflow: hidden;
      width: 1px;
      content: ""; }
    .summary-block .img-wrap img {
      vertical-align: middle; }
  .summary-block .txt-wrap {
    text-align: left; }
    .summary-block .txt-wrap .txt {
      font-size: 11px;
      line-height: 1;
      display: block;
      margin: 0; }
    .summary-block .txt-wrap .price {
      display: block;
      font: 700 20px/20px "Conduit ITC", "Helvetica Neue", "Helvetica", sans-serif; }
      .summary-block .txt-wrap .price span {
        font-size: 12px; }

.total-block {
  border-top: 2px solid #fff;
  padding: 2px 0; }
  .total-block .total-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 4px; }
  .total-block .text {
    font: 14px/14px "Helvetica Neue", "Helvetica", sans-serif;
    width: 50%; }
  .total-block .price-total {
    text-align: right;
    width: 50%;
    font: 700 20px/20px "Conduit ITC", "Helvetica Neue", "Helvetica", sans-serif; }
    .total-block .price-total span {
      font-size: 11px; }
  .total-block .info {
    font: 12px/12px "Helvetica Neue", "Helvetica", sans-serif;
    display: block; }

.bottom-box {
  background: #61bae6;
  overflow: hidden;
  padding: 27px 40px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 15px; }
  @media (max-width: 767px) {
    .bottom-box {
      display: block;
      margin: 0 8px; } }
  .bottom-box .info {
    color: #fff;
    width: 60%;
    padding: 0 30px;
    font: 14px/17px "Helvetica Neue", "Helvetica", sans-serif;
    max-width: 348px; 
    flex-basis:  60%;
    display: block;
    }
    @media (max-width: 767px) {
      .bottom-box .info {
        width: 100%;
        display: block;
        padding: 0 20px; } }
    .bottom-box .info a {
      color: #fff; }
  .bottom-box .partner-logo {
    width: 40%; }
    @media (max-width: 767px) {
      .bottom-box .partner-logo {
        width: 100%;
        text-align: center;
        margin: 0 0 25px; } }

.tab-hidden {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  display: block !important;
  width: 100% !important; }

.points .pin.active .off {
  display: block; }

.points .pin.active .on {
  display: none; }

.tabset .active a {
  background: #f9a300;
  border-color: #f9a300;
  color: #fff; }
  .tabset .active a:hover {
    background: #ffb52a;
    border-color: #ffb52a;
    color: #fff; }

.form {
  margin: 26px 0;
  padding: 13px 30px;
  border: 2px solid #e7e7e7;
  border-radius: 3px;
  text-transform: uppercase;
  font: 700 19px/19px "Conduit ITC", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (max-width: 1023px) {
    .form {
      border: none;
      padding: 15px 0;
      font-size: 15px;
      line-height: 16px;
      margin-bottom: 58px; } }
  .form .checkbox-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1023px) {
      .form .checkbox-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .form .year-saving {
    width: 50%;
    color: #f9a300; }
    @media (max-width: 1023px) {
      .form .year-saving {
        width: auto;
        margin-bottom: 24px; } }
    .form .year-saving .jcf-checkbox {
      border-color: #f9a300;
      background: #f9a300; }
      .form .year-saving .jcf-checkbox.jcf-unchecked {
        border-color: #d6d3ce;
        background: #fff; }
        .form .year-saving .jcf-checkbox.jcf-unchecked:before {
          color: #d6d3ce; }
        .form .year-saving .jcf-checkbox.jcf-unchecked span {
          background: #fff;
          border: 1px solid #d6d3ce; }
  .form .days-savings {
    widows: 50%;
    color: #36aadd; }
    @media (max-width: 1023px) {
      .form .days-savings {
        width: auto; } }
    .form .days-savings .jcf-checkbox {
      border-color: #36aadd;
      background: #36aadd; }
      .form .days-savings .jcf-checkbox.jcf-unchecked {
        border-color: #d6d3ce;
        background: #fff; }
        .form .days-savings .jcf-checkbox.jcf-unchecked:before {
          color: #d6d3ce; }
        .form .days-savings .jcf-checkbox.jcf-unchecked span {
          background: #fff;
          border: 1px solid #d6d3ce; }

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  border: 1px solid #777;
  margin: 0 3px 0 0;
  height: 19px;
  width: 54px;
  border-radius: 10px; }
  .jcf-checkbox input {
    cursor: pointer; }
  @media (max-width: 767px) {
    .jcf-checkbox {
      margin-right: 8px; } }
  .jcf-checkbox.jcf-checked:before {
    color: #fff;
    left: 7px;
    content: "on"; }
  .jcf-checkbox:before {
    position: absolute;
    -webkit-transition: left 0.3s;
            transition: left 0.3s;
    top: 4px;
    left: 25px;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    content: "off";
    z-index: 0;
    font-family: "Helvetica Neue", "Helvetica", sans-serif; }

.jcf-checkbox span {
  position: absolute;
  height: 17px;
  width: 17px;
  top: 0;
  left: 0;
  -webkit-transition: left 0.3s;
          transition: left 0.3s;
  background: #fff;
  border-radius: 50%; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  left: 36px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

#wrapper {
  overflow: hidden; }

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .container {
      padding: 0 4px; } }
  .container .row {
    position: relative;
    margin: 0 -15px;
    overflow: hidden; }
  .container .sidebar {
    float: left;
    width: 0;
    height:0;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .container{
      float: none;
      width: 100%;
      margin: 0 auto;
          
    }

    @media (max-width: 767px) {
      .container .sidebar {
        display: none; } }
  .container .content {
    float: left;
    width: 100%;
   
    position: relative; }
    @media (max-width: 767px) {
      .container .content {
        padding: 0 15px;
        width: 90%;
        max-width:  100%;
        margin: 0 auto;
        float: none;
        } }
/*# sourceMappingURL=main.css.ma