/*******************************************************************************
* Nanopixel 3D
* http://www.nanopixel.be;
*
* Quick Step - Floor Advisor
* 15/02/2016
* Miguel Debruyne
*******************************************************************************/
.hide-text {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.transparent-bg {
  background: transparent !important;
}

.visuallyhidden {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
}
.visuallyhidden.focusable:active:active, .visuallyhidden.focusable:active:focus,
.visuallyhidden.focusable:focus:active,
.visuallyhidden.focusable:focus:focus {
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
  position: static;
}

.top-menu:before, .main-menu__list__item:before, .img-grid:before, .content-right:before, .sliders__slider-wrap:before, .pinterest-board-list > .list-item:before, .color-palette__colors:before, .toggleSlider:before, .top-menu:after, .main-menu__list__item:after, .img-grid:after, .content-right:after, .sliders__slider-wrap:after, .pinterest-board-list > .list-item:after, .color-palette__colors:after, .toggleSlider:after, .clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.top-menu:after, .main-menu__list__item:after, .img-grid:after, .content-right:after, .sliders__slider-wrap:after, .pinterest-board-list > .list-item:after, .color-palette__colors:after, .toggleSlider:after, .clearfix:after {
  clear: both;
}

#sub-menu:before, .full-width-list__item:before, .img-grid__item--selected:before, .send-mail:before, .color-palette__color.no-color:before {
  content: '';
  display: block;
}

.info-panel,
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.center-h {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.center-v {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.clickthrough {
  pointer-events: auto;
}

.non-clickthrough {
  pointer-events: none;
}

.main-img-wrap,
.unselectable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
}

.selectable {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-pentool {
  cursor: url("../img/gfx/pentool.png"), auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

html {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #333333;
}

body {
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  background-color: #333333;
  overflow-y: hidden;
}
body.uploader {
  background-color: #fff;
}

html,
body {
  height: 100%;
}

::-moz-selection {
  background: #004fa3;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: #004fa3;
  text-shadow: none;
  color: #ffffff;
}

p,
article,
dl {
  margin-bottom: 1.5em;
}

ol,
ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

button[type="button"] {
  border: none;
}
button[type="button"]:focus {
  outline: 0 !important;
}
button[type="button"] img {
  display: block;
}

input,
textarea {
  font-size: 16px;
  font-size: 1rem;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #cccccc;
}

::-webkit-scrollbar-thumb {
  background-color: #808080;
}

h1, .h1 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
}

h2, .h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  margin-bottom: 14px;
}

h3, .h3 {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}

.arrow-before:before {
  content: ">";
  margin-right: 8px;
}

.lighter {
  font-weight: 300;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.looser {
  letter-spacing: 2px;
}

.loose {
  letter-spacing: 1px;
}

.tight {
  letter-spacing: -2px;
}

.tighter {
  letter-spacing: -3px;
}

.straight {
  font-style: normal;
}

.italic {
  font-style: italic;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.floor-info {
  position: fixed;
  z-index: 990;
  float: right;
  right: 5%;
  transition: opacity .5s;
}
@media (max-width: 650px) {
  .floor-info {
    right: 0;
    bottom: 0;
  }
}
.floor-info h1 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: #252525;
  padding: 0.6rem 2rem;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  font-weight: 200;
}
.floor-info h1:hover {
  text-decoration: underline;
}
@media (max-width: 650px) {
  .floor-info h1 {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.6rem 1.2rem;
  }
}
.floor-info .link {
  position: relative;
  top: 2px;
  left: -10px;
}
.floor-info .link path {
  fill: #ffffff;
}

.top-menu {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  height: 60px;
  background: #004fa3;
  color: #ffffff;
}

.top-menu__item {
  float: left;
  height: inherit;
  background-color: #4262a1;
  border: none;
  padding: 0 25px;
  line-height: 60px;
  margin-right: 1px;
}
.top-menu__item:nth-child(1) {
  background-color: #004fa3;
}

.zoom-buttons {
  display: none;
  position: absolute;
  left: 200px;
  top: 50px;
}
.zoom-buttons .top-menu__item {
  background-color: #333333;
}
.zoom-buttons .top-menu__item[data-cmd="fullscreen"] {
  background-color: #252525;
  margin-right: 0px;
}

.main {
  height: 100%;
  overflow: hidden;
}

#main-uploader {
  position: relative;
}

.main-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-content.uploader {
  padding-top: 60px;
  padding-left: 380px;
}
@media (max-width: 64em) {
  .main-content.uploader {
    padding-left: 140px;
  }
}
@media (max-width: 37.5em) {
  .main-content.uploader {
    padding-left: 100px;
  }
}

#main-content-view {
  height: 100%;
}

.main-content-view {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: auto !important;
  z-index: 999;
}

.main-img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-img-wrap.contain {
  width: initial;
  height: initial;
}
.main-img-wrap.contain .main-img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.main-img-wrap .main-img {
  position: relative;
  display: block;
  height: 100%;
  opacity: 0;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  transition: transform .8s .1s;
  transform: translateZ(0);
}
.menu .showHide {
  width: 15px;
  height: 100%;
  background-color: grey;
  border: none;
  position: absolute;
  top: 0;
  right: -15px;
}

.menu--disabled {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

.menu--active {
  -ms-transform: translateX(0) !important;
      transform: translateX(0) !important;
}

#main-menu {
  width: 100px;
  z-index: 998;
}
#main-menu .icon {
  fill: #ffffff;
}
#main-menu .icon g,
#main-menu .icon path {
  fill: #ffffff;
  opacity: .5;
}
#main-menu .icon.rooms {
  width: 32px;
}
#main-menu .icon.floors {
  opacity: .45;
  width: 32px;
}
@media (max-width: 48em) {
  #main-menu {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 40.625em) {
  #main-menu {
    width: 70px;
  }
}
@media (max-width: 22.5em) {
  #main-menu {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

#uploader-menu {
  width: 380px;
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  z-index: 998;
  background-color: #252525;
  height: 100%;
  height: calc(100% - 60px);
}
@media (max-width: 64em) {
  #uploader-menu {
    width: 140px;
    font-size: 12px;
  }
}
@media (max-width: 37.5em) {
  #uploader-menu {
    width: 100px;
  }
}
#uploader-menu .main-menu__list {
  height: 100%;
  overflow-y: visible;
  overflow-x: hidden;
}

#sub-menu {
  width: 680px;
  min-width: 250px;
  left: 0;
  -ms-transform: translateX(-680px);
      transform: translateX(-680px);
  z-index: 1200;
}
#sub-menu:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #252525;
  z-index: -1;
}
#sub-menu .menu-bd {
  min-height: 100%;
  overflow-x: hidden;
  background-color: #252525;
}
#sub-menu.main-sub-menu {
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 75em) {
  #sub-menu.main-sub-menu {
    width: 380px;
  }
}
@media (max-width: 25em) {
  #sub-menu.main-sub-menu {
    width: 100%;
    max-width: initial;
  }
}
#sub-menu.uploader-sub-menu {
  margin-top: 60px;
  bottom: 0;
  overflow-y: auto;
}
@media (max-width: 75em) {
  #sub-menu.uploader-sub-menu {
    width: 35%;
    max-width: 380px;
  }
}
@media (max-width: 37.5em) {
  #sub-menu.uploader-sub-menu {
    width: 200px;
    max-width: initial;
  }
}
@media (max-width: 25em) {
  #sub-menu.uploader-sub-menu {
    width: 100%;
    max-width: initial;
  }
}

.menu-bd {
  padding: 25px 5% 50px 5%;
}
.menu-bd .h2 {
  margin-bottom: 14px;
  text-transform: capitalize;
}

.main-menu__list {
  background-color: #252525;
}

.main-menu__list__item {
  padding: 30px 18px;
  border-bottom: 1px solid grey;
  cursor: pointer;
  text-align: center;
}
#main-menu .main-menu__list__item:last-of-type {
  border-bottom: none;
}
@media (max-width: 48em) {
  .main-menu__list__item {
    padding: 22px 18px;
  }
}
@media (max-width: 40.625em) {
  .main-menu__list__item {
    padding: 16px 4px;
  }
}
.main-menu__list__item .title {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 64em) {
  .main-menu__list__item .title {
    line-height: initial;
  }
}
.main-menu__list__item .icon {
  width: 30px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 400px) {
  .main-menu__list__item .icon {
    width: 24px;
  }
}
.main-menu__list__item[data-child="share"] .icon {
  width: 40px;
}
.main-menu__list__item[data-child="upload"] {
  background-color: #a32d5f;
}
.main-menu__list__item[data-child="upload"] .icon {
  width: 42px;
}
.main-menu__list__item[data-id="5"] {
  border: none;
}
.main-menu__list__item[data-id="6"] {
  background-color: #a32d5f;
  padding: 20px 10px;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-menu__list__item[data-id="6"] .bd {
  max-width: initial;
  width: 100%;
  text-align: center;
}
.main-menu__list__item[data-id="6"] .bd .title {
  margin: 0;
}
.main-menu__list__item[data-id="6"] .bd .title:hover {
  text-decoration: underline;
}
@media (max-height: 49.625em) {
  .main-menu__list__item[data-id="6"] {
    position: static;
  }
}
@media (max-height: 53.5em) and (max-width: 64em) {
  .main-menu__list__item[data-id="6"] {
    position: static;
  }
}

.steps__bd {
  text-align: center;
  height: 100vh;
}
.steps__bd .title {
  text-transform: uppercase;
}
.steps__bd .text {
  color: grey;
}

.steps__bd-1 {
  width: 50%;
  height: auto;
  max-width: 520px;
  min-width: 180px;
  margin: 0 auto;
  padding: 60px 4%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.steps__bd-1 .icon {
  max-width: 100%;
}

.class-fix {
  height: 60px;
  background-color: #004fa3;
  padding: 0px;
  position: relative;
  /*.hvr-push{
      float: right;
      height: 100%;
      background-color: #004fa3;
      color: #ffffff;
      font-weight: bold;
  }*/
}
.class-fix .button-fix {
  float: right;
  height: 100%;
  background-color: #004fa3;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
}

.title-with-button {
  margin: 0;
  position: relative;
}
.title-with-button .button {
  float: right;
}
.title-with-button.h1 {
  background-color: #004fa3;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 60px;
  padding-left: 24px;
}
.title-with-button.h1 .button {
  background-color: #4262a1;
  color: #ffffff;
  width: 60px;
  height: 60px;
}
@media (max-width: 400px) {
  .title-with-button.h1 .button {
    float: right;
    position: static;
  }
}
.title-with-button.h2 {
  line-height: 50px;
  margin-bottom: 24px;
}

.button {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #004fa3;
  background-color: #ffffff;
}
.button:hover {
  color: #ffffff;
  background-color: #004fa3;
}

.full-width-list__item {
  height: 160px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  line-height: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.full-width-list__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  transition: opacity 0.5s ease-out;
}
.full-width-list__item:hover:before {
  opacity: 0;
}
.full-width-list__item:last-of-type {
  background-color: red;
}
.full-width-list__item:last-of-type:before {
  display: none;
}
.full-width-list__item p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  line-height: 160px;
}

.img-grid__item {
  float: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.img-grid__item .img-wrap {
  margin-bottom: 6%;
  overflow: hidden;
}
.img-grid__item img {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}
.img-grid__item span {
  display: block;
  height: 55px;
}

.img-grid__item--selected:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
}
.img-grid__item--selected img {
  border: 8px solid white;
}

.img-grid--c2 .img-grid__item {
  width: 47.5%;
}
.img-grid--c2 .img-grid__item:nth-of-type(n) {
  margin-bottom: 5%;
  margin-right: 5%;
}
.img-grid--c2 .img-grid__item:nth-of-type(2n) {
  margin-right: 0;
  margin-bottom: 0;
}
.img-grid--c2 .img-grid__item img {
  width: 100%;
}
@media (max-width: 1199px) {
  .img-grid--c2 .img-grid__item {
    width: 100%;
    margin: 0 !important;
  }
}

.img-grid--c4 .img-grid__item {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.img-grid--c4 .img-grid__item img {
  min-width: 100%;
}
@media (max-width: 75em) {
  .img-grid--c4 .img-grid__item {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .img-grid--c4 .img-grid__item .img-wrap {
    height: 150px;
  }
}

.content-right {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .content-right {
    margin-bottom: 10px;
  }
}
.content-right img {
  float: left;
  margin-right: 25px;
}
@media (max-width: 1199px) {
  .content-right img {
    max-width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.content-right .button {
  color: #ffffff;
  background-color: #333333;
}
.content-right .button:hover {
  color: #ffffff;
  background-color: #004fa3;
}

.content-right__bd .title {
  margin-bottom: 14px;
}
.content-right__bd .list {
  margin-bottom: 20px;
  font-weight: 300;
  color: #ffffff;
}
.content-right__bd .list li {
  margin-bottom: 6px;
}

.fileupload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.fileupload + label {
  background-color: #a32d5f;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.2em 1.8em;
  cursor: pointer;
}

#icon-upload {
  fill: #a32d5f;
}

.menu__numbering {
  float: left;
  width: 50px;
  text-align: center;
  background-color: #696969;
  border-radius: 50%;
  line-height: 50px;
  margin-right: 30px;
  position: relative;
  top: 10px;
}
@media (max-width: 64em) {
  .menu__numbering {
    top: 0;
    float: none;
    margin: 0 auto 10px;
  }
}
@media (max-width: 600px) {
  .menu__numbering {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.menu__numbering .checkmark {
  display: none;
}

.menu__numbering--active {
  background-color: #a32d5f;
  color: #fff;
}

.menu__numbering--done {
  background-color: #a32d5f;
}
.menu__numbering--done path {
  fill: #fff;
}
.menu__numbering--done .number {
  display: none;
}
.menu__numbering--done .checkmark {
  display: block;
  width: 30px;
  height: 50px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .menu__numbering--done .checkmark {
    width: 25px;
    height: 44px;
  }
}

.bd {
  float: left;
  max-width: 235px;
  text-align: left;
}
@media (max-width: 64em) {
  .bd {
    float: none;
    text-align: inherit;
    max-width: initial;
  }
}
.bd .title {
  margin-bottom: 1.2em;
}
@media (max-width: 64em) {
  .bd .title {
    margin-bottom: 0;
  }
}
.bd .subtitle {
  color: grey;
}
@media (max-width: 64em) {
  .bd .subtitle {
    display: none;
  }
}

.canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.canvas canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#pentoolCanvas #start-point {
  width: 26px;
  height: 26px;
  border: 2px solid #ec008c;
  position: absolute;
  margin-left: -13px;
  margin-top: -13px;
  border-radius: 50%;
  pointer-events: none;
}

.canvas-tools {
  position: absolute;
  top: 2opx;
  right: 200px;
}
.canvas-tools button {
  padding: 15px;
}

#interface {
  position: absolute;
  top: 20px;
  right: 100px;
}

.show-hide-ui-btn {
  position: fixed;
  top: 0;
  left: 100px;
  width: 30px;
  height: 30px;
  background-color: #252525;
  z-index: 9;
  transition: opacity 0.5s;
}
@media (max-width: 650px) {
  .show-hide-ui-btn {
    left: 70px;
  }
}
.show-hide-ui-btn svg {
  width: 60%;
  display: block;
  height: auto;
  margin: 0 auto;
  fill: #ffffff;
}
.show-hide-ui-btn svg g {
  fill: #ffffff;
}
#uploader-menu + .show-hide-ui-btn {
  top: 0;
  left: 380px;
}

.show-hide-ui-btn--left {
  left: 0 !important;
}

.uploader-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  color: #252525;
  height: 60px;
  z-index: 999;
  transition: opacity 0.5s;
}
.uploader-tooltip .title-with-button {
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  width: 380px;
  height: 100%;
}
.uploader-tooltip .title-with-button .menu-btn {
  width: 20px;
  height: 100%;
  background-color: transparent;
  margin-right: 12px;
  margin-right: 15px;
  margin-left: 10px;
  display: none;
}
.uploader-tooltip .title-with-button .menu-btn svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  vertical-align: middle;
}
.uploader-tooltip .title-with-button span {
  vertical-align: middle;
}
@media (max-width: 64em) {
  .uploader-tooltip .title-with-button {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 200px;
    padding: 0 10px;
  }
}
@media (max-width: 37.5em) {
  .uploader-tooltip .title-with-button {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
  .uploader-tooltip .title-with-button .menu-btn {
    display: inline-block;
  }
}
@media (max-width: 25em) {
  .uploader-tooltip .title-with-button {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.uploader-tooltip .uploader-tooltip__text {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  margin: 0;
}
@media (max-width: 37.5em) {
  .uploader-tooltip .uploader-tooltip__text {
    display: none;
  }
}

.pentool-cursor {
  cursor: url("../img/gfx/pentool.svg") 0 50, crosshair;
}

.brushtool-cursor {
  cursor: none;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
}

.send-mail {
  position: fixed;
  left: 380px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
.send-mail.roomviewer {
  left: 0;
}
@media (max-width: 64em) {
  .send-mail {
    left: 140px;
  }
}
@media (max-width: 37.5em) {
  .send-mail {
    left: 100px;
  }
}
.send-mail:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 0;
}
.send-mail .body {
  padding: 40px 0;
  position: relative;
  z-index: 1;
  max-width: 500px;
  width: 80%;
  margin: 0 auto;
  background-color: #252525;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.send-mail.roomviewer .body {
  width: 100%;
  padding: 20px;
  max-height: 100%;
  overflow-y: auto;
}
.send-mail.roomviewer .body > img {
  max-width: 100%;
  margin: 0 auto 20px;
  display: block;
}
.send-mail.roomviewer .body button {
  width: 100%;
}
.send-mail.roomviewer .body p {
  color: #ffffff;
}
.send-mail.roomviewer .body a {
  color: #4262a1;
}
.send-mail.roomviewer .body .share-user-input {
  resize: none;
  width: 100%;
  margin: 0 auto 20px;
  padding: 8px 10px;
  display: block;
  background-color: #ffffff;
  border: none;
  color: #333333;
}
.send-mail.roomviewer .body .btn-action {
  background-color: #004fa3;
  margin-bottom: 10px;
}
.send-mail.roomviewer .body .btn-close {
  background-color: #a32d5f;
  margin-bottom: 0;
}
.send-mail .text {
  color: #ffffff;
  padding: 0 40px 40px;
  text-align: center;
}
.send-mail h2 {
  text-align: center;
  color: #ffffff;
}
.send-mail input,
.send-mail button {
  width: 80%;
  height: 40px;
  margin: 0 auto 20px;
  display: block;
}
.send-mail input {
  padding: 0 10px;
  background-color: #ffffff;
  color: #333333;
  border: none;
}
.send-mail button {
  background-color: #a32d5f;
  color: white;
  outline-width: 5px;
}

.canvas-controls {
  position: absolute;
  height: 60px;
  z-index: 999;
}

.canvas-controls--floor {
  width: 300px;
  height: auto;
}
@media (max-width: 22.5em) {
  .canvas-controls--floor {
    width: 100%;
    position: static;
  }
}

.canvas-controls--mask,
.canvas-controls--floor {
  top: 74px;
  right: 14px;
}
.canvas-controls--mask .canvas-controls__btn[data-cmd="next"],
.canvas-controls--floor .canvas-controls__btn[data-cmd="next"] {
  background-color: #a32d5f;
  color: #ffffff;
  position: absolute;
  top: -74px;
  right: -14px;
}
@media (max-width: 22.5em) {
  .canvas-controls--mask .canvas-controls__btn[data-cmd="next"],
  .canvas-controls--floor .canvas-controls__btn[data-cmd="next"] {
    top: 0;
    right: 0;
  }
}
.canvas-controls--mask .canvas-controls__btn[data-cmd="zoom-out"] svg,
.canvas-controls--mask .canvas-controls__btn[data-cmd="zoom-in"] svg,
.canvas-controls--floor .canvas-controls__btn[data-cmd="zoom-out"] svg,
.canvas-controls--floor .canvas-controls__btn[data-cmd="zoom-in"] svg {
  width: 25px;
}
.canvas-controls--mask .canvas-controls__btn:nth-of-type(even),
.canvas-controls--floor .canvas-controls__btn:nth-of-type(even) {
  margin-bottom: 6px;
}

@media (max-width: 22.5em) {
  .canvas-controls--mask .canvas-controls__btn[data-cmd="next"] {
    top: -74px !important;
    right: -14px !important;
  }
}

.canvas-controls--zoom {
  position: fixed;
  bottom: 0;
  right: 0;
}
.canvas-controls--zoom .canvas-controls__btn {
  font-size: 30pxpx;
  font-size: 1.875pxrem;
  font-weight: 200;
}

.canvas-controls__buttons {
  height: inherit;
}

.canvas-controls__btn {
  width: 60px;
  height: 60px;
  background-color: #F6F4F3;
  color: #252525;
  text-transform: uppercase;
  position: relative;
  display: block;
}
.canvas-controls__btn:last-of-type {
  border: none !important;
}
.canvas-controls__btn:after {
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #C9C7C7;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  float: right;
  margin-top: 2px;
  margin-left: 18px;
}
.canvas-controls__btn[data-cmd="next"] {
  width: 100px;
}
.canvas-controls__btn svg,
.canvas-controls__btn img {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  fill: #000;
}
@media (max-width: 22.5em) {
  .canvas-controls__btn {
    width: 60px;
  }
}

.canvas-controls__btn--selected,
.canvas-controls__btn:active {
  background-color: #004fa3;
  color: #ffffff;
}
.canvas-controls__btn--selected svg,
.canvas-controls__btn:active svg {
  fill: #fff;
}

.canvas-controls__btn--disabled {
  cursor: auto;
}
.canvas-controls__btn--disabled svg {
  opacity: .4;
}

.sliders {
  position: relative;
  top: -14px;
  right: -14px;
}
@media (max-width: 22.5em) {
  .sliders {
    top: 0;
    left: 0;
  }
}

.sliders__slider-wrap {
  width: 100%;
  height: 40px;
  background-color: #4262a1;
}
.sliders__slider-wrap .text {
  width: 100px;
  float: left;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
}
.sliders__slider-wrap .slider {
  -webkit-appearance: none;
  width: 170px;
  border-radius: 5px;
  position: relative;
  top: 16px;
  display: block;
}
.sliders__slider-wrap .slider:focus {
  outline: none;
}
@media (max-width: 22.5em) {
  .sliders__slider-wrap .slider {
    width: 60%;
    margin-left: 100px;
  }
}
.sliders__slider-wrap .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 2px solid #ffffff;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #a32d5f;
  cursor: pointer;
  margin-top: -3px;
}
.sliders__slider-wrap .slider::-webkit-slider-runnable-track {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08), 0 0 0 3px rgba(0, 0, 0, 0.21);
  border-radius: 5px;
  width: 80%;
  height: 10px;
  cursor: pointer;
  background: #ffffff;
}
.sliders__slider-wrap .slider::-moz-range-thumb {
  border: 2px solid #ffffff;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #a32d5f;
  cursor: pointer;
}
.sliders__slider-wrap .slider::-moz-range-track {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08), 0 0 0 3px rgba(0, 0, 0, 0.21);
  border-radius: 5px;
  width: 80%;
  height: 10px;
  cursor: pointer;
  background: #ffffff;
}
.sliders__slider-wrap .slider::-ms-thumb {
  border: 2px solid #ffffff;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #a32d5f;
  cursor: pointer;
}
.sliders__slider-wrap .slider::-ms-track {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08), 0 0 0 3px rgba(0, 0, 0, 0.21);
  border-radius: 5px;
  width: 80%;
  height: 10px;
  cursor: pointer;
  background: #ffffff;
}
@keyframes uil-default-anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loader {
  position: absolute;
  background: none;
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  -ms-transform: scale(0.3);
      transform: scale(0.3);
  z-index: 9999;
}
.loader div {
  width: 14px;
  height: 40px;
  background: #a32d5f;
  border-radius: 10px;
  position: absolute;
  top: 80px;
  left: 93px;
  animation: uil-default-anim 1s linear infinite;
}
.loader div:nth-of-type(1) {
  animation-delay: -0.5s;
  -ms-transform: rotate(0deg) translate(0, -60px);
      transform: rotate(0deg) translate(0, -60px);
}
.loader div:nth-of-type(2) {
  animation-delay: -0.4166666666666667s;
  -ms-transform: rotate(30deg) translate(0, -60px);
      transform: rotate(30deg) translate(0, -60px);
}
.loader div:nth-of-type(3) {
  animation-delay: -0.33333333333333337s;
  -ms-transform: rotate(60deg) translate(0, -60px);
      transform: rotate(60deg) translate(0, -60px);
}
.loader div:nth-of-type(4) {
  animation-delay: -0.25s;
  -ms-transform: rotate(90deg) translate(0, -60px);
      transform: rotate(90deg) translate(0, -60px);
}
.loader div:nth-of-type(5) {
  animation-delay: -0.16666666666666669s;
  -ms-transform: rotate(120deg) translate(0, -60px);
      transform: rotate(120deg) translate(0, -60px);
}
.loader div:nth-of-type(6) {
  animation-delay: -0.08333333333333331s;
  -ms-transform: rotate(150deg) translate(0, -60px);
      transform: rotate(150deg) translate(0, -60px);
}
.loader div:nth-of-type(7) {
  animation-delay: 0s;
  -ms-transform: rotate(180deg) translate(0, -60px);
      transform: rotate(180deg) translate(0, -60px);
}
.loader div:nth-of-type(8) {
  animation-delay: 0.08333333333333337s;
  -ms-transform: rotate(210deg) translate(0, -60px);
      transform: rotate(210deg) translate(0, -60px);
}
.loader div:nth-of-type(9) {
  animation-delay: 0.16666666666666663s;
  -ms-transform: rotate(240deg) translate(0, -60px);
      transform: rotate(240deg) translate(0, -60px);
}
.loader div:nth-of-type(10) {
  animation-delay: 0.25s;
  -ms-transform: rotate(270deg) translate(0, -60px);
      transform: rotate(270deg) translate(0, -60px);
}
.loader div:nth-of-type(11) {
  animation-delay: 0.33333333333333337s;
  -ms-transform: rotate(300deg) translate(0, -60px);
      transform: rotate(300deg) translate(0, -60px);
}
.loader div:nth-of-type(12) {
  animation-delay: 0.41666666666666663s;
  -ms-transform: rotate(330deg) translate(0, -60px);
      transform: rotate(330deg) translate(0, -60px);
}

.loader--overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  z-index: 999;
}

@keyframes hvr-push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.hvr-push,
.hvr-push--child {
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-push:active {
  animation-name: hvr-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.hvr-push--child:active .hvr-push__child {
  animation-name: hvr-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.anim-pop {
  transition: transform .3s;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.anim-pop:hover {
  transition: transform .3s;
  -ms-transform: scale(0.98);
      transform: scale(0.98);
}
@keyframes hvr-pop {
  50% {
    transform: scale(1.2);
  }
}
.hvr-pop {
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  animation-name: hvr-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.fade-out {
  opacity: 0;
  transition: opacity 2s ease-out;
}

.fade-in {
  opacity: 1 !important;
  transition: opacity .5s ease-out;
}

.button--share {
  margin-right: 15px;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #004fa3;
  padding: 14px 14px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.button--share:hover {
  color: #004fa3;
  background-color: #ffffff;
}
.button--share #btn-show-email {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .button--share {
    width: 100%;
  }
}

.pinterest-board-list {
  height: 160px;
  margin-bottom: 20px;
  overflow: auto;
}
.pinterest-board-list > .list-item {
  font-size: 18px;
  font-size: 1.125rem;
  width: 98%;
  margin-bottom: 12px;
  color: #fff;
  cursor: pointer;
}
.pinterest-board-list > .list-item:last-of-type {
  margin-bottom: 0;
}
.pinterest-board-list > .list-item.selected {
  background-color: #4262a1;
}
.pinterest-board-list > .list-item .img {
  margin: 0;
  margin-right: 14px;
  float: left;
}

.pinterest-new-board {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: #252525;
}
.pinterest-new-board .board-name {
  width: 100%;
}

#overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: .5;
  pointer-events: none;
    /*&, &:before {
        position: absolute;
        left: 0; right: 0;
        bottom: 0; top: 0;
    }

    &:before {
        @extend %pseudo;
        background-color: #000;
        opacity: .4;
    }

    .info-done-button {
        position: absolute;
        top: 31px;
        right: 50px;
        z-index: 999;

        span {
            font-size: 18px;
            margin-right: 20px;
            color: $brand-4;
        }

        img {
            width: 30px;
            height: auto;
            transform: scaleY(-1) rotate(55deg);
        }
    }*/
}

.info-panel {
  width: 80%;
  max-width: 520px;
  min-width: 280px;
  max-height: 90%;
  padding: 20px 40px;
  background-color: #FFFFFF;
  border-radius: 5px;
  overflow-y: auto;
  color: #333333;
}
.info-panel .title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #004fa3;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.info-panel .text {
  margin-bottom: 50px;
}
.info-panel .tool {
  clear: left;
  float: left;
  margin-right: 20px;
}
.info-panel .tool .img-wrap {
  padding: 10px;
  background-color: #F6F4F4;
  margin-bottom: 5px;
}
.info-panel .tool .name {
  text-align: center;
}
.info-panel .set-perspective-plane {
  margin: 0 auto 50px;
  display: block;
}
.info-panel .btn-ready {
  background-color: #a32d5f;
  color: #fff;
  width: 100%;
  max-width: 220px;
  text-align: center;
  padding: 6px 0;
  margin: 0 auto 20px;
  display: block;
  margin-top: 40px;
  font-weight: 600;
  text-transform: uppercase;
  height: 40px;
}
.info-panel .btn-done {
  background-color: #a32d5f;
  position: relative;
  top: 17px;
  padding: 5px;
  width: 40px;
  vertical-align: bottom;
  top: -2px;
  margin: 0 6px;
}
.info-panel .dont-show {
  text-align: center;
  margin-bottom: 0;
}
.info-panel .dont-show .checkbox-cookie {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 6px;
}

.color-palette {
  position: absolute;
  background-color: #FFF;
  z-index: 999;
  padding: 15px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  width: 260px;
  border-radius: 5px;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: opacity .5s ease-out;
}
.color-palette .title {
  font-size: 16px;
  font-size: 1rem;
  color: #004fa3;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.color-palette__btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #004fa3;
  border-radius: 50%;
  color: #FFF;
}

.color-palette__btn-pagination {
  width: 26px;
  height: 26px;
  border: none;
  background: none;
}
.color-palette__btn-pagination img {
  width: 100%;
}
.color-palette__btn-pagination[data-cmd=prev] {
  position: absolute;
  top: 52%;
  left: 18px;
}
.color-palette__btn-pagination[data-cmd=prev] svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.color-palette__btn-pagination[data-cmd=prev] svg path,
.color-palette__btn-pagination[data-cmd=prev] svg g {
  fill: #004fa3;
  pointer-events: none;
}
.color-palette__btn-pagination[data-cmd=next] {
  position: absolute;
  top: 52%;
  right: 18px;
}
.color-palette__btn-pagination[data-cmd=next] svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.color-palette__btn-pagination[data-cmd=next] svg path,
.color-palette__btn-pagination[data-cmd=next] svg g {
  fill: #004fa3;
  pointer-events: none;
}

.color-palette__colors {
  margin: 0 auto;
  width: 134px;
}

.color-palette__color {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
  float: left;
  cursor: pointer;
}
.color-palette__color:nth-of-type(4n) {
  margin-right: 0;
}
.color-palette__color:nth-of-type(5) {
  clear: left;
}
.color-palette__color :nth-of-type(n+8) {
  margin-bottom: 0;
}
.color-palette__color.no-color:before {
  content: 'X';
  text-align: center;
  line-height: 26px;
}

.toggleSlider {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.toggleSlider button {
  width: 50%;
  height: inherit;
  float: left;
  text-transform: uppercase;
  border: none;
}
.toggleSlider button:first-of-type {
  background-color: #EFEFEF;
  color: #252525;
}
.toggleSlider button:last-of-type {
  background-color: #252525;
  color: #ffffff;
}
.toggleSlider button:selected {
  border: none;
}
.toggleSlider .slider {
  width: 30px;
  height: 10px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.toggleSlider .slider .thumb {
  width: 10px;
  height: 10px;
  background-color: #004fa3;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -5px;
}

.filters {
  margin-bottom: 20px;
}

.filters-wrap {
  width: 29.3333333333%;
  margin-right: 4%;
  float: left;
  position: relative;
}
@media (max-width: 25em) {
  .filters-wrap {
    width: 100%;
    margin-bottom: 8px;
    margin-right: auto;
    float: none;
  }
}

.search-wrap {
  width: 96%;
  margin-bottom: 5px;
}
.search-wrap .exception__class {
  color: black;
}

.filters__field,
.filters__list__el {
  width: 100%;
}

.search__field {
  width: 100%;
}

.filters__list-wrap {
  position: relative;
}

.filters__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.filters__list__el {
  text-transform: capitalize;
  opacity: 100;
  padding: 6px 10px;
  background-color: #ffffff;
  color: #252525;
}
.filters__list__el:hover {
  background-color: #004fa3;
  cursor: pointer;
}

.filters__field {
  border: none;
  padding: 6px 8px;
  background-color: #ffffff;
}
.filters__field:disabled {
  opacity: .3;
}

.search__field {
  border: none;
  padding: 6px 8px;
  background-color: #ffffff;
}
.search__field:disabled {
  opacity: .3;
}

.filters__label {
  background-color: #a32d5f;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  padding: 4px 6px;
  margin-top: 14px;
  margin-right: 4px;
}
.filters__label .close {
  cursor: pointer;
  margin-left: 6px;
  padding-left: 6px;
}

.hotspots {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.hotspot {
  width: 46px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  position: absolute;
  z-index: 999;
  pointer-events: auto;
}

.hotspot__time circle {
  fill: #004fa3;
}

.hotspot__wall circle {
  fill: #004fa3;
}

.hotspot__furniture circle {
  fill: #004fa3;
}

.hotspot__rotate circle {
  fill: #004fa3;
}

.modal-backdrop {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #252525;
  top: 0;
  left: 0;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}

body.modal-active .modal-backdrop {
  opacity: .75;
  z-index: 9998;
}

.modal {
  position: fixed;
  left: 50%;
  top: 20px;
  width: 450px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: all .3s ease;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}
.modal.show {
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  z-index: 9999;
  opacity: 1;
}
.modal > * {
  padding: .6em .8em;
}
.modal header {
  background-color: #004fa3;
  color: #ffffff;
  font-size: 1.2em;
}
.modal footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-bottom: 1.2em;
}
.modal .modal-content {
  line-height: 1.2;
  padding: 1.2em .8em;
}
.modal .modal-content p {
  margin-bottom: .8em;
}
.modal .modal-content p:last-child {
  margin-bottom: 0;
}
.modal button {
  background-color: #004fa3;
  border-radius: 0;
  border: 0;
  padding: .6em .8em;
  color: #ffffff;
}

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}



/*# sourceMappingURL=main.css.map */
