@charset "UTF-8";

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
*{
background: none repeat scroll 0 0 transparent;
border: medium none;

color: #26589F;  margin: 0;
padding: 0;
text-align: left;
text-decoration: none;
text-indent: 0;
}*/

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html.overlay-on,
body.overlay-on {
  overflow: auto;
}

#wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  font-family: "FluggerCondensedLight", "Microsoft YaHei", "Helvetica Narrow", "Arial Narrow", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
  overflow: hidden;
  font-weight: 300;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "FluggerCondensedLight", "Microsoft YaHei", "Helvetica Narrow", "Arial Narrow", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
  padding: 0;
  margin: 0;
}

h1 {
  font-weight: 100;
  font-size: 3em;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix {
  *zoom: 1;
  clear: both;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hide {
  display: none;
}

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.unselectable {
  /* For Opera and <= IE9, we need to add unselectable="on" attribute onto each element */
  /* Check this site for more details: http://help.dottoro.com/lhwdpnva.php */
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  -moz-user-select: none;
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

::-webkit-input-placeholder {
  padding: 8px 5px 5px 0;
  color: #e1e1e1;
}

:-moz-placeholder {
  /* Firefox 18- */
  padding: 8px 5px 5px 0;
  color: #e1e1e1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  padding: 8px 5px 5px 0;
  color: #e1e1e1;
}

:-ms-input-placeholder {
  padding: 8px 5px 5px 0;
  color: #e1e1e1;
}

.text-input-base,
textarea,
input[type="text"],
.text-field,
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 15px 0px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #c4ddd8;
  box-sizing: border-box;
  color: black;
  cursor: auto;
  line-height: 20px;
  padding: 15px 15px 15px 15px;
  font-size: 1.8em;
  font-weight: 100;
}

.text-input-base:focus,
textarea:focus,
input[type="text"]:focus,
.text-field:focus,
[type="checkbox"]:not(:checked)+label:focus:before,
[type="checkbox"]:checked+label:focus:before {
  outline: 0;
  border-color: #666;
}

textarea {
  width: 100%;
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
  position: relative;
  padding-left: 45px;
  line-height: 30px;
  display: block;
  cursor: pointer;
  margin: 10px auto;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 30px;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
  content: ' ';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/checkbox-marker.png) no-repeat center;
  position: absolute;
  top: 2px;
  left: 1px;
  font-size: 14px;
  color: #09ad7e;
  transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

/* accessibility */
[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
  outline: 0;
  border-color: #666;
}

.error,
[type="text"].error,
[type="checkbox"].error+label:before {
  outline: 0;
  border-color: red;
  border-width: 2px;
}

.view-animate {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.view-animate.ng-enter,
.view-animate.ng-leave {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.view-animate.ng-enter {
  top: 100%;
  opacity: 0;
}

.view-animate.ng-enter.ng-enter-active {
  top: 0;
  opacity: 1;
}

.view-animate.ng-leave.ng-leave-active {
  top: -100%;
  opacity: 0;
}

/*
[ui-view]{
}

.ui-view-container {
}

[ui-view].ng-enter, [ui-view].ng-leave {

  -webkit-transition:opacity 3s ease-in-out;
  -moz-transition:opacity 3s ease-in-out;
  -o-transition:opacity 3s ease-in-out;
  transition:opacity 3s ease-in-out;
}

[ui-view].ng-enter {

  -webkit-transform:scale3d(0.5, 0.5, 0.5);
  -moz-transform:scale3d(0.5, 0.5, 0.5);
  transform:scale3d(0.5, 0.5, 0.5);
}

[ui-view].ng-enter-active {

  -webkit-transform:scale3d(1, 1, 1);
  -moz-transform:scale3d(1, 1, 1);
  transform:scale3d(1, 1, 1);
}

[ui-view].ng-leave {
  opacity: 1;
  -webkit-transform:translate3d(0, 0, 0);
  -moz-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
}

[ui-view].ng-leave-active {
  opacity: 0;
  -webkit-transform:translate3d(100px, 0, 0);
  -moz-transform:translate3d(100px, 0, 0);
  transform:translate3d(100px, 0, 0);
}*/
.anim-cancel {
  transition: all 0ms;
}

.anim-left {
  transition: -webkit-transform .7s;
  transition: transform .7s;
}

.anim-left.ng-enter {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

/* starting animations for enter */
.anim-left.ng-enter.ng-enter-active {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

/* terminal animations for enter */
.anim-left.ng-leave {
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

/* starting animations for leave */
.anim-left.ng-leave.ng-leave-active {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

/* terminal animations for leave */
.anim-fadeIn {
  transition: opacity .7s;
}

.anim-fadeIn.ng-enter {
  opacity: 0;
}

.anim-fadeIn.ng-enter-active {
  opacity: 1;
}

.anim-fade.ng-move,
.anim-fade.ng-enter,
.anim-fade.ng-leave {
  transition: all linear 0.5s;
}

.anim-fade.ng-leave.ng-leave-active,
.anim-fade.ng-move,
.anim-fade.ng-enter {
  opacity: 0;
}

.anim-fade.ng-leave,
.anim-fade.ng-move.ng-move-active,
.anim-fade.ng-enter.ng-enter-active {
  opacity: 1;
}

.anim-fadeview.ng-move,
.anim-fadeview.ng-enter,
.anim-fadeview.ng-leave {
  transition: all linear 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.anim-fadeview.ng-leave.ng-leave-active,
.anim-fadeview.ng-move,
.anim-fadeview.ng-enter {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.anim-fadeview.ng-leave,
.anim-fadeview.ng-move.ng-move-active,
.anim-fadeview.ng-enter.ng-enter-active {
  opacity: 1;
}

.anim-view {
  transition: -webkit-transform linear 3.5s;
  transition: transform linear 3.5s;
  position: absolute;
  width: 100%;
  height: 100%;
}

.anim-view.ng-enter {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.anim-view.ng-enter.ng-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.anim-view.ng-leave {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.anim-view.ng-leave.ng-leave-active {
  -webkit-transform: translateY(-100%) s;
  -ms-transform: translateY(-100%) s;
  transform: translateY(-100%) s;
}

.animate-scale.ng-move,
.animate-scale.ng-enter,
.animate-scale.ng-leave {
  transition: -webkit-transform .3s,
    opacity .3s,
    margin .3s,
    max-width .8s;
  transition: transform .3s,
    opacity .3s,
    margin .3s,
    max-width .8s;
}

.animate-scale.ng-leave.ng-leave-active,
.animate-scale.ng-move,
.animate-scale.ng-enter {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  max-width: 0;
  margin: 0;
}

.animate-scale.ng-leave,
.animate-scale.ng-move.ng-move-active,
.animate-scale.ng-enter.ng-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  max-width: 175px;
}

.themes-anim {
  transition: left .7s;
}

.themes-anim.ng-enter,
.themes-anim.ng-leave {
  left: 100%;
  /*.current{
    border: 1px solid red;
  }*/
}

.themes-anim.ng-enter.ng-enter-active,
.themes-anim.ng-leave.ng-leave-active {
  left: 0;
  /*.current{
    left:50%;
  }*/
}

.anim-submenu {
  transition: -webkit-transform .7s;
  transition: transform .7s;
}

.anim-submenu.ng-enter {
  -webkit-transform: translate(0, -100%) scale(0.7);
  -ms-transform: translate(0, -100%) scale(0.7);
  transform: translate(0, -100%) scale(0.7);
}

/* starting animations for enter */
.anim-submenu.ng-enter.ng-enter-active {
  -webkit-transform: translate(0%, 0) scale(1);
  -ms-transform: translate(0%, 0) scale(1);
  transform: translate(0%, 0) scale(1);
}

/* terminal animations for enter */
.anim-submenu.ng-leave {
  -webkit-transform: translate(0%, 0) scale(1);
  -ms-transform: translate(0%, 0) scale(1);
  transform: translate(0%, 0) scale(1);
}

/* starting animations for leave */
.anim-submenu.ng-leave.ng-leave-active {
  -webkit-transform: translate(0%, 100%) scale(0.7);
  -ms-transform: translate(0%, 100%) scale(0.7);
  transform: translate(0%, 100%) scale(0.7);
}

/* terminal animations for leave */
.anim-submenu-from-top {
  transition: -webkit-transform .7s;
  transition: transform .7s;
}

.anim-submenu-from-top.ng-enter {
  -webkit-transform: translate(0, -100%) scale(0.8);
  -ms-transform: translate(0, -100%) scale(0.8);
  transform: translate(0, -100%) scale(0.8);
}

/* starting animations for enter */
.anim-submenu-from-top.ng-enter.ng-enter-active {
  -webkit-transform: translate(0%, 0) scale(1);
  -ms-transform: translate(0%, 0) scale(1);
  transform: translate(0%, 0) scale(1);
}

/* terminal animations for enter */
.anim-submenu-from-top.ng-leave {
  -webkit-transform: translate(0%, 0) scale(1);
  -ms-transform: translate(0%, 0) scale(1);
  transform: translate(0%, 0) scale(1);
}

/* starting animations for leave */
.anim-submenu-from-top.ng-leave.ng-leave-active {
  -webkit-transform: translate(0%, -100%) scale(0.8);
  -ms-transform: translate(0%, -100%) scale(0.8);
  transform: translate(0%, -100%) scale(0.8);
}

/* terminal animations for leave */
.anim-submenu-from-bottom {
  transition: -webkit-transform .7s;
  transition: transform .7s;
}

.anim-submenu-from-bottom.ng-enter {
  -webkit-transform: translate(0, 100%) scale(0.8);
  -ms-transform: translate(0, 100%) scale(0.8);
  transform: translate(0, 100%) scale(0.8);
}

/* starting animations for enter */
.anim-submenu-from-bottom.ng-enter.ng-enter-active {
  -webkit-transform: translate(0%, 0) scale(1);
  -ms-transform: translate(0%, 0) scale(1);
  transform: translate(0%, 0) scale(1);
}

/* terminal animations for enter */
.anim-submenu-from-bottom.ng-leave {
  -webkit-transform: translate(0%, 0) scale(1);
  -ms-transform: translate(0%, 0) scale(1);
  transform: translate(0%, 0) scale(1);
}

/* starting animations for leave */
.anim-submenu-from-bottom.ng-leave.ng-leave-active {
  -webkit-transform: translate(0%, 100%) scale(0.8);
  -ms-transform: translate(0%, 100%) scale(0.8);
  transform: translate(0%, 100%) scale(0.8);
}

/* terminal animations for leave */
.rep-enter,
.rep-leave {
  transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.rep-leave.rep-leave-active,
.rep-enter {
  opacity: 0;
  width: 0px;
  height: 0px;
}

.rep-enter.rep-enter-active,
.rep-leave {
  opacity: 1;
  width: 150px;
  height: 30px;
}

@-webkit-keyframes loadColor {
  0% {
    top: -300px;
    height: 300px;
  }

  100% {
    top: 100%;
  }
}

@keyframes loadColor {
  0% {
    top: -300px;
    height: 300px;
  }

  100% {
    top: 100%;
  }
}

@-webkit-keyframes loopRotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(355deg);
    transform: rotate(355deg);
  }
}

@keyframes loopRotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(355deg);
    transform: rotate(355deg);
  }
}

@-webkit-keyframes favourite-update-keyframes {
  0% {
    -webkit-transform: scale(1.6) translate(90px, -90px);
    transform: scale(1.6) translate(90px, -90px);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes favourite-update-keyframes {
  0% {
    -webkit-transform: scale(1.6) translate(90px, -90px);
    transform: scale(1.6) translate(90px, -90px);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

.favourite-update {
  -webkit-animation: favourite-update-keyframes 1s 1;
  animation: favourite-update-keyframes 1s 1;
}

.nav {
  position: fixed;
  z-index: 90;
  width: 60px;
  top: 0;
  bottom: 0;
  background-color: #252628;
  padding: 0;
  margin: 0;
  will-change: transform;
}

.nav ul,
.nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav li {
  position: relative;
}

.nav-top {
  height: 70px;
}

.nav-breadcrumb {
  margin-top: 5px;
}

.nav-util {
  position: absolute;
  bottom: 0;
}

.nav-util li {
  padding: 0;
  margin: 0;
}

.nav-util li a svg {
  width: 50px;
}

.nav-link {
  cursor: pointer;
  display: table;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  overflow: hidden;
}

.nav-link span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.nav-link.home {
  position: fixed;
  z-index: 999;
  height: 70px;
  width: 200px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

.nav-link.home svg {
  fill: #252628;
  width: 140px;
  height: 64px;
}

.nav-link.favourites .fav-count {
  background: white;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 2;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 15px;
  font-size: 10px;
  color: #000;
  top: 15px;
  right: 8px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.activePage a {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.nav-submenu-wrap {
  background-color: #252628;
  height: 100%;
  width: 100%;
  min-width: 750px;
  position: absolute;
  z-index: 80;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
  transition: -webkit-transform .7s;
  transition: transform .7s;
  -webkit-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  transform: translate(0%, 0);
  overflow: hidden;
  will-change: transform;
}

.nav-submenu-wrap.submenu-close {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.nav-submenu {
  display: table;
  width: 100%;
  height: 100%;
  padding: 30px 60px 30px 60px;
  position: absolute;
  z-index: 15;
}

.nav-submenu ul,
.nav-submenu li {
  list-style-type: none;
}

.nav-submenu-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  overflow: auto;
  padding: 0 0;
  font-size: 18px;
}

.nav-environment {
  width: 80%;
  max-width: 900px;
  overflow: auto;
  margin: 0 auto;
}

.nav-environment li {
  position: relative;
  width: 50%;
  float: left;
  padding: 10px;
  height: 50vh;
  display: table;
}

.nav-environment li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  height: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.nav-environment li a p {
  pointer-events: none;
  position: relative;
}

.nav-environment li a p .nav-submenu-icon {
  position: relative;
}

.nav-environment li a p .icon-arrow {
  display: block;
  margin-top: 10px;
}

.nav-environment li.off .arrow-icon svg {
  fill: #444;
}

.nav-environment li.nav-submenu-search {
  width: 100%;
  height: 15vh;
}

.nav-environment li.nav-submenu-search a {
  color: #999;
  background-color: #303133;
  line-height: 50px;
  text-decoration: none;
}

.nav-environment li.nav-submenu-search a span {
  margin-bottom: -18px;
  display: inline-block;
  width: auto;
}

.nav-surface {
  width: 600px;
  overflow: auto;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (max-height: 650px) {
  .nav-surface {
    margin-bottom: 0px;
  }
}

.nav-surface li {
  width: 25%;
  float: left;
  text-align: center;
}

.nav-surface li a {
  text-decoration: none;
  display: block;
  background-color: #303133;
  color: #9e9e9e;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  margin: 15px;
}

.nav-surface li a span {
  position: relative;
  display: inline-block;
  top: 7px;
  margin-right: 5px;
  margin-left: -15px;
}

.nav-surface li a span svg {
  transition: fill .7s;
  display: inline;
  fill: #6b6b6b;
}

.nav-surface li a:hover {
  color: #fff;
}

.nav-surface li a:hover span svg {
  fill: #9e9e9e;
}

.nav-surface li.current a {
  color: #f2f2f2;
}

.nav-surface li.current a span svg {
  fill: #f2f2f2;
}

.nav-surface.off li a {
  color: #444;
  opacity: .5;
}

.nav-surface.length-1 li {
  width: 100%;
}

.nav-surface.length-2 li {
  width: 50%;
}

.nav-surface.length-3 li {
  width: 33.333%;
}

.nav-room {
  width: 638px;
  margin: 0 auto 30px;
  padding: 0 20px 30px;
  overflow: auto;
}

.nav-room img {
  width: 60%;
  height: auto;
}

.nav-room li {
  float: left;
  text-align: center;
}

.nav-room a {
  cursor: pointer;
  margin: 15px;
  width: 169px;
  height: 169px;
  display: block;
  padding-top: 15px;
}

.nav-room li span.icon {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../image/icon_jt.png") 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.nav-color ul li {
  width: 46%;
  margin: 2%;
  background-color: #cececf;
  padding: 0;
  border-radius: 0 50px 0 50px;
}

.nav-color ul li a {
  color: rgba(87, 86, 87, .6);
  text-decoration: none;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 120px;
  height: auto;
}

.nav-color ul li a:hover {
  color: rgba(87, 86, 87, 1);
}

.nav-submenu-link {
  cursor: pointer;
  margin: 15px;
  text-decoration: none;
  height: 169px;
  color: #9e9e9e;
  position: relative;
  display: block;
  overflow: visible;
  background-color: #303133;
  transition: background-color .7s, opacity .7s, color .7s;
}

.dirty .nav-submenu-link {
  background-color: #303133;
  color: #616368;
}

.dirty .nav-submenu-link .nav-submenu-icon svg {
  fill: #616368;
}

.infocus .nav-submenu-link {
  opacity: 1;
  color: #f2f2f2;
}

.current .nav-submenu-link {
  opacity: 1;
  background-color: #494a4d;
}

.nav-submenu-link:hover {
  color: #fff;
}

.nav-submenu-link p {
  padding: 15px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
}

.off .nav-submenu-link p {
  color: #444;
}

.current .nav-submenu-link p {
  color: #fff;
}

.nav-submenu-link .nav-submenu-icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
}

.nav-submenu-link .nav-submenu-icon svg {
  margin-top: 20px;
  width: 100px;
  height: 100px;
  fill: #ccc;
  transition: fill .7s;
}

.off .nav-submenu-link .nav-submenu-icon svg {
  fill: #444;
}

.current .nav-submenu-link .nav-submenu-icon svg {
  fill: #fff;
}

@-webkit-keyframes blinkSurfaces {
  0% {
    background-color: #494a4d;
  }

  50% {
    background-color: #616368;
  }

  100% {
    background-color: #494a4d;
  }
}

@keyframes blinkSurfaces {
  0% {
    background-color: #494a4d;
  }

  50% {
    background-color: #616368;
  }

  100% {
    background-color: #494a4d;
  }
}

.content-container {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.content {
  transition: all 1.5s;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.selector-section {
  position: relative;
  height: 500px;
  margin: -250px auto 0;
  top: 50%;
}

.selector-section ul {
  list-style: none;
  padding: 0;
  width: 70%;
  margin: 0 auto 100px;
  text-align: center;
  font-size: 0;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  filter: url(../../components/images/shadow.svg#drop-shadow);
  -ms-filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=10, Color='#999');
  filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=10, Color='#999');
}

.selector-section li {
  cursor: pointer;
  position: relative;
  height: 85px;
  display: inline-block;
  border: 1px solid #f2f2f2;
  background: white;
  font-size: 28px;
  line-height: auto;
  padding: 25px;
  margin: 0 0 1px 1px;
}

.room-selector li {
  padding: 25px 35px 25px 75px;
}

.room-icon {
  position: absolute;
  float: left;
  z-index: 1;
  top: 17px;
  left: 20px;
  margin-right: 10px;
  height: 40px;
  width: 40px;
}

.room-icon svg {
  fill: #000;
  width: 40px;
  height: 40px;
  bottom: 0;
}

.dummy {
  display: block;
  width: 500px;
  height: 200px;
  border: 1px solid black;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0px 0px 10px #ff0000);
  filter: url(../../components/images/shadow.svg#drop-shadow);
  /* -ms-filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#ff0000'); //ie
		filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#ff0000'); //other
		-ms-filter: url(../../components/images/shadow.svg#myShadowFilter); */
}

.collage-container {
  padding-left: 60px;
}

.wrap-collage {
  width: 100%;
  margin: 0 auto;
  padding: 95px 92px 0 20%;
  position: relative;
  overflow: auto;
  display: block;
}

.image-intro-text {
  width: 100%;
  max-width: 1300px;
  min-width: 760px;
  margin: 0 auto 60px;
  padding: 0 50px;
}

.image-intro-text h1 {
  padding-top: .5em;
  font-family: "HelveticaNeueLTStd-LtCn", "Microsoft YaHei", "Helvetica Narrow", "Arial Narrow", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05em;
}

.image-intro-text h1 span {
  cursor: pointer;
  font-family: "FluggerCondensedLight", "Microsoft YaHei", "Helvetica Narrow", "Arial Narrow", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 5px 10px 7px;
  position: relative;
  bottom: 8px;
  transition: background-color .7s ease, color .7s ease;
  margin-right: .5em;
}

.image-intro-text h1 span:first-of-type {
  margin-left: 1em;
}

.image-intro-text h1 span:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: #999;
}

.image-intro-text h1 span.current {
  color: rgba(255, 255, 255, 0.8);
  background-color: #333;
}

.image-intro-text h1,
.image-intro-text p {
  max-width: 70%;
  display: block;
}

.image-intro-text h1 p,
.image-intro-text p p {
  color: #333;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.4em;
}

.images-list {
  width: 100%;
  max-width: 1300px;
  min-width: 860px;
  margin: auto;
  text-align: center;
  padding: 0 40px;
}

.image-item.ng-enter {
  transition: opacity 1s,
    -webkit-transform .6s;
  transition: opacity 1s,
    transform .6s;
  opacity: 0;
  -webkit-transform: translate(0, 5%);
  -ms-transform: translate(0, 5%);
  transform: translate(0, 5%);
}

.image-item.ng-enter-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.images-list .image-item-repeat-wrap {
  display: inline;
  font-size: 0;
  margin: 0 1px;
}

.images-list .image-item-repeat-wrap .image-item {
  display: inline-block;
  vertical-align: top;
  line-height: auto;
  max-width: 49%;
}

.images-list .image-item-repeat-wrap:nth-of-type(1) .image-item {
  width: 50%;
}

.images-list .image-item-repeat-wrap:nth-of-type(1) .image-item img {
  width: 100%;
  max-height: 100%;
  margin-bottom: 2px;
}

.images-list .image-item-repeat-wrap:nth-of-type(2) .image-item {
  width: 50%;
  padding-right: 12%;
}

.images-list .image-item-repeat-wrap .image-item img {
  margin: 1px 0;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  max-width: 100%;
  max-height: 700px;
  width: auto;
  height: auto;
}

.images-list .image-item-repeat-wrap .image-item img:nth-of-type(2) {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.images-list .image-item-repeat-wrap .image-item.hover-dropable {
  background-image: url(../images/graphics/dropable-hover.gif) !important;
}

.images-list .image-item-repeat-wrap .image-item.show-dropable {
  border: 2px solid blue;
  background-image: url(../images/graphics/dropable.gif);
}

.img-holder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: lime;
  position: relative;
}

.img-holder.show-dropable {
  border-color: red;
}

.img-holder.show-dropable.hover-dropable {
  border-color: green;
}

.img-holder.loading .overlay-toggle {
  opacity: 0;
}

.img-holder.loading:after {
  content: '';
  position: absolute;
  z-index: 50;
  display: block;
  transition: border-color .7s;
  width: 25px;
  height: 25px;
  border: 2px solid;
  border-color: inherit;
  border-bottom-color: transparent;
  border-radius: 50%;
  top: 16px;
  left: 16px;
  -webkit-animation: loopRotation 2s infinite;
  animation: loopRotation 2s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.image-backdrop {
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  opacity: 0;
  transition: opacity .3s;
}

.open .image-overlay {
  opacity: 1;
}

.image-overlay .icon-add-favourite {
  position: absolute;
  z-index: 4;
  top: 80%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -25px;
  margin-top: -25px;
}

.image-overlay-error {
  padding: .8em 1em;
  display: inline-block;
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 40%;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 100;
  width: 85%;
  font-family: "HelveticaNeueLTStd-LtCn", "Microsoft YaHei", "Helvetica Narrow", "Arial Narrow", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  color: white;
  letter-spacing: 0.05em;
  visibility: hidden;
}

.error .image-overlay-error {
  visibility: visible;
}

.image-color-info-strip {
  transition: background-color .7s,
    color .7s;
  height: 90px;
  margin-top: -45px;
  top: 50%;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 1.3em;
  line-height: 90px;
}

.error .image-color-info-strip {
  transition: none;
}

.image-color-info-strip .color-code {
  font-size: 38px;
  font-family: "HelveticaNeueLTStd-LtCn", "Microsoft YaHei", "Helvetica Narrow", "Arial Narrow", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
}

.image-color-info-strip .color-name {
  font-size: 16px;
  opacity: 0.8;
  font-family: "FluggerCondensedLight", "Microsoft YaHei", "Helvetica Narrow", "Arial Narrow", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.05em;
  vertical-align: top;
  font-weight: 500;
  margin: 0 10px;
}

.color-rating {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 35px;
}

.color-rating .rate-star {
  float: left;
}

.image-item.light .image-color-info-strip {
  color: #FFF;
}

.image-item.dark .image-color-info-strip {
  color: #000;
}

.overlay-toggle {
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -999em;
  position: absolute;
  right: 15px;
  top: 15px;
  border: 2px solid white;
  border-radius: 50%;
  transition: border .5s, -webkit-transform .5s,
    opacity .5s;
  transition: border .5s, transform .5s,
    opacity .5s;
  z-index: 5;
}

.overlay-toggle:before,
.overlay-toggle:after {
  content: "";
  width: 2px;
  height: 12px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 12px;
  transition: all .4s;
}

.overlay-toggle:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.overlay-toggle:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.black .overlay-toggle {
  color: #000;
  border: 2px solid #000;
}

.black .overlay-toggle:before,
.black .overlay-toggle:after {
  background-color: #000;
}

.color.dark .overlay-toggle {
  color: #000;
  border: 2px solid #000;
}

.color.dark .overlay-toggle:before,
.color.dark .overlay-toggle:after {
  background-color: #000;
}

.error .overlay-toggle {
  visibility: hidden;
}

.error.open .overlay-toggle {
  visibility: visible;
}

.open .overlay-toggle {
  border: 2px solid transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .overlay-toggle:before,
.open .overlay-toggle:after {
  content: "";
  width: 2px;
  height: 22px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 2px;
  left: 12px;
}

.color.dark .open .overlay-toggle {
  color: #fff;
  border: 2px solid transparent;
}

.color.dark .open .overlay-toggle:before,
.color.dark .open .overlay-toggle:after {
  background-color: #fff;
}

/*
.rate-star {
   margin: 0 4px 0 0;
   position: relative;
   display: block;
   color: #fff;
   width: 0px;
   height: 0px;
   border-right:  10px solid transparent;
   border-bottom: 7px  solid #fff;
   border-left:   10px solid transparent;
   -moz-transform:    rotate(35deg);
   -webkit-transform: rotate(35deg);
   -ms-transform:     rotate(35deg);
   -o-transform:      rotate(35deg);
}
.rate-star:before {
   border-bottom: 8px solid #fff;
   border-left: 3px solid transparent;
   border-right: 3px solid transparent;
   position: absolute;
   height: 0;
   width: 0;
   top: -4px;
   left: -6px;
   display: block;
   content: '';
   -webkit-transform: rotate(-35deg);
   -moz-transform:    rotate(-35deg);
   -ms-transform:     rotate(-35deg);
   -o-transform:      rotate(-35deg);

}
.rate-star:after {
   position: absolute;
   display: block;
   color: #fff;
   top: 1px;
   left: -11px;
   width: 0px;
   height: 0px;
   border-right: 10px solid transparent;
   border-bottom: 7px solid #fff;
   border-left: 10px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      rotate(-70deg);
   content: '';
}*/
.images-list div[class*=image-item].push-1 {
  margin-top: 5%;
}

.images-list div[class*=image-item].push-2 {
  margin-top: 6%;
}

.images-list div[class*=image-item].push-3 {
  margin-top: 7%;
}

.images-list div[class*=image-item].push-4 {
  margin-top: 8%;
}

.images-list div[class*=image-item].push-5 {
  margin-top: 9%;
}

.images-list div[class*=image-item].push-6 {
  margin-top: 10%;
}

.urlinfo {
  font-size: 10px;
  max-width: 100%;
  opacity: 0.03;
  padding: 10px;
  position: absolute;
  color: lime;
  background-color: rgba(0, 0, 0, 0.7);
}

.wrap-collage .image-collage-endtext {
  width: 450px;
  min-height: 260px;
  position: relative;
  background: #252628;
  color: #f2f2f2;
  background-image: url(../images/svg/illustrations/footer_logo.svg);
  background-repeat: no-repeat;
  background-position: 90% 105%;
  background-size: auto 230px;
  float: right;
  margin-top: 0px;
  top: 0;
  z-index: 60;
  margin-right: 200px;
  padding: 40px 12% 50px 50px;
  text-align: left;
  font-family: "FluggerCondensedLight", "Microsoft YaHei", "Helvetica Narrow", "Arial Narrow", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 100;
}

.wrap-collage .image-collage-endtext a {
  transition: color .7s;
  text-decoration: none;
  color: #888;
}

.wrap-collage .image-collage-endtext a:hover {
  color: #f2f2f2;
}

.wrap-collage .image-collage-endtext h1,
.wrap-collage .image-collage-endtext h2,
.wrap-collage .image-collage-endtext h3 {
  color: #666;
  line-height: 1em;
  font-weight: 500;
  font-family: "HelveticaNeueLTStd-LtCn", "Microsoft YaHei", "Helvetica Narrow", "Arial Narrow", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
  font-size: 35px;
  -webkit-font-smoothing: auto;
}

.wrap-collage .image-collage-endtext p {
  font-family: "FluggerCondensedLight", "Microsoft YaHei", "Helvetica Narrow", "Arial Narrow", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 1.2em;
}

.collage-container {
  z-index: 2;
  padding-top: 0;
}

.theme-collage {
  padding-top: 0;
  margin-top: 0;
  position: relative;
}

.theme-collage h1,
.theme-collage h2,
.theme-collage h3 {
  line-height: 1em;
  margin: .3em 0;
  font-weight: 100;
  color: #252628;
}

.theme-collage h1 {
  font-size: 2em;
}

.theme-collage h3 {
  font-weight: 900;
}

.theme-hero-image {
  width: 100%;
  background-position: 0 50%;
  background-size: cover;
  position: relative;
  margin: 0 0 0 0;
  top: 0;
  overflow: visible;
  padding: 0;
}

@media (max-width: 767px) {
  .theme-hero-image {
    margin-bottom: 0;
  }
}

.theme-hero-image img.theme-image {
  height: 100%;
  width: 100%;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  border: 1px solid lime;
}

.theme-hero-image .theme-title {
  position: relative;
  width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 15vw;
  padding-right: 60px;
  float: left;
}

.theme-hero-image .theme-title img {
  max-width: 100%;
}

.theme-hero-image-wrap {
  overflow: hidden;
  position: relative;
  height: 90vh;
}

.theme-intro-text {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  border-left: 1px solid #999;
  width: 50%;
  height: auto;
  max-height: 80vh;
  overflow-y: auto;
  float: left;
  margin: 0 0 0 0;
  padding: 30px 60px 30px 60px;
  max-width: 450px;
  /*@include mini{
    float:none;
    clear: both;
    width:85%;
    margin:0 auto ;
    padding: 30px 0 0;
    right:auto;
  }*/
}

.theme-intro-text p {
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.3em;
  font-size: 14px;
}

.theme-text-row {
  overflow: auto;
}

.theme-text-row>div {
  width: 50%;
  float: left;
  padding: 80px 50px;
  text-align: left;
}

.theme-text-row p {
  line-height: 1.4em;
}

.themes-frontpage {
  transition: -webkit-transform .7s, left .7s, opacity .7s;
  transition: transform .7s, left .7s, opacity .7s;
  width: 100%;
  height: 100%;
  background-color: #202123;
  overflow: hidden;
  position: fixed;
  z-index: 50;
  will-change: transform;
  opacity: 1;
  top: 0;
  left: 60px;
}

.themes-frontpage.visible {
  left: 80%;
  transition: left .8s;
}

.themes-frontpage.visible .themes-frontpage-content {
  left: -100px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.themes-frontpage.active {
  transition: left .6s, opacity .6s;
  opacity: 1;
  left: 58px;
}

.themes-frontpage.off {
  left: 100%;
}

.themes-frontpage.off-top {
  opacity: 0;
  z-index: 1;
}

.themes-frontpage.off-top-remove {
  transition: -webkit-transform 0s, opacity .7s;
  transition: transform 0s, opacity .7s;
}

.themes-frontpage.off-top-remove.active-add {
  transition: -webkit-transform .7s, opacity .7s;
  transition: transform .7s, opacity .7s;
}

.themes-frontpage ul.themes-frontpage-list {
  padding: 0;
  margin: 0;
  width: 1000%;
  height: 100%;
}

.themes-frontpage ul.themes-frontpage-list li {
  position: absolute;
  transition: -webkit-transform 1.4s;
  transition: transform 1.4s;
  padding: 0;
  margin: 0;
  left: 80%;
  width: 80%;
  display: inline-block;
  height: 100%;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.4);
}

.themes-frontpage ul.themes-frontpage-list li:nth-of-type(1) {
  z-index: 10;
}

.themes-frontpage ul.themes-frontpage-list li:nth-of-type(2) {
  z-index: 9;
}

.themes-frontpage ul.themes-frontpage-list li:nth-of-type(3) {
  z-index: 8;
}

.themes-frontpage ul.themes-frontpage-list li:nth-of-type(4) {
  z-index: 7;
}

.themes-frontpage ul.themes-frontpage-list li:nth-of-type(5) {
  z-index: 6;
}

.themes-frontpage ul.themes-frontpage-list li:nth-of-type(6) {
  z-index: 5;
}

.themes-frontpage ul.themes-frontpage-list li:nth-of-type(7) {
  z-index: 4;
}

.themes-frontpage ul.themes-frontpage-list li:nth-of-type(8) {
  z-index: 3;
}

.themes-frontpage ul.themes-frontpage-list li:nth-of-type(9) {
  z-index: 2;
}

.themes-frontpage ul.themes-frontpage-list li:nth-of-type(10) {
  z-index: 1;
}

.themes-frontpage ul.themes-frontpage-list li.current {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  transition: -webkit-transform 1s;
  transition: transform 1s;
}

.themes-frontpage ul.themes-frontpage-list li.prev {
  -webkit-transform: translate(-200%, 0);
  -ms-transform: translate(-200%, 0);
  transform: translate(-200%, 0);
}

.themes-frontpage ul.themes-frontpage-list li.beforeprev {
  -webkit-transform: translate(-205%, 0);
  -ms-transform: translate(-205%, 0);
  transform: translate(-205%, 0);
}

.themes-frontpage ul.themes-frontpage-list li.next {
  -webkit-transform: translate(-10%, 0);
  -ms-transform: translate(-10%, 0);
  transform: translate(-10%, 0);
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.4);
}

.themes-frontpage ul.themes-frontpage-list li.beforenext {
  -webkit-transform: translate(5%, 0);
  -ms-transform: translate(5%, 0);
  transform: translate(5%, 0);
}

.themes-frontpage ul.themes-frontpage-list li img.theme-image {
  height: 100%;
  width: 100%;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
}

.themes-frontpage ul.themes-frontpage-list li .theme-title {
  transition: -webkit-transform 1.2s ease-out, opacity 1s;
  transition: transform 1.2s ease-out, opacity 1s;
  transition-delay: .5s;
  opacity: 0;
  width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 15vw;
  margin-left: -60px;
  padding-right: 120px;
  position: absolute;
  float: left;
  z-index: 5;
}

.themes-frontpage ul.themes-frontpage-list li .theme-title img {
  max-width: 100%;
}

.themes-frontpage.active li.current .theme-title {
  opacity: 1;
}

.themes-frontpage-content {
  transition: left .7s;
  left: 0;
  position: relative;
  height: 100%;
}

.theme-slide {
  background-size: cover;
  background-position: 100% 50%;
}

.theme-item {
  cursor: pointer;
  height: 90vh;
  width: 100vw;
  padding: 0 60px 0 60px;
  position: relative;
}

.themes-frontpage-nav {
  position: absolute;
  bottom: 0;
  right: 15%;
  z-index: 50;
  background-color: #252628;
  height: 90px;
}

.themes-frontpage-nav ul {
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: 0 40px;
}

.themes-frontpage-nav li {
  position: relative;
  float: left;
  margin: 0;
  width: 45px;
  padding: 25px 0px;
  line-height: 40px;
  text-align: center;
}

.themes-frontpage-nav li a {
  cursor: pointer;
  transition: font-size .3s;
  text-decoration: none;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}

.themes-frontpage-nav li a:hover,
.themes-frontpage-nav li.current a {
  color: #fff;
  font-weight: bold;
  font-size: 35px;
}

.themes-frontpage-goto-theme {
  position: absolute;
  bottom: 0;
  left: 15%;
  z-index: 50;
  background-color: #252628;
  height: 90px;
  line-height: 63px;
}

.themes-frontpage-goto-theme a {
  display: block;
  padding: 15px 30px 10px 20px;
  transition: font-size .3s;
  text-decoration: none;
  font-size: 25px;
  color: white;
  vertical-align: middle;
}

.themes-frontpage-goto-theme a .icon-arrow {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 55px;
  width: 55px;
  margin-right: 10px;
}

.themes-frontpage-goto-theme a:hover,
.themes-frontpage-goto-theme.current a {
  color: #fff;
}

.themes-frontpage-goto-theme,
.themes-frontpage-nav {
  transition: -webkit-transform .7s ease;
  transition: transform .7s ease;
  transition-delay: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.active .themes-frontpage-goto-theme,
.active .themes-frontpage-nav {
  transition-delay: .6s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.themes-frontpage-toggle {
  position: absolute;
  display: table;
  top: 0;
  left: 15px;
  width: 19%;
  height: 100%;
  z-index: 51;
  padding: 15px;
  text-align: center;
  margin: auto;
}

.themes-frontpage-toggle a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
}

.themes-frontpage-toggle a p {
  cursor: pointer;
  margin: 0 auto;
  max-width: 180px;
  padding: 170px 15px;
  background-color: rgba(0, 0, 0, 0.6);
}

.themes-frontpage-toggle a .icon-arrow {
  display: block;
  margin-top: 15px;
}

.color-popular-navigation {
  z-index: 10;
  position: fixed;
  top: 30px;
  right: 90px;
}

.color-popular-navigation ul {
  position: relative;
  text-align: right;
  min-width: 250px;
}

.color-popular-navigation li {
  right: 65px;
  z-index: 21;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  position: absolute;
  height: 60px;
  line-height: 60px;
  padding: 0 25px 0 25px;
  background-color: #252628;
  top: 0;
  color: #f2f2f2;
  cursor: pointer;
  max-width: 240px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transition: color .7s,
    background-color .7s,
    max-width .4s;
}

.color-popular-navigation li:hover {
  color: #999;
  background-color: #303133;
}

.color-popular-navigation.open ul li {
  border-radius: 0 5px 5px 0;
  max-width: 60px;
  text-indent: 9999em;
  color: rgba(255, 255, 255, 0);
}

.color-popular-navigation.open ul li:before,
.color-popular-navigation.open ul li:after {
  content: "";
  width: 2px;
  height: 22px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 29px;
}

.color-popular-navigation.open ul li:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.color-popular-navigation.open ul li:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popular-color-group {
  position: relative;
  z-index: 20;
  float: right;
  right: 125px;
  overflow: hidden;
  transition: max-width .3s;
  height: 60px;
}

.open .popular-color-group {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.open .popular-color-group.row-length-1 {
  max-width: 120px;
}

.open .popular-color-group.row-length-2 {
  max-width: 180px;
}

.open .popular-color-group.row-length-3 {
  max-width: 240px;
}

.open .popular-color-group.row-length-4 {
  max-width: 300px;
}

.open .popular-color-group.row-length-5 {
  max-width: 360px;
}

.open .popular-color-group.row-length-6 {
  max-width: 420px;
}

.open .popular-color-group.row-length-7 {
  max-width: 480px;
}

.open .popular-color-group.row-length-8 {
  max-width: 540px;
}

.open .popular-color-group.row-length-9 {
  max-width: 600px;
}

.open .popular-color-group.row-length-10 {
  max-width: 660px;
}

.open .popular-color-group.row-length-11 {
  max-width: 720px;
}

.closed .popular-color-group {
  max-width: 0;
}

.popular-color-group .color-picker__item {
  float: right;
}

.color-list {
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  z-index: 35;
  right: 0;
  height: 100%;
  width: 60px;
  transition: right .5s, padding-left .5s;
  padding-left: 0;
  /*&:after{
      content: " ";
      display: block;
      width:100%;
      height: 100%;
      position: absolute;
      background-color: #09ad7e;
    }*/
}

.color-list.loading {
  padding-left: 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 97%, rgba(255, 255, 255, 0.3) 100%);
  background-size: 60px 61px;
}

.color-list.loading:after {
  content: "";
  display: block;
  width: 60px;
  height: 300px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: .35;
  -webkit-animation: loadColor 3s infinite;
  animation: loadColor 3s infinite;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 40%, white 60%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
}

.color-list ul {
  margin: 0;
  padding: 0 0 150px 0;
  overflow-y: auto;
  height: 90%;
}

.color-list * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.color-list .scroller-arrow-down {
  text-align: center;
  background-color: #09ad7e;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 150px;
  cursor: pointer;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 4%, #f3f3f3 60%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f3f3f3', GradientType=0);
  /* IE6-8 */
}

.color-list .scroller-arrow-down:before,
.color-list .scroller-arrow-down:after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 3px;
  height: 20px;
  background-color: #252628;
}

.color-list .scroller-arrow-down:before {
  -webkit-transform: rotate(45deg) translateX(9px);
  -ms-transform: rotate(45deg) translateX(9px);
  transform: rotate(45deg) translateX(9px);
}

.color-list .scroller-arrow-down:after {
  -webkit-transform: rotate(-45deg) translateX(-9px);
  -ms-transform: rotate(-45deg) translateX(-9px);
  transform: rotate(-45deg) translateX(-9px);
}

#color-picker {
  position: absolute;
  float: left;
  pointer-events: all;
  z-index: 9900;
  right: 60px;
  top: 0;
  min-width: 642px;
  overflow: visible;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 15px 0px;
}

.color-picker__item {
  transition: width 0.3s;
  cursor: pointer;
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
}

.open .color-picker__item {
  border-right: 1px solid white;
  cursor: move;
}

.color-picker__item a {
  cursor: auto !important;
}

.color-picker__item span {
  display: block;
  background: orange;
  width: 60px;
  height: 60px;
}

.color-picker__item span.dragging,
.color-picker__item .on-dragging {
  transition: border-radius 0.3s;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.color-group {
  /*transition: opacity 5s;
    opacity: .3;
    .color-list.loading & {
      opacity: 0;
    }*/
  border: 1px solid transparent;
  padding: 0;
  margin: 0 0 1px 0;
  list-style: none;
  height: 60px;
  position: relative;
}

.color-group.open {
  border: none;
  z-index: 6;
  transition: all 0.2s;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.color-group.open .color-group__item__picker {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.color-group.open .color-group__item__picker.row-length-1 {
  max-width: 120px;
}

.color-group.open .color-group__item__picker.row-length-2 {
  max-width: 180px;
}

.color-group.open .color-group__item__picker.row-length-3 {
  max-width: 240px;
}

.color-group.open .color-group__item__picker.row-length-4 {
  max-width: 300px;
}

.color-group.open .color-group__item__picker.row-length-5 {
  max-width: 360px;
}

.color-group.open .color-group__item__picker.row-length-6 {
  max-width: 420px;
}

.color-group.open .color-group__item__picker.row-length-7 {
  max-width: 480px;
}

.color-group.open .color-group__item__picker.row-length-8 {
  max-width: 540px;
}

.color-group.open .color-group__item__picker.row-length-9 {
  max-width: 600px;
}

.color-group.open .color-group__item__picker.row-length-10 {
  max-width: 660px;
}

.color-group.open .color-group__item__picker.row-length-11 {
  max-width: 720px;
}

.color-group__item__picker {
  transition: width 0.2s;
  display: block;
  overflow: hidden;
  height: 60px;
  position: relative;
  float: right;
  top: 0;
  width: 60px;
}

.open .color-group__item__picker {
  z-index: 50;
  width: 720px;
}

.open .color-group__item__picker .color-picker__item:nth-child(2) {
  position: relative;
  right: auto;
}

.color-group__item__picker .color-picker__item {
  float: right;
}

.color-group__item__picker .color-picker__item.dragging {
  border: 2px solid #fff;
}

.color-group__item__picker .color-picker__item:nth-child(2) {
  position: absolute;
  right: 0;
}

.color-group__item__picker .color-group__close {
  background: #fff;
  text-align: center;
  line-height: 60px;
  z-index: 1;
  cursor: pointer;
  opacity: 1;
}

.closed .color-group__item__picker .color-group__close {
  opacity: 0;
}

.color-group__item__picker .color-group__close:before,
.color-group__item__picker .color-group__close:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 10;
  content: "";
  width: 2px;
  height: 25px;
  display: block;
  background-color: #252628;
  position: absolute;
  transition: all .2s;
  transition-delay: 0.1s;
  top: 18px;
  left: 29px;
}

.color-group__item__picker .color-group__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.color-group__item__picker .color-group__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.closed .color-group__item__picker .color-group__close:before,
.closed .color-group__item__picker .color-group__close:after {
  height: 0;
  top: 30px;
  left: 30px;
}

.color-group {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.color-group.closed.overnow {
  -webkit-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  transform: scaleX(1.5);
}

.color-group.closed.next-to {
  -webkit-transform: scaleX(1.35);
  -ms-transform: scaleX(1.35);
  transform: scaleX(1.35);
}

.color-group.closed.next-to-next-to {
  -webkit-transform: scaleX(1.25);
  -ms-transform: scaleX(1.25);
  transform: scaleX(1.25);
}

.dragged-color {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  background: orange;
  width: 90px;
  height: 90px;
  margin-top: -30px;
  margin-left: -30px;
  -o-border-radius: 50%;
  border-radius: 50%;
  -ms-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.colorlist-search {
  position: absolute;
  top: 30px;
  z-index: 30;
  right: 30px;
  /* button.search-clear{
        position: absolute;
        top:0;
        right: 0;
        border: none;
        width: 30px;
        height: 30px;
        text-indent: -999em;
        overflow: hidden;
        background-color: transparent;
        opacity: .2;
        outline: none;
        &:hover{
            opacity: 1;
        }

        &:before, &:after {
            transform: scale(0.5);
            z-index: 10;
            content: "";
            width: 2px;
            height: 12px;
            display: block;
            background-color: $color-navigation-base;
            position: absolute;
            transition: all .2s;
            transition-delay: 0.1s;
            top: 10px;
            left: 13px;

        }
        &:before {
            transform: rotate(45deg);
        }
        &:after {
            transform: rotate(-45deg);
        }
    }*/
}

.colorlist-search input.color-search-input {
  position: absolute;
  right: 115px;
  height: 60px;
  min-width: 0;
  max-width: 0;
  font-size: 16px;
  background-color: #fff;
  box-shadow: none;
  color: #333;
  padding: 0;
  z-index: 44;
  transition: min-width .4s ease, max-width .4s ease, border-color .5s ease, right .2s, height .2s;
  border: 1px solid transparent;
  border-radius: 5px 0 0 5px;
}

.colorlist-search input.color-search-input:focus {
  box-shadow: none;
}

.colorlist-search input::-ms-clear {
  display: none;
}

.colorlist-search.search-open input.color-search-input {
  min-width: 320px;
  max-width: 320px;
  border: 1px solid #ccc;
  padding: 0 1em;
  right: 120px;
}

.colorlist-search ::-webkit-input-placeholder {
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
}

.colorlist-search :-moz-placeholder {
  /* Firefox 18- */
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
}

.colorlist-search ::-moz-placeholder {
  /* Firefox 19+ */
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
}

.colorlist-search :-ms-input-placeholder {
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
}

.colorlist-search input[type="submit"] {
  display: none;
}

.colorlist-search button.search-toggle {
  z-index: 45;
  position: absolute;
  border: none;
  outline: none;
  top: 0;
  right: 60px;
  border-radius: 5px;
  font-size: 16px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  padding: 0;
  background-color: #252628;
  color: #f2f2f2;
  cursor: pointer;
  transition: border-radius .5s ease;
}

.colorlist-search button.search-toggle .close svg {
  width: 30px;
}

.colorlist-search.search-open button.search-toggle {
  border-radius: 0 5px 5px 0;
}

.colorlist-search.search-active button.search-toggle {
  border-bottom-right-radius: 0;
}

.colorlist-search .search-error {
  position: fixed;
  top: 90px;
  right: 150px;
  z-index: 43;
  width: 320px;
  padding: 1em .3em;
  color: #999;
  opacity: 0;
  transition: opacity .4s;
}

.colorlist-search.search-submit .search-error {
  opacity: 1;
}

.color-search-navigation {
  z-index: 31;
  position: absolute;
  top: 45px;
  right: 2px;
}

.color-search-navigation ul {
  position: relative;
  text-align: right;
  min-width: 250px;
}

.color-search-navigation li {
  right: 0;
  z-index: 21;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  position: absolute;
  height: 66px;
  line-height: 66px;
  padding: 0 25px 0 25px;
  background-color: #252628;
  top: -2px;
  color: #f2f2f2;
  cursor: pointer;
  max-width: 180px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transition: color .7s,
    background-color .7s,
    max-width .4s;
}

.color-search-navigation li:hover {
  color: #999;
  background-color: #303133;
}

.color-search-navigation.open ul li {
  max-width: 66px;
  text-indent: 9999em;
  color: rgba(255, 255, 255, 0);
}

.color-search-navigation.open ul li:before,
.color-search-navigation.open ul li:after {
  content: "";
  width: 2px;
  height: 22px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 22px;
  right: 32px;
}

.color-search-navigation.open ul li:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.color-search-navigation.open ul li:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-color-group {
  position: absolute;
  z-index: 20;
  right: 58px;
  top: 16px;
  overflow: hidden;
  transition: max-height .4s;
  max-height: 0;
}

.search-active .search-color-group {
  max-height: 487px;
}

.open .search-color-group {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.open .search-color-group.row-length-1 {
  max-width: 120px;
}

.open .search-color-group.row-length-2 {
  max-width: 180px;
}

.open .search-color-group.row-length-3 {
  max-width: 240px;
}

.open .search-color-group.row-length-4 {
  max-width: 300px;
}

.open .search-color-group.row-length-5 {
  max-width: 360px;
}

.open .search-color-group.row-length-6 {
  max-width: 420px;
}

.open .search-color-group.row-length-7 {
  max-width: 480px;
}

.open .search-color-group.row-length-8 {
  max-width: 540px;
}

.open .search-color-group.row-length-9 {
  max-width: 600px;
}

.open .search-color-group.row-length-10 {
  max-width: 660px;
}

.open .search-color-group.row-length-11 {
  max-width: 720px;
}

.closed .search-color-group {
  max-width: 0;
}

.search-color-group .color-picker__item {
  float: none;
  margin-bottom: 1px;
}

.dragged-info {
  position: absolute;
  display: inline-block;
  width: auto;
  white-space: nowrap;
  background-color: #f2f2f2;
  padding: .5em 1em;
  top: -50px;
  left: 50%;
  box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 15px 0px;
  border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: capitalize;
}

.dragged-info.top-colliding {
  top: auto;
  bottom: -50px;
}

.wrap-search {
  position: relative;
  height: 100%;
  width: 100%;
}

.wrap-search .search-widget {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 80px;
  margin: -40px auto 0 auto;
  text-align: center;
}

.wrap-search .search-widget input[type="text"] {
  width: 250px;
  transition: width .5s;
  padding-right: 65px;
  height: 70px;
  padding-top: 10px;
}

.wrap-search .search-widget input[type="text"]:focus {
  outline: 0;
  border-color: #e1e1e1;
  width: 300px;
}

.wrap-search .search-widget-content {
  display: inline-block;
  position: relative;
}

.wrap-search .search-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  background: none;
  width: 60px;
  height: 60px;
  display: block;
}

.wrap-search .search-submit .icon-search {
  position: absolute;
  height: 35px;
  left: 0;
  top: 0;
}

.wrap-search .search-submit .icon-search svg {
  transition: fill .7s;
  top: 0;
  left: 0;
  fill: #ddd;
  width: 60px;
  height: 60px;
}

.wrap-search .search-submit:focus svg {
  fill: #000;
}

.wrap-search .icon-add-favourite {
  width: 60px;
  position: absolute;
  right: -65px;
  top: 12px;
}

.light .wrap-search .icon-add-favourite svg {
  transition: fill .7s;
  fill: #252628;
}

.dark .wrap-search .icon-add-favourite svg {
  transition: fill .7s;
  fill: #fff;
}

.wrap-search .search-result {
  position: absolute;
  display: inline-block;
  left: 100%;
  margin-left: 65px;
  text-align: left;
  top: 12px;
  width: 100%;
}

.wrap-search .search-result,
.wrap-search .search-error {
  transition: color .7s;
}

.light .wrap-search .search-result,
.light .wrap-search .search-error {
  color: #252628;
}

.dark .wrap-search .search-result,
.dark .wrap-search .search-error {
  color: #fff;
}

.wrap-search .search-error {
  margin: -10px auto 0;
  max-width: 400px;
  display: none
}

svg {
  display: block;
  margin: auto;
  fill: #fff;
}

.nav-icon,
.icon-arrow,
.icon-back {
  width: 100%;
  pointer-events: none;
}

.nav-icon svg,
.icon-arrow svg,
.icon-back svg {
  fill: #FFF;
  width: 50px;
  height: 50px;
}

.icon-back svg {
  width: 54px;
  height: 54px;
}

.cart-container {
  background-color: transparent;
}

.wrap-cart {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: table;
}

.cart-list {
  display: table-cell;
  vertical-align: middle;
}

.cart-list.items-count-1>div {
  min-height: 100vh;
}

.cart-list.items-count-2>div {
  min-height: 50vh;
}

.cart-list.items-count-3>div {
  min-height: 33.3vh;
}

.cart-list.items-count-4>div {
  min-height: 25vh;
}

.cart-list.items-count-5>div {
  min-height: 20vh;
}

.cart-list.items-count-6>div {
  min-height: 16.6vh;
}

.cart-list-item {
  position: relative;
  padding: 72px 45px 60px 105px;
  display: table;
  width: 100%;
}

.cart-list-item .list-item-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}

.cart-list-item .item-util {
  position: relative;
  float: left;
  top: 12px;
}

.cart-list-item .item-util a {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 25px;
}

.cart-list-item .item-info {
  margin-left: 50px;
  background-color: #fff;
  -ms-box-shadow: 0px 2px 7px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 2px 7px rgba(0, 0, 0, .15);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, .15);
  height: 124px;
  padding: 20px 40px;
  overflow: auto;
}

.cart-list-item .item-info h2 {
  font-weight: normal;
  font-size: 35px;
  margin-bottom: 5px;
}

.cart-list-item .item-info p {
  margin: 0;
  padding: 0;
}

.cart-list-item .item-info>div {
  float: left;
  width: 50%;
}

.cart-list-item .item-info>div:last-of-type {
  text-align: right;
}

.cart-list-item .item-info .item-amount {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: bold;
}

.cart-list-item .item-info .item-price {
  margin-top: 8px;
  font-size: 28px;
}

.cart-list-item .item-edit {
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.cart-list-item .item-edit p {
  font-weight: bold;
  margin: 0;
  padding: 0 30px;
  line-height: 60px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
}

.item-customize {
  padding: 30px 0 60px 50px;
}

.item-product-suggestions {
  text-align: center;
}

.product-suggestion {
  position: relative;
  display: inline-block;
  width: 32.999%;
  padding: 10px;
}

.product-suggestion .product-image {
  background-color: #fff;
  padding-bottom: 60%;
}

.product-suggestion .product-summary {
  border-top: 1px solid #c2c2c2;
  background-color: #f2f2f2;
  padding: 10px 10px 20px;
}

.product-suggestion .product-summary p {
  padding: 0;
  margin: 0;
}

.wrap-favourites {
  width: 100%;
  margin: 0 auto;
  padding: 60px 60px 60px 120px;
  overflow: hidden;
  display: block;
}

.wrap-favourites h1 {
  margin: 10px 5px 15px 10px;
  font-size: 1.4em;
  font-weight: bold;
  display: inline-block;
  color: #252628;
}

.mail-sending .favourites-list {
  opacity: 1;
}

.mail-sending .favourites-list .favourites-list-item {
  margin-left: -160px;
}

.mail-sending .favourites-list .favourites-list-item:first-of-type {
  margin-left: 10px;
}

.favourites-list {
  transition: -webkit-transform .4s,
    opacity .4s;
  transition: transform .4s,
    opacity .4s;
  position: relative;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.favourites-list-item {
  position: relative;
  z-index: 2;
  transition: margin-left .4s;
  margin: 10px;
  width: 175px;
  height: 240px;
  display: block;
  float: left;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.favourites-list-item .favourites-list-item-color {
  width: 175px;
  height: 165px;
  position: relative;
}

.favourites-list-item .favourites-list-item-color .color-marker {
  position: absolute;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  top: 157px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  margin-left: -8px;
  z-index: 4;
}

.favourites-list-item .item-info {
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.favourites-list-item .item-info div {
  display: table;
  width: 100%;
  height: 75px;
  position: relative;
}

.favourites-list-item .item-info div p {
  position: relative;
  font-size: .9em;
  color: #999;
  margin: 0;
  transition: -webkit-transform .5s,
    opacity .5s;
  transition: transform .5s,
    opacity .5s;
  display: table-cell;
  vertical-align: middle;
  right: 0;
}

.favourites-list-item .item-info .colorCode {
  font-family: "HelveticaNeueLTStd-LtCn", "Microsoft YaHei", "Helvetica Narrow", "Arial Narrow", "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.8em;
  font-weight: 200;
  color: #3a3f3f;
  display: block;
  position: relative;
}

.favourites-list-item .item-info .trash-icon {
  position: absolute;
  width: 70px;
  height: 50px;
  top: 12px;
  right: -70px;
  opacity: 1;
  border-left: 1px solid #ccc;
  transition: right .5s,
    opacity .5s;
}

.favourites-list-item.edit .item-info .trash-icon {
  right: 0;
  opacity: .7;
}

.favourites-list-item.edit .item-info p {
  -webkit-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);
  opacity: 0.25;
}

.empty-message {
  padding: 20px 10px;
}

.mail-icon {
  background-image: url(../images/svg/general_icons/general_mail.svg);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: -9999em;
  display: inline-block;
  width: 30px;
  height: 19px;
  bottom: 1px;
  position: relative;
  opacity: .35;
  cursor: pointer;
}

.trash-icon {
  background-image: url(../images/svg/general_icons/general_trash.svg);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: -9999em;
  display: inline-block;
  width: 15px;
  height: 19px;
  opacity: .35;
}

.favourites-mailform {
  max-height: 0;
  transition: all .4s;
  position: relative;
  z-index: 10;
  background-color: #f3f3f3;
  overflow: hidden;
}

.favourites-mailform ::-webkit-input-placeholder {
  padding: 0;
  color: #a3a5a9;
}

.favourites-mailform :-moz-placeholder {
  /* Firefox 18- */
  padding: 0;
  color: #a3a5a9;
}

.favourites-mailform ::-moz-placeholder {
  /* Firefox 19+ */
  padding: 0;
  color: #a3a5a9;
}

.favourites-mailform :-ms-input-placeholder {
  padding: 0;
  font-size: .8em;
  color: #a3a5a9;
}

.favourites-mailform input[type="text"],
.favourites-mailform input[type="email"] {
  float: left;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  margin-left: 10px;
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #252628;
}

.favourites-mailform input[type="text"]:focus,
.favourites-mailform input[type="email"]:focus {
  outline: 0;
  border-color: #666;
}

.favourites-mailform input[type="text"].ng-dirty.ng-invalid,
.favourites-mailform input[type="email"].ng-dirty.ng-invalid {
  border-bottom: 1px solid red;
}

.favourites-mailform input[type="text"].ng-dirty.ng-valid-email,
.favourites-mailform input[type="email"].ng-dirty.ng-valid-email {
  border-bottom: 1px solid #252628;
}

.favourites-mailform button {
  background-color: transparent;
  border: none;
  float: left;
}

.favourites-mailform button:focus {
  outline: 0;
}

.favourites-mailform span {
  width: auto;
}

.favourites-mailform svg {
  position: relative;
  height: 60px;
  width: 60px;
  fill: #252628;
}

.mailform-open .favourites-mailform {
  max-height: 150px;
  padding: 20px 0 40px;
  margin-left: -10px;
  padding-left: 10px;
}

.send-message {
  float: left;
  position: relative;
  top: 15px;
  left: 40px;
  font-size: 1.3em;
  /*.mail-sending &{
    display: block;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    animation-duration: 2s;
  }*/
}

@-webkit-keyframes blink {

  0%,
  100% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }
}

@keyframes blink {

  0%,
  100% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }
}

.ffv-overlay,
.ffv-help .ffv-help-overlay {
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #252628;
  color: #f2f2f2;
  text-align: center;
}

.ffv-overlay>div,
.ffv-help .ffv-help-overlay>div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ffv-overlay>div p,
.ffv-help .ffv-help-overlay>div p {
  padding: 2em 25% 2em 15%;
  max-width: 100%;
}

.ffv-overlay.tooSmall,
.ffv-help .tooSmall.ffv-help-overlay {
  text-align: left;
  background-color: #333333;
}

.ffv-overlay.tooSmall>div,
.ffv-help .tooSmall.ffv-help-overlay>div {
  max-width: 60%;
}

.ffv-overlay.tooSmall>div p,
.ffv-help .tooSmall.ffv-help-overlay>div p {
  padding-right: 0em;
}

.ffv-overlay.tooSmall:after,
.ffv-help .tooSmall.ffv-help-overlay:after {
  opacity: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 40%;
  height: 75%;
  background-color: transparent;
  background-image: url(../images/svg/illustrations/footer_logo.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 80%;
}

@-webkit-keyframes ffvPreloader {
  0% {
    opacity: 0;
    border-width: 7px;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  10% {
    opacity: 1;
  }

  90‰ {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-width: 0;
    opacity: 0;
  }
}

@keyframes ffvPreloader {
  0% {
    opacity: 0;
    border-width: 7px;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  10% {
    opacity: 1;
  }

  90‰ {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-width: 0;
    opacity: 0;
  }
}

.loader span.preloader {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.loader span.preloader:before,
.loader span.preloader:after {
  box-sizing: border-box;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  content: " ";
  display: block;
  border: 4px solid #f2f2f2;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-animation-name: ffvPreloader;
  animation-name: ffvPreloader;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.loader span.preloader:before {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.loader span.preloader:after {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.ffv-help {
  position: fixed;
  z-index: 49;
  bottom: 0;
  right: 0;
  overflow: visible;
  background-color: transparent;
  pointer-events: none;
}

.ffv-help.active {
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
}

.ffv-help.active .ffv-help-overlay {
  opacity: 1;
}

.ffv-help .ffv-help-overlay {
  opacity: 0;
  transition: opacity .2s;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0;
  pointer-events: auto;
}

.ffv-help .ffv-help-overlay .button-close-help {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 90;
}

.ffv-help .button-help-toggle {
  pointer-events: auto;
  position: absolute;
  bottom: 20px;
  right: 75px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1em;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #9e9e9e;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  border: none;
  transition: opacity .4s ease;
  opacity: .3;
}

.ffv-help .button-help-toggle:hover {
  opacity: 1;
}

.button-close-help {
  border-radius: 50%;
  background-color: transparent;
  border: none;
}

.button-close-help svg {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  fill: #fff;
  stroke: #FFF;
  position: relative;
}

.ffv-help-guide-slider {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.ffv-video-overlay {
  position: fixed;
  z-index: 89;
  top: 100%;
  right: 100%;
  bottom: 0;
  left: 60px;
  opacity: 0;
  transition: opacity .4s ease-in-out;
  background-color: rgba(17, 17, 17, 0.9);
}

.ffv-video-overlay.is-open {
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
}

.ffv-video-overlay .button-close-help {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 90;
}

.ffv-video-overlay .overlay-video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 160px;
  min-height: 90px;
}

.player-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.8);
}

.player-controls .intro,
.player-controls .outro {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #f2f2f2;
}

.player-controls .intro a,
.player-controls .outro a {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.player-controls .intro a:hover,
.player-controls .outro a:hover {
  opacity: .7;
}

.player-controls .intro a .icon,
.player-controls .outro a .icon {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 50px;
  height: 50px;
}

.player-controls .intro a .icon svg,
.player-controls .outro a .icon svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #f2f2f2;
  width: 50px;
  height: 50px;
}

.player-controls .intro {
  font-size: 40px;
}

.player-controls .outro {
  font-size: 30px;
  line-height: 30px;
}

.player-controls .outro a .icon {
  height: 40px;
}

.player-controls .outro a .icon svg {
  width: 50px;
  height: 50px;
}

.player-controls .outro a:last-of-type .icon {
  height: 35px;
  width: 45px;
}

.player-controls .outro a:last-of-type .icon svg {
  width: 40px;
  height: 40px;
}

.playing .player-controls {
  display: none;
}

body.error-page .content {
  display: table;
  height: 100%;
  width: 70%;
  max-width: 700px;
  margin: auto;
}

body.error-page .nav {
  background-color: transparent;
}

.error-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  min-width: 500px;
  overflow: hidden;
}

.error-content>div {
  height: 70%;
  float: left;
  width: 50%;
}

.error-content>div svg {
  max-width: 100%;
  max-height: 100%;
}

.error-content .valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.error-content h1 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1em;
}

.error-content p {
  padding: 0;
  margin: 10px 0 25px;
  font-weight: 900;
  font-size: 22px;
}

.error-content:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url(../images/svg/illustrations/footer_logo_dark.svg);
  background-repeat: no-repeat;
  background-position: 90% 105%;
  background-size: auto 75%;
}

a.error-button {
  display: inline-block;
  padding: 20px;
  background-color: #252628;
  color: #f2f2f2;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .05em;
  text-decoration: none;
}

.image-loader {
  font-size: 25px;
  margin: 0 auto 60px auto;
  border-radius: 50px;
  text-align: center;
  color: #494a4d;
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.image-loader:before,
.image-loader:after {
  box-sizing: border-box;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: -20;
  left: -20;
  position: absolute;
  content: " ";
  display: block;
  border: 4px solid #303133;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-animation-name: ffvPreloader;
  animation-name: ffvPreloader;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.image-loader:before {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.image-loader:after {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.guide {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.guide .guide-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 100;
  font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.guide .guide-nav {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  overflow: visible;
}

.guide .guide-nav ul {
  list-style-type: none;
  padding: 0;
}

.guide .guide-nav ul li {
  margin: 10px 2px;
  display: inline-block;
}

.guide .guide-nav ul li a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}

.guide .guide-nav ul li.active a {
  background-color: white;
}

.guide .guide-nav .arrow-left,
.guide .guide-nav .arrow-right {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 0;
}

.guide .guide-nav .arrow-left:before,
.guide .guide-nav .arrow-left:after,
.guide .guide-nav .arrow-right:before,
.guide .guide-nav .arrow-right:after {
  content: "";
  position: absolute;
  bottom: 40%;
  right: 50%;
  width: 3px;
  height: 20px;
  background-color: #fff;
}

.guide .guide-nav .arrow-left:before,
.guide .guide-nav .arrow-right:before {
  -webkit-transform: rotate(45deg) translateX(8px);
  -ms-transform: rotate(45deg) translateX(8px);
  transform: rotate(45deg) translateX(8px);
}

.guide .guide-nav .arrow-left:after,
.guide .guide-nav .arrow-right:after {
  -webkit-transform: rotate(-45deg) translateX(-8px);
  -ms-transform: rotate(-45deg) translateX(-8px);
  transform: rotate(-45deg) translateX(-8px);
}

.guide .guide-nav .arrow-left {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0;
}

.guide .guide-nav .arrow-right {
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.guide .guide-image img {
  margin-left: 45px;
}

@media (max-height: 750px) {
  .guide .guide-image img {
    max-height: 350px;
  }
}

.guide .guide-text {
  max-width: 40%;
  margin: 0 auto;
  min-height: 130px;
}

.guide .guide-text p {
  line-height: 1.3em;
  padding: 0;
}

#myConsole {
  display: block;
  width: 220px;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 20px 10px 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 14px;
  color: lime;
  z-index: 999;
  position: fixed;
  bottom: 10px;
  left: 65px;
  overflow-y: auto;
}

#myVars {
  display: block;
  width: 300px;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 20px 10px 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 14px;
  color: pink;
  z-index: 999;
  position: fixed;
  bottom: 10px;
  left: 285px;
  overflow-y: auto;
}

#myVars span {
  color: #5050c8;
}

#myVars .test {
  width: 50px;
}

#myConsole,
#myVars {
  opacity: .8;
  display: block;
  height: 5px;
  height: 255px;
  transition: height .5s;
}