/* --------------------------------
// Define the breakpoints at which your layout will change, adapting to different screen sizes for elements
-------------------------------- */
/* --------------------------------
// Utilities
-------------------------------- */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* -------------------------------- 
Font family
-------------------------------- */
/*
@font-face {
    font-family: 'Lavanderia';
    src: local('Lavanderia Delicate'),
         url('../fonts/lavanderia_delicate-webfont.woff2') format('woff2'),
         url('../fonts/lavanderia_delicate-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
*/
@font-face {
  font-family: 'Lavanderia';
  src: local('Lavanderia Regular'), url('../fonts/lavanderia_regular-webfont.woff2') format('woff2'), url('../fonts/lavanderia_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/*
@font-face {
    font-family: 'Lavanderia';
    src: local('Lavanderia Sturdy'),
         url('../fonts/lavanderia_sturdy-webfont.woff2') format('woff2'),
         url('../fonts/lavanderia_sturdy-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
*/
@font-face {
  font-family: 'Calendary Hands';
  src: url('../fonts/calendary_hands_w03_regular-webfont.woff2') format('woff2'), url('../fonts/calendary_hands_w03_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #e85f89;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #e85f89;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* --------------------------------
// Navs
-------------------------------- */
.dot-nav {
  padding-top: 9px;
}
.dot-nav li {
  margin: 0 10px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.dot-nav a {
  line-height: 4.3em;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.dot-nav a::after {
  content: "";
  border: 2px solid #ffffff;
  border-radius: inherit;
  left: -2px;
  top: -2px;
  z-index: 0;
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
  width: 54px;
  height: 54px;
}
.dot-nav a svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .dot-nav {
    padding-top: 0;
    background-color: #35343a;
  }
  .dot-nav li {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .dot-nav li a:hover svg use:first-child,
  .dot-nav li.active a svg use:first-child {
    display: none;
  }
  .dot-nav li a:hover svg use:last-child,
  .dot-nav li.active a svg use:last-child {
    display: block !important;
  }
  .dot-nav a::after {
    border: 0 !important;
  }
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1030;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #fafafa;
  border-color: #e0e0e0;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #e0e0e0;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #e8e8e8;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #e0e0e0;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #e0e0e0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #e0e0e0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #e0e0e0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
/* -------------------------------- 
// Mainbar
-------------------------------- */
.mainbar {
  z-index: 1030;
}
.mainbar p {
  font-size: 1.4rem;
  line-height: 50px;
  letter-spacing: 7px;
  white-space: nowrap;
  -webkit-transition: opacity 150ms ease-out;
          transition: opacity 150ms ease-out;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.mainbar-button {
  background-color: rgba(53, 52, 58, 0.8);
  width: calc(50% - 50px);
  height: 50px;
}
.mainbar-button-icon {
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 15px;
  height: 50px;
}
.mainbar-button-icon > svg {
  height: inherit;
}
.mainbar-button.left p {
  padding-right: 20px;
}
.mainbar-button.left .mainbar-button-icon {
  left: 0;
}
.mainbar-button.right p {
  padding-left: 20px;
}
.mainbar-button.right .mainbar-button-icon {
  right: 0;
}
.mainbar-clip {
  width: 100px;
}
.mainbar-clip > svg {
  fill: rgba(53, 52, 58, 0.8);
  width: inherit;
  height: 80px;
}
.mainbar-brand {
  top: 15px;
  left: 50%;
  margin-left: -33px;
  width: 68px;
  height: 68px;
}
.mainbar-brand-outer,
.mainbar-brand-inner,
.mainbar-brand-inner svg {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.mainbar-brand-outer,
.mainbar-brand-inner {
  -webkit-transition-property: background-color;
          transition-property: background-color;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}
.mainbar-brand-outer {
  top: 0px;
  left: inherit;
  margin-left: -34px;
  background-color: rgba(232, 95, 137, 0.5);
}
.mainbar-brand-inner {
  padding-left: 4px;
  margin: 7px auto;
  width: 54px;
  height: 54px;
}
.mainbar-brand-inner svg {
  -webkit-transition-property: fill;
          transition-property: fill;
  margin: inherit;
  width: 40px;
  height: 40px;
}
.mainbar-brand:hover .mainbar-brand-outer {
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  .mainbar {
    position: relative;
  }
  .mainbar-button {
    width: 50%;
  }
  .mainbar-button.left {
    margin-left: -1px;
  }
  .mainbar-button.right {
    margin-left: 1px;
  }
  .mainbar-button p {
    letter-spacing: 5px;
  }
}
/* -------------------------------- 
// Navbar
-------------------------------- */
.navbar {
  margin-bottom: 60px;
  padding: 0 5px;
  height: 62px;
}
.navbar-form,
.navbar .dropdown-toggle {
  margin: -4px 0;
  height: 68px;
}
.navbar-form.navbar-right {
  margin-right: -1px;
}
.navbar-form input:focus {
  box-shadow: none;
}
.navbar-form input {
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-form input::-moz-placeholder {
  color: #35343a;
  opacity: 1;
}
.navbar-form input:-ms-input-placeholder {
  color: #35343a;
}
.navbar-form input::-webkit-input-placeholder {
  color: #35343a;
}
.navbar-form input::placeholder {
  -webkit-transition: opacity 150ms ease-in-out;
          transition: opacity 150ms ease-in-out;
}
.navbar .btn {
  margin-left: -5px;
  padding: 15px;
}
.navbar .btn svg {
  margin: 0 auto;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.navbar .btn:hover,
.navbar .btn:focus,
.navbar .btn:active,
.navbar .btn:active:hover,
.navbar .btn:active:focus {
  box-shadow: none;
}
.navbar .btn-primary:hover,
.navbar .btn-primary:focus,
.navbar .btn-primary:active,
.navbar .btn-primary:active:hover,
.navbar .btn-primary:active:focus {
  background-color: #e85f89;
}
.navbar .btn-info:hover,
.navbar .btn-info:focus,
.navbar .btn-info:active,
.navbar .btn-info:active:hover,
.navbar .btn-info:active:focus {
  background-color: #2ebdc5;
}
.navbar .dropdown-toggle svg {
  margin-right: 10px;
}
.navbar .dropdown-toggle span {
  width: 198px;
  max-width: 198px;
  font-size: 16px;
  vertical-align: bottom;
}
.navbar .dropdown-menu {
  z-index: 1041;
}
.navbar-brand {
  margin-left: 0 !important;
  width: 189px !important;
  height: 189px !important;
}
.navbar-brand svg {
  width: inherit !important;
  height: inherit !important;
}
.navbar-brand h3 {
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -1px;
  background-color: #424448;
  line-height: 3.2em !important;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
  width: 120px;
  height: 120px;
}
.navbar-header {
  left: 50%;
  top: 50% !important;
  z-index: 1030;
  width: 182px !important;
  height: 192px !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.navbar-form,
.navbar-nav,
.navbar-text {
  z-index: 1031;
}
.navbar-collapse {
  background-color: #424448;
}
.navbar-nav > li > a,
.navbar-text {
  padding-top: 19px;
  padding-bottom: 19px;
}
.navbar-default .navbar-nav > li > a.btn-info:hover,
.navbar-default .navbar-nav > li > a.btn-info:focus,
.navbar-default .navbar-nav > .open > a.btn-info {
  background-color: #2ebdc5 !important;
}
@media only screen and (max-width: 1199px) {
  .navbar-header,
  .navbar-brand {
    width: 200px;
    height: 97px;
  }
  .navbar-header {
    top: -98px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar {
    position: fixed;
    z-index: 1030;
    left: 0px;
    bottom: 0;
    padding: 0;
    width: 100%;
  }
  .navbar .btn {
    padding: 12px;
  }
  .navbar,
  .navbar-collapse,
  .navbar-nav,
  .navbar-nav li a,
  .navbar-nav li a svg {
    margin: 0 !important;
  }
  .navbar-collapse {
    height: 100%;
    padding-top: 3px !important;
  }
  .navbar-nav {
    width: 50%;
    display: inline-block;
  }
  .navbar .dropdown-toggle {
    height: 62px;
  }
  .navbar .navbar-left {
    float: left;
  }
  .navbar .navbar-right {
    float: right;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #e85f89;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown-menu .legend {
  padding: 0 3px;
  margin-right: 10px;
}
.dropdown-menu .divider {
  margin: 10px 10px;
}
.dropdown.open .dropdown-menu {
  max-height: 500px;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #35343a;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #e85f89;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #db1f59;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
/* --------------------------------
// Links
-------------------------------- */
a {
  -webkit-transition-property: border-color, background-color, opacity, color;
          transition-property: border-color, background-color, opacity, color;
}
a,
a svg {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
a svg {
  -webkit-transition-property: fill, opacity;
          transition-property: fill, opacity;
}
.updown {
  padding: 0 4px;
  height: 20px;
}
.updown span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.updown span::before {
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.updown:enabled:hover span,
.updown:enabled:focus span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.updown:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.ripple {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-size: 22px;
  padding: 10px 30px;
  width: 250px;
  height: 50px;
}
.ripple > span {
  vertical-align: middle;
  margin-right: 15px;
}
.ripple > span > svg {
  width: 22px;
  height: 22px;
}
.ripple-figure {
  z-index: 0;
  fill: rgba(255, 255, 255, 0.5);
}
.ripple-figure-shape {
  width: 100px;
  height: 100px;
}
.cross {
  right: 25px;
  top: 15px;
  text-indent: 100%;
  width: 36px;
  height: 36px;
}
.cross::before,
.cross::after {
  width: 2px;
  content: '';
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.cross::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cross::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* -------------------------------- 
// Utility rules
-------------------------------- */
.box {
  display: table-cell;
  vertical-align: middle;
}
.box > .box-inner {
  max-width: 400px;
}
.logotype-img {
  width: 150px;
  margin-bottom: 20px;
}
.logotype-svg {
  margin-bottom: 60px;
}
.logotype-svg svg {
  width: 400px;
}
img.logotype {
  width: 150px;
  margin: 0 auto 20px;
}
.step {
  width: 200px;
  height: 200px;
}
.step::before,
.step-title {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.step::before {
  border: 2px solid #ffffff;
  content: '';
  -webkit-transition: width 0.25s ease-in-out, height 0.25s ease-in-out;
          transition: width 0.25s ease-in-out, height 0.25s ease-in-out;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.step-title {
  font-size: 56px;
  -webkit-transition: all .25s;
          transition: all .25s;
}
.step-inner {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
          transition: transform 0.25s ease-in-out;
}
.step-icon {
  width: 68px;
  height: 68px;
}
.step-message {
  cursor: default;
  width: 75%;
  font-size: 14px;
  margin: 0 auto;
  line-height: 18px;
}
.step.open::before {
  width: 100%;
  height: 100%;
}
.step.open .step-title {
  font-size: 46px;
  top: 20%;
}
.step.open .step-inner {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* -------------------------------- 
// Overlay
-------------------------------- */
.overlay {
  background: rgba(53, 52, 58, 0.5);
  z-index: 1001;
}
/* -------------------------------- 
// Dropup
-------------------------------- */
.dropup-menu li a {
  line-height: 50px;
  opacity: 0.95;
  filter: alpha(opacity=95);
  width: 50px;
  height: 40px;
}
.dropup-menu li a svg {
  width: 20px;
  height: 20px;
}
.dropup.open-left > .dropup-menu > li {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dropup.open-right > .dropup-menu > li {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
/* -------------------------------- 
// Indicator
-------------------------------- */
.indicator {
  font-size: 22px;
  padding: 0 150px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  z-index: 1001;
  background-image: url('../images/indicator.png');
  /* FF3.6-15 */
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0.0980392)), color-stop(0.5, #ffffff), to(rgba(255, 255, 255, 0.0980392)));
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.0980392) 0%, #ffffff 50%, rgba(255, 255, 255, 0.0980392) 100%);
  /* Chrome10-25,Safari5.1-6 */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.0980392) 0%, #ffffff 50%, rgba(255, 255, 255, 0.0980392) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#1affffff', GradientType=1);
  /* IE6-8 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#1affffff', GradientType=1);
  /* IE8-9 */
  background-size: 150px 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  -webkit-background-clip: text;
  background-clip: text;
}
.mz-no-cssgradients .indicator {
  background: url('../images/indicator.png');
}
.mz-no-backgroundcliptext .indicator {
  background: none;
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}
@media only screen and (max-width: 767px) {
  .indicator {
    font-size: 20px;
  }
}
/* -------------------------------- 
// Slider
-------------------------------- */
.slider {
  z-index: 1001;
  width: 350px;
  height: 180px;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
.slider-slide {
  bottom: 60px;
  width: 660px;
  left: -150px;
}
.slider-frame {
  font-size: 36px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.slider-nav {
  bottom: 12px;
}
.slider-nav a.nav-prev,
.slider-nav a.nav-next {
  margin: 0 5px;
  padding-top: 5px;
  vertical-align: middle;
}
.slider-nav a.nav-prev > span > svg,
.slider-nav a.nav-next > span > svg {
  fill: rgba(255, 255, 255, 0.5);
  width: 22px;
  height: 22px;
}
.slider-nav a.nav-prev:hover svg,
.slider-nav a.nav-next:hover svg {
  fill: #ffffff;
}
.slider-nav a.nav-prev:focus,
.slider-nav a.nav-next:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .slider {
    height: 160px;
  }
  .slider-frame {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .slider {
    top: 60%;
  }
}
.slide-title {
  padding: 15px 150px;
}
.slide-title span[class*=char] {
  white-space: pre;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.slide-current,
.slide-current > .slide-move {
  z-index: 100;
}
/* -------------------------------- 
// Brand
-------------------------------- */
.brand {
  margin: 0 auto;
}
.brand img {
  width: 75%;
  max-width: 275px;
}
@media only screen and (max-width: 480px) and (orientation: landscape) {
  .brand {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .brand {
    padding-top: 30px;
  }
}
/* --------------------------------
// Shapes
-------------------------------- */
.round,
.round span {
  display: block;
}
.round {
  line-height: 3.43em;
  width: 50px;
  height: 50px;
}
.round svg {
  width: 20px;
  height: 20px;
}
.round span {
  font-size: 1.12em;
}
.round-xl {
  font-size: 2.87em !important;
  line-height: 8.12em !important;
  width: 130px;
  height: 130px;
}
.round-lg {
  font-size: 2.25em !important;
  line-height: 6.25em !important;
  width: 100px;
  height: 100px;
}
.round-lg svg {
  width: 26px;
  height: 26px;
}
a.round-lg {
  line-height: 2.8em !important;
}
.round-sm {
  font-size: 1em !important;
  line-height: 2.25em !important;
  width: 36px;
  height: 36px;
}
.round-xs {
  font-size: 0.8em !important;
  line-height: 1.9em !important;
  width: 24px;
  height: 24px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #267edd;
}
.has-success .form-control {
  border-color: #267edd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #1c65b4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7eb2eb;
}
.has-success .input-group-addon {
  color: #267edd;
  border-color: #267edd;
  background-color: #267edd;
}
.has-success .form-control-feedback {
  color: #267edd;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #9067fd;
}
.has-warning .form-control {
  border-color: #9067fd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #6b35fc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #daccfe;
}
.has-warning .input-group-addon {
  color: #9067fd;
  border-color: #9067fd;
  background-color: #9067fd;
}
.has-warning .form-control-feedback {
  color: #9067fd;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #c8ada2;
}
.has-error .form-control {
  border-color: #c8ada2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #b59182;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eee6e2;
}
.has-error .input-group-addon {
  color: #c8ada2;
  border-color: #c8ada2;
  background-color: #c8ada2;
}
.has-error .form-control-feedback {
  color: #c8ada2;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #72707d;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.nao-input,
.ms-input {
  z-index: 1010;
}
/* -------------------------------- 
// Nao input text
-------------------------------- */
.nao-input {
  vertical-align: top;
  padding-top: 1em;
}
.nao-input-field {
  padding: 1em 0em 0.25em;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
.nao-input-label {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
          transition: transform 0.2s 0.15s, color 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.nao-input-label-content {
  padding: 1.6em 0;
}
.nao-input-field:focus ~ .nao-graphic,
.nao-input-filled .nao-graphic {
  stroke: #35343a;
}
.nao-input-field:focus + .nao-input-label,
.nao-input-filled .nao-input-label {
  -webkit-transform: translate3d(0, -1em, 0) scale3d(0.9, 0.9, 1);
          transform: translate3d(0, -1em, 0) scale3d(0.9, 0.9, 1);
}
.text-center .nao-input-field:focus + .nao-input-label,
.text-center.nao-input-filled .nao-input-field + .nao-input-label {
  -webkit-transform: translate3d(0.8em, -1em, 0) scale3d(0.9, 0.9, 1);
          transform: translate3d(0.8em, -1em, 0) scale3d(0.9, 0.9, 1);
}
.nao-input-field:focus ~ .nao-graphic,
.nao-input-filled .nao-graphic,
.text-center .nao-input-field:focus ~ .nao-graphic,
.text-center.nao-input-filled .nao-graphic {
  -webkit-transform: translate3d(-66.6%, 0, 0);
          transform: translate3d(-66.6%, 0, 0);
}
textarea.nao-input-field:focus + .nao-input-label,
.nao-input-filled textarea.nao-input-field + .nao-input-label {
  -webkit-transform: translate3d(0, -3.3em, 0) scale3d(0.9, 0.9, 1);
          transform: translate3d(0, -3.3em, 0) scale3d(0.9, 0.9, 1);
}
.nao-input-area {
  padding: 1.7em 0 .86em;
}
.nao-input-area .nao-input-field {
  max-height: 150px;
  height: 60px;
}
.nao-input-area .nao-input-field + .nao-input-label .nao-input-label-content {
  padding: 4.1em 0;
}
.nao-graphic {
  -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
          transition: transform 0.7s, stroke 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
.nao-error {
  font-size: 12px;
  line-height: 12px;
  color: red;
  font-weight: 600;
  height: 15px;
  display: block;
}
/* -------------------------------- 
// Morphsearch input text
-------------------------------- */
.ms-input {
  min-height: 40px;
}
.ms-input form {
  width: 100%;
  height: 40px;
}
.ms-input-field {
  padding: 0 10% 0 10px;
}
.ms-input-field::-moz-placeholder {
  color: #35343a;
  opacity: 1;
}
.ms-input-field:-ms-input-placeholder {
  color: #35343a;
}
.ms-input-field::-webkit-input-placeholder {
  color: #35343a;
}
.ms-input-field::-ms-clear {
  /* remove cross in IE */
  display: none;
}
.ms-input-submit {
  right: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
          transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
  width: 80px;
  height: 80px;
}
.ms-input-submit > svg {
  fill: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  width: inherit;
  height: inherit;
}
.ms-input-content {
  margin-top: 4.5em;
  padding: 0 10.5%;
  width: 100%;
  height: auto;
}
.ms-input-close {
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
  top: 60px;
}
[class*=catalog] .ms-input {
  z-index: 1040;
  top: 100px;
  right: 50%;
  font-size: 18px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.form-control {
  box-shadow: none;
}
.form-comment {
  padding: .71em 1.43em 1.43em;
}
.form-comment .ctrl-group {
  padding-left: 2%;
  padding-right: 2%;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #e85f89;
  border-color: #e54979;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #e23268;
  border-color: #98163e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #e23268;
  border-color: #d21e55;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e23268;
  border-color: #d21e55;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #d21e55;
  border-color: #98163e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #e85f89;
  border-color: #e54979;
}
.btn-primary .badge {
  color: #e85f89;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #267edd;
  border-color: #2071ca;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #1c65b4;
  border-color: #0e345c;
}
.btn-success:hover {
  color: #fff;
  background-color: #1c65b4;
  border-color: #175495;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #1c65b4;
  border-color: #175495;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #175495;
  border-color: #0e345c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #267edd;
  border-color: #2071ca;
}
.btn-success .badge {
  color: #267edd;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #2ebdc5;
  border-color: #29a9b0;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #24959c;
  border-color: #114649;
}
.btn-info:hover {
  color: #fff;
  background-color: #24959c;
  border-color: #1e7a7f;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #24959c;
  border-color: #1e7a7f;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #1e7a7f;
  border-color: #114649;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #2ebdc5;
  border-color: #29a9b0;
}
.btn-info .badge {
  color: #2ebdc5;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #9067fd;
  border-color: #7e4efd;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #6b35fc;
  border-color: #3903c8;
}
.btn-warning:hover {
  color: #fff;
  background-color: #6b35fc;
  border-color: #5211fc;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #6b35fc;
  border-color: #5211fc;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #5211fc;
  border-color: #3903c8;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #9067fd;
  border-color: #7e4efd;
}
.btn-warning .badge {
  color: #9067fd;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #c8ada2;
  border-color: #bf9f92;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #b59182;
  border-color: #835d4e;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b59182;
  border-color: #a87d6c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #b59182;
  border-color: #a87d6c;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #a87d6c;
  border-color: #835d4e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #c8ada2;
  border-color: #bf9f92;
}
.btn-danger .badge {
  color: #c8ada2;
  background-color: #fff;
}
.btn-link {
  color: #e85f89;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #db1f59;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* -------------------------------- 
// Buttons
-------------------------------- */
.btn {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.2em;
}
.btn > svg {
  top: 7px;
  margin-right: 10px;
  width: 26px;
  height: 26px;
}
/* -------------------------------- 
General
-------------------------------- */
body {
  font-smoothing: antialiased;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  height: 100%;
}
/* -------------------------------- 
Popup sections
-------------------------------- */
main {
  z-index: 1000;
}
.mobil,
.popup {
  z-index: 1040;
}
section {
  /* &[class*=catalog] {
        overflow: visible;
    }*/
}
/* -------------------------------- 
// Shell
-------------------------------- */
.shell {
  height: 100vh;
}
/* -------------------------------- 
// Wrapper
-------------------------------- */
.wrapper {
  z-index: 1001;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.wrapper header {
  z-index: 1001;
}
.wrapper footer {
  height: 70px;
}
.wrapper footer ul {
  line-height: 56px;
}
.wrapper footer ul > li {
  vertical-align: middle;
}
.wrapper footer ul > li .round {
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.wrapper footer ul > li .round svg {
  fill: rgba(255, 255, 255, 0.6);
}
.wrapper footer ul > li .round:hover,
.wrapper footer ul > li.open > .dropup-toggle {
  border-color: #ffffff;
}
.wrapper footer ul > li .round:hover svg,
.wrapper footer ul > li.open > .dropup-toggle svg {
  fill: #ffffff;
}
.wrapper footer ul > li p span,
.wrapper footer ul > li p span a {
  color: rgba(255, 255, 255, 0.5);
}
.wrapper footer ul > li p span {
  padding: 0 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  line-height: 16px;
  font-size: 15px;
}
.wrapper footer ul > li p span:last-child {
  border-right: none;
}
.wrapper footer ul > li p a:hover {
  color: #ffffff;
}
.wrapper footer ul.pull-left {
  margin-left: 15px;
}
.wrapper footer ul.pull-left li {
  margin-right: 10px;
}
.wrapper footer ul.pull-right {
  margin-right: 45px;
}
.wrapper footer ul.pull-right li {
  margin-left: 10px;
}
.mz-preserve3d .wrapper {
  -webkit-perspective: 2000px;
          perspective: 2000px;
}
@media only screen and (max-width: 767px) {
  .wrapper {
    height: 100%;
    top: auto;
    bottom: 0;
  }
  .wrapper header {
    position: relative;
    margin-top: 0;
    height: 70px;
  }
  .wrapper footer {
    height: 100%;
  }
}
.perspective-layer {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.01);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.perspective-layer.bg {
  background-image: url('../images/perspective-bg.jpg');
}
.perspective-layer.fg {
  background-image: url('../images/perspective-fg.png');
}
.perspective-layer.far {
  background-image: url('../images/perspective-lensflare1.png');
}
.perspective-layer.near {
  background-image: url('../images/perspective-lensflare2.png');
}
@media only screen and (max-width: 991px) {
  .perspective-layer.bg {
    background-image: url('../images/perspective-bg-sm.jpg');
  }
  .perspective-layer.fg {
    background-image: url('../images/perspective-fg-sm.png');
  }
}
@media only screen and (max-width: 767px) {
  .perspective-layer.bg {
    background-image: url('../images/perspective-bg-xs.jpg');
  }
  .perspective-layer.fg {
    background-image: url('../images/perspective-fg-xs.png');
  }
}
.mz-preserve3d .perspective {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.cover {
  height: 101% !important;
  background-image: -webkit-linear-gradient(rgba(215, 104, 255, 0) 50%, rgba(108, 131, 220, 0.498039) 80%, #009db9 100%);
  background-image: linear-gradient(rgba(215, 104, 255, 0) 50%, rgba(108, 131, 220, 0.498039) 80%, #009db9 100%);
  /*.mqXSMaxWidth({
        background-color: @text-color;
        background-image: linear-gradient(
            rgba(215, 104, 255, 0) 30%, 
            rgba(108, 131, 220, 0.498039) 60%, 
            rgb(0, 157, 185) 100%
        );
    }); */
  /*linear-gradient(rgba(215, 104, 255, 0) 50%, rgba(108, 131, 220, 0.498039) 80%, #A70064 100%)
    linear-gradient(rgba(0, 178, 222, 0) 20%, rgba(0, 114, 158, 0.498039) 60%, rgb(0, 50, 93) 100%);*/
}
/* -------------------------------- 
// Catalog section
-------------------------------- */
[class*=catalog] {
  z-index: 1000;
}
[class*=catalog] > .container-fluid {
  height: 100vh;
}
[class*=catalog] header,
[class*=catalog] footer {
  z-index: 1001;
}
[class*=catalog] header {
  height: 0;
  background-color: #019CB8;
  /*h1 {
            margin-top:5px;
            margin-bottom:10px;
        }*/
  /*.zigzag::before {
            &:extend(.bg-inverse);
        }*/
}
[class*=catalog] section {
  padding-top: 100px;
}
[class*=catalog] section .container > .row > [class*=col-] {
  z-index: 1000;
}
[class*=catalog] > .container-fluid {
  background-color: #e0e3e3;
}
@media only screen and (max-width: 767px) {
  [class*=catalog] section {
    padding-top: 50px;
  }
}
.product {
  z-index: 1000;
}
.product-nav {
  background-color: #e0e3e3;
  margin-bottom: 100px;
  min-height: 100vh;
}
.product-nav > li {
  float: none;
  vertical-align: top;
  padding: 0 1px;
  position: initial;
}
.product-nav > li:last-child {
  margin-bottom: 200px;
}
.product-nav > li.active {
  height: 747px;
}
.product-nav > li.active > .expander {
  height: 380px;
}
.product-nav > li.notfound h2 {
  line-height: 50px;
}
@media only screen and (max-width: 1199px) {
  .product-nav li.active {
    height: 683px;
  }
  .product-nav li.active > .expander {
    height: 363px;
  }
}
@media only screen and (max-width: 991px) {
  .product-nav li.active {
    height: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .product-nav li {
    margin-bottom: 10px;
  }
  .product-nav li.active {
    height: auto;
  }
}
.item-desc,
.expander-inner {
  border: 1px solid #d2d6d4;
}
.item {
  height: 350px;
  margin: 5px;
}
.item-img,
.item-reference {
  top: 40px;
}
.item-desc {
  z-index: 1000;
}
.item-category {
  bottom: 10px;
  right: 10px;
}
.item-category > span {
  padding-left: 2px;
}
.item-reference {
  top: 16px;
  left: 0;
}
.item-img {
  padding-left: 1px;
  padding-right: 1px;
}
.item-id > span {
  padding-left: 15px;
}
.item-name {
  font-size: 20px;
  line-height: 10px;
}
.item-price {
  line-height: 34px;
}
@media only screen and (max-width: 1199px) {
  .item {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .item {
    max-width: 360px;
    height: 450px;
    margin: 0 auto;
    padding: 0;
  }
  .item-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .item-id {
    bottom: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .item {
    height: 430px;
  }
}
.expander {
  margin-top: 5px;
  padding-right: 12px;
  padding-left: 0;
  right: 0;
  left: 6px;
  height: 0;
}
.expander-img {
  padding-top: 15px;
  padding-bottom: 15px;
}
.expander-img img {
  max-width: 360px;
}
.expander-id {
  padding: 50px 30px 0;
}
.expander-id > [class*=col-] {
  margin-bottom: 10px;
}
.expander-id p {
  max-height: 120px;
  line-height: 15px;
}
.expander-id h5 {
  color: #777777;
  margin-bottom: 5px;
}
.expander-name {
  font-size: 24px;
  padding: 5px 20px;
  z-index: 2;
}
.expander-desc {
  max-height: 135px;
}
.expander-reference,
.expander-price {
  line-height: 0;
}
.expander-color li,
.expander-size li {
  margin-right: 10px;
  list-style: none;
}
.expander-color div,
.expander-size div {
  display: table-cell !important;
  vertical-align: middle;
  width: inherit;
  height: inherit;
}
@media only screen and (max-width: 1199px) {
  .expander-id {
    padding-top: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .expander-inner > div > a.contract {
    top: 10px;
    right: 15px;
  }
  .expander-id {
    margin-left: -30px;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
.plug {
  z-index: 1039;
  background-color: #2d4853;
  width: 82px;
  height: 82px;
}
.plug svg {
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 20px;
  height: 20px;
}
.plug-up {
  top: -41px;
}
.plug-down {
  bottom: -41px;
}
.zigzag-up::before,
.zigzag-down::after {
  content: "";
  z-index: 999;
  height: 35px;
  background-size: 22px 100%;
  background-position: 50%;
}
.zigzag-up::before {
  top: -35px;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #019CB8));
  background-image: -webkit-linear-gradient(135deg, #019CB8 25%, transparent 25%), -webkit-linear-gradient(45deg, #019CB8 25%, transparent 25%);
  background-image: linear-gradient(315deg, #019CB8 25%, transparent 25%), linear-gradient(45deg, #019CB8 25%, transparent 25%);
}
.zigzag-down::after {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #019CB8), color-stop(0.25, #019CB8));
  background-image: -webkit-linear-gradient(315deg, #019CB8 25%, transparent 25%), -webkit-linear-gradient(225deg, #019CB8 25%, transparent 25%);
  background-image: linear-gradient(135deg, #019CB8 25%, transparent 25%), linear-gradient(225deg, #019CB8 25%, transparent 25%);
}
.tile {
  padding: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: table;
}
.tile h1 {
  line-height: 0.5em;
}
.tile h4 {
  font-size: 22px;
}
.tile-howbuy {
  background-color: #019CB8;
}
.tile-social {
  background-color: #424448;
}
.tile-social ul {
  padding: 35px 0;
}
.tile-social ul svg {
  fill: #e0e3e3;
  width: 32px;
  height: 32px;
}
.tile-social ul a:hover svg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tile-social ul li {
  vertical-align: middle;
}
.tile-social ul li h2 {
  margin-top: 12px;
  color: #e0e3e3;
}
.tile-opinions,
.tile-comment,
.tile-share {
  padding-bottom: 10px;
  height: 500px;
}
.tile-opinions .tile-label,
.tile-comment .tile-label,
.tile-share .tile-label {
  margin: 30px 0 40px;
}
.tile-comment .tile-object {
  float: none;
}
.popup .row {
  font-size: 0;
}
.popup-content {
  font-size: 16px;
}
.popup-footer,
.popup-header {
  height: 50px;
  z-index: 1042;
  font-size: 1.4rem;
  box-shadow: 0px 1px 13px -2px rgba(0, 0, 0, 0.75);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.popup-header {
  background-color: #fafafa;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .popup-header {
    margin-right: 0;
  }
  .popup.contact .popup-header svg use.left,
  .popup[class*=inside] .popup-header svg use.right {
    display: block !important;
  }
  .popup-header .btn > svg {
    margin-right: 0;
  }
}
.popup-footer {
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media only screen and (min-width: 768px) {
  .popup-footer {
    height: 70px;
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  .split,
  .popup-content {
    height: 100%;
  }
  .popup-content {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .contact .popup-content {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .popup[class*=inside] .popup-content {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    overflow: hidden;
  }
}
.popup-tile {
  z-index: 1040;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: table;
  top: 0;
}
.popup-tile.left {
  margin-left: 1px;
  left: 0;
}
.popup-tile-icon {
  margin-bottom: 3em;
}
.popup-tile-icon svg {
  width: 64px;
  height: 64px;
}
.popup-tile-title h1 {
  line-height: 0.5em;
}
.contact .popup-tile {
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}
.contact .popup-tile-label {
  margin-bottom: 2em;
}
.contact .popup-tile h1 {
  line-height: 0.5em;
}
.contact .popup-tile-object {
  float: none;
}
.contact .popup-tile.left .popup-tile-icon {
  margin-top: 0.7em;
}
.contact .popup-tile.left h1,
.contact .popup-tile.right h1 {
  margin-top: -10px;
}
.contact .popup-tile.center {
  left: calc((100%/3)*1);
  z-index: 1039;
}
.contact .popup-tile.center .popup-tile-icon {
  padding-top: 8px;
}
.contact .popup-tile.center .popup-tile-icon svg {
  width: 70px;
  height: 70px;
}
.contact .popup-tile.center h1 {
  margin-top: -0.26em;
}
.contact .popup-tile.right {
  left: calc((100%/3)*2);
  z-index: 1038;
  margin-left: -1px;
}
.contact .popup-tile.right .popup-tile-icon {
  padding-top: 12px;
}
.contact .popup-tile.right button {
  margin-top: 40px;
  line-height: 0;
  width: 80px;
  height: 80px;
}
.contact .popup-tile.right button svg {
  width: 48px;
  height: 48px;
}
.contact .popup-tile.right button:enabled:hover span,
.contact .popup-tile.right button:enabled:focus span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.contact .popup-tile.right button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.popup[class*=inside] .popup-tile {
  padding: 0 50px;
}
.popup[class*=inside] .popup-tile.left {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}
.popup[class*=inside] .popup-tile.right {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  right: 0;
}
.popup[class*=inside] .popup-tile.right h1 {
  line-height: 20px;
}
.popup[class*=inside] .popup-tile.right h1:first-child {
  margin-top: 60px;
}
.popup-tile .show,
.popup-tile .updown,
.popup-tile .dot-nav a,
.popup-tile img.logotype,
.popup-tile .dropup-toggle,
.popup-tile .dropup-menu li,
.popup-tile .dropup-menu a,
.popup-tile .dropup-menu span,
.popup-tile .nao-input-field,
.popup-tile .nao-input-label-content,
.popup-tile .product-nav > li.notfound h2,
.popup-tile .item,
.popup-tile .item-reference,
.popup-tile .item-id > span,
.popup-tile .expander-id > span,
.popup-tile .expander-id h5,
.popup-tile .expander-id p,
.popup-tile .expander-name,
.popup-tile .zigzag-up::before,
.zigzag-down::after .popup[class*=inside] .popup-tile h1 {
  line-height: 42px;
}
.popup[class*=inside] .popup-tile-icon {
  margin-right: 20px;
}
.popup[class*=inside] .popup-tile-icon svg {
  width: 72px;
  height: 72px;
}
.popup[class*=inside] .popup-tile-object {
  padding-top: 10px;
}
.popup[class*=inside] .popup-tile-object p {
  margin-bottom: 1em;
  line-height: 1;
  font-size: 26px;
  text-indent: 20px;
  padding: 1px;
}
@media only screen and (max-width: 991px) {
  .contact .popup-tile h1 {
    font-size: 38px;
  }
  .contact .popup-tile h2 {
    font-size: 28px;
  }
  .popup[class*=inside] .popup-tile-icon svg {
    width: 62px;
    height: 62px;
  }
  .popup[class*=inside] .popup-tile-label h1 {
    font-size: 34px;
  }
  .popup[class*=inside] .popup-tile-object p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-tile {
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  .contact .popup-tile-label {
    margin-top: 0.8em;
    margin-bottom: 0em;
  }
  .popup[class*=inside] .popup-tile.right {
    width: 100%;
  }
  .popup[class*=inside] .popup-tile.right .box-inner {
    margin: 0;
    float: right;
  }
  .popup[class*=inside] .popup-tile {
    padding: 0;
    overflow: hidden;
  }
}
.social {
  margin-bottom: 10px;
}
.social-bp {
  margin-right: .86em;
}
.social-bp-inner {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}
.social-bp-inner svg {
  top: 12px;
  left: 9px;
  width: 44px;
  height: 44px;
}
.social-nt {
  width: 130px;
  height: 64px;
}
.social-nt svg {
  width: 111px;
  height: 32px;
}
.social-nt .instagram svg {
  top: 8px;
}
.social-nt .instagram h4 {
  top: 32px;
}
.social-nt .facebook svg {
  top: 0;
}
.social-nt .facebook h4 {
  top: 28px;
}
@media only screen and (max-width: 991px) {
  .social-bp-inner {
    width: 58px;
    height: 58px;
  }
  .social-bp-inner svg {
    top: 9px;
    left: 9px;
    width: 38px;
    height: 38px;
  }
  .social-nt-inner .instagram svg {
    top: 14px;
  }
  .social-nt-inner .facebook svg {
    top: 5px;
  }
}
.contact .box-inner {
  height: 580px;
}
@media only screen and (max-width: 767px) {
  .box-inner .box-inner,
  .contact .box-inner {
    max-width: 300px;
  }
  .popup[class*=inside] .box-inner {
    max-height: auto;
  }
  .contact .popup-tile.left .box-inner,
  .contact .popup-tile.right .box-inner {
    height: 300px;
  }
  .contact .popup-tile.center .box-inner {
    height: 370px;
  }
}
@media only screen and (max-width: 767px) {
  .tile-label h1,
  .popup-tile-label h1,
  .tile-label h2,
  .popup-tile-label h2 {
    font-size: 32px;
  }
}
.theme-title {
  bottom: 0;
  width: 40px;
}
.theme-title h1 {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 32px;
  margin-top: 0 !important;
  margin-left: 7px;
}
@media only screen and (max-width: 767px) {
  .theme {
    padding: 60px 20px 60px 60px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.dropdown-menu .legend {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6,
.dropdown-menu .legend {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 46px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6,
.dropdown-menu .legend {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #9067fd;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center,
.navbar-form input,
.navbar-form input::-webkit-input-placeholder,
.navbar .dropdown-toggle span,
.step-message,
.dropup-menu li a,
.round,
.tile-social ul {
  text-align: center;
}
.text-center,
.navbar-form input,
.navbar-form input::-moz-placeholder,
.navbar .dropdown-toggle span,
.step-message,
.dropup-menu li a,
.round,
.tile-social ul {
  text-align: center;
}
.text-center,
.navbar-form input,
.navbar-form input:-ms-input-placeholder,
.navbar .dropdown-toggle span,
.step-message,
.dropup-menu li a,
.round,
.tile-social ul {
  text-align: center;
}
.text-center,
.navbar-form input,
.navbar-form input::placeholder,
.navbar .dropdown-toggle span,
.step-message,
.dropup-menu li a,
.round,
.tile-social ul {
  text-align: center;
}
.text-justify,
.popup[class*=inside] .popup-tile-object p {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.navbar-form input::-webkit-input-placeholder,
.navbar-nav > li > a,
.navbar-text,
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-transform: uppercase;
}
.text-uppercase,
.navbar-form input::-moz-placeholder,
.navbar-nav > li > a,
.navbar-text,
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-transform: uppercase;
}
.text-uppercase,
.navbar-form input:-ms-input-placeholder,
.navbar-nav > li > a,
.navbar-text,
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-transform: uppercase;
}
.text-uppercase,
.navbar-form input::placeholder,
.navbar-nav > li > a,
.navbar-text,
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary,
.updown {
  color: #e85f89;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e23268;
}
.text-success {
  color: #267edd;
}
a.text-success:hover,
a.text-success:focus {
  color: #1c65b4;
}
.text-info {
  color: #2ebdc5;
}
a.text-info:hover,
a.text-info:focus {
  color: #24959c;
}
.text-warning {
  color: #9067fd;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #6b35fc;
}
.text-danger {
  color: #c8ada2;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b59182;
}
.bg-primary,
.mainbar-brand-inner,
.navbar-form input,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #e85f89;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #e23268;
}
.bg-success {
  background-color: #267edd;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #1c65b4;
}
.bg-info {
  background-color: #2ebdc5;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #24959c;
}
.bg-warning {
  background-color: #9067fd;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #6b35fc;
}
.bg-danger {
  background-color: #c8ada2;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #b59182;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.dropup-menu li {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
/* --------------------------------
// Background colors
-------------------------------- */
.bg-color,
.dot-nav a,
.dropdown-menu .divider,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.border-top::before {
  background-color: #35343a;
}
.bg-inverse,
.mainbar-brand:hover .mainbar-brand-inner,
.dropdown-menu,
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.contact .popup-tile.right button {
  background-color: #fafafa;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black,
.cross::before,
.cross::after {
  background-color: #000;
}
.no-bg,
.navbar-default,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.updown,
.slide-title span[class*=char],
.nao-input-field,
.ms-input-field,
section > .container-fluid .row,
.wrapper footer ul > li .round {
  background-color: transparent;
}
/* --------------------------------
// Text
-------------------------------- */
.text-color,
.navbar-form input,
.navbar .dropdown-toggle span,
.navbar-default .navbar-text,
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.item:hover,
.item:focus,
.popup[class*=inside] .popup-tile-object p,
.theme-title h1 {
  color: #35343a;
}
.text-inverse,
.mainbar-button:hover,
.mainbar-button:focus,
.navbar-brand h3,
.dropdown-menu .legend,
.ripple:hover {
  color: #ffffff;
}
.letter-spacing,
.navbar-form input::-webkit-input-placeholder,
.navbar .dropdown-toggle span {
  letter-spacing: 7px;
}
.letter-spacing,
.navbar-form input::-moz-placeholder,
.navbar .dropdown-toggle span {
  letter-spacing: 7px;
}
.letter-spacing,
.navbar-form input:-ms-input-placeholder,
.navbar .dropdown-toggle span {
  letter-spacing: 7px;
}
.letter-spacing,
.navbar-form input::placeholder,
.navbar .dropdown-toggle span {
  letter-spacing: 7px;
}
/* -------------------------------- 
// Fonts family
-------------------------------- */
.font-lavanderia {
  font-family: 'Lavanderia';
}
.font-calendaryhands,
.popup[class*=inside] .popup-tile-object p {
  font-family: 'Calendary Hands';
}
/* -------------------------------- 
// Fonts weight
-------------------------------- */
.font-lighter {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-normal,
.nao-input-label,
.btn {
  font-weight: 400;
}
.font-bold,
.navbar-form input,
.navbar-form input::-webkit-input-placeholder,
.navbar .dropdown-toggle span,
.navbar-default .navbar-nav > .active > a,
.updown span::before {
  font-weight: 600;
}
.font-bold,
.navbar-form input,
.navbar-form input::-moz-placeholder,
.navbar .dropdown-toggle span,
.navbar-default .navbar-nav > .active > a,
.updown span::before {
  font-weight: 600;
}
.font-bold,
.navbar-form input,
.navbar-form input:-ms-input-placeholder,
.navbar .dropdown-toggle span,
.navbar-default .navbar-nav > .active > a,
.updown span::before {
  font-weight: 600;
}
.font-bold,
.navbar-form input,
.navbar-form input::placeholder,
.navbar .dropdown-toggle span,
.navbar-default .navbar-nav > .active > a,
.updown span::before {
  font-weight: 600;
}
.font-bolder,
.item-name > span:last-child,
.expander-name > span:last-child {
  font-weight: 900;
}
/* -------------------------------- 
// SVG colors
-------------------------------- */
.no-fill,
.nao-graphic {
  fill: none;
}
.fill-primary,
.mainbar-brand:hover .mainbar-brand-inner > svg {
  fill: #e85f89;
}
.fill-info {
  fill: #2ebdc5;
}
.fill-success {
  fill: #267edd;
}
.fill-warning {
  fill: #9067fd;
}
.fill-danger {
  fill: #c8ada2;
}
.fill-inverse,
.dot-nav a svg,
.mainbar-button-icon > svg,
.mainbar-brand-inner svg,
.plug svg {
  fill: #fff;
}
.fill-color,
.navbar .btn svg,
.contact .popup-tile.right button svg {
  fill: #35343a;
}
.stroke-primary {
  stroke: #e85f89;
}
.stroke-info {
  stroke: #2ebdc5;
}
.no-stroke {
  stroke: none;
}
.stroke-success {
  stroke: #267edd;
}
.stroke-warning {
  stroke: #9067fd;
}
.stroke-danger {
  stroke: #c8ada2;
}
.stroke-inverse {
  stroke: #fff;
}
.stroke-color {
  stroke: #35343a;
}
.no-text-indent,
.step-message {
  text-indent: 0 !important;
}
/* -------------------------------- 
// Mark
-------------------------------- */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.form-horizontal .form-group:after,
.dl-horizontal dd:after {
  clear: both;
}
.center-block,
.ripple,
.box > .box-inner,
.logotype-img,
.logotype-svg svg,
.slider,
.ms-input form,
.product-nav,
.expander-color div,
.expander-size div,
.contact .popup-tile-object {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right,
.mainbar-button.right,
.mainbar-button.left p {
  float: right !important;
}
.pull-left,
.mainbar-button.left,
.mainbar-button.right p {
  float: left !important;
}
.hide {
  display: none !important;
}
.show,
.dot-nav a,
.updown,
img.logotype,
.dropup-toggle,
.dropup-menu li,
.dropup-menu a,
.dropup-menu span,
.nao-input-field,
.nao-input-label-content,
.product-nav > li.notfound h2,
.item,
.item-reference,
.item-id > span,
.expander-id > span,
.expander-id h5,
.expander-id p,
.expander-name,
.zigzag-up::before,
.zigzag-down::after {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden,
.switch[class*=catalog] + .popup,
.popup.home,
.popup[class*=catalog] {
  display: none !important;
}
.affix,
.overlay,
.mobil,
.popup,
.wrapper header,
.popup-footer,
.popup-header,
.popup-tile,
.theme-title {
  position: fixed;
}
/* --------------------------------
// Opacity
-------------------------------- */
.opacity,
.dot-nav li,
.dot-nav a::after,
.navbar-form input:focus::-webkit-input-placeholder,
.ripple-figure-shape,
.overlay,
.dropup-menu li,
.slide-title span[class*=char],
.ms-input-submit,
.ms-input-content,
.ms-input-close,
.popup-tile {
  opacity: 0;
  filter: alpha(opacity=0);
}
.opacity,
.dot-nav li,
.dot-nav a::after,
.navbar-form input:focus::-moz-placeholder,
.ripple-figure-shape,
.overlay,
.dropup-menu li,
.slide-title span[class*=char],
.ms-input-submit,
.ms-input-content,
.ms-input-close,
.popup-tile {
  opacity: 0;
  filter: alpha(opacity=0);
}
.opacity,
.dot-nav li,
.dot-nav a::after,
.navbar-form input:focus:-ms-input-placeholder,
.ripple-figure-shape,
.overlay,
.dropup-menu li,
.slide-title span[class*=char],
.ms-input-submit,
.ms-input-content,
.ms-input-close,
.popup-tile {
  opacity: 0;
  filter: alpha(opacity=0);
}
.opacity,
.dot-nav li,
.dot-nav a::after,
.navbar-form input:focus::placeholder,
.ripple-figure-shape,
.overlay,
.dropup-menu li,
.slide-title span[class*=char],
.ms-input-submit,
.ms-input-content,
.ms-input-close,
.popup-tile {
  opacity: 0;
  filter: alpha(opacity=0);
}
.no-opacity,
.dot-nav li a:hover::after,
.dot-nav li.active a::after,
.mainbar-button:hover p,
.mainbar-button:focus p,
.navbar-form input::-webkit-input-placeholder,
.navbar .btn:hover svg,
.navbar .btn:focus svg,
.navbar .btn:active svg,
.navbar .btn:active:hover svg,
.navbar .btn:active:focus svg,
.cross:hover::before,
.cross:hover::after,
.dropup-menu li a:hover,
.plug:hover svg {
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-opacity,
.dot-nav li a:hover::after,
.dot-nav li.active a::after,
.mainbar-button:hover p,
.mainbar-button:focus p,
.navbar-form input::-moz-placeholder,
.navbar .btn:hover svg,
.navbar .btn:focus svg,
.navbar .btn:active svg,
.navbar .btn:active:hover svg,
.navbar .btn:active:focus svg,
.cross:hover::before,
.cross:hover::after,
.dropup-menu li a:hover,
.plug:hover svg {
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-opacity,
.dot-nav li a:hover::after,
.dot-nav li.active a::after,
.mainbar-button:hover p,
.mainbar-button:focus p,
.navbar-form input:-ms-input-placeholder,
.navbar .btn:hover svg,
.navbar .btn:focus svg,
.navbar .btn:active svg,
.navbar .btn:active:hover svg,
.navbar .btn:active:focus svg,
.cross:hover::before,
.cross:hover::after,
.dropup-menu li a:hover,
.plug:hover svg {
  opacity: 1;
  filter: alpha(opacity=100);
}
.no-opacity,
.dot-nav li a:hover::after,
.dot-nav li.active a::after,
.mainbar-button:hover p,
.mainbar-button:focus p,
.navbar-form input::placeholder,
.navbar .btn:hover svg,
.navbar .btn:focus svg,
.navbar .btn:active svg,
.navbar .btn:active:hover svg,
.navbar .btn:active:focus svg,
.cross:hover::before,
.cross:hover::after,
.dropup-menu li a:hover,
.plug:hover svg {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* --------------------------------
// Overflow
-------------------------------- */
.no-overflow,
.dropdown-box,
.cross,
.updown,
.box > .box-inner,
.step,
.nao-input,
section,
.wrapper,
[class*=catalog],
.expander,
.expander-desc {
  overflow: hidden !important;
}
.overflow-y,
.dropdown.open .dropdown-menu,
.ms-input.open,
[class*=catalog] > .container-fluid,
.popup-tile {
  overflow-y: auto;
  overflow-x: hidden;
}
/* --------------------------------
// Sizes
-------------------------------- */
.couple-width,
.mainbar-button-icon > svg,
.ripple-figure,
.box,
.logotype-svg,
.overlay,
.slider-nav,
.slider-frame,
.nao-input,
.nao-input-field,
.nao-input-label,
.nao-input-label-content,
.wrapper,
.wrapper header,
.wrapper section,
.wrapper .perspective-layer,
.wrapper .cover,
.wrapper footer,
.product-nav,
.product-nav > li.notfound,
.item-inner,
.item-img img,
.item-reference,
.item-id,
.expander,
.expander-color,
.expander-size,
.expander-img img,
.border-top::before {
  width: 100%;
}
.couple-height,
.mainbar-clip,
.navbar-form .btn,
.navbar-form .form-group,
.navbar-form input,
.ripple-figure,
.cross::before,
.cross::after,
.box,
.overlay,
.round span,
.btn,
section .container-fluid,
section .container-fluid .row,
.wrapper,
.wrapper section,
.wrapper .perspective,
.wrapper .perspective-layer,
.item-inner,
.tile .box-inner,
.popup-content,
.popup-tile,
.theme-title h1 {
  height: 100%;
}
.couple-square,
.step-inner,
.ms-input-field {
  width: 100%;
  height: 100%;
}
/* --------------------------------
// Postions
-------------------------------- */
.relative,
.dot-nav a,
.mainbar p,
.mainbar-brand-inner,
.navbar-brand,
.navbar-form,
.navbar-nav,
.navbar-text,
.updown span,
.ripple,
.box > .box-inner,
.logotype,
img.logotype,
.step,
.step-inner,
.step-inner p,
.slide-current,
.slide-current > .slide-move,
.brand,
.nao-input,
.nao-input-field,
.nao-input-label-content,
.ms-input form,
.btn,
.btn > svg,
.wrapper section,
.wrapper .perspective,
[class*=catalog] header,
[class*=catalog] footer,
[class*=catalog] section,
.product-nav,
.item-inner,
.expander-id,
.expander-name,
.zigzag,
.split,
.social > div > div,
.border-top {
  position: relative;
}
.absolute,
.dot-nav a::after,
.mainbar-button-icon,
.mainbar-clip,
.mainbar-brand,
.mainbar-brand-outer,
.navbar-brand h3,
.navbar-header,
.updown span::before,
.ripple-figure,
.cross,
.cross::before,
.cross::after,
.step::before,
.step-title,
.dropup-menu,
.slider,
.slider-slide,
.slider-nav,
.slider-frame,
.slider-frame::before,
.slider-frame::after,
.nao-input-label,
.nao-graphic,
.ms-input,
.ms-input-submit,
.ms-input-content,
.wrapper .perspective-layer,
.wrapper .cover,
.wrapper footer,
.item-img,
.item-desc,
.item-category,
.item-reference,
.item-id,
.expander,
.plug,
.zigzag-up::before,
.zigzag-down::after,
.social-bp-inner svg,
.social-nt-inner svg,
.social-nt-inner h4,
.border-top::before {
  position: absolute;
}
.left-top,
.ripple-figure,
.overlay,
.nao-input-label,
.nao-graphic,
.mobil,
.popup,
.wrapper,
.wrapper header,
.wrapper section,
.wrapper .perspective-layer,
.wrapper .cover,
[class*=catalog] section,
.item-desc,
.theme-title,
.border-top::before {
  top: 0;
  left: 0;
}
.left-bottom,
.wrapper footer,
.item-id {
  bottom: 0;
  left: 0;
}
.right-bottom,
.mobil,
.popup,
[class*=catalog] section,
.item-desc {
  bottom: 0;
  right: 0;
}
.center-x,
.mainbar-clip,
.slider,
.slider-frame,
.plug {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.center-y,
.step-inner p {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.left-to-right,
.zigzag-up::before,
.zigzag-down::after,
.popup-footer,
.popup-header {
  left: 0;
  right: 0;
}
.top-to-bottom {
  top: 0;
  bottom: 0;
}
/* --------------------------------
// Frame
-------------------------------- */
.no-padding,
.navbar .container-fluid,
.navbar-form,
.navbar-header,
.navbar-brand,
.navbar-collapse,
.dropup-menu,
.nao-input-label,
.nao-input-area .nao-input-field,
section > .container-fluid,
[class*=catalog] > [class*=col-],
.product-nav,
.expander-inner,
.expander-color,
.expander-size,
.tile-social,
.tile-opinions,
.tile-comment,
.tile-share,
.popup-tile,
mark,
.mark {
  padding: 0;
}
.no-margin,
.navbar-nav > li > a,
.navbar-text,
.wrapper footer ul > li p,
.tile-social ul {
  margin: 0;
}
/* --------------------------------
// UI behaviors
-------------------------------- */
.disable-pointer,
.ripple-figure,
.overlay,
.nao-input-label,
.nao-graphic,
.ms-input-submit,
.ms-input-content,
.ms-input-close {
  pointer-events: none;
}
.enable-pointer,
.ms-input.open .ms-input-submit,
.ms-input.open .ms-input-content,
.ms-input.open .ms-input-close {
  pointer-events: auto;
}
.pointer,
a {
  cursor: pointer;
}
/* --------------------------------
// Display
-------------------------------- */
.show-ln {
  display: inline;
}
.show-md,
.dot-nav li,
.navbar .dropdown-toggle span,
.updown span,
.step,
.slider-nav a,
.slider-slide.block .slide-title span[class*=char],
.nao-input,
.nao-input-label,
.btn,
.wrapper footer ul > li,
.wrapper footer p span,
.product-nav > li,
.item-name > span.word1,
.item-name > span.word2,
.item-name > span.word3,
.item-name > span.word4,
.expander-name > span.word1,
.expander-name > span.word2,
.expander-name > span.word3,
.expander-name > span.word4,
.expander-color li,
.expander-size li,
.popup[class*=inside] .popup-tile-icon,
.popup[class*=inside] .popup-tile-label,
.social > div {
  display: inline-block;
}
.ellipsis,
.navbar .dropdown-toggle span {
  text-overflow: ellipsis;
  overflow: hidden;
}
/* --------------------------------
// Borders
-------------------------------- */
.no-border,
.navbar,
.navbar-collapse,
.navbar-form input,
.dropdown-menu,
.updown,
.nao-input-field,
.ms-input-field,
.ms-input-submit,
.btn,
.contact .popup-tile.right button {
  border: none;
}
.border-top {
  padding-top: 20px;
  margin-top: 20px;
}
.border-top::before {
  content: "";
  height: 1px;
}
.no-outline,
a:focus,
button:focus,
.nao-input-field:focus,
.ms-input-field,
.ms-input-submit {
  outline: none;
}
.no-radius,
.navbar,
.navbar-form input,
.nao-input-field,
.btn {
  border-radius: 0 !important;
}
.radius,
.round {
  border-radius: 50%;
}
.radius-frame,
.form-comment {
  border-radius: 5px;
}
