/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

line, polyline {
  stroke: #09090c;
  fill: none;
  stroke-width: .7;
  stroke-miterlimit: 10;
}

rect, path {
  fill: #09090c;
}

.clr-1 {
  background-color: #2f5640;
}

.c-1 line, .c-1 polyline {
  stroke: #0e4438;
}

.c-1 rect, .c-1 path {
  fill: #0e4438;
}

.clr-2 {
  background-color: #2f5640;
}

.c-2 line, .c-2 polyline {
  stroke: #0a381f;
}

.c-2 rect, .c-2 path {
  fill: #0a381f;
}

.clr-3, .clr-12 {
  background-color: #09090c;
}

.c-3 line, .c-3 polyline, .c-12 line, .c-12 polyline {
  stroke: #09090c;
}

.c-3 rect, .c-3 path, .c-12 rect, .c-12 path {
  fill: #09090c;
}

.clr-4 {
  background-color: #f6f8ee;
}

.c-4 line, .c-4 polyline {
  stroke: #f6f8ee;
}

.c-4 rect, .c-4 path {
  fill: #f6f8ee;
}

/* 7016 */
.clr-5, .clr-11, .clr-16 {
  background-color: #363e42;
}

.c-5 line, .c-5 polyline, .c-11 line, .c-11 polyline, .c-16 line, .c-16 polyline {
  stroke: #363e42;
}

.c-5 rect, .c-5 path, .c-5 polygon, .c-11 rect, .c-11 path, .c-11 polygon, .c-16 rect, .c-16 path, .c-16 polygon {
  fill: #363e42;
}

/* collfort */
.clr-6 {
  background-color: #e0cfa3;
}

.c-6 line, .c-6 polyline {
  stroke: #363e42;
}

.c-6 rect, .c-6 path {
  fill: #363e42;
}

.c-6 g g rect, .c-6 g g path {
  fill: #e0cfa3;
}

/* anthracite */
.clr-7 {
  background-color: #5a5a5d;
}

.c-7 rect, .c-7 path {
  fill: #363e42;
}

.c-7 g g rect, .c-7 g g path {
  fill: #5a5a5d;
}

/* green */
.clr-8 {
  background-color: #667f61;
}

.c-8 rect, .c-8 path {
  fill: #363e42;
}

.c-8 g g rect, .c-8 g g path {
  fill: #667f61;
}

/* woodlook light */
.clr-9 {
  background-color: #AD8B65;
}

.c-9 rect, .c-9 path {
  fill: #363e42;
}

.c-9 g g rect, .c-9 g g path {
  fill: #AD8B65;
}

/* woodlook dark */
.clr-10 {
  background-color: #7B5D39;
}

.c-10 rect, .c-10 path {
  fill: #363e42;
}

.c-10 g g rect, .c-10 g g path {
  fill: #7B5D39;
}

/* collfort grey */
.clr-15 {
  background-color: #8E8983;
}

.c-15 line, .c-15 polyline {
  stroke: #363e42;
}

.c-15 rect, .c-15 path {
  fill: #363e42;
}

.c-15 g g rect, .c-15 g g path {
  fill: #8E8983;
}

html, body, ui-view {
  height: 100%;
}

body {
  color: #414042;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  overflow: hidden;
}

body > canvas {
  position: absolute;
  top: 100%;
}

a, a:hover {
  color: #414042;
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

p {
  margin-bottom: 15px;
  line-height: normal;
}

p a {
  color: #c1c95e;
}

p a:hover {
  color: #c1c95e;
  text-decoration: underline;
}

div::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b21e47;
}

input {
  font-size: inherit;
}

header {
  z-index: 2;
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  height: 55px;
  padding: 15px;
}

.main {
  z-index: 1;
  position: absolute;
  top: 75px;
  bottom: 80px;
  left: 0;
  right: 0;
  padding: 10px;
  overflow: auto;
}

footer {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  padding: 10px;
  text-align: right;
}

footer nav {
  padding: 0 100px;
}

footer nav > div {
  position: relative;
}

footer nav > div[ng-click] {
  cursor: pointer;
}

footer nav > div div {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: #fff;
}

footer nav > div div a {
  max-width: 100%;
}

footer nav > div.active div {
  display: block;
}

footer nav > div,
footer nav a {
  color: #b3b3b3;
  font-size: 30px;
  line-height: 50px;
  font-style: italic;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 100%;
  padding: 5px;
  max-width: 15%;
}

footer nav > div i,
footer nav a i {
  font-size: 50px;
  line-height: 50px !important;
}

footer nav > div.active, footer nav > div:hover,
footer nav a.active,
footer nav a:hover {
  color: #67a1db;
}

footer nav > div.active,
footer nav a.active {
  cursor: default !important;
}

footer nav > div.step,
footer nav a.step {
  color: #414042;
  float: left;
  text-align: right;
  width: 15%;
  padding: 5px 15px;
  background-image: url("/assets/img/nav.svg");
  background-size: 100% 100%;
}

footer nav > div.step i,
footer nav a.step i {
  font-size: 40px;
  float: left;
}

footer nav > div.step.active, footer nav > div.step:hover,
footer nav a.step.active,
footer nav a.step:hover {
  color: #fff;
  font-weight: bold;
  background-image: url("/assets/img/nav-blue.svg");
}

footer nav > div.fence,
footer nav a.fence {
  cursor: pointer;
  background-image: url("/assets/img/nav-green.svg");
}

footer nav > div.disabled,
footer nav a.disabled {
  cursor: not-allowed;
  color: #414042 !important;
  font-weight: normal !important;
  background-image: url("/assets/img/nav.svg") !important;
}

footer nav > div.lang,
footer nav a.lang {
  position: relative;
  cursor: pointer !important;
}

footer nav > div.lang div,
footer nav a.lang div {
  font-size: 18px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: none;
}

footer nav > div.lang div span,
footer nav a.lang div span {
  background-image: url(/assets/img/nav.svg);
  background-size: 100% 100%;
  display: block;
  text-align: center;
  overflow: hidden;
}

footer nav > div.lang div span.active,
footer nav a.lang div span.active {
  background-image: url(/assets/img/nav-blue.svg);
  color: #fff;
}

footer nav > div.lang.active div,
footer nav a.lang.active div {
  display: block;
}

.text ul {
  list-style: disc outside none;
  padding: 0;
  margin: 0 20px;
}

.text ul li {
  padding: 0;
}

#logo {
  display: block;
  float: left;
}

ui-view {
  display: block;
  position: relative;
  overflow: auto;
}

h1 {
  margin: 10px;
  font-size: 30px;
  height: 55px;
  line-height: 45px;
  font-weight: bold;
  font-style: italic;
  padding: 5px 20px;
  text-align: right;
  background-image: url("/assets/img/header.svg");
  background-size: 100% 100%;
}

reg {
  color: #b21e47;
}

reg:after {
  content: '\00ae';
  font-size: 70%;
  line-height: 1;
  vertical-align: super;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.green {
  color: #fff;
  background: #c1c95e url("/assets/img/green.jpg") repeat-y right top;
  padding-right: 30px;
  position: absolute;
  top: 75px;
  bottom: 80px;
  left: 0;
  overflow: auto;
}

.btn-blue {
  color: #fff;
  font-weight: bold;
  background-color: #67a1db;
  display: inline-block;
  border-radius: 15px;
  padding: 8px 12px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.btn-blue i {
  vertical-align: middle;
  font-size: 34px;
  padding-right: 10px;
}

.btn-blue span {
  vertical-align: middle;
}

.btn-blue:hover {
  color: #fff;
}

.btn-blue.multiline {
  padding: 5px 12px;
}

.btn-blue.multiline span {
  display: inline-block;
  vertical-align: middle;
  line-height: 17px;
}

nav.green {
  width: 265px;
}

nav.green a {
  position: relative;
  display: table;
  width: 100%;
  line-height: 22px;
  overflow: hidden;
  padding: 20px 22px 20px 10px;
  border-bottom: solid 1px #e0e4af;
  cursor: pointer;
}

nav.green a .ico-active {
  display: none;
}

nav.green a:last-child {
  border: none;
}

nav.green a:hover, nav.green a.active {
  color: #fff;
}

nav.green a.active .ico-active {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 20px;
  width: 20px;
  padding: 0;
  margin-top: -10px;
}

nav.green i, nav.green span {
  display: table-cell;
  vertical-align: middle;
}

nav.green i {
  font-size: 40px;
  width: 50px;
  padding: 5px 5px 5px 0;
}

.next, .prev {
  z-index: 3;
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 15px;
  height: 50px;
  min-width: 100px;
  white-space: nowrap;
  padding: 25px 10px 0 30px;
  border: solid 1px #67a1db;
  line-height: 25px;
  font-size: 14px;
}

.next {
  right: 0;
  border-right: none;
  border-radius: 25px 0 0 25px;
  color: #fff;
  background: #67a1db url("/assets/img/next.png") no-repeat 30px 7px;
}

.next:hover {
  color: #fff;
}

.prev {
  left: 0;
  border-left: none;
  border-radius: 0 25px 25px 0;
  color: #fff;
  background: #67a1db url("/assets/img/prev-w.png") no-repeat 10px 7px;
}

.prev:hover {
  color: #fff;
}

.progress {
  position: relative;
  border-radius: 18px;
  padding: 5px 10px;
  height: 36px;
  line-height: 26px;
  background-color: #515152;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.progress > div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #c1c95e;
}

.progress > div + span {
  position: relative;
}

.grades {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  margin-left: 10px;
}

.grades span {
  display: inline-block;
  margin: 5px 2px;
  width: 8px;
  height: 20px;
  background-color: #b3b3b3;
}

.grades span.fill {
  background-color: #b21e47;
}

.grades span.half {
  background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), color-stop(50%, #b3b3b3), color-stop(50%, #b21e47), to(#b21e47));
  background: linear-gradient(#b3b3b3, #b3b3b3 50%, #b21e47 50%, #b21e47 100%);
}

.grades.circle span {
  width: 16px;
  height: 16px;
  margin: 7px 1px;
  border-radius: 50% 50%;
}

.grades.circle span.half {
  background: -webkit-gradient(linear, right top, left top, from(#b3b3b3), color-stop(50%, #b3b3b3), color-stop(50%, #b21e47), to(#b21e47));
  background: linear-gradient(to left, #b3b3b3, #b3b3b3 50%, #b21e47 50%, #b21e47 100%);
}

.alert-success, .alert-danger {
  margin: 1rem 0;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.ngdialog-content .fa-spin {
  float: left;
  font-size: 40px;
  line-height: 50px;
  color: #b21e47;
}

.ngdialog-content .fa-spin + div {
  margin-left: 60px;
}

.ngdialog-button {
  padding: .5em 1em !important;
}

#about .main {
  padding-left: 30px;
  padding-right: 30px;
}

#about h2 {
  color: #414042;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}

#about h2:first-child {
  margin-top: 0;
}

#splash .langs {
  position: absolute;
  top: 10%;
  left: 50px;
  width: 300px;
  font-size: 24px;
}

#splash .langs a {
  display: block;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  text-align: center;
  background-image: url(/assets/img/nav.svg);
  background-size: 100% 100%;
}

#splash .langs a:hover {
  color: #fff;
  background-image: url(/assets/img/nav-blue.svg);
}

#splash .load-progress {
  height: 100%;
  background-image: url(/assets/img/header.svg);
  background-size: 100% 100%;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

#splash .load-progress + div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 80px;
}

#splash .small-screen {
  background-image: url(/assets/img/header.svg);
  background-size: 100% 100%;
  padding: 20px;
}

.summary {
  height: 170px;
  margin-bottom: 10px;
  padding: 0 20px 20px 20px;
  color: #414042;
  font-size: 15px;
  overflow: auto;
}

.dialog-form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 18px;
  padding: 5px 10px;
  height: 36px;
  line-height: 26px;
  background-color: #515152;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.dialog-form .mailpreview {
  background-color: #fff;
  padding: 10px 15px;
  margin: 15px 0;
  font-size: 70%;
  line-height: normal;
}

@media screen and (min-width: 1580px) {
  #project article > div.svg {
    width: 210px;
    float: left;
  }
  #project article > div.summary {
    margin-left: 230px;
    padding-left: 0;
  }
}

#home .btn-blue {
  float: right;
  margin-top: 25px;
  margin-left: 15px;
}

#home .main {
  left: 265px;
  padding: 20px 20px 20px 50px;
}

#home .next {
  bottom: 15px;
}

#home .demo {
  position: relative;
  padding-top: 50px;
  margin-bottom: 30px;
}

#home .demo figcaption {
  color: #67a1db;
  font-size: 20px;
  position: absolute;
  top: -40px;
  left: 10px;
  padding-bottom: 50px;
  margin-right: 400px;
  background: url("/assets/img/demo-arr.png") no-repeat center bottom;
}

#home .demo div {
  margin-top: 10px;
}

#home .demo div img {
  max-width: 90%;
}

#home .arrow {
  color: #67a1db;
}

#home .main.projects {
  padding: 0 20px;
}

#home .main.projects article {
  width: 32.5%;
  margin: 0 1% 1% 0;
  border-radius: 25px;
  background-color: #f1f1f1;
  padding: 5px;
  float: left;
  color: #67a1db;
  position: relative;
}

#home .main.projects article:nth-child(3n) {
  margin-right: 0;
}

#home .main.projects article h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  padding-bottom: 5px;
}

#home .main.projects article .svg {
  height: 180px;
  padding: 0 5px;
  text-align: center;
}

#home .main.projects article figure {
  padding-bottom: 70%;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  border-radius: 0 0 20px 20px;
}

#home .main.projects article figure:last-child {
  border-radius: 0 0 25px 25px;
}

#home .main.projects article:hover, #home .main.projects article.active {
  background-color: #c2d9f1;
  color: #fff;
}

#home .main.projects article:hover .actions, #home .main.projects article.active .actions {
  display: block;
}

#home .main.projects .actions {
  display: none;
  position: absolute;
  right: 10px;
  bottom: -12px;
  z-index: 1;
}

#home .main.projects .actions a {
  cursor: pointer;
  color: #fff;
  display: block;
  float: left;
  border-radius: 15px;
  background-color: #c2d9f1;
  margin-left: 5px;
}

#home .main.projects .actions a i {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}

#home .main.projects .actions a span {
  padding-left: 10px;
  display: none;
}

#home .main.projects .actions a:hover span {
  display: inline-block;
}

#project {
  /* product properties */
  /* product settings */
}

#project .main {
  left: 265px;
  padding: 0 20px;
}

#project .main .text {
  padding: 20px 0 20px 30px;
}

#project nav.numbered span {
  text-indent: -18px;
  padding-left: 18px;
}

#project article {
  width: 32.5%;
  margin: 0 1% 1% 0;
  border-radius: 25px;
  background-color: #f1f1f1;
  border: solid 5px #f1f1f1;
  float: left;
  color: #67a1db;
  overflow: hidden;
}

#project article:nth-child(3n) {
  margin-right: 0;
}

#project article h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  padding-bottom: 5px;
  font-size: 'Helvetica Neue', 'Lato', sans-serif;
  font-weight: bold;
  color: #717073;
}

#project article .svg {
  height: 180px;
  padding: 0 5px;
  text-align: center;
}

#project article figure {
  padding-bottom: 70%;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
}

#project article:hover, #project article.active {
  border: solid 5px #c2d9f1;
}

#project article.active {
  background-color: #c2d9f1;
  color: #fff;
}

#project article.active h2, #project article.active h2 reg {
  color: #fff;
}

#project .properties, #project .images {
  position: absolute;
  top: 75px;
  bottom: 80px;
}

#project .properties {
  left: 10px;
  width: 30%;
  min-width: 300px;
  overflow: auto;
}

#project .properties h2, #project .properties h2 reg {
  color: #414042;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}

#project .properties ul.grading {
  list-style: none none outside;
  margin: 20px 10px;
  line-height: 30px;
  font-size: 16px;
}

#project .properties ul.grading li {
  padding: 0;
}

#project .properties ul.grading li > span:first-child {
  width: 40%;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}

#project .properties ul.grading i {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  width: 55px;
}

#project .properties article {
  width: 250px;
  margin-top: 20px;
  float: none;
}

#project .properties article h2 {
  margin: 0;
}

#project .images {
  left: 30%;
  margin-left: 30px;
  right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#project.settings h2, #project.settings h2 reg {
  color: #414042;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}

#project.settings .green {
  width: 50%;
  padding: 50px 30px 50px 10px;
  color: #414042;
}

#project.settings form {
  line-height: 35px;
  margin-top: 40px;
}

#project.settings form > div {
  border-bottom: solid 1px #e0e4af;
  padding-bottom: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

#project.settings form > div:last-child {
  border: none;
  margin: 0;
}

#project.settings form > div > div {
  float: left;
  width: 50%;
  padding-right: 30px;
}

#project.settings form > div > div + div {
  padding-left: 10px;
  padding-right: 0;
}

#project.settings input {
  border: none;
}

#project.settings input:focus {
  outline: none;
}

#project.settings label {
  display: block;
}

#project.settings label.white-text {
  color: #fff;
}

#project.settings label:first-child {
  color: #fff;
  float: left;
  width: 180px;
}

#project.settings label + label {
  margin-left: 185px;
}

#project.settings label + label i {
  visibility: hidden;
  padding-right: 15px;
  line-height: 35px;
  float: left;
}

#project.settings label + label:hover, #project.settings label + label.active {
  color: #fff;
}

#project.settings label + label.active i {
  visibility: visible;
}

#project.settings label input[type=radio] {
  display: none;
}

#project.settings label input[type=radio] + span {
  display: block;
  margin-left: 33px;
}

#project.settings label input[type=number] {
  color: #414042;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 6px;
  line-height: 25px;
  padding: 5px 15px;
  width: 75px;
}

#project.settings .info {
  position: absolute;
  top: 75px;
  bottom: 80px;
  right: 0;
  left: 0;
  padding: 0 10px;
  overflow: auto;
}

#project.settings aside {
  margin-top: 30px;
  width: 250px;
}

#project.settings aside > div {
  text-align: right;
  color: #67a1db;
  font-size: 20px;
  padding-bottom: 55px;
  background: url("/assets/img/product-arr.png") no-repeat 110px 30px;
}

#project.settings aside > article {
  width: auto;
  margin: 0;
  float: none;
}

#project.picture .upload {
  padding-top: 50px;
}

#project.picture .upload [ngf-select] {
  cursor: pointer;
  float: left;
}

#project.picture .upload img {
  max-width: 550px;
  height: auto;
}

#project.picture .progress {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  margin-right: 15px;
}

#project.save .main > div,
#project.save .main > form {
  padding-top: 50px;
}

#project.save input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 18px;
  padding: 5px 10px;
  height: 36px;
  line-height: 26px;
  background-color: #515152;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  margin-right: 15px;
}

#project .youtube {
  display: inline-block;
  padding-left: 50px;
  line-height: 27px;
  background-image: url("/assets/img/youtube.png");
  background-repeat: no-repeat;
  background-position: left center;
}

#configurator .green {
  width: 265px;
  padding: 30px 30px 30px 10px;
  line-height: normal;
}

#configurator .green h2 {
  font-weight: bold;
}

#configurator .green .actions {
  float: right;
  width: 24px;
}

#configurator .green .actions a {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 50%;
  background-color: #fff;
  color: #b21e47;
  font-size: 18px;
  line-height: 20px;
  padding: 2px;
  cursor: pointer;
}

#configurator .green .actions + div {
  margin-right: 25px;
}

#configurator .green ol {
  font-size: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  list-style: decimal outside;
}

#configurator .green li {
  margin-top: 5px;
}

#configurator #container {
  position: absolute;
  top: 75px;
  bottom: 80px;
  left: 265px;
  right: 0;
  overflow: hidden;
}

#configurator #container > img {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

#configurator #container .panel {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 10;
  overflow: visible;
  /* required to make item clickable after transform */
  pointer-events: none;
  /* allows clicking to go through to underlying panel */
}

#configurator #container .panel > * {
  pointer-events: auto;
  /* allows clicking to trigger on underlying panel */
}

#configurator #container .panel .point {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  /*5px;*/
  background-color: rgba(255, 255, 255, 0.7);
  visibility: hidden;
  cursor: pointer;
  z-index: 11;
}

#configurator #container .panel .point i {
  padding: 5px;
  font-size: 30px;
  font-weight: bold;
  display: block;
}

#configurator #container .panel .tl {
  left: 0;
  top: 0;
}

#configurator #container .panel .tr {
  left: 100%;
  top: 0;
}

#configurator #container .panel .bl {
  left: 0;
  top: 100%;
}

#configurator #container .panel .br {
  left: 100%;
  top: 100%;
}

#configurator #container .panel span {
  display: none;
  position: absolute;
}

#configurator #container .panel span i {
  z-index: 1;
  display: block;
  font-style: normal;
  white-space: nowrap;
  color: #fff;
  background-color: #515152;
  padding: 1px 8px;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
}

#configurator #container .panel.hide {
  visibility: hidden;
}

#configurator #container .panel.active {
  z-index: 1000 !important;
  /* always bring active panel to front */
}

#configurator #container .panel.active span {
  display: block;
}

#configurator #container .panel.active .point {
  visibility: visible;
}

#configurator #container .panel .line {
  position: absolute;
  height: 1px;
  line-height: 1px;
  background-color: transparent;
  /* #f00;*/
}

@media screen and (min-width: 1580px) {
  #configurator .green {
    width: 330px;
  }
  #configurator .green ol {
    font-size: 16px;
  }
  #configurator .green .actions {
    width: 30px;
  }
  #configurator .green .actions a {
    font-size: 22px;
    line-height: 22px;
    padding: 4px;
  }
  #configurator #container {
    left: 330px;
  }
}

#configurator .prev,
#configurator .next {
  padding: 0 15px;
  background-image: none;
  cursor: pointer;
}

#configurator .prev i,
#configurator .next i {
  line-height: 48px;
  font-size: 30px;
  vertical-align: middle;
}

#configurator .prev span,
#configurator .next span {
  margin: 0 6px;
  vertical-align: middle;
  display: inline-block;
  line-height: 15px;
}
/*# sourceMappingURL=main.css.map */