/**
* Base
*/
/**
* Modules
*/
html {
  box-sizing: border-box; }

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

/*$green: #2ECC71;
$emerland: $green;
$blue: #3498DB;
$peter-river: $blue;
$purple: #9B59B6;
$amethyst: $purple;
$yellow: #F1C40F;
$sun-flower: $yellow;
$red: #E74C3C;
$alizarin: $red;
$midnight-blue: $black;
$clouds: #fff;*/
/**
* Animations
**/
/**
* Dimensions
**/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/*figure {
  margin: 1em 40px;
}*/
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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,
li {
  margin: 0;
  padding: 0;
  list-style: none; }

/**
* Partials
*/
.accordion {
  margin-bottom: 1.5em;
  padding: 0; }
  .accordion::after {
    clear: both;
    content: "";
    display: table; }
  .accordion > li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none; }
    .accordion > li:first-child label {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .accordion > li:last-child label {
      border-right: 1px solid #e9eaec;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .accordion > li > .content {
      display: none;
      float: left;
      width: 100%; }
    .accordion > li > input[type="radio"] {
      display: none; }
      .accordion > li > input[type="radio"]:checked + label {
        background: #e9eaec;
        font-weight: bold; }
      .accordion > li > input[type="radio"]:checked + label + .content {
        display: block; }
    .accordion > li > label {
      display: inline-block;
      height: 36px;
      margin: 0;
      border: 1px solid #e9eaec;
      border-right: none;
      cursor: pointer;
      text-align: center;
      line-height: 36px; }

.badge {
  position: relative;
  display: inline-block !important;
  width: auto;
  height: 30px;
  font-size: 12px;
  background-color: rgba(34, 34, 34, 0.8);
  z-index: 1; }
  .badge-license {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .badge-license.selection svg {
      fill: #fff; }
    .badge-license.premium svg {
      fill: #f90; }
  .badge svg {
    width: 16px;
    height: 16px;
    margin: 7px; }

.notouch button:hover, .notouch input[type="button"]:hover, .notouch input[type="reset"]:hover, .notouch input[type="submit"]:hover, .notouch .btn:hover {
  background-color: #98e400;
  color: #222; }
  .notouch button:hover.nostyle, .notouch input[type="button"]:hover.nostyle, .notouch input[type="reset"]:hover.nostyle, .notouch input[type="submit"]:hover.nostyle, .notouch .btn:hover.nostyle {
    background: none; }

.notouch button.btn-gray:hover, .notouch input[type="button"].btn-gray:hover, .notouch input[type="reset"].btn-gray:hover, .notouch input[type="submit"].btn-gray:hover, .notouch .btn.btn-gray:hover {
  background-color: #7c9192; }

.notouch button.btn-gray:focus, .notouch input[type="button"].btn-gray:focus, .notouch input[type="reset"].btn-gray:focus, .notouch input[type="submit"].btn-gray:focus, .notouch .btn.btn-gray:focus {
  background-color: #516162; }

.notouch button.btn-gray.btn-outline:hover, .notouch button.btn-gray.btn-outline:active, .notouch input[type="button"].btn-gray.btn-outline:hover, .notouch input[type="button"].btn-gray.btn-outline:active, .notouch input[type="reset"].btn-gray.btn-outline:hover, .notouch input[type="reset"].btn-gray.btn-outline:active, .notouch input[type="submit"].btn-gray.btn-outline:hover, .notouch input[type="submit"].btn-gray.btn-outline:active, .notouch .btn.btn-gray.btn-outline:hover, .notouch .btn.btn-gray.btn-outline:active {
  background-color: rgba(152, 168, 170, 0.2); }

.notouch button.btn-success:hover, .notouch input[type="button"].btn-success:hover, .notouch input[type="reset"].btn-success:hover, .notouch input[type="submit"].btn-success:hover, .notouch .btn.btn-success:hover {
  background-color: #98e400; }

.notouch button.btn-success:focus, .notouch input[type="button"].btn-success:focus, .notouch input[type="reset"].btn-success:focus, .notouch input[type="submit"].btn-success:focus, .notouch .btn.btn-success:focus {
  background-color: #87ca00; }

.notouch button.btn-success.btn-outline:hover, .notouch button.btn-success.btn-outline:active, .notouch input[type="button"].btn-success.btn-outline:hover, .notouch input[type="button"].btn-success.btn-outline:active, .notouch input[type="reset"].btn-success.btn-outline:hover, .notouch input[type="reset"].btn-success.btn-outline:active, .notouch input[type="submit"].btn-success.btn-outline:hover, .notouch input[type="submit"].btn-success.btn-outline:active, .notouch .btn.btn-success.btn-outline:hover, .notouch .btn.btn-success.btn-outline:active {
  background-color: rgba(169, 253, 0, 0.2); }

.notouch button.btn-warning:hover, .notouch input[type="button"].btn-warning:hover, .notouch input[type="reset"].btn-warning:hover, .notouch input[type="submit"].btn-warning:hover, .notouch .btn.btn-warning:hover {
  background-color: #f7be0f;
  color: #fff; }

.notouch button.btn-warning:focus, .notouch input[type="button"].btn-warning:focus, .notouch input[type="reset"].btn-warning:focus, .notouch input[type="submit"].btn-warning:focus, .notouch .btn.btn-warning:focus {
  background-color: #e5ae07; }

.notouch button.btn-warning.btn-outline:hover, .notouch button.btn-warning.btn-outline:active, .notouch input[type="button"].btn-warning.btn-outline:hover, .notouch input[type="button"].btn-warning.btn-outline:active, .notouch input[type="reset"].btn-warning.btn-outline:hover, .notouch input[type="reset"].btn-warning.btn-outline:active, .notouch input[type="submit"].btn-warning.btn-outline:hover, .notouch input[type="submit"].btn-warning.btn-outline:active, .notouch .btn.btn-warning.btn-outline:hover, .notouch .btn.btn-warning.btn-outline:active {
  background-color: rgba(249, 203, 64, 0.2);
  color: #222; }

.notouch button.btn-danger:hover, .notouch input[type="button"].btn-danger:hover, .notouch input[type="reset"].btn-danger:hover, .notouch input[type="submit"].btn-danger:hover, .notouch .btn.btn-danger:hover {
  background-color: #ff4528;
  color: #fff; }

.notouch button.btn-danger:focus, .notouch input[type="button"].btn-danger:focus, .notouch input[type="reset"].btn-danger:focus, .notouch input[type="submit"].btn-danger:focus, .notouch .btn.btn-danger:focus {
  background-color: #f42100; }

.notouch button.btn-danger.btn-outline:hover, .notouch button.btn-danger.btn-outline:active, .notouch input[type="button"].btn-danger.btn-outline:hover, .notouch input[type="button"].btn-danger.btn-outline:active, .notouch input[type="reset"].btn-danger.btn-outline:hover, .notouch input[type="reset"].btn-danger.btn-outline:active, .notouch input[type="submit"].btn-danger.btn-outline:hover, .notouch input[type="submit"].btn-danger.btn-outline:active, .notouch .btn.btn-danger.btn-outline:hover, .notouch .btn.btn-danger.btn-outline:active {
  background-color: rgba(255, 113, 91, 0.2);
  color: #222; }

.notouch button.btn-outline:hover, .notouch input[type="button"].btn-outline:hover, .notouch input[type="reset"].btn-outline:hover, .notouch input[type="submit"].btn-outline:hover, .notouch .btn.btn-outline:hover {
  background-color: rgba(169, 253, 0, 0.2); }

button, input[type="button"], input[type="reset"], input[type="submit"], .btn {
  appearance: none;
  background-color: #a9fd00;
  border: none;
  border-radius: 3px;
  color: #222;
  cursor: pointer;
  display: inline-block;
  font-family: "Varela Round", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  border-bottom: 2px solid #87ca00;
  -webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  button.active, input[type="button"].active, input[type="reset"].active, input[type="submit"].active, .btn.active {
    background-color: #87ca00; }
  button.btn-gray, input[type="button"].btn-gray, input[type="reset"].btn-gray, input[type="submit"].btn-gray, .btn.btn-gray {
    background-color: #98a8aa;
    color: #fff;
    border-color: #475556; }
    button.btn-gray.btn-outline, input[type="button"].btn-gray.btn-outline, input[type="reset"].btn-gray.btn-outline, input[type="submit"].btn-gray.btn-outline, .btn.btn-gray.btn-outline {
      border-color: #98a8aa; }
  button.btn-success, input[type="button"].btn-success, input[type="reset"].btn-success, input[type="submit"].btn-success, .btn.btn-success {
    background-color: #a9fd00;
    color: #222;
    border-color: #87ca00; }
    button.btn-success.btn-outline, input[type="button"].btn-success.btn-outline, input[type="reset"].btn-success.btn-outline, input[type="submit"].btn-success.btn-outline, .btn.btn-success.btn-outline {
      border-color: #a9fd00; }
  button.btn-warning, input[type="button"].btn-warning, input[type="reset"].btn-warning, input[type="submit"].btn-warning, .btn.btn-warning {
    background-color: #F9CB40;
    color: #fff;
    border-color: #e5ae07; }
    button.btn-warning.btn-outline, input[type="button"].btn-warning.btn-outline, input[type="reset"].btn-warning.btn-outline, input[type="submit"].btn-warning.btn-outline, .btn.btn-warning.btn-outline {
      border-color: #F9CB40; }
  button.btn-danger, input[type="button"].btn-danger, input[type="reset"].btn-danger, input[type="submit"].btn-danger, .btn.btn-danger {
    background-color: #FF715B;
    color: #fff;
    border-color: #ff2f0f; }
    button.btn-danger.btn-outline, input[type="button"].btn-danger.btn-outline, input[type="reset"].btn-danger.btn-outline, input[type="submit"].btn-danger.btn-outline, .btn.btn-danger.btn-outline {
      border-color: #FF715B; }
  button.btn-outline, input[type="button"].btn-outline, input[type="reset"].btn-outline, input[type="submit"].btn-outline, .btn.btn-outline {
    background: none;
    border: 2px solid #a9fd00;
    color: #222; }
  button.btn-small, input[type="button"].btn-small, input[type="reset"].btn-small, input[type="submit"].btn-small, .btn.btn-small {
    font-size: .8em;
    padding: 0.50em .75em; }
  button.btn-pill, input[type="button"].btn-pill, input[type="reset"].btn-pill, input[type="submit"].btn-pill, .btn.btn-pill {
    border-radius: 2em;
    padding: 0.75em 1.5em; }
  button.nostyle, input[type="button"].nostyle, input[type="reset"].nostyle, input[type="submit"].nostyle, .btn.nostyle {
    padding: 0;
    background: none;
    border: none; }

.btn {
  text-align: center; }
  .btn::before {
    margin: 0 0.75em 0 0; }

.picker {
  position: relative;
  width: 100%;
  margin: 0 0 12px;
  padding: 0 0 48px; }
  .picker .picker-color {
    position: relative;
    width: calc(100% - 32px); }
    .picker .picker-color::before {
      display: block;
      padding: 0 0 100%;
      content: ''; }
    .picker .picker-color canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .picker .picker-brightness {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    background-image: -webkit-linear-gradient(#000, #fff);
    background-image: linear-gradient(#000, #fff);
    width: 20px;
    height: calc(100% - 48px);
    border-radius: 5px; }
    .picker .picker-brightness .slider,
    .picker .picker-brightness .slider-base {
      width: 100%;
      height: 100%; }
    .picker .picker-brightness .slider-handler {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 28px;
      height: 10px;
      border: 4px solid white;
      border-radius: 5px;
      box-shadow: 0 0 3px rgba(34, 34, 34, 0.35);
      cursor: pointer; }
  .picker .picker-hex {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 48px);
    border: 1px solid #e9eaec;
    border-radius: 5px; }
    .picker .picker-hex::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      width: 36px;
      height: 34px;
      background: #e9eaec;
      font-size: 0.8em;
      text-align: center;
      line-height: 36px;
      content: '#'; }
    .picker .picker-hex .picker-current {
      position: absolute;
      top: 50%;
      right: 9px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1;
      width: 18px;
      height: 18px;
      border-radius: 50%; }
      .picker .picker-hex .picker-current.color-light {
        box-shadow: 0 0 2px rgba(34, 34, 34, 0.3); }
    .picker .picker-hex input {
      width: 98%;
      height: 34px;
      margin: 0;
      padding: 0 0 0 48px;
      border: none;
      color: #4C5B5C;
      font-size: 0.8em; }
  .picker .picker-bind {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 1px solid #e9eaec;
    border-radius: 5px;
    cursor: pointer; }
    .picker .picker-bind input[type="checkbox"] + svg + svg,
    .picker .picker-bind input[type="checkbox"]:checked + svg {
      display: none; }
    .picker .picker-bind input[type="checkbox"] + svg,
    .picker .picker-bind input[type="checkbox"]:checked + svg + svg {
      display: block; }
    .picker .picker-bind svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 18px;
      height: 18px;
      margin: -9px 0 0 -9px; }
  .picker .picker-bind.hidden + .picker-hex {
    width: 100%; }

fieldset {
  background-color: white;
  border: 1px solid #e9eaec;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  font-family: "Varela Round", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #e9eaec;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  display: block;
  font-family: "Varela Round", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #ced0d4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #a9fd00;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(152, 228, 0, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #f0f0f0;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover {
      border: 1px solid #e9eaec; }

textarea {
  resize: vertical; }

input[type="search"] {
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  padding: 1em;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #4C5B5C;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover {
    border-color: #98a8aa; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled {
    color: #4C5B5C; }

input::-webkit-input-placeholder {
  color: #999 !important; }

input::-moz-placeholder {
  color: #999 !important; }

input:-moz-placeholder {
  color: #999 !important; }

input:-ms-input-placeholder {
  color: #999 !important; }

textarea::-webkit-input-placeholder {
  color: #999 !important; }

textarea::-moz-placeholder {
  color: #999 !important; }

textarea:-moz-placeholder {
  color: #999 !important; }

textarea:-ms-input-placeholder {
  color: #999 !important; }

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
  border-color: #a9fd00;
  box-shadow: none; }

input {
  position: relative; }
  input.error {
    border-color: #FF715B; }
  input.error ~ label {
    color: #FF715B; }

textarea {
  position: relative; }
  textarea:hover {
    border-color: #98a8aa; }
  textarea.error {
    border-color: #FF715B;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(255, 113, 91, 0.7); }
  textarea.error ~ label {
    color: #FF715B; }

label {
  font-weight: normal; }

/* CUSTOM INPUT */
span.input-group {
  position: relative;
  display: block;
  clear: both; }
  span.input-group label {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 1em;
    color: #4C5B5C;
    font-weight: normal;
    cursor: text;
    pointer-events: none; }
  span.input-group input {
    background-color: #f7f7f8;
    padding-right: 2.4em; }
    span.input-group input:focus ~ label, span.input-group input.hascontent ~ label {
      top: 0;
      font-size: .8em;
      padding: 0; }
    span.input-group input.error ~ label {
      color: #FF715B; }
  span.input-group .reset-input {
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    color: #4C5B5C;
    z-index: 1;
    padding: 0;
    background: none;
    border: none; }
  span.input-group input:focus ~ .reset-input {
    opacity: 1; }
  span.input-group .input-addon {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1em;
    padding: 1em;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 100%;
    text-align: center; }
    span.input-group .input-addon ~ input {
      padding-left: 3.8em; }
      span.input-group .input-addon ~ input ~ label {
        left: 3.8em; }
      span.input-group .input-addon ~ input:focus ~ label, span.input-group .input-addon ~ input.hascontent ~ label {
        left: 4.5em; }
  span.input-group[class*=" col-"] .reset-input, span.input-group[class*=" col-"] label {
    top: 42%; }

/* CUSTOM TEXTAREA */
span.textarea-group {
  position: relative;
  display: block; }
  span.textarea-group label {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 1em;
    left: 1em;
    color: #4C5B5C;
    font-weight: normal;
    cursor: text;
    pointer-events: none; }
  span.textarea-group textarea {
    background-color: #f7f7f8; }
    span.textarea-group textarea:focus ~ label, span.textarea-group textarea.hascontent ~ label {
      top: -.6em;
      font-size: .8em;
      padding: 0; }
  span.textarea-group .reset-textarea {
    position: absolute;
    top: 2.5em;
    right: 1em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    color: #4C5B5C;
    z-index: 1;
    padding: 0;
    background: none;
    border: none; }
  span.textarea-group textarea:focus ~ .reset-textarea {
    opacity: 1; }

span.checkbox-group {
  font-size: .9em; }

/* CUSTOM CHECKBOX */
span.checkbox-group input[type="checkbox"] {
  display: none; }

span.checkbox-group label.text {
  display: inline-block;
  cursor: pointer; }

span.checkbox-group .fake-checkbox {
  display: inline-block;
  vertical-align: text-top;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 20px; }

span.checkbox-group label.fake-checkbox:before {
  content: '';
  border-radius: 3px;
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 2px solid #4C5B5C;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

span.checkbox-group label.fake-checkbox.error:before {
  border-color: #FF715B; }

span.checkbox-group input[type=checkbox] + label.fake-checkbox:after {
  content: "\78";
  font-family: Flaticon;
  position: absolute;
  top: -6px;
  left: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #4C5B5C;
  font-size: 28px;
  opacity: 0; }

span.checkbox-group input[type=checkbox]:checked + label.fake-checkbox:after {
  font-size: 1em;
  top: 0px;
  left: 0px;
  font-size: 12px;
  font-weight: bold;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

/* CUSTOM RADIO BUTTONS */
.radio-group {
  display: block;
  clear: both;
  position: relative;
  padding-left: 1.65em; }
  .radio-group:hover label.fake-radio:after {
    width: 5px;
    height: 5px;
    left: 7px;
    top: 10px;
    opacity: .6; }
  .radio-group input[type="radio"] {
    display: none; }
    .radio-group input[type="radio"]:checked + label.fake-radio:before {
      content: '';
      border-color: #4C5B5C; }
    .radio-group input[type="radio"]:checked + label.fake-radio:after {
      width: 11px;
      height: 11px;
      left: 4px;
      top: 7px;
      opacity: 1; }
  .radio-group label {
    cursor: pointer; }
  .radio-group .fake-radio {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0; }
    .radio-group .fake-radio:before {
      content: '';
      border-radius: 50px;
      width: 19px;
      height: 19px;
      display: inline-block;
      border: 2px solid #4C5B5C;
      margin-right: .5em;
      vertical-align: middle; }
    .radio-group .fake-radio.error:before {
      border-color: #FF715B; }
    .radio-group .fake-radio:after {
      opacity: 0;
      content: '';
      width: 0px;
      height: 0px;
      background-color: #4C5B5C;
      border-radius: 100%;
      position: absolute;
      left: 9px;
      top: 9px;
      transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out; }

/* SWITCH */
.switch-container {
  padding: 1em;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); }
  .switch-container::after {
    clear: both;
    content: "";
    display: table; }
  .switch-container label {
    margin-bottom: 0;
    cursor: pointer; }
  .switch-container span {
    width: 90%; }
  .switch-container span, .switch-container i {
    font-size: .9em;
    display: inline-block;
    vertical-align: top; }
  .switch-container .label-switch {
    float: right;
    width: 10%; }

.label-switch {
  border-radius: 22px;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  position: relative;
  width: 40px; }
  .label-switch input[type="checkbox"] {
    display: none; }
    .label-switch input[type="checkbox"] + .checkbox {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: #e8e8e8;
      border-radius: 22px;
      border: none;
      cursor: pointer;
      height: 22px;
      margin: 0;
      padding: 0;
      position: relative;
      width: 40px;
      z-index: 0; }
      .label-switch input[type="checkbox"] + .checkbox:before {
        position: absolute;
        top: 2px;
        right: 0;
        bottom: 0;
        left: 2px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #fff;
        border-radius: 22px;
        content: "";
        height: 18px;
        width: 36px;
        z-index: 1; }
      .label-switch input[type="checkbox"] + .checkbox:after {
        position: absolute;
        top: 2px;
        right: 0;
        bottom: 0;
        left: 2px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        height: 18px;
        width: 18px;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
        content: "";
        z-index: 2; }
    .label-switch input[type="checkbox"]:checked + .checkbox {
      background: #a9fd00; }
      .label-switch input[type="checkbox"]:checked + .checkbox:before {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
      .label-switch input[type="checkbox"]:checked + .checkbox:after {
        left: 20px; }

/* ERROR */
form span.error, .form span.error {
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-22px);
  -moz-transform: translateX(-50%) translateY(-22px);
  -ms-transform: translateX(-50%) translateY(-22px);
  -o-transform: translateX(-50%) translateY(-22px);
  transform: translateX(-50%) translateY(-22px);
  position: relative;
  color: #FF715B;
  font-size: .8em;
  padding: 0 .3em;
  opacity: 0;
  background: #fff;
  left: 50%;
  max-width: 95%;
  margin-bottom: -19px;
  text-align: center; }
  form span.error input, .form span.error input {
    border-color: #FF715B; }

.fake-select {
  width: 100%;
  height: 2.5em;
  overflow: hidden;
  border: 1px solid #4C5B5C;
  margin: 0;
  font-weight: normal;
  position: relative;
  display: inline-block; }
  .fake-select:hover {
    border-color: #98a8aa; }
  .fake-select:focus, .fake-select:active {
    border-color: #a9fd00; }
  .fake-select select {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    background-color: #f7f7f8;
    outline: none;
    width: 100%;
    padding: .5em 2.1em .5em .5em;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    margin: 0; }
  .fake-select:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #4C5B5C;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0.8em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.dark-scheme span.input-group label, .dark-scheme span.input-group .reset-input {
  color: #fff; }

.dark-scheme span.input-group input {
  border-color: #fff;
  color: #fff;
  background-color: #404d4e; }
  .dark-scheme span.input-group input:hover {
    border-color: #ced0d4; }
  .dark-scheme span.input-group input:focus {
    border-color: #a9fd00; }

.dark-scheme span.textarea-group label, .dark-scheme span.textarea-group .reset-textarea {
  color: #fff; }

.dark-scheme span.textarea-group textarea {
  border-color: #fff;
  color: #fff;
  background-color: #404d4e; }
  .dark-scheme span.textarea-group textarea:hover {
    border-color: #ced0d4; }
  .dark-scheme span.textarea-group textarea:focus {
    border-color: #a9fd00; }

.dark-scheme .fake-select {
  border-color: #fff; }
  .dark-scheme .fake-select select {
    background-color: #404d4e; }
  .dark-scheme .fake-select:after {
    border-top: 6px solid #fff; }
  .dark-scheme .fake-select:hover {
    border-color: #ced0d4; }

.dark-scheme .checkbox-group label.fake-checkbox:before {
  border-color: #fff; }

.dark-scheme .checkbox-group input[type=checkbox] + label.fake-checkbox:after {
  color: #a9fd00; }

.dark-scheme .radio-group label.fake-radio:before {
  border-color: #fff; }

.dark-scheme .radio-group label.fake-radio:after {
  background-color: #a9fd00; }

.dark-scheme .radio-group input[type="radio"]:checked + label.fake-radio:before {
  border-color: #a9fd00; }

label.file-upload input {
  display: none; }

label.file-upload span {
  display: block;
  width: 100%;
  height: 44px;
  border: #e9eaec 1px solid;
  border-radius: 3px;
  text-align: center;
  line-height: 44px; }

.checkbox-hidden input {
  display: none; }

.b64textarea {
  min-height: 480px; }

.column-input .aspect-ratio {
  position: relative;
  width: 32px;
  height: 24px;
  margin: 0 6px;
  padding: 0; }
  .column-input .aspect-ratio:not(.active) svg:nth-child(1) {
    display: block; }
  .column-input .aspect-ratio:not(.active) svg:nth-child(2) {
    display: none; }
  .column-input .aspect-ratio.keep-ratio svg:nth-child(1) {
    display: none; }
  .column-input .aspect-ratio.keep-ratio svg:nth-child(2) {
    display: block; }
  .column-input .aspect-ratio svg {
    width: 16px;
    height: 16px;
    margin: 4px 8px; }

.column-input .row {
  margin: 0 0 0.75em; }

.column-input label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0; }

.column-input input {
  margin: 0;
  padding: 12px;
  border: 1px solid #e9eaec;
  border-radius: 3px; }

.column-input span {
  display: block;
  height: 16px;
  margin: 0 0 3px;
  font-size: .9em;
  line-height: 16px; }

#wrapper {
  position: relative;
  height: calc(100% - 56px); }

.container-fluid {
  padding: 0 1.5em; }
  .container-fluid::after {
    clear: both;
    content: "";
    display: table; }

.row {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%; }
  .row--static {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    position: relative; }

html,
body {
  overflow-x: hidden;
  height: 100%; }

body {
  margin: 0 auto; }

* {
  box-sizing: border-box; }

.unscrollable {
  overflow: hidden; }

.disabled {
  opacity: .6;
  cursor: none !important;
  pointer-events: none; }

.text-link {
  color: #333;
  border-bottom: 2px solid #a9fd00;
  font-weight: bold; }
  .text-link:hover {
    color: #4C5B5C; }

.hidden {
  display: none !important; }

.main-color {
  color: #a9fd00; }

.black {
  color: #222; }

.dark-gray {
  color: #333; }

.medium-gray {
  color: #4C5B5C; }

.light-gray {
  color: #e9eaec; }

.error {
  color: #FF715B; }

.danger {
  color: #FF715B; }

.success {
  color: #a9fd00; }

.warning {
  color: #F9CB40; }

.green {
  color: #91dc5a; }

.blue {
  color: #006df0; }

.purple {
  color: #933ec5; }

.yellow {
  color: #ffda44; }

.red {
  color: #d80027; }

.emerland {
  color: #91dc5a; }

.peter-river {
  color: #006df0; }

.amethyst {
  color: #933ec5; }

.sun-flower {
  color: #ffda44; }

.alizarin {
  color: #d80027; }

.midnight-blue {
  color: #222; }

.clouds {
  color: #fff; }

.bg-header {
  background-color: #637778; }

.bg-dark-gray {
  background-color: #333; }

.bg-medium-gray {
  background-color: #4C5B5C; }

.bg-light-gray {
  background-color: #e9eaec; }

.bg-green {
  background-color: #91dc5a; }

.bg-blue {
  background-color: #006df0; }

.bg-purple {
  background-color: #933ec5; }

.bg-yellow {
  background-color: #ffda44; }

.bg-red {
  background-color: #d80027; }

.bg-white {
  background-color: #fff; }

.bg-black {
  background-color: #222; }

.bg-midnight-blue {
  background-color: #222; }

.bg-clouds {
  background-color: #fff; }

.bg-emerland {
  background-color: #91dc5a; }

.bg-peter-river {
  background-color: #006df0; }

.bg-amethyst {
  background-color: #933ec5; }

.bg-sun-flower {
  background-color: #ffda44; }

.bg-alizarin {
  background-color: #d80027; }

.google {
  color: #db402c; }

.facebook {
  color: #3b5998; }

.twitter {
  color: #55acee; }

.gravatar {
  color: #1E8CBE; }

.pinterest {
  color: #cb2027; }

.dribbble {
  color: #ea4c89; }

.behance {
  color: #1769ff; }

.stumbleupon {
  color: #f74425; }

.bg-google {
  background-color: #db402c; }

.bg-facebook {
  background-color: #3b5998; }

.bg-twitter {
  background-color: #55acee; }

.bg-gravatar {
  background-color: #1E8CBE; }

.bg-pinterest {
  background-color: #cb2027; }

.bg-dribbble {
  background-color: #ea4c89; }

.bg-behance {
  background-color: #1769ff; }

.bg-stumbleupon {
  background-color: #f74425; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.text-left {
  text-left: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.fullwidth {
  width: 100%; }

.block {
  display: block; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.noresize {
  resize: none; }

.avatar {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-size: 100%; }
  .avatar img {
    border-radius: 100%; }
  .avatar.avatar-80 {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-size: 100%; }
    .avatar.avatar-80 img {
      border-radius: 100%; }
  .avatar.avatar-60 {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-size: 100%; }
    .avatar.avatar-60 img {
      border-radius: 100%; }

.shortcut {
  background-color: #e9eaec;
  border-radius: 2px;
  border-bottom: 2px solid #b2b6bd;
  padding: 0.2em 0.7em;
  cursor: default; }
  .shortcut:hover {
    background-color: #e9eaec; }

ul.size {
  display: inline-block; }
  ul.size::after {
    clear: both;
    content: "";
    display: table; }
  ul.size li {
    float: left;
    border-right: 1px solid #87ca00; }
    ul.size li .btn.btn-small {
      padding: .5em .55em; }
    ul.size li button {
      border-radius: 0; }
    ul.size li:first-child button {
      border-radius: 4px 0 0 4px; }
    ul.size li:last-child {
      border: none; }
      ul.size li:last-child button {
        border-radius: 0 4px 4px 0; }

.img-loader {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("/flaticon/img/loader.gif") center center no-repeat;
  background-size: contain; }

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1em; }
  @media screen and (max-width: 1400px) {
    .wrapper {
      max-width: 1024px; } }
  @media screen and (max-width: 1024px) {
    .wrapper {
      max-width: 100%; } }

.overlay-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4C5B5C;
  background: rgba(76, 91, 92, 0.9);
  z-index: 300; }

.toTop-arrow {
  position: fixed;
  right: 1em;
  bottom: -56px;
  -webkit-transition: background 250ms ease-in-out, opacity 250ms ease-in-out, bottom 250ms;
  -moz-transition: background 250ms ease-in-out, opacity 250ms ease-in-out, bottom 250ms;
  transition: background 250ms ease-in-out, opacity 250ms ease-in-out, bottom 250ms;
  opacity: 0;
  z-index: 10;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #4c5b5c; }
  .toTop-arrow.show {
    bottom: 1em;
    opacity: 0.6; }
  .toTop-arrow::before, .toTop-arrow::after {
    position: absolute;
    top: 50%;
    -webkit-transition: background 250ms ease-in-out;
    -moz-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
    width: 16px;
    height: 3px;
    border-radius: 3px;
    background: #a9fd00;
    content: ""; }
  .toTop-arrow::before {
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -moz-transform: rotate(-45deg) translate(0, -50%);
    -ms-transform: rotate(-45deg) translate(0, -50%);
    -o-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    left: 10px; }
  .toTop-arrow::after {
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -moz-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    -o-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    right: 10px; }

.collections-visible .toTop-arrow {
  right: 336px; }

.notouch .toTop-arrow:hover {
  opacity: 1; }
  .notouch .toTop-arrow:hover::before, .notouch .toTop-arrow:hover::after {
    background: #4c5b5c; }

@media screen and (max-width: 768px) {
  .fullscreen {
    height: calc(100vh - 56px); } }

.unselectable,
.unselectable * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

[class^="icon-"] {
  width: 32px;
  height: 32px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 250ms linear, opacity 250ms linear;
  -moz-transition: -moz-transform 250ms linear, opacity 250ms linear;
  transition: transform 250ms linear, opacity 250ms linear;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background: rgba(34, 34, 34, 0.8);
  z-index: 1000;
  line-height: 100vh;
  text-align: center; }
  .modal.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .modal .modal-wrapper {
    position: relative;
    display: inline-block;
    max-width: 960px;
    margin: 1.5em;
    vertical-align: middle; }
  .modal .modal-content {
    overflow: hidden;
    padding: 1.5em;
    border-radius: 3px;
    background: white;
    font-size: 1em;
    line-height: 1.5;
    text-align: left; }
  .modal .modal-close {
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    cursor: pointer; }
    .modal .modal-close::before {
      display: block;
      width: 44px;
      height: 44px;
      content: '\d7';
      color: white;
      text-align: center;
      line-height: 44px; }

.palette {
  z-index: 90; }
  .palette .palette-search {
    position: relative;
    margin: 0 0 0.75em 0;
    border: 1px solid #e9eaec;
    border-radius: 3px; }
    .palette .palette-search input {
      width: 100%;
      height: 36px;
      margin: 0;
      padding: 0 0 0 36px;
      border: none;
      line-height: 36px; }
    .palette .palette-search button {
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 36px;
      height: 36px; }
  .palette .palette-colors {
    overflow-x: hidden;
    overflow-y: auto;
    height: 180px;
    margin: -8px;
    padding: 8px;
    box-sizing: content-box; }
    .palette .palette-colors > ul > li {
      position: relative;
      overflow: hidden;
      height: 36px;
      padding: 0 0 0 1px;
      border-bottom: none;
      cursor: pointer;
      line-height: 36px; }
      .palette .palette-colors > ul > li::after {
        clear: both;
        content: "";
        display: table; }
      .palette .palette-colors > ul > li .title {
        overflow: hidden;
        display: block;
        max-width: calc(100% - 124px);
        font-size: 0.75em;
        text-overflow: ellipsis;
        text-transform: capitalize;
        white-space: pre; }
      .palette .palette-colors > ul > li .colors {
        position: absolute;
        top: 50%;
        right: 0.75em;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%; }
        .palette .palette-colors > ul > li .colors .color {
          width: 20%;
          cursor: normal; }
          .palette .palette-colors > ul > li .colors .color:nth-child(n+6) {
            display: none; }
          .palette .palette-colors > ul > li .colors .color span {
            width: 12px;
            height: 12px;
            padding: 0;
            box-shadow: 0 0 1px rgba(76, 91, 92, 0.35); }

.popover {
  line-height: 1.5;
  display: inline-block; }
  .popover .popover-container {
    position: relative;
    display: inline-block; }
  .popover ul.popover-content {
    padding: 0px !important;
    text-align: center !important; }
  .popover .popover-content {
    position: absolute;
    z-index: 9;
    top: 50px;
    right: 0;
    display: none;
    overflow: visible;
    width: 228px;
    margin: 0;
    padding: 8px;
    color: #333;
    border: 1px solid #e9eaec;
    border-radius: 3px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(34, 34, 34, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation: popover 0.3s ease-in-out;
    -moz-animation: popover 0.3s ease-in-out;
    animation: popover 0.3s ease-in-out; }
    .popover .popover-content:before {
      font-size: 1.4em;
      display: block;
      width: 0;
      height: 0;
      content: '';
      pointer-events: none;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #999;
      border-left: 10px solid transparent;
      position: absolute;
      top: -0.45em;
      right: 0.97em; }
    .popover .popover-content:after {
      font-size: 1.4em;
      display: block;
      width: 0;
      height: 0;
      content: '';
      pointer-events: none;
      border-right: 12px solid transparent;
      border-bottom: 12px solid #fff;
      border-left: 12px solid transparent;
      position: absolute;
      top: -0.45em;
      right: 0.9em; }
  .popover .popover-content li a {
    display: block;
    padding: 0.5em;
    color: #222;
    border-bottom: 1px solid #e9eaec; }
    .popover .popover-content li a i:before {
      vertical-align: baseline; }
  .popover .popover-content li:hover {
    background: #f7f7f7; }
  .popover .popover-content li:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .popover .popover-content li:last-child {
    border: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .popover .show-menu {
    display: block; }
  .popover.popover-top .popover-content {
    top: auto;
    bottom: 50px; }
    .popover.popover-top .popover-content:before {
      border-top: 10px solid #000;
      border-bottom: none;
      position: absolute;
      top: auto;
      right: 1em;
      bottom: -0.45em; }
    .popover.popover-top .popover-content:after {
      border-top: 12px solid #fff;
      border-bottom: none;
      position: absolute;
      top: auto;
      right: 0.9em;
      bottom: -0.45em; }
  .popover.popover-right .popover-content {
    right: auto;
    left: 0; }
    .popover.popover-right .popover-content:before {
      position: absolute;
      top: -0.45em;
      left: 0.95em; }
    .popover.popover-right .popover-content:after {
      position: absolute;
      top: -0.45em;
      left: 0.85em; }
  .popover.popover-hover .popover-button:hover ~ .popover-content {
    display: block; }
  .popover.popover-colorpicker .popover-content {
    right: -20px;
    bottom: 35px; }
    .popover.popover-colorpicker .popover-content .color-selector {
      margin-top: .5em; }
      .popover.popover-colorpicker .popover-content .color-selector li button {
        width: 1.2em;
        height: 1.2em; }

@-webkit-keyframes popover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px) scale(0.8); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(10px) scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1); } }

@-moz-keyframes popover {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50px) scale(0.8); }
  80% {
    opacity: 1;
    -moz-transform: translateY(10px) scale(1.05); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px) scale(1); } }

@keyframes popover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px) scale(0.8);
    -moz-transform: translateY(-50px) scale(0.8);
    -ms-transform: translateY(-50px) scale(0.8);
    -o-transform: translateY(-50px) scale(0.8);
    transform: translateY(-50px) scale(0.8); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(10px) scale(1.05);
    -moz-transform: translateY(10px) scale(1.05);
    -ms-transform: translateY(10px) scale(1.05);
    -o-transform: translateY(10px) scale(1.05);
    transform: translateY(10px) scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -o-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1); } }

.popover .popover-content {
  -webkit-animation-duration: 0ms;
  -moz-animation-duration: 0ms;
  animation-duration: 0ms;
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms; }
  .popover .popover-content li:hover {
    background: transparent; }

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

ul.share li {
  float: left;
  margin: 0 0.3em; }
  ul.share li a {
    font-size: 1.2em;
    display: block;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    text-align: center;
    line-height: 2em; }

ul.share.share-block {
  position: relative;
  text-align: center;
  margin-top: 3em; }
  ul.share.share-block li {
    float: none;
    display: inline-block; }
    ul.share.share-block li a {
      background-color: #fff;
      box-shadow: 0 0 1px #333; }
      ul.share.share-block li a:hover {
        color: initial; }
  ul.share.share-block:before {
    margin: 0 0.3em;
    font-family: Flaticon;
    font-size: 1.2em;
    content: "\70"; }

.share {
  margin: 0 -0.375em; }
  .share li a {
    color: white; }

.slider-wrapper:not(.nostyle).slider-vertical .slider,
.slider-wrapper:not(.nostyle).slider-vertical .slider-base {
  width: 10px;
  height: 100%;
  padding: 0; }

.slider-wrapper:not(.nostyle) .slider {
  position: relative;
  padding: 44px 0 0 0; }
  .slider-wrapper:not(.nostyle) .slider .title,
  .slider-wrapper:not(.nostyle) .slider .current {
    height: 44px;
    line-height: 44px; }
  .slider-wrapper:not(.nostyle) .slider .title {
    position: absolute;
    top: 0;
    left: 0; }
  .slider-wrapper:not(.nostyle) .slider .current {
    position: absolute;
    top: 0;
    right: 0; }

.slider-wrapper:not(.nostyle) .slider-base {
  position: relative;
  width: 100%;
  height: 10px;
  border: 1px solid #e9eaec;
  border-radius: 10px; }
  .slider-wrapper:not(.nostyle) .slider-base .slider-handler {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border: 2px solid white;
    border-radius: 50%;
    background: #7c70fb;
    box-shadow: 0 0 3px rgba(34, 34, 34, 0.25);
    cursor: pointer; }
  .slider-wrapper:not(.nostyle) .slider-base .slider-progress {
    width: 0%;
    height: 100%;
    background: #7c70fb;
    border-radius: 10px; }

.switch-select {
  margin: 0 0 0.75em 0; }
  .switch-select > ul {
    margin: 0;
    padding: 0;
    border: #e9eaec 1px solid;
    border-radius: 3px;
    list-style: none; }
  .switch-select > ul > li {
    display: inline;
    font-size: 0;
    white-space: nowrap; }
    .switch-select > ul > li:hover label {
      background: #f2f2f2; }
    .switch-select > ul > li:last-child label {
      border: none; }
    .switch-select > ul > li .content {
      display: none;
      float: left;
      width: 100%;
      padding: 0.75em 0 0 0;
      font-size: 16px;
      white-space: normal; }
    .switch-select > ul > li label {
      display: inline-block;
      height: 36px;
      margin: 0;
      padding: 0;
      border-right: #e9eaec 1px solid;
      font-size: 16px;
      text-align: center;
      line-height: 36px;
      cursor: pointer; }
    .switch-select > ul > li input[type="radio"] {
      display: none; }
      .switch-select > ul > li input[type="radio"]:checked + label {
        background: #f2f2f2; }
      .switch-select > ul > li input[type="radio"]:checked + label + .content {
        display: block; }

#tool-box {
  position: absolute;
  z-index: 200; }
  #tool-box::before {
    display: block;
    padding: 0 0 100%;
    content: ''; }
  #tool-box .tool-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: #4C5B5C 2px solid;
    border-radius: 50%; }
    #tool-box .tool-box-overlay .tool-box-handler {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(50%, -50%);
      -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      -o-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      display: block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #4C5B5C;
      cursor: pointer; }
  #tool-box .tool-box-tools {
    position: absolute;
    width: 338px;
    z-index: 100;
    text-align: center; }
    #tool-box .tool-box-tools.tools-top, #tool-box .tool-box-tools.tools-bottom {
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; }
    #tool-box .tool-box-tools.tools-top {
      bottom: 100%;
      margin: 0 0 1.5em; }
      #tool-box .tool-box-tools.tools-top .tool-menu.active button::before {
        height: 0;
        width: 0;
        border-bottom: 6px solid white;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        bottom: 100%; }
      #tool-box .tool-box-tools.tools-top .tool-content {
        bottom: 100%;
        margin: 0 0 0.75em; }
    #tool-box .tool-box-tools.tools-bottom {
      top: 100%;
      margin: 1.5em 0 0; }
    #tool-box .tool-box-tools .tool-menu-top.active button::before {
      height: 0;
      width: 0;
      border-bottom: 6px solid white;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      bottom: 100%; }
    #tool-box .tool-box-tools .tool-menu-top .tool-content {
      bottom: 100%;
      margin: 0 0 0.75em; }
    #tool-box .tool-box-tools .tool-menu-bottom.active button::before {
      height: 0;
      width: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid white;
      top: 100%; }
    #tool-box .tool-box-tools .tool-menu-bottom .tool-content {
      bottom: auto;
      top: 100%;
      margin: 0.75em 0 0; }
    #tool-box .tool-box-tools > ul {
      position: relative;
      display: inline-block;
      border: 1px solid #e9eaec;
      border-radius: 3px;
      box-shadow: 0 0 20px rgba(34, 34, 34, 0.15); }
      #tool-box .tool-box-tools > ul::after {
        clear: both;
        content: "";
        display: table; }
      #tool-box .tool-box-tools > ul > li {
        position: relative;
        overflow: hidden;
        float: left;
        width: 56px;
        height: 56px;
        border-right: 1px solid #e9eaec;
        background: white;
        text-align: center;
        line-height: 56px;
        cursor: pointer; }
        #tool-box .tool-box-tools > ul > li:last-child {
          border: none; }
        #tool-box .tool-box-tools > ul > li:hover svg, #tool-box .tool-box-tools > ul > li.tool-menu.active svg {
          -webkit-transition: fill 250ms linear;
          -moz-transition: fill 250ms linear;
          transition: fill 250ms linear;
          fill: #636873;
          stroke: #636873; }
          #tool-box .tool-box-tools > ul > li:hover svg.icon-remove, #tool-box .tool-box-tools > ul > li.tool-menu.active svg.icon-remove {
            fill: #FF715B; }
        #tool-box .tool-box-tools > ul > li.tool-menu.active {
          position: static; }
          #tool-box .tool-box-tools > ul > li.tool-menu.active .tool-content {
            visibility: visible;
            z-index: 2; }
          #tool-box .tool-box-tools > ul > li.tool-menu.active button:not(.nostyle) {
            position: relative; }
            #tool-box .tool-box-tools > ul > li.tool-menu.active button:not(.nostyle)::before {
              position: absolute;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%);
              box-shadow: 0 0 20px rgba(34, 34, 34, 0.15);
              content: ''; }
        #tool-box .tool-box-tools > ul > li#tool-opacity .tool-content {
          padding-top: 0; }
        #tool-box .tool-box-tools > ul > li .tool-content {
          position: absolute;
          left: 0;
          visibility: hidden;
          width: 280px;
          padding: 0.75em;
          border-radius: 3px;
          background: white;
          box-shadow: 0 0 20px rgba(34, 34, 34, 0.15);
          cursor: initial;
          text-align: left; }
          #tool-box .tool-box-tools > ul > li .tool-content.offset {
            display: block;
            visibility: hidden; }
          #tool-box .tool-box-tools > ul > li .tool-content > .colors {
            margin-bottom: 0; }
          #tool-box .tool-box-tools > ul > li .tool-content h5 {
            font-size: 1em;
            text-transform: uppercase; }
          #tool-box .tool-box-tools > ul > li .tool-content h6 {
            margin: 0;
            font-size: .8em; }
        #tool-box .tool-box-tools > ul > li .menu {
          margin: -0.75em; }
          #tool-box .tool-box-tools > ul > li .menu li {
            float: none;
            width: 100%;
            padding: 0 1.5em;
            border: none;
            border-bottom: 1px solid #e9eaec; }
            #tool-box .tool-box-tools > ul > li .menu li:last-child {
              border: none; }
        #tool-box .tool-box-tools > ul > li > button {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          background-color: white;
          z-index: 1; }
          #tool-box .tool-box-tools > ul > li > button .color {
            display: inline-block;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            vertical-align: middle; }
          #tool-box .tool-box-tools > ul > li > button svg {
            display: inline-block;
            width: 24px;
            height: 24px;
            vertical-align: middle;
            fill: #ced0d4;
            stroke: #ced0d4; }
  #tool-box .popover-palette {
    display: block;
    line-height: 1; }
    #tool-box .popover-palette .popover-content {
      position: absolute;
      top: 32px;
      right: auto;
      left: 0; }
      #tool-box .popover-palette .popover-content::before, #tool-box .popover-palette .popover-content::after {
        right: auto;
        left: 0.75em; }
      #tool-box .popover-palette .popover-content::before {
        border-bottom-color: #e9eaec; }
    #tool-box .popover-palette .popover-button {
      position: relative;
      padding-right: 16px;
      cursor: pointer; }
      #tool-box .popover-palette .popover-button::after {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 0;
        width: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #333;
        content: ''; }
  #tool-box .accordion {
    margin: -8px 0 0 0; }
    #tool-box .accordion > li > label {
      width: 50%;
      margin-right: -4px; }
    #tool-box .accordion .content {
      padding-bottom: 0; }

.color-tab-palette-replace {
  margin: 0 -0.75em -0.75em;
  padding: 0.75em;
  background: #fafafa;
  border-top: 1px solid #f0f0f0; }

.colors {
  margin: 0 -0.1875em;
  margin-bottom: 0.75em;
  padding: 0;
  list-style: none; }
  .colors::after {
    clear: both;
    content: "";
    display: table; }
  .colors.colors-menu .color {
    width: 10%; }
  .colors .color {
    float: left;
    width: 10%;
    padding: 0.1875em;
    border: none; }
    .colors .color.color-light span,
    .colors .color.color-light button {
      box-shadow: 0 0 2px rgba(34, 34, 34, 0.3); }
      .colors .color.color-light span.active::after,
      .colors .color.color-light button.active::after {
        background: #222; }
    .colors .color span,
    .colors .color button {
      position: relative;
      display: block;
      width: 100%;
      padding: 0 0 100%;
      border-radius: 50%;
      cursor: pointer; }
      .colors .color span.active,
      .colors .color button.active {
        overflow: hidden;
        border: none; }
        .colors .color span.active::after,
        .colors .color button.active::after {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 50%;
          height: 50%;
          border-radius: 50%;
          background: white;
          content: ''; }

#tool-zoom {
  position: absolute;
  right: 1.5em;
  bottom: 1.5em;
  width: 164px; }
  #tool-zoom .tool-actions::after {
    clear: both;
    content: "";
    display: table; }
  #tool-zoom .tool-actions .tool-fullscreen,
  #tool-zoom .tool-actions .tool-zoom-level {
    position: relative;
    float: left;
    height: 36px;
    border: 1px solid #e9eaec;
    border-radius: 3px;
    background: white; }
  #tool-zoom .tool-actions .tool-fullscreen {
    width: 36px;
    height: 36px; }
    #tool-zoom .tool-actions .tool-fullscreen svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      margin: -10px 0 0 -10px;
      fill: #4C5B5C;
      stroke: #4C5B5C; }
  #tool-zoom .tool-actions .tool-zoom-level {
    width: 116px;
    margin: 0 0 0 0.75em; }
    #tool-zoom .tool-actions .tool-zoom-level::after {
      clear: both;
      content: "";
      display: table; }
    #tool-zoom .tool-actions .tool-zoom-level > * {
      position: relative;
      display: block;
      float: left;
      min-width: 34px;
      height: 34px;
      color: #4C5B5C;
      font-size: 0.75em;
      line-height: 34px; }
      #tool-zoom .tool-actions .tool-zoom-level > * svg {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        margin: -6px 0 0 -6px;
        fill: #4C5B5C;
        stroke: #4C5B5C; }
    #tool-zoom .tool-actions .tool-zoom-level #zoom-level {
      width: calc(100% - 68px);
      text-align: center; }
  #tool-zoom .tool-view {
    position: absolute;
    right: 0;
    bottom: 48px;
    width: 120%;
    padding: 0.75em;
    border-radius: 3px;
    background: white;
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.25); }
    #tool-zoom .tool-view .slider-wrapper .slider {
      padding: 0; }
    #tool-zoom .tool-view canvas,
    #tool-zoom .tool-view img {
      width: 100%;
      margin: 0 0 0.75em; }

body {
  color: #333;
  font-family: "Varela Round", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Varela Round", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #a9fd00;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #76b100; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #e9eaec;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

/**
* Layout
*/
#header {
  position: relative;
  height: 56px;
  background: #222;
  z-index: 20; }
  #header #gr_user_menu {
    line-height: initial; }
    #header #gr_user_menu .login-link .dropdown-login {
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      #header #gr_user_menu .login-link .dropdown-login:before {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
    #header #gr_user_menu .login-link:hover .dropdown-login,
    #header #gr_user_menu .login-link.dropdown-active .dropdown-login {
      -webkit-transform: translate(-50%, 7px);
      -moz-transform: translate(-50%, 7px);
      -ms-transform: translate(-50%, 7px);
      -o-transform: translate(-50%, 7px);
      transform: translate(-50%, 7px); }
    #header #gr_user_menu .popover-user {
      margin-right: 0; }
      #header #gr_user_menu .popover-user .popover-content {
        right: -28px;
        margin-right: 0; }
        #header #gr_user_menu .popover-user .popover-content:before, #header #gr_user_menu .popover-user .popover-content:after {
          margin-right: -8px; }
    #header #gr_user_menu .login-link {
      position: relative;
      z-index: 1;
      margin-right: 1em; }
      #header #gr_user_menu .login-link a {
        padding-bottom: 1.5em; }
        #header #gr_user_menu .login-link a i {
          font-size: 2.2em; }
      #header #gr_user_menu .login-link:hover .dropdown-login,
      #header #gr_user_menu .login-link.dropdown-active .dropdown-login {
        -webkit-transform: translate(-85%, 7px);
        -moz-transform: translate(-85%, 7px);
        -ms-transform: translate(-85%, 7px);
        -o-transform: translate(-85%, 7px);
        transform: translate(-85%, 7px);
        visibility: visible;
        opacity: 1; }
      #header #gr_user_menu .login-link:after {
        right: -1em;
        width: 0;
        height: 0;
        content: '';
        border-top: 5px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      #header #gr_user_menu .login-link .dropdown-login {
        -webkit-transition: opacity 0.1s linear, visilibity 0.1s linear, -webkit-transform 0.1s linear;
        -moz-transition: opacity 0.1s linear, visilibity 0.1s linear, -moz-transform 0.1s linear;
        transition: opacity 0.1s linear, visilibity 0.1s linear, transform 0.1s linear;
        -webkit-transform: translate(-85%, 0);
        -moz-transform: translate(-85%, 0);
        -ms-transform: translate(-85%, 0);
        -o-transform: translate(-85%, 0);
        transform: translate(-85%, 0);
        font-size: .8em;
        position: absolute;
        z-index: 999999;
        left: 50%;
        visibility: hidden;
        width: 145px;
        padding: .5em;
        text-align: center;
        opacity: 0;
        color: #e9eaec;
        border-radius: 4px;
        background-color: #333; }
        #header #gr_user_menu .login-link .dropdown-login:before {
          position: absolute;
          top: -6px;
          left: 50%;
          -webkit-transform: translateX(45px);
          -moz-transform: translateX(45px);
          -ms-transform: translateX(45px);
          -o-transform: translateX(45px);
          transform: translateX(45px);
          width: 0;
          height: 0;
          content: '';
          border-right: 6px solid transparent;
          border-bottom: 6px solid #333;
          border-left: 6px solid transparent; }
        #header #gr_user_menu .login-link .dropdown-login p {
          margin: 0; }
  #header .gr_connected {
    display: none; }
  #header .popover-user {
    position: relative;
    z-index: 1;
    margin-right: 1em;
    padding-right: .5em; }
    #header .popover-user .avatar {
      position: relative;
      width: 42px;
      height: 42px; }
      #header .popover-user .avatar:after {
        right: -1em;
        width: 0;
        height: 0;
        content: '';
        border-top: 5px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    #header .popover-user .popover-content {
      top: 55px;
      right: -35px;
      margin-right: 20px; }
      #header .popover-user .popover-content:before, #header .popover-user .popover-content:after {
        margin-right: -20px; }
      #header .popover-user .popover-content li a i {
        width: 2.1em;
        margin-right: .5em; }
  #header .popover.popover-share .popover-content {
    height: 55px; }
  #header .popover .popover-content {
    text-align: center; }
    #header .popover .popover-content .share {
      display: inline-block; }
      #header .popover .popover-content .share li a {
        padding: 0;
        color: white; }
  #header .logo {
    display: inline-block;
    float: left;
    height: 56px;
    margin: 0 3em 0 0;
    line-height: 56px; }
    #header .logo img {
      height: 34px;
      vertical-align: middle; }
  #header .right {
    float: right;
    height: 56px;
    line-height: 56px; }
    #header .right > * {
      float: left;
      margin-top: 7px;
      margin-left: 0.75em; }
  #header nav {
    float: left;
    height: 56px;
    line-height: 56px; }
    #header nav .dropdown {
      position: relative;
      margin-right: 1.5em; }
      #header nav .dropdown:hover > a {
        color: #a9fd00; }
        #header nav .dropdown:hover > a::after {
          height: 0;
          width: 0;
          border-bottom: 4px solid white;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 0; }
      #header nav .dropdown:hover ul {
        display: block; }
      #header nav .dropdown > a::after {
        position: absolute;
        top: 50%;
        right: 0.375em;
        height: 0;
        width: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 4px solid white;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: ''; }
      #header nav .dropdown ul {
        position: absolute;
        top: 28px;
        left: -0.75em;
        padding-top: 10px;
        display: none; }
        #header nav .dropdown ul a {
          display: inline-block;
          padding: 0 1.5em;
          line-height: 56px; }
      #header nav .dropdown li {
        display: block;
        float: left;
        padding: 0;
        background: #222;
        white-space: nowrap; }
        #header nav .dropdown li:hover {
          background: #2f2f2f; }
    #header nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #header nav li {
      display: inline;
      padding: 0 1.5em 0 0;
      color: white; }
    #header nav a {
      display: inline-block;
      cursor: pointer;
      color: white;
      line-height: 56px; }
      #header nav a:hover {
        color: #a9fd00; }

#main {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("/img/bg-pattern.jpg") center center; }
  #main #editable-area {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: #333 2px solid;
    box-sizing: content-box; }

#menu {
  position: relative;
  height: 100%; }
  #menu #menu-wrapper {
    position: relative;
    height: 100%;
    box-shadow: 0 0 100px 0 rgba(34, 34, 34, 0.35);
    z-index: 9; }
    #menu #menu-wrapper .menu-container {
      position: absolute;
      top: 0;
      right: 0;
      overflow: hidden;
      overflow-y: auto;
      width: 320px;
      height: 100%;
      padding-left: 88px;
      box-shadow: 0 0 60px rgba(34, 34, 34, 0.15);
      background: white;
      box-sizing: content-box; }
      #menu #menu-wrapper .menu-container > .content {
        -webkit-transition: 125ms 250ms linear;
        -moz-transition: 125ms 250ms linear;
        transition: 125ms 250ms linear;
        opacity: 0;
        padding: 1.5em; }
      #menu #menu-wrapper .menu-container.animation {
        -webkit-transition: 250ms linear;
        -moz-transition: 250ms linear;
        transition: 250ms linear; }
    #menu #menu-wrapper input[name="menu"] {
      display: none; }
      #menu #menu-wrapper input[name="menu"]:checked + .menu-container {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); }
        #menu #menu-wrapper input[name="menu"]:checked + .menu-container .content {
          opacity: 1; }
  #menu #search {
    position: relative; }
    #menu #search button {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 54px;
      height: 54px;
      z-index: 1; }
    #menu #search input {
      padding-left: 54px;
      border: #e9eaec 1px solid;
      border-radius: 3px; }
  #menu .switch-select label {
    width: 50%; }
  #menu .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 100%;
    background: #333;
    z-index: 10; }
    #menu .container label {
      display: table-cell;
      width: 88px;
      height: 88px;
      margin: 0;
      padding: 0;
      border: none;
      background: none;
      outline: none;
      cursor: pointer;
      color: white;
      font-size: 0.75em;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle; }
      #menu .container label:hover {
        background: #404040; }
      #menu .container label.active {
        position: relative;
        background: #4d4d4d;
        color: #a9fd00; }
        #menu .container label.active::after {
          position: absolute;
          top: 50%;
          left: 100%;
          height: 0;
          width: 0;
          border-bottom: 8px solid transparent;
          border-left: 6px solid #4d4d4d;
          border-top: 8px solid transparent;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          content: ''; }
        #menu .container label.active + .content {
          display: block;
          background: red; }
        #menu .container label.active svg {
          fill: #a9fd00;
          stroke: #a9fd00; }
      #menu .container label svg {
        fill: white;
        stroke: white; }
    #menu .container * {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
  #menu .download {
    margin: 0 -0.375em; }
    #menu .download::after {
      clear: both;
      content: "";
      display: table; }
    #menu .download .btn {
      padding-left: 0;
      padding-right: 0;
      border-bottom: 2px solid #ced0d4;
      background: #e9eaec;
      font-size: .8em;
      text-align: center;
      text-transform: uppercase; }
    #menu .download input {
      display: none; }
      #menu .download input:checked + .btn {
        border-bottom: 2px solid #87ca00;
        background: #a9fd00; }
    #menu .download li {
      float: left;
      width: 25%;
      margin: 0 0 0.75em;
      padding: 0 0.375em; }
  #menu .icons {
    margin: 0 -0.75em 0.75em -0.75em; }
    #menu .icons::after {
      clear: both;
      content: "";
      display: table; }
    #menu .icons .icon {
      position: relative;
      float: left;
      display: block;
      width: 25%;
      padding: 1em; }
      #menu .icons .icon::before {
        display: block;
        padding: 0 0 100%;
        content: ''; }
      #menu .icons .icon.icon-premium {
        position: relative; }
        #menu .icons .icon.icon-premium .premium {
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 10px;
          height: 10px; }
        #menu .icons .icon.icon-premium svg {
          display: block;
          width: 10px;
          height: 10px;
          fill: #F90; }
      #menu .icons .icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block; }
  #menu .pack {
    margin: 0.75em 0 0 0; }
    #menu .pack .icons {
      margin-top: -0.75em; }
    #menu .pack h2 {
      overflow: hidden;
      margin: 0;
      padding: 0 0 0.375em;
      border-bottom: #e9eaec 1px solid;
      font-size: 0.9em;
      font-weight: normal;
      text-overflow: ellipsis;
      white-space: nowrap; }
  #menu span {
    display: block; }

@-webkit-keyframes menuOut {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

@-moz-keyframes menuOut {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

@keyframes menuOut {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

.modal-premium {
  margin: -1.5em;
  padding: 1.5em;
  background-color: #333;
  background-image: url("../../img/pattern-search.png");
  color: white;
  font-size: 1em;
  text-align: center; }
  .modal-premium .subscription-header .flaticon-rocket {
    position: absolute;
    top: 50%;
    left: 0.75em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3em;
    height: 3em; }
    .modal-premium .subscription-header .flaticon-rocket::before {
      font-size: 3em; }
  .modal-premium .subscription-header .btn {
    position: relative;
    padding-left: 4.5em; }
    .modal-premium .subscription-header .btn span {
      display: block;
      margin: 0 0 0.375em;
      font-size: 22px;
      text-align: center; }
    .modal-premium .subscription-header .btn span ~ span {
      opacity: .75;
      margin: 0;
      font-size: 16px; }
  .modal-premium .selection svg,
  .modal-premium .premium svg {
    width: 20px;
    height: 20px; }
  .modal-premium .selection svg {
    fill: white; }
  .modal-premium .premium svg {
    fill: #f90; }
  .modal-premium h2 {
    margin: 0 0 1.5em;
    font-size: 20px; }

/**
* Vendors
*/
[hidden] {
  display: none; }

.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

div.awesomplete > input {
  display: block; }

div.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  border-radius: 3px;
  margin: .2em 0 0;
  background: #fff;
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
  color: #333;
  text-align: left; }
  div.awesomplete > ul[hidden], div.awesomplete > ul:empty {
    display: none; }
  div.awesomplete > ul > li {
    position: relative;
    height: 3em;
    cursor: pointer;
    clear: both;
    display: block; }
    div.awesomplete > ul > li:hover {
      background: #e9eaec; }
      div.awesomplete > ul > li:hover .text-container {
        background: #e9eaec; }
        div.awesomplete > ul > li:hover .text-container:after {
          background-color: #e9eaec;
          background-image: -webkit-linear-gradient(left, #e9eaec, rgba(233, 234, 236, 0));
          background-image: linear-gradient(to right,#e9eaec, rgba(233, 234, 236, 0));
          background-color: transparent; }
    div.awesomplete > ul > li[aria-selected="true"] {
      background: #4C5B5C;
      color: white; }
      div.awesomplete > ul > li[aria-selected="true"] .text-container {
        background: #4C5B5C; }
        div.awesomplete > ul > li[aria-selected="true"] .text-container:after {
          background-color: #4C5B5C;
          background-image: -webkit-linear-gradient(left, #4C5B5C, rgba(76, 91, 92, 0));
          background-image: linear-gradient(to right,#4C5B5C, rgba(76, 91, 92, 0));
          background-color: transparent; }
        div.awesomplete > ul > li[aria-selected="true"] .text-container .text .total-items {
          color: #e9eaec; }
    div.awesomplete > ul > li:first-child {
      border-radius: 3px 3px 0 0; }
      div.awesomplete > ul > li:first-child .text-container {
        border-radius: 3px 0 0 0; }
    div.awesomplete > ul > li:last-child {
      border-radius: 0 0 3px 3px; }
      div.awesomplete > ul > li:last-child .text-container {
        border-radius: 0 0 0 3px; }
    div.awesomplete > ul > li .text-container {
      position: absolute;
      top: 0;
      height: 100%;
      background: #fff;
      padding: 0 0.5em;
      z-index: 1; }
      div.awesomplete > ul > li .text-container:after {
        content: '';
        display: block;
        width: 1em;
        height: 100%;
        position: absolute;
        top: 0;
        right: -1em;
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
        background-image: linear-gradient(to right,#fff, rgba(255, 255, 255, 0));
        background-color: transparent; }
      div.awesomplete > ul > li .text-container .text {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        div.awesomplete > ul > li .text-container .text mark {
          background: #a9fd00; }
        div.awesomplete > ul > li .text-container .text .total-items {
          color: #4C5B5C;
          font-size: 0.7em;
          vertical-align: middle; }
    div.awesomplete > ul > li .autocomplete-icons {
      position: absolute;
      top: 50%;
      right: 0.5em;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      div.awesomplete > ul > li .autocomplete-icons::after {
        clear: both;
        content: "";
        display: table; }
      div.awesomplete > ul > li .autocomplete-icons li {
        float: left;
        margin-left: 0.5em; }
        div.awesomplete > ul > li .autocomplete-icons li img {
          display: block; }
      @media screen and (max-width: 480px) {
        div.awesomplete > ul > li .autocomplete-icons {
          display: none; } }

@supports (transform: scale(0)) {
  div.awesomplete > ul {
    transform-origin: 1.43em -.43em; }
  div.awesomplete > ul[hidden],
  div.awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease; } }

/*
colpick Color Picker / colpick.com
*/
.popover-colorpicker .popover-content {
  width: 208px; }

/*Main container*/
.colpick {
  position: absolute;
  width: 346px;
  height: 170px;
  overflow: hidden;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  /*Prevents selecting text when dragging the selectors*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*Color selection box with gradients*/
.colpick_color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 156px;
  height: 156px;
  overflow: hidden;
  outline: 1px solid #aaa; }

.colpick_color_overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  /* IE8 */
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff');
  /* IE6 & IE7 */ }

.colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  /* IE8 */
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

/*Circular color selector*/
.colpick_selector_outer {
  background: none;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid black;
  border-radius: 50%; }

.colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid white;
  border-radius: 50%; }

/*Vertical hue bar*/
.colpick_hue {
  position: absolute;
  top: 0px;
  left: 170px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa; }

/*Hue bar sliding indicator*/
.colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0 0; }

.colpick_hue_larr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #858585; }

.colpick_hue_rarr {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #858585; }

/*New color box*/
.colpick_new_color {
  position: absolute;
  left: 207px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f; }

/*Current color box*/
.colpick_current_color {
  position: absolute;
  left: 277px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f; }

/*Input field containers*/
.colpick_field, .colpick_hex_field {
  position: absolute;
  height: 27px;
  width: 60px;
  overflow: hidden;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd; }

.colpick_rgb_r {
  top: 40px;
  left: 207px; }

.colpick_rgb_g {
  top: 67px;
  left: 207px; }

.colpick_rgb_b {
  top: 94px;
  left: 207px; }

.colpick_hsb_h {
  top: 40px;
  left: 277px; }

.colpick_hsb_s {
  top: 67px;
  left: 277px; }

.colpick_hsb_b {
  top: 94px;
  left: 277px; }

.colpick_hex_field {
  width: 68px;
  left: 72px;
  top: 168px; }

/*Text field container on focus*/
.colpick_focus {
  border-color: #999; }

/*Field label container*/
.colpick_field_letter {
  position: absolute;
  width: 17px;
  height: 20px;
  line-height: 20px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: bold;
  color: #777;
  z-index: 1;
  text-align: center; }

/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none; }

.colpick_hex_field input {
  right: 4px; }

/*Field up/down arrows*/
.colpick_field_arrs {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 21px; }

.colpick_field_uarr {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #959595; }

.colpick_field_darr {
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #959595; }

/*Submit/Select button*/
.colpick_submit {
  position: absolute;
  left: 207px;
  top: 149px;
  width: 130px;
  height: 22px;
  line-height: 22px;
  background: #efefef;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.colpick_submit:hover {
  background: #f3f3f3;
  border-color: #999;
  cursor: pointer; }

/*full layout with no submit button*/
.colpick_full_ns .colpick_submit, .colpick_full_ns .colpick_current_color {
  display: none; }

.colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px; }

.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsb_h {
  top: 42px; }

.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsb_s {
  top: 73px; }

.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsb_b {
  top: 104px; }

.colpick_full_ns .colpick_hex_field {
  top: 135px; }

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h, .colpick_rgbhex .colpick_hsb_s, .colpick_rgbhex .colpick_hsb_b {
  display: none; }

.colpick_rgbhex {
  width: 282px; }

.colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
  width: 68px; }

.colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none; }

.colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none; }

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns .colpick_submit, .colpick_rgbhex_ns .colpick_current_color {
  display: none; }

.colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f; }

.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px; }

.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px; }

.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px; }

.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px; }

/*hex layout*/
.colpick_hex .colpick_hsb_h, .colpick_hex .colpick_hsb_s, .colpick_hex .colpick_hsb_b, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
  display: none; }

.colpick_hex {
  width: 206px;
  height: 201px; }

.colpick_hex .colpick_hex_field {
  width: 72px;
  height: 27px;
  top: 168px;
  left: 77px; }

.colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px;
  box-shadow: none;
  border: none; }

.colpick_hex .colpick_new_color {
  left: 0px;
  top: 168px;
  width: 30px;
  border-right: none; }

.colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none; }

.colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px;
  height: 25px;
  line-height: 25px; }

/*hex layout, no submit button*/
.colpick_hex_ns .colpick_submit, .colpick_hex_ns .colpick_current_color {
  display: none; }

.colpick_hex_ns .colpick_hex_field {
  width: 80px; }

.colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f; }

/*Dark color scheme*/
.colpick_dark {
  background: #161616;
  border-color: #2a2a2a; }

.colpick_dark .colpick_color {
  outline-color: #333; }

.colpick_dark .colpick_hue {
  border-color: #555; }

.colpick_dark .colpick_field, .colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d; }

.colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969;
  text-align: center; }

.colpick_dark .colpick_field input, .colpick_dark .colpick_hex_field input {
  color: #7a7a7a; }

.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969; }

.colpick_dark .colpick_field_darr {
  border-top-color: #696969; }

.colpick_dark .colpick_focus {
  border-color: #444; }

.colpick_dark .colpick_submit {
  background: #131313;
  border-color: #2d2d2d;
  color: #7a7a7a; }

.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444; }

.col-cpicker {
  position: relative;
  height: 296px;
  margin: 0 0 0.75em; }
  .col-cpicker#icon-color {
    height: 280px;
    margin: 0; }
    .col-cpicker#icon-color .colpick_hue {
      height: 224px; }
    .col-cpicker#icon-color .colpick_color {
      height: 224px; }
    .col-cpicker#icon-color .colpick_hex_field {
      top: 236px; }
    .col-cpicker#icon-color .colpick_new_color {
      top: 246px; }
  .col-cpicker .colpick_hue {
    left: auto;
    right: 0;
    width: 20px;
    height: 240px;
    border: none;
    border-radius: 5px; }
    .col-cpicker .colpick_hue .colpick_hue_arrs {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 160%;
      height: 10px;
      margin: 0;
      border: 4px solid white;
      border-radius: 5px;
      box-shadow: 0 0 3px rgba(34, 34, 34, 0.25); }
      .col-cpicker .colpick_hue .colpick_hue_arrs .colpick_hue_larr,
      .col-cpicker .colpick_hue .colpick_hue_arrs .colpick_hue_rarr {
        display: none; }
  .col-cpicker .colpick_hex {
    width: auto;
    height: auto; }
  .col-cpicker .colpick_color {
    position: relative;
    overflow: visible;
    width: calc(100% - 32px);
    height: 240px;
    border-radius: 5px;
    outline: none; }
    .col-cpicker .colpick_color .colpick_color_overlay1,
    .col-cpicker .colpick_color .colpick_color_overlay2 {
      width: 100%;
      height: 100%; }
    .col-cpicker .colpick_color .colpick_color_overlay2 {
      border-radius: 5px; }
    .col-cpicker .colpick_color .colpick_selector_outer {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 18px;
      height: 18px;
      margin: 0;
      border: none; }
      .col-cpicker .colpick_color .colpick_selector_outer .colpick_selector_inner {
        width: 100%;
        height: 100%;
        border: 4px solid white;
        box-shadow: 0 0 3px rgba(34, 34, 34, 0.25); }
  .col-cpicker .colpick_hex_field {
    position: absolute;
    top: 252px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 44px;
    border: 1px solid #e9eaec;
    border-radius: 5px; }
    .col-cpicker .colpick_hex_field .colpick_field_letter {
      width: 44px;
      height: 44px;
      background: #e9eaec;
      color: #222;
      font-weight: normal;
      line-height: 44px; }
    .col-cpicker .colpick_hex_field input {
      position: absolute;
      top: 0;
      left: 44px;
      width: calc(100% - 44px);
      height: 44px;
      padding: 0 0 0 0.75em;
      text-align: left;
      line-height: 44px; }
  .col-cpicker .colpick_new_color {
    position: absolute;
    top: 262px;
    right: 0.75em;
    bottom: auto;
    left: auto;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(34, 34, 34, 0.25); }
  .col-cpicker .colpick {
    overflow: visible; }

@font-face {
  font-family: "Flaticon";
  src: url("/css/flaticon.eot");
  src: url("/css/flaticon.woff") format("woff"), url("/css/flaticon.ttf") format("truetype"), url("/css/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
  vertical-align: middle; }

.flaticon-less:before {
  content: "\50"; }

.flaticon-question:before {
  content: "\54"; }

.flaticon-bell:before {
  content: "\41"; }

.flaticon-calendar:before {
  content: "\42"; }

.flaticon-clock:before {
  content: "\43"; }

.flaticon-cloud:before {
  content: "\44"; }

.flaticon-gear:before {
  content: "\45"; }

.flaticon-pointer:before {
  content: "\46"; }

.flaticon-trophy:before {
  content: "\47"; }

.flaticon-folder:before {
  content: "\48"; }

.flaticon-arrow_down:before {
  content: "\49"; }

.flaticon-cancel:before {
  content: "\4a"; }

.flaticon-bin:before {
  content: "\4b"; }

.flaticon-home:before {
  content: "\4c"; }

.flaticon-arrow_left:before {
  content: "\4d"; }

.flaticon-heart:before {
  content: "\4e"; }

.flaticon-comment:before {
  content: "\4f"; }

.flaticon-more:before {
  content: "\51"; }

.flaticon-lock:before {
  content: "\52"; }

.flaticon-pencil:before {
  content: "\53"; }

.flaticon-arrow_right:before {
  content: "\55"; }

.flaticon-disk:before {
  content: "\56"; }

.flaticon-star:before {
  content: "\57"; }

.flaticon-arrow_up:before {
  content: "\58"; }

.flaticon-magnifier:before {
  content: "\59"; }

.flaticon-eye:before {
  content: "\5a"; }

.flaticon-download:before {
  content: "\5b"; }

.flaticon-facebook_linear:before {
  content: "\5c"; }

.flaticon-twitter_linear:before {
  content: "\5d"; }

.flaticon-google_linear:before {
  content: "\5e"; }

.flaticon-pinterest_linear:before {
  content: "\5f"; }

.flaticon-facebook:before {
  content: "\60"; }

.flaticon-twitter:before {
  content: "\61"; }

.flaticon-google:before {
  content: "\62"; }

.flaticon-googleplus:before {
  content: "\62"; }

.flaticon-pinterest:before {
  content: "\63"; }

.flaticon-checkcircle:before {
  content: "\64"; }

.flaticon-success:before {
  content: "\64"; }

.flaticon-refresh:before {
  content: "\65"; }

.flaticon-exclamation:before {
  content: "\66"; }

.flaticon-warning:before {
  content: "\66"; }

.flaticon-danger:before {
  content: "\66"; }

.flaticon-location:before {
  content: "\67"; }

.flaticon-collections:before {
  content: "\68"; }

.flaticon-collections_add:before {
  content: "\69"; }

.flaticon-collections_remove:before {
  content: "\6a"; }

.flaticon-collections_edit:before {
  content: "\6b"; }

.flaticon-collections_share:before {
  content: "\6c"; }

.flaticon-collections_config:before {
  content: "\6d"; }

.flaticon-logo:before {
  content: "\6e"; }

.flaticon-link:before {
  content: "\6f"; }

.flaticon-share:before {
  content: "\70"; }

.flaticon-user:before {
  content: "\71"; }

.flaticon-flame:before {
  content: "\72"; }

.flaticon-leaf:before {
  content: "\73"; }

.flaticon-selection:before {
  content: "\74"; }

.flaticon-rocket:before {
  content: "\75"; }

.flaticon-paint:before {
  content: "\76"; }

.flaticon-upload:before {
  content: "\77"; }

.flaticon-check:before {
  content: "\78"; }

.flaticon-help:before {
  content: "\79"; }

.flaticon-collections_filled:before {
  content: "\7a"; }

.flaticon-list:before {
  content: "\7b"; }

.flaticon-add:before {
  content: "\7c"; }

.flaticon-cookies:before {
  content: "\7d"; }

.flaticon-appstore:before {
  content: "\7e"; }

.flaticon-happy:before {
  content: "\c4"; }

.flaticon-neutral:before {
  content: "\c5"; }

.flaticon-sad:before {
  content: "\c9"; }

.flaticon-fullscreen:before {
  content: "\d1"; }

.flaticon-dribbble:before {
  content: "\d6"; }

.flaticon-behance:before {
  content: "\dc"; }

@font-face {
  font-family: "Flaticon";
  src: url("/css/flaticon.eot");
  src: url("/css/flaticon.woff") format("woff"), url("/css/flaticon.ttf") format("truetype"), url("/css/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

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