@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  margin: .67em 0;
  font-size: 2em; }

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

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  height: 0;
  box-sizing: content-box; }

/**
 * 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 {
  margin: 0;
  /* 3 */
  font: inherit;
  /* 2 */
  color: inherit;
  /* 1 */ }

/**
 * 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"] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 {
  padding: 0;
  border: 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"] {
  padding: 0;
  /* 2 */
  box-sizing: border-box;
  /* 1 */ }

/**
 * 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.
 */
input[type="search"] {
  box-sizing: content-box;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * 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 {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

/**
 * 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 {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */ }

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

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

html {
  font-size: 14px;
  position: relative;
  min-height: 100%; }

body {
  font-family: "myriad-pro", Myriad Pro, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto;
  color: #787d82;
  -webkit-font-smoothing: antialiased; }
  body.is-sticky {
    margin-bottom: 263px; }

main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 50px 50px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

@media all and (max-width: 1223px) {
  main {
    top: 60px;
    left: 0;
    padding: 25px 25px 0; } }
@media all and (max-width: 1024px) {
  main {
    position: relative;
    top: 0;
    width: 1024px; } }
@media all and (max-width: 767px) {
  body.is-sticky {
    margin-bottom: 636px; } }
@media all and (max-width: 420px) {
  body.is-sticky {
    margin-bottom: 655px; } }
p {
  font-weight: 400;
  margin: 0; }
  p.is-primary {
    color: #006e96; }

b,
strong {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 50px;
  font-weight: 300; }

h2 {
  font-size: 30px;
  font-weight: 400; }

h3 {
  font-size: 28px;
  font-weight: 300; }

h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.01em; }

h5 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.01em; }

h6 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase; }

@media all and (max-width: 1024px) {
  h1 {
    font-size: 35px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 22px; } }
@media all and (max-width: 767px) {
  h1 {
    font-size: 30px; } }
a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  text-decoration: none;
  color: #006e96; }
  a:hover, a:active {
    color: #00364a; }
  a:focus {
    color: #00364a;
    outline: none; }

abbr {
  cursor: help;
  border-bottom: 1px dotted #e2e3e4; }

blockquote {
  font-style: italic;
  margin: 10px 0;
  padding-left: 15px;
  color: #787d82;
  border-left: 2px solid #e2e3e4; }

hr {
  margin: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e2e3e4;
  border-left: 0; }

img {
  display: block;
  max-width: 100%;
  margin: 0; }

::-moz-selection {
  color: #fff;
  background-color: #161718; }

::selection {
  color: #fff;
  background-color: #161718; }

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 75px 0;
  background: #2e3133; }

.footer-title {
  margin-bottom: 15px;
  color: #fff; }

.footer-links {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer-links li {
    display: block;
    margin: 5px 0; }
    .footer-links li a {
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: color 0.3s linear;
      transition: color 0.3s linear; }
      .footer-links li a:hover {
        color: #fff; }

.footer-copy {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4); }

.footer-logo {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }
  .footer-logo img {
    display: inline-block;
    width: 125px; }

@media all and (max-width: 767px) {
  footer .grid-cell {
    text-align: center; }

  .footer-links {
    margin-bottom: 25px; } }
.grid {
  display: block;
  padding: 0;
  margin: 0 -10px;
  font-size: 0;
  text-align: left; }

.grid-cell {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  font-size: 14px;
  text-align: left;
  vertical-align: top; }
  .grid-cell.with-1col {
    width: 8.33333%; }
  .grid-cell.with-2col {
    width: 16.66667%; }
  .grid-cell.with-3col {
    width: 25%; }
  .grid-cell.with-4col {
    width: 33.33333%; }
  .grid-cell.with-5col {
    width: 41.66667%; }
  .grid-cell.with-6col {
    width: 50%; }
  .grid-cell.with-7col {
    width: 58.33333%; }
  .grid-cell.with-8col {
    width: 66.66667%; }
  .grid-cell.with-9col {
    width: 75%; }
  .grid-cell.with-10col {
    width: 83.33333%; }
  .grid-cell.with-11col {
    width: 91.66667%; }
  .grid-cell.with-1off {
    margin-left: 8.33333%; }
  .grid-cell.with-2off {
    margin-left: 16.66667%; }
  .grid-cell.with-3off {
    margin-left: 25%; }
  .grid-cell.with-4off {
    margin-left: 33.33333%; }
  .grid-cell.with-5off {
    margin-left: 41.66667%; }
  .grid-cell.with-6off {
    margin-left: 50%; }
  .grid-cell.with-7off {
    margin-left: 58.33333%; }
  .grid-cell.with-8off {
    margin-left: 66.66667%; }
  .grid-cell.with-9off {
    margin-left: 75%; }
  .grid-cell.with-10off {
    margin-left: 83.33333%; }
  .grid-cell.with-11off {
    margin-left: 91.66667%; }
  .grid-cell.is-centered {
    text-align: center; }
  .grid-cell.is-right {
    text-align: right; }
  .grid-cell.is-top {
    vertical-align: top; }
  .grid-cell.is-middle {
    vertical-align: middle; }
  .grid-cell.is-bottom {
    vertical-align: bottom; }

.grid-centered {
  max-width: 1400px; }

.grid-contained {
  max-width: 1120px;
  padding: 0 25px;
  margin-right: auto;
  margin-left: auto; }
  .grid-contained.with-padding {
    padding-top: 130px; }
  .grid-contained.without-margin {
    margin-bottom: -20px; }

@media all and (max-width: 1423px) {
  .grid-cell.with-2col {
    width: 33.33%; } }
@media all and (max-width: 767px) {
  .grid-contained {
    padding: 0 10px; }
    .grid-contained.with-padding {
      padding-top: 110px; }
    .grid-contained .grid-cell.with-1col {
      width: 100%; }
    .grid-contained .grid-cell.with-1off {
      margin-left: 0; }
    .grid-contained .grid-cell.with-2col {
      width: 100%; }
    .grid-contained .grid-cell.with-2off {
      margin-left: 0; }
    .grid-contained .grid-cell.with-3col {
      width: 100%; }
    .grid-contained .grid-cell.with-3off {
      margin-left: 0; }
    .grid-contained .grid-cell.with-4col {
      width: 100%; }
    .grid-contained .grid-cell.with-4off {
      margin-left: 0; }
    .grid-contained .grid-cell.with-5col {
      width: 100%; }
    .grid-contained .grid-cell.with-5off {
      margin-left: 0; }
    .grid-contained .grid-cell.with-6col {
      width: 100%; }
    .grid-contained .grid-cell.with-6off {
      margin-left: 0; }
    .grid-contained .grid-cell.with-7col {
      width: 100%; }
    .grid-contained .grid-cell.with-7off {
      margin-left: 0; }
    .grid-contained .grid-cell.with-8col {
      width: 100%; }
    .grid-contained .grid-cell.with-8off {
      margin-left: 0; }
    .grid-contained .grid-cell.with-9col {
      width: 100%; }
    .grid-contained .grid-cell.with-9off {
      margin-left: 0; }
    .grid-contained .grid-cell.with-10col {
      width: 100%; }
    .grid-contained .grid-cell.with-10off {
      margin-left: 0; }
    .grid-contained .grid-cell.with-11col {
      width: 100%; }
    .grid-contained .grid-cell.with-11off {
      margin-left: 0; }

  .grid-manuals .grid-cell {
    width: 50% !important; } }
@media all and (max-width: 420px) {
  .grid-contained {
    padding: 0; }

  .grid-manuals .grid-cell {
    width: 100% !important; } }
.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 280px;
  z-index: 90;
  height: 80px;
  padding: 22px 50px;
  background: #fff;
  border-bottom: 1px solid #e2e3e4;
  box-shadow: 0;
  -webkit-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear; }
  .navbar.with-shadow {
    box-shadow: 1px 0 10px rgba(16, 17, 17, 0.2); }

.navbar-app {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.navbar-breadcrumb {
  display: inline-block;
  padding: 5px 0 0;
  margin: 0;
  vertical-align: middle; }
  .navbar-breadcrumb li {
    display: inline-block;
    margin-right: 7px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle; }
    .navbar-breadcrumb li a {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .2em;
      color: #5f6468;
      text-transform: uppercase; }
      .navbar-breadcrumb li a:hover {
        color: #006e96; }

.navbar-actions {
  display: inline-block;
  float: right;
  padding: 0;
  margin: 0;
  list-style: none; }
  .navbar-actions li {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle; }

.navbar-webshop {
  left: 0;
  padding: 22.5px 0; }

.navbar-logo {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle; }
  .navbar-logo img {
    height: 35px; }

.navbar-links {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: -5px;
  line-height: 1;
  vertical-align: middle;
  list-style: none; }
  .navbar-links li {
    display: inline-block;
    margin: 0 30px 0 0;
    vertical-align: middle; }
    .navbar-links li a {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .1em;
      color: #5f6468;
      text-transform: uppercase; }
      .navbar-links li a:hover {
        color: #161718; }
      .navbar-links li a span {
        display: inline-block;
        vertical-align: middle; }
      .navbar-links li a .icon {
        font-size: 24px; }
    .navbar-links li.navbar-menu {
      display: none; }
  .navbar-links.is-right {
    float: right;
    margin-top: 5px; }
    .navbar-links.is-right li {
      margin: 0 0 0 30px; }
    .navbar-links.is-right li:last-child {
      margin-right: 0; }

.navbar-menu span {
  font-size: 28px;
  line-height: 1;
  text-align: right;
  cursor: pointer;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear; }
  .navbar-menu span:hover {
    color: #161718; }

.navbar-responsive {
  position: absolute;
  top: 55px;
  right: 5px;
  z-index: 1000;
  display: none;
  width: 100%;
  max-width: 150px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e2e3e4;
  border-radius: 2px; }
  .navbar-responsive li {
    display: block; }
    .navbar-responsive li a {
      display: block;
      padding: 10px 15px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .1em;
      color: #5f6468;
      text-transform: uppercase;
      background: #fff;
      border-bottom: 1px solid #e2e3e4;
      -webkit-transition: background 0.3s linear;
      transition: background 0.3s linear; }
      .navbar-responsive li a:hover {
        background: #e2e3e4; }
    .navbar-responsive li:last-child a {
      border-bottom: 0; }
  .navbar-responsive:after {
    position: absolute;
    right: 8px;
    bottom: 100%;
    z-index: 1001;
    width: 0;
    height: 0;
    margin-left: -10px;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(226, 227, 228, 0);
    border-bottom-color: #e2e3e4;
    border-width: 10px;
    content: " "; }
  .navbar-responsive.is-open {
    display: block; }

@media all and (max-width: 1223px) {
  .navbar-app {
    left: 0;
    height: 60px;
    padding: 12px 25px 12px 60px; }

  .navbar-actions {
    margin-top: -4px; } }
@media all and (max-width: 1024px) {
  .navbar-app {
    position: relative;
    width: 1024px; } }
@media all and (max-width: 767px) {
  .navbar-webshop {
    height: 60px;
    padding: 14.5px 0; }

  .navbar-logo {
    margin-right: 0; }
    .navbar-logo img {
      height: 30px; }

  .navbar-links {
    margin-top: -4px; }
    .navbar-links li {
      display: none; }
    .navbar-links.is-right {
      margin-top: 2px; }
      .navbar-links.is-right li {
        display: inline-block;
        margin: 0 0  0 15px; }
      .navbar-links.is-right li:nth-child(2) {
        display: none; }
    .navbar-links .navbar-menu {
      display: inline-block; } }
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 280px;
  overflow: auto;
  background: #f7f7f8;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear; }

.sidebar-heading {
  display: block;
  padding: 35px 40px 5px;
  color: #fff;
  text-align: center;
  background: #f7f7f8;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }
  .sidebar-heading img {
    display: inline-block;
    height: 30px;
    vertical-align: middle; }

.sidebar-links-wrapper {
  display: block;
  padding-left: 35px;
  margin-top: 30px; }

.sidebar-links-title {
  display: block;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #a5a8ac; }

.sidebar-links {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }
  .sidebar-links li {
    display: block;
    margin-top: 5px; }
    .sidebar-links li a {
      display: block;
      padding: 5px 0 5px 10px;
      font-size: 14px;
      color: #5f6468;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .sidebar-links li a span {
        display: inline-block;
        vertical-align: middle; }
      .sidebar-links li a .icon {
        margin-right: 5px;
        font-size: 20px;
        line-height: 1;
        color: #787d82;
        -webkit-transition: color 0.3s linear;
        transition: color 0.3s linear; }
      .sidebar-links li a:hover {
        background: #e2e3e4; }
      .sidebar-links li a.is-active {
        color: #fff;
        background: #006e96; }
        .sidebar-links li a.is-active .icon {
          color: #fff; }

.sidebar-container {
  display: block;
  margin-bottom: 85px; }

.sidebar-logout {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 60px;
  padding: 18px 20px 20px;
  font-size: 14px;
  color: #92979b;
  text-align: center;
  background: #f7f7f8;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .sidebar-logout span {
    display: inline-block;
    vertical-align: middle; }
  .sidebar-logout .icon {
    margin-right: 5px;
    font-size: 20px;
    line-height: 1; }
  .sidebar-logout:hover {
    color: #fff;
    background: #f00000; }

.sidebar-trigger {
  position: fixed;
  top: 10px;
  left: 22px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .sidebar-trigger span {
    font-size: 26px;
    color: #474a4d; }
  .sidebar-trigger:hover span {
    color: #101111; }

.sidebar-overlay {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  max-width: 0;
  overflow: hidden;
  background: rgba(16, 17, 17, 0.7);
  opacity: 0;
  -webkit-transition: left 0.3s linear, opacity 0.3s linear;
  transition: left 0.3s linear, opacity 0.3s linear; }
  .sidebar-overlay.is-open {
    left: 280px;
    max-width: 100%; }

.sidebar-open {
  overflow: hidden; }
  .sidebar-open main,
  .sidebar-open .navbar-app {
    right: -280px;
    left: 280px; }
  .sidebar-open .sidebar-overlay {
    left: 280px;
    opacity: 1; }
  .sidebar-open .sidebar {
    left: 0; }
  .sidebar-open .sidebar-logout {
    left: 0; }
  .sidebar-open .sidebar-trigger {
    left: 302px; }

@media all and (max-width: 1223px) {
  .sidebar {
    left: -280px; }

  .sidebar-logout {
    left: -280px; } }
@media all and (max-width: 1024px) {
  .sidebar-trigger {
    position: absolute; } }
.brand-up {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 25%;
  height: 12px;
  background: #006e96; }

.brand-down {
  position: fixed;
  z-index: 999;
  right: 50%;
  bottom: 0;
  left: auto;
  width: 15%;
  height: 12px;
  background: #f00000; }

@media all and (max-width: 1024px) {
  .brand-up {
    position: fixed;
    left: 0;
    width: 60%; }

  .brand-down {
    position: fixed;
    left: 60%;
    width: 40%; } }
.button {
  position: relative;
  display: inline-block;
  padding: 13px 30px;
  font-family: "myriad-pro", Myriad Pro, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .button:disabled, .button.is-disabled {
    color: #92979b;
    cursor: not-allowed;
    background-color: #f7f7f8; }
    .button:disabled:hover, .button:disabled:focus, .button:disabled:active, .button.is-disabled:hover, .button.is-disabled:focus, .button.is-disabled:active {
      color: #92979b;
      background-color: #f7f7f8;
      outline: none; }

.button-muted {
  color: #5f6468;
  background-color: #e2e3e4; }
  .button-muted:hover {
    color: #5f6468;
    background-color: #eff0f0; }
  .button-muted:focus, .button-muted:active {
    color: #5f6468;
    background-color: #c7cacc;
    outline: none; }

.button-danger {
  color: #fff;
  background-color: #f00000; }
  .button-danger:hover {
    color: #fff;
    background-color: #ff0b0b; }
  .button-danger:focus, .button-danger:active {
    color: #fff;
    background-color: #bd0000;
    outline: none; }

.button-primary {
  color: #fff;
  background-color: #006e96; }
  .button-primary:hover {
    color: #fff;
    background-color: #0081b0; }
  .button-primary:focus, .button-primary:active {
    color: #fff;
    background-color: #004963;
    outline: none; }

.button-success {
  color: #fff;
  background-color: #48c878; }
  .button-success:hover {
    color: #fff;
    background-color: #5cce86; }
  .button-success:focus, .button-success:active {
    color: #fff;
    background-color: #33aa60;
    outline: none; }

.button-info {
  color: #fff;
  background-color: #78d2dc; }
  .button-info:hover {
    color: #fff;
    background-color: #8cd9e1; }
  .button-info:focus, .button-info:active {
    color: #fff;
    background-color: #50c5d2;
    outline: none; }

.button-white {
  color: #006e96;
  background-color: #fff; }
  .button-white:hover {
    color: #006e96;
    background-color: white; }
  .button-white:focus, .button-white:active {
    color: #006e96;
    background-color: #e6e6e6;
    outline: none; }

.dropdown {
  position: relative;
  display: inline-block;
  width: 60%;
  font-size: 14px;
  vertical-align: middle; }
  .dropdown > a {
    display: block;
    padding: 7.5px 15px;
    color: #474a4d;
    background-color: #fff;
    border: 1px solid #e2e3e4;
    border-radius: 2px; }
    .dropdown > a i {
      float: right; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  float: left;
  width: 100%;
  max-height: 400px;
  padding: 5px 0;
  margin: -1px 0 0;
  overflow: auto;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e2e3e4;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 6px 12px rgba(22, 23, 24, 0.125);
  background-clip: padding-box; }
  .dropdown-menu > li > a {
    display: block;
    padding: 4px 15px;
    clear: both;
    font-weight: 500;
    color: #787d82;
    white-space: nowrap;
    background: transparent;
    -webkit-transition: all .1s linear;
    transition: all .1s linear; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #fff;
      text-decoration: none;
      background-color: #006e96; }
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #161718;
    text-decoration: none;
    background-color: #161718;
    outline: 0; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90; }

.dropdown-white {
  width: auto; }
  .dropdown-white > a {
    padding: 0;
    background-color: transparent;
    border: 0; }
    .dropdown-white > a i {
      margin-left: 5px;
      font-size: 12px !important; }
  .dropdown-white .dropdown-menu {
    min-width: 50px; }
    .dropdown-white .dropdown-menu > li {
      display: block;
      margin: 0; }
      .dropdown-white .dropdown-menu > li > a {
        padding: 4px 15px;
        color: #5f6468; }
        .dropdown-white .dropdown-menu > li > a:hover {
          color: #fff !important; }

@media all and (max-width: 767px) {
  .dropdown {
    display: block;
    width: 100%; } }
.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 39px;
  padding: 7.5px 15px;
  line-height: 1.6;
  color: #474a4d;
  background-color: #fff;
  border: 1px solid #e2e3e4;
  border-radius: 2px;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .file-custom::after {
    font-family: "myriad-pro", Myriad Pro, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: #5f6468;
    text-transform: none;
    content: "Choose file..."; }
  .file-custom::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 39px;
    padding: 7.5px 15px;
    font-size: 12px;
    line-height: 1.6;
    color: #474a4d;
    background-color: #f7f7f8;
    border: 1px solid #e2e3e4;
    border-radius: 0 2px 2px 0;
    content: "Browse";
    -webkit-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear; }
  .file-custom:hover {
    border-color: #c7cacc; }
    .file-custom:hover::before {
      border-color: #c7cacc; }

.file {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 85%;
  height: 39px;
  margin: 0 0 0 15%;
  cursor: pointer; }
  .file input {
    margin: 0;
    opacity: 0; }
    .file input:focus ~ .file-custom {
      border-color: #006e96; }
      .file input:focus ~ .file-custom::before {
        border-color: #006e96; }
  .file.is-full {
    width: 100%;
    margin: 0; }

.file-multiple {
  display: block;
  margin-top: 59px; }
  .file-multiple a {
    position: relative;
    display: inline-block;
    width: 39px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 2px; }
    .file-multiple a img {
      position: relative;
      z-index: 20;
      display: block;
      border-radius: 2px; }
    .file-multiple a span {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 30;
      width: 100%;
      padding-top: 5px;
      font-size: 20px;
      color: #fff;
      text-align: center;
      background: rgba(240, 0, 0, 0.5);
      border-radius: 2px;
      opacity: 0;
      -webkit-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; }
    .file-multiple a .icon-arrow-move {
      background: rgba(0, 110, 150, 0.5);
      opacity: 0; }
    .file-multiple a:hover span.icon-ios-trash {
      opacity: 1; }
    .file-multiple a .file-multiple-reorder {
      width: auto;
      margin-right: 0;
      border: 0;
      border-radius: 0; }
  .file-multiple.is-reordering a .icon-arrow-move {
    opacity: 1; }
  .file-multiple.is-reordering a:hover span.icon-ios-trash {
    opacity: 0; }

.flash {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 2px; }
  .flash h6 {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle; }
  .flash .button {
    display: inline-block;
    padding: 5px 20px;
    margin-top: -4px;
    margin-left: 15px;
    font-size: 11px;
    vertical-align: middle;
    opacity: .7; }
  .flash.is-closed {
    display: none; }
  .flash.is-left {
    font-size: 0;
    text-align: left; }
    .flash.is-left span,
    .flash.is-left p {
      display: inline-block;
      vertical-align: middle; }
    .flash.is-left span {
      width: 7%;
      font-size: 30px;
      line-height: 1;
      text-align: center; }
    .flash.is-left p {
      width: 93%;
      font-size: 14px;
      font-weight: 600; }

.flash-danger {
  color: #f00000;
  background-color: rgba(240, 0, 0, 0.2); }
  .flash-danger .flash-close {
    color: rgba(240, 0, 0, 0.5); }
    .flash-danger .flash-close:hover, .flash-danger .flash-close:active, .flash-danger .flash-close:focus {
      color: #f00000; }
  .flash-danger h6,
  .flash-danger span,
  .flash-danger p {
    color: #f00000; }
  .flash-danger a {
    color: #bd0000; }
  .flash-danger .button {
    color: #fff; }

.flash-primary {
  color: #006e96;
  background-color: rgba(0, 110, 150, 0.2); }
  .flash-primary .flash-close {
    color: rgba(0, 110, 150, 0.5); }
    .flash-primary .flash-close:hover, .flash-primary .flash-close:active, .flash-primary .flash-close:focus {
      color: #006e96; }
  .flash-primary h6,
  .flash-primary span,
  .flash-primary p {
    color: #006e96; }
  .flash-primary a {
    color: #004963; }
  .flash-primary .button {
    color: #fff; }

.flash-success {
  color: #48c878;
  background-color: rgba(72, 200, 120, 0.2); }
  .flash-success .flash-close {
    color: rgba(72, 200, 120, 0.5); }
    .flash-success .flash-close:hover, .flash-success .flash-close:active, .flash-success .flash-close:focus {
      color: #48c878; }
  .flash-success h6,
  .flash-success span,
  .flash-success p {
    color: #48c878; }
  .flash-success a {
    color: #33aa60; }
  .flash-success .button {
    color: #fff; }

.flash-info {
  color: #78d2dc;
  background-color: rgba(120, 210, 220, 0.2); }
  .flash-info .flash-close {
    color: rgba(120, 210, 220, 0.5); }
    .flash-info .flash-close:hover, .flash-info .flash-close:active, .flash-info .flash-close:focus {
      color: #78d2dc; }
  .flash-info h6,
  .flash-info span,
  .flash-info p {
    color: #78d2dc; }
  .flash-info a {
    color: #50c5d2; }
  .flash-info .button {
    color: #fff; }

.flash-close {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 20px;
  line-height: 1; }

form {
  position: relative;
  display: block;
  margin-bottom: 50px;
  clear: both; }

fieldset {
  position: relative;
  display: block;
  min-width: 100%;
  padding: 50px 0 0;
  margin: 0;
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #e2e3e4;
  border-radius: 2px; }
  fieldset .flash {
    margin-bottom: 0;
    border-radius: 0; }
  fieldset:last-of-type {
    margin-bottom: 0; }

legend {
  position: absolute;
  top: 1px;
  right: 1px;
  left: 1px;
  display: block;
  width: 100%;
  padding: 15px 35px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
  color: #5f6468;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e3e4;
  border-radius: 2px 2px 0 0; }
  legend a {
    display: block;
    color: #5f6468; }
    legend a span {
      display: block;
      float: right; }
    legend a.collapsed span {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  legend.with-check .checkbox {
    position: absolute;
    top: 5px;
    right: 35px;
    width: 14px; }

label,
input,
select,
textarea {
  display: inline-block;
  font-family: "myriad-pro", Myriad Pro, Arial, sans-serif;
  line-height: 1.6; }

label {
  display: inline-block;
  width: 40%;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #92979b;
  text-transform: uppercase;
  vertical-align: top; }
  label.without-margin {
    margin-top: 0; }

input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
textarea {
  display: inline-block;
  width: 60%;
  padding: 7.5px 15px;
  font-family: "myriad-pro", Myriad Pro, Arial, sans-serif;
  font-size: 14px;
  color: #474a4d;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #e2e3e4;
  border-radius: 2px;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):hover,
  textarea:hover {
    border-color: #c7cacc; }
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):focus, input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):active,
  textarea:focus,
  textarea:active {
    border-color: #006e96;
    outline: none; }
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):disabled,
  textarea:disabled {
    cursor: not-allowed;
    background-color: #e2e3e4; }
    input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):disabled:hover,
    textarea:disabled:hover {
      border-color: #e2e3e4; }
    input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):disabled:active,
    textarea:disabled:active {
      border-color: #e2e3e4;
      outline: none; }
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]).is-second,
  textarea.is-second {
    margin-top: 5px;
    margin-left: 40%; }
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]).is-small,
  textarea.is-small {
    width: 70px; }

textarea {
  min-height: 170px;
  resize: vertical; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 10px; }

input[type="file"] {
  width: 100%; }

.form-wrapper {
  display: block;
  max-width: 600px;
  padding: 35px; }
  .form-wrapper.collapse {
    display: none; }
    .form-wrapper.collapse.in {
      display: block; }

.form-item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-size: 0; }
  .form-item.with-margin {
    margin-top: 30px; }
  .form-item:last-child {
    margin-bottom: 0; }
  .form-item .button,
  .form-item .control {
    display: inline-block;
    width: 60%;
    vertical-align: top; }
  .form-item p {
    font-size: 14px; }
  .form-item.is-top label {
    margin-top: 2px; }
  .form-item.with-error {
    position: relative; }
    .form-item.with-error input {
      border-color: #f00000 !important; }
    .form-item.with-error label {
      color: #f00000; }
    .form-item.with-error .icon {
      position: absolute;
      top: 6px;
      right: 13px;
      display: block;
      font-size: 18px;
      color: #f00000; }

.form-error {
  position: absolute;
  top: 8px;
  left: 100%;
  width: 200px;
  padding-left: 10px;
  color: #f00000; }

.form-button {
  display: block;
  margin-top: 30px; }

.form-save {
  position: relative;
  display: block;
  margin-top: 30px;
  text-align: right; }
  .form-save .button {
    display: inline-block; }

.form-link {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: #787d82; }
  .form-link:hover {
    color: #5f6468; }

.form-output {
  position: relative;
  display: inline-block;
  width: 60%;
  min-height: 39px;
  font-size: 14px;
  vertical-align: top; }
  .form-output strong {
    display: inline-block;
    width: 120px;
    vertical-align: middle; }
  .form-output img {
    display: inline-block;
    width: 39px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 2px; }
  .form-output.is-selects {
    font-size: 0; }
    .form-output.is-selects .control {
      width: 120px; }
  .form-output.with-image img {
    width: 100%;
    margin-right: 0; }
  .form-output.with-payments img {
    cursor: pointer;
    opacity: .5; }
    .form-output.with-payments img.is-selected {
      opacity: 1; }
  .form-output.with-check {
    position: relative; }
    .form-output.with-check .checkbox {
      position: absolute;
      right: 0;
      width: 14px; }
  .form-output.with-checkinputs .control {
    display: inline-block;
    width: 39%;
    margin-top: 20px;
    vertical-align: middle; }
  .form-output.with-checkinputs > input {
    display: inline-block;
    width: 60%;
    margin-top: 10px;
    vertical-align: middle; }

.form-factor {
  display: block;
  padding: 25px;
  text-align: center;
  border: 1px solid #e2e3e4;
  border-radius: 2px; }
  .form-factor img {
    display: inline-block;
    margin-bottom: 10px; }

.fieldset-danger {
  border-color: rgba(240, 0, 0, 0.3); }
  .fieldset-danger legend {
    color: #f00000;
    border-color: rgba(240, 0, 0, 0.3); }

.form-search {
  display: block; }
  .form-search .control {
    display: block;
    margin: 15px 0 0; }
  .form-search .dropdown,
  .form-search input {
    width: 100% !important;
    margin-top: 10px; }

.form-search-button {
  margin-top: 15px;
  text-align: right; }
  .form-search-button .button {
    display: inline-block;
    float: none; }

.form-cta {
  display: block;
  margin-bottom: 25px;
  font-size: 0;
  border: 1px solid #e2e3e4;
  border-radius: 2px; }

.form-cta-img {
  display: inline-block;
  width: 35%;
  height: 500px;
  margin: -1px 0 -1px -1px;
  font-size: 0;
  vertical-align: middle;
  background-size: cover !important;
  border-radius: 2px 0 0 2px; }

.form-cta-content {
  display: inline-block;
  width: 65%;
  padding: 0 50px;
  font-size: 14px;
  vertical-align: middle; }
  .form-cta-content .icon {
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 1;
    color: #006e96; }
  .form-cta-content p {
    margin: 25px 0 30px; }

.form-table {
  width: 100%;
  margin-top: 10px;
  font-size: 14px; }

.form-inverted label {
  width: 100% !important; }
.form-inverted input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  padding: 0 0 10px;
  color: #5f6468;
  border: 0;
  border-bottom: 1px solid #e2e3e4;
  border-radius: 0; }
  .form-inverted input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder {
    color: #92979b; }
  .form-inverted input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder {
    color: #92979b; }
  .form-inverted input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder {
    color: #92979b; }
  .form-inverted input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"])::placeholder {
    color: #92979b; }
  .form-inverted input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):hover {
    border-color: #e2e3e4; }
  .form-inverted input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):focus, .form-inverted input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):active {
    border-color: #e2e3e4; }
.form-inverted .dropdown {
  width: 100%; }
  .form-inverted .dropdown > a {
    padding: 0 0 10px;
    color: #92979b;
    border: 0;
    border-bottom: 1px solid #e2e3e4;
    border-radius: 0; }
    .form-inverted .dropdown > a i {
      margin-top: 4px; }
.form-inverted .dropdown-menu {
  margin-top: 0;
  border: 0; }

@media all and (max-width: 1223px) {
  form {
    margin-bottom: 25px; } }
@media all and (max-width: 767px) {
  label {
    display: block;
    width: 100%;
    margin-bottom: 5px; }

  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
  textarea {
    display: block;
    width: 100%; }
    input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]).is-second,
    textarea.is-second {
      margin-left: 0; }

  .form-item .button,
  .form-item .control {
    display: block;
    width: 100%; }

  .form-output {
    width: 100%; } }
header {
  position: relative;
  display: block;
  margin-top: 80px;
  margin-bottom: 50px; }

.header-webshop {
  position: relative;
  background: url("webshop-banner.jpg") no-repeat 0 center;
  background-size: cover;
  border-bottom: 1px solid #e2e3e4; }
  .header-webshop h1 {
    position: relative;
    z-index: 50;
    max-width: 600px;
    display: inline-block;
    padding: 200px 0;
    color: #fff;
    text-align: center; }
  .header-webshop .icon {
    position: absolute;
    z-index: 50;
    bottom: 25px;
    color: #fff;
    left: 50%;
    font-size: 24px;
    margin-left: -13px; }

.header-webshop-overlay {
  position: absolute;
  z-index: 40;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(22, 23, 24, 0.3); }

@media all and (max-width: 1024px) {
  .header-webshop h1 {
    max-width: 400px;
    padding: 150px 0;
    margin-top: 0; } }
@media all and (max-width: 767px) {
  header {
    margin-top: 60px; } }
@font-face {
  font-family: ionicons;
  src: url("ionicons.eot?#iefix") format("embedded-opentype"), url("ionicons.woff") format("woff"), url("ionicons.ttf") format("truetype"); }
.icon {
  display: inline-block;
  width: 1.1em;
  font-family: ionicons;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  text-align: center; }

.icon-alert:before {
  content: ""; }

.icon-alert-circled:before {
  content: ""; }

.icon-android-add:before {
  content: ""; }

.icon-android-add-circle:before {
  content: ""; }

.icon-android-alarm-clock:before {
  content: ""; }

.icon-android-alert:before {
  content: ""; }

.icon-android-apps:before {
  content: ""; }

.icon-android-archive:before {
  content: ""; }

.icon-android-arrow-back:before {
  content: ""; }

.icon-android-arrow-down:before {
  content: ""; }

.icon-android-arrow-dropdown:before {
  content: ""; }

.icon-android-arrow-dropdown-circle:before {
  content: ""; }

.icon-android-arrow-dropleft:before {
  content: ""; }

.icon-android-arrow-dropleft-circle:before {
  content: ""; }

.icon-android-arrow-dropright:before {
  content: ""; }

.icon-android-arrow-dropright-circle:before {
  content: ""; }

.icon-android-arrow-dropup:before {
  content: ""; }

.icon-android-arrow-dropup-circle:before {
  content: ""; }

.icon-android-arrow-forward:before {
  content: ""; }

.icon-android-arrow-up:before {
  content: ""; }

.icon-android-attach:before {
  content: ""; }

.icon-android-bar:before {
  content: ""; }

.icon-android-bicycle:before {
  content: ""; }

.icon-android-boat:before {
  content: ""; }

.icon-android-bookmark:before {
  content: ""; }

.icon-android-bulb:before {
  content: ""; }

.icon-android-bus:before {
  content: ""; }

.icon-android-calendar:before {
  content: ""; }

.icon-android-call:before {
  content: ""; }

.icon-android-camera:before {
  content: ""; }

.icon-android-cancel:before {
  content: ""; }

.icon-android-car:before {
  content: ""; }

.icon-android-cart:before {
  content: ""; }

.icon-android-chat:before {
  content: ""; }

.icon-android-checkbox:before {
  content: ""; }

.icon-android-checkbox-blank:before {
  content: ""; }

.icon-android-checkbox-outline:before {
  content: ""; }

.icon-android-checkbox-outline-blank:before {
  content: ""; }

.icon-android-checkmark-circle:before {
  content: ""; }

.icon-android-clipboard:before {
  content: ""; }

.icon-android-close:before {
  content: ""; }

.icon-android-cloud:before {
  content: ""; }

.icon-android-cloud-circle:before {
  content: ""; }

.icon-android-cloud-done:before {
  content: ""; }

.icon-android-cloud-outline:before {
  content: ""; }

.icon-android-color-palette:before {
  content: ""; }

.icon-android-compass:before {
  content: ""; }

.icon-android-contact:before {
  content: ""; }

.icon-android-contacts:before {
  content: ""; }

.icon-android-contract:before {
  content: ""; }

.icon-android-create:before {
  content: ""; }

.icon-android-delete:before {
  content: ""; }

.icon-android-desktop:before {
  content: ""; }

.icon-android-document:before {
  content: ""; }

.icon-android-done:before {
  content: ""; }

.icon-android-done-all:before {
  content: ""; }

.icon-android-download:before {
  content: ""; }

.icon-android-drafts:before {
  content: ""; }

.icon-android-exit:before {
  content: ""; }

.icon-android-expand:before {
  content: ""; }

.icon-android-favorite:before {
  content: ""; }

.icon-android-favorite-outline:before {
  content: ""; }

.icon-android-film:before {
  content: ""; }

.icon-android-folder:before {
  content: ""; }

.icon-android-folder-open:before {
  content: ""; }

.icon-android-funnel:before {
  content: ""; }

.icon-android-globe:before {
  content: ""; }

.icon-android-hand:before {
  content: ""; }

.icon-android-hangout:before {
  content: ""; }

.icon-android-happy:before {
  content: ""; }

.icon-android-home:before {
  content: ""; }

.icon-android-image:before {
  content: ""; }

.icon-android-laptop:before {
  content: ""; }

.icon-android-list:before {
  content: ""; }

.icon-android-locate:before {
  content: ""; }

.icon-android-lock:before {
  content: ""; }

.icon-android-mail:before {
  content: ""; }

.icon-android-map:before {
  content: ""; }

.icon-android-menu:before {
  content: ""; }

.icon-android-microphone:before {
  content: ""; }

.icon-android-microphone-off:before {
  content: ""; }

.icon-android-more-horizontal:before {
  content: ""; }

.icon-android-more-vertical:before {
  content: ""; }

.icon-android-navigate:before {
  content: ""; }

.icon-android-notifications:before {
  content: ""; }

.icon-android-notifications-none:before {
  content: ""; }

.icon-android-notifications-off:before {
  content: ""; }

.icon-android-open:before {
  content: ""; }

.icon-android-options:before {
  content: ""; }

.icon-android-people:before {
  content: ""; }

.icon-android-person:before {
  content: ""; }

.icon-android-person-add:before {
  content: ""; }

.icon-android-phone-landscape:before {
  content: ""; }

.icon-android-phone-portrait:before {
  content: ""; }

.icon-android-pin:before {
  content: ""; }

.icon-android-plane:before {
  content: ""; }

.icon-android-playstore:before {
  content: ""; }

.icon-android-print:before {
  content: ""; }

.icon-android-radio-button-off:before {
  content: ""; }

.icon-android-radio-button-on:before {
  content: ""; }

.icon-android-refresh:before {
  content: ""; }

.icon-android-remove:before {
  content: ""; }

.icon-android-remove-circle:before {
  content: ""; }

.icon-android-restaurant:before {
  content: ""; }

.icon-android-sad:before {
  content: ""; }

.icon-android-search:before {
  content: ""; }

.icon-android-send:before {
  content: ""; }

.icon-android-settings:before {
  content: ""; }

.icon-android-share:before {
  content: ""; }

.icon-android-share-alt:before {
  content: ""; }

.icon-android-star:before {
  content: ""; }

.icon-android-star-half:before {
  content: ""; }

.icon-android-star-outline:before {
  content: ""; }

.icon-android-stopwatch:before {
  content: ""; }

.icon-android-subway:before {
  content: ""; }

.icon-android-sunny:before {
  content: ""; }

.icon-android-sync:before {
  content: ""; }

.icon-android-textsms:before {
  content: ""; }

.icon-android-time:before {
  content: ""; }

.icon-android-train:before {
  content: ""; }

.icon-android-unlock:before {
  content: ""; }

.icon-android-upload:before {
  content: ""; }

.icon-android-volume-down:before {
  content: ""; }

.icon-android-volume-mute:before {
  content: ""; }

.icon-android-volume-off:before {
  content: ""; }

.icon-android-volume-up:before {
  content: ""; }

.icon-android-walk:before {
  content: ""; }

.icon-android-warning:before {
  content: ""; }

.icon-android-watch:before {
  content: ""; }

.icon-android-wifi:before {
  content: ""; }

.icon-aperture:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-arrow-down-a:before {
  content: ""; }

.icon-arrow-down-b:before {
  content: ""; }

.icon-arrow-down-c:before {
  content: ""; }

.icon-arrow-expand:before {
  content: ""; }

.icon-arrow-graph-down-left:before {
  content: ""; }

.icon-arrow-graph-down-right:before {
  content: ""; }

.icon-arrow-graph-up-left:before {
  content: ""; }

.icon-arrow-graph-up-right:before {
  content: ""; }

.icon-arrow-left-a:before {
  content: ""; }

.icon-arrow-left-b:before {
  content: ""; }

.icon-arrow-left-c:before {
  content: ""; }

.icon-arrow-move:before {
  content: ""; }

.icon-arrow-resize:before {
  content: ""; }

.icon-arrow-return-left:before {
  content: ""; }

.icon-arrow-return-right:before {
  content: ""; }

.icon-arrow-right-a:before {
  content: ""; }

.icon-arrow-right-b:before {
  content: ""; }

.icon-arrow-right-c:before {
  content: ""; }

.icon-arrow-shrink:before {
  content: ""; }

.icon-arrow-swap:before {
  content: ""; }

.icon-arrow-up-a:before {
  content: ""; }

.icon-arrow-up-b:before {
  content: ""; }

.icon-arrow-up-c:before {
  content: ""; }

.icon-asterisk:before {
  content: ""; }

.icon-at:before {
  content: ""; }

.icon-backspace:before {
  content: ""; }

.icon-backspace-outline:before {
  content: ""; }

.icon-bag:before {
  content: ""; }

.icon-battery-charging:before {
  content: ""; }

.icon-battery-empty:before {
  content: ""; }

.icon-battery-full:before {
  content: ""; }

.icon-battery-half:before {
  content: ""; }

.icon-battery-low:before {
  content: ""; }

.icon-beaker:before {
  content: ""; }

.icon-beer:before {
  content: ""; }

.icon-bluetooth:before {
  content: ""; }

.icon-bonfire:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-bowtie:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-bug:before {
  content: ""; }

.icon-calculator:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-card:before {
  content: ""; }

.icon-cash:before {
  content: ""; }

.icon-chatbox:before {
  content: ""; }

.icon-chatbox-working:before {
  content: ""; }

.icon-chatboxes:before {
  content: ""; }

.icon-chatbubble:before {
  content: ""; }

.icon-chatbubble-working:before {
  content: ""; }

.icon-chatbubbles:before {
  content: ""; }

.icon-checkmark:before {
  content: ""; }

.icon-checkmark-circled:before {
  content: ""; }

.icon-checkmark-round:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-clipboard:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-close-circled:before {
  content: ""; }

.icon-close-round:before {
  content: ""; }

.icon-closed-captioning:before {
  content: ""; }

.icon-cloud:before {
  content: ""; }

.icon-code:before {
  content: ""; }

.icon-code-download:before {
  content: ""; }

.icon-code-working:before {
  content: ""; }

.icon-coffee:before {
  content: ""; }

.icon-compass:before {
  content: ""; }

.icon-compose:before {
  content: ""; }

.icon-connection-bars:before {
  content: ""; }

.icon-contrast:before {
  content: ""; }

.icon-crop:before {
  content: ""; }

.icon-cube:before {
  content: ""; }

.icon-disc:before {
  content: ""; }

.icon-document:before {
  content: ""; }

.icon-document-text:before {
  content: ""; }

.icon-drag:before {
  content: ""; }

.icon-earth:before {
  content: ""; }

.icon-easel:before {
  content: ""; }

.icon-edit:before {
  content: ""; }

.icon-egg:before {
  content: ""; }

.icon-eject:before {
  content: ""; }

.icon-email:before {
  content: ""; }

.icon-email-unread:before {
  content: ""; }

.icon-erlenmeyer-flask:before {
  content: ""; }

.icon-erlenmeyer-flask-bubbles:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-eye-disabled:before {
  content: ""; }

.icon-female:before {
  content: ""; }

.icon-filing:before {
  content: ""; }

.icon-film-marker:before {
  content: ""; }

.icon-fireball:before {
  content: ""; }

.icon-flag:before {
  content: ""; }

.icon-flame:before {
  content: ""; }

.icon-flash:before {
  content: ""; }

.icon-flash-off:before {
  content: ""; }

.icon-folder:before {
  content: ""; }

.icon-fork:before {
  content: ""; }

.icon-fork-repo:before {
  content: ""; }

.icon-forward:before {
  content: ""; }

.icon-funnel:before {
  content: ""; }

.icon-gear-a:before {
  content: ""; }

.icon-gear-b:before {
  content: ""; }

.icon-grid:before {
  content: ""; }

.icon-hammer:before {
  content: ""; }

.icon-happy:before {
  content: ""; }

.icon-happy-outline:before {
  content: ""; }

.icon-headphone:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-heart-broken:before {
  content: ""; }

.icon-help:before {
  content: ""; }

.icon-help-buoy:before {
  content: ""; }

.icon-help-circled:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-icecream:before {
  content: ""; }

.icon-image:before {
  content: ""; }

.icon-images:before {
  content: ""; }

.icon-information:before {
  content: ""; }

.icon-information-circled:before {
  content: ""; }

.icon-ionic:before {
  content: ""; }

.icon-ios-alarm:before {
  content: ""; }

.icon-ios-alarm-outline:before {
  content: ""; }

.icon-ios-albums:before {
  content: ""; }

.icon-ios-albums-outline:before {
  content: ""; }

.icon-ios-americanfootball:before {
  content: ""; }

.icon-ios-americanfootball-outline:before {
  content: ""; }

.icon-ios-analytics:before {
  content: ""; }

.icon-ios-analytics-outline:before {
  content: ""; }

.icon-ios-arrow-back:before {
  content: ""; }

.icon-ios-arrow-down:before {
  content: ""; }

.icon-ios-arrow-forward:before {
  content: ""; }

.icon-ios-arrow-left:before {
  content: ""; }

.icon-ios-arrow-right:before {
  content: ""; }

.icon-ios-arrow-thin-down:before {
  content: ""; }

.icon-ios-arrow-thin-left:before {
  content: ""; }

.icon-ios-arrow-thin-right:before {
  content: ""; }

.icon-ios-arrow-thin-up:before {
  content: ""; }

.icon-ios-arrow-up:before {
  content: ""; }

.icon-ios-at:before {
  content: ""; }

.icon-ios-at-outline:before {
  content: ""; }

.icon-ios-barcode:before {
  content: ""; }

.icon-ios-barcode-outline:before {
  content: ""; }

.icon-ios-baseball:before {
  content: ""; }

.icon-ios-baseball-outline:before {
  content: ""; }

.icon-ios-basketball:before {
  content: ""; }

.icon-ios-basketball-outline:before {
  content: ""; }

.icon-ios-bell:before {
  content: ""; }

.icon-ios-bell-outline:before {
  content: ""; }

.icon-ios-body:before {
  content: ""; }

.icon-ios-body-outline:before {
  content: ""; }

.icon-ios-bolt:before {
  content: ""; }

.icon-ios-bolt-outline:before {
  content: ""; }

.icon-ios-book:before {
  content: ""; }

.icon-ios-book-outline:before {
  content: ""; }

.icon-ios-bookmarks:before {
  content: ""; }

.icon-ios-bookmarks-outline:before {
  content: ""; }

.icon-ios-box:before {
  content: ""; }

.icon-ios-box-outline:before {
  content: ""; }

.icon-ios-briefcase:before {
  content: ""; }

.icon-ios-briefcase-outline:before {
  content: ""; }

.icon-ios-browsers:before {
  content: ""; }

.icon-ios-browsers-outline:before {
  content: ""; }

.icon-ios-calculator:before {
  content: ""; }

.icon-ios-calculator-outline:before {
  content: ""; }

.icon-ios-calendar:before {
  content: ""; }

.icon-ios-calendar-outline:before {
  content: ""; }

.icon-ios-camera:before {
  content: ""; }

.icon-ios-camera-outline:before {
  content: ""; }

.icon-ios-cart:before {
  content: ""; }

.icon-ios-cart-outline:before {
  content: ""; }

.icon-ios-chatboxes:before {
  content: ""; }

.icon-ios-chatboxes-outline:before {
  content: ""; }

.icon-ios-chatbubble:before {
  content: ""; }

.icon-ios-chatbubble-outline:before {
  content: ""; }

.icon-ios-checkmark:before {
  content: ""; }

.icon-ios-checkmark-empty:before {
  content: ""; }

.icon-ios-checkmark-outline:before {
  content: ""; }

.icon-ios-circle-filled:before {
  content: ""; }

.icon-ios-circle-outline:before {
  content: ""; }

.icon-ios-clock:before {
  content: ""; }

.icon-ios-clock-outline:before {
  content: ""; }

.icon-ios-close:before {
  content: ""; }

.icon-ios-close-empty:before {
  content: ""; }

.icon-ios-close-outline:before {
  content: ""; }

.icon-ios-cloud:before {
  content: ""; }

.icon-ios-cloud-download:before {
  content: ""; }

.icon-ios-cloud-download-outline:before {
  content: ""; }

.icon-ios-cloud-outline:before {
  content: ""; }

.icon-ios-cloud-upload:before {
  content: ""; }

.icon-ios-cloud-upload-outline:before {
  content: ""; }

.icon-ios-cloudy:before {
  content: ""; }

.icon-ios-cloudy-night:before {
  content: ""; }

.icon-ios-cloudy-night-outline:before {
  content: ""; }

.icon-ios-cloudy-outline:before {
  content: ""; }

.icon-ios-cog:before {
  content: ""; }

.icon-ios-cog-outline:before {
  content: ""; }

.icon-ios-color-filter:before {
  content: ""; }

.icon-ios-color-filter-outline:before {
  content: ""; }

.icon-ios-color-wand:before {
  content: ""; }

.icon-ios-color-wand-outline:before {
  content: ""; }

.icon-ios-compose:before {
  content: ""; }

.icon-ios-compose-outline:before {
  content: ""; }

.icon-ios-contact:before {
  content: ""; }

.icon-ios-contact-outline:before {
  content: ""; }

.icon-ios-copy:before {
  content: ""; }

.icon-ios-copy-outline:before {
  content: ""; }

.icon-ios-crop:before {
  content: ""; }

.icon-ios-crop-strong:before {
  content: ""; }

.icon-ios-download:before {
  content: ""; }

.icon-ios-download-outline:before {
  content: ""; }

.icon-ios-drag:before {
  content: ""; }

.icon-ios-email:before {
  content: ""; }

.icon-ios-email-outline:before {
  content: ""; }

.icon-ios-eye:before {
  content: ""; }

.icon-ios-eye-outline:before {
  content: ""; }

.icon-ios-fastforward:before {
  content: ""; }

.icon-ios-fastforward-outline:before {
  content: ""; }

.icon-ios-filing:before {
  content: ""; }

.icon-ios-filing-outline:before {
  content: ""; }

.icon-ios-film:before {
  content: ""; }

.icon-ios-film-outline:before {
  content: ""; }

.icon-ios-flag:before {
  content: ""; }

.icon-ios-flag-outline:before {
  content: ""; }

.icon-ios-flame:before {
  content: ""; }

.icon-ios-flame-outline:before {
  content: ""; }

.icon-ios-flask:before {
  content: ""; }

.icon-ios-flask-outline:before {
  content: ""; }

.icon-ios-flower:before {
  content: ""; }

.icon-ios-flower-outline:before {
  content: ""; }

.icon-ios-folder:before {
  content: ""; }

.icon-ios-folder-outline:before {
  content: ""; }

.icon-ios-football:before {
  content: ""; }

.icon-ios-football-outline:before {
  content: ""; }

.icon-ios-game-controller-a:before {
  content: ""; }

.icon-ios-game-controller-a-outline:before {
  content: ""; }

.icon-ios-game-controller-b:before {
  content: ""; }

.icon-ios-game-controller-b-outline:before {
  content: ""; }

.icon-ios-gear:before {
  content: ""; }

.icon-ios-gear-outline:before {
  content: ""; }

.icon-ios-glasses:before {
  content: ""; }

.icon-ios-glasses-outline:before {
  content: ""; }

.icon-ios-grid-view:before {
  content: ""; }

.icon-ios-grid-view-outline:before {
  content: ""; }

.icon-ios-heart:before {
  content: ""; }

.icon-ios-heart-outline:before {
  content: ""; }

.icon-ios-help:before {
  content: ""; }

.icon-ios-help-empty:before {
  content: ""; }

.icon-ios-help-outline:before {
  content: ""; }

.icon-ios-home:before {
  content: ""; }

.icon-ios-home-outline:before {
  content: ""; }

.icon-ios-infinite:before {
  content: ""; }

.icon-ios-infinite-outline:before {
  content: ""; }

.icon-ios-information:before {
  content: ""; }

.icon-ios-information-empty:before {
  content: ""; }

.icon-ios-information-outline:before {
  content: ""; }

.icon-ios-ionic-outline:before {
  content: ""; }

.icon-ios-keypad:before {
  content: ""; }

.icon-ios-keypad-outline:before {
  content: ""; }

.icon-ios-lightbulb:before {
  content: ""; }

.icon-ios-lightbulb-outline:before {
  content: ""; }

.icon-ios-list:before {
  content: ""; }

.icon-ios-list-outline:before {
  content: ""; }

.icon-ios-location:before {
  content: ""; }

.icon-ios-location-outline:before {
  content: ""; }

.icon-ios-locked:before {
  content: ""; }

.icon-ios-locked-outline:before {
  content: ""; }

.icon-ios-loop:before {
  content: ""; }

.icon-ios-loop-strong:before {
  content: ""; }

.icon-ios-medical:before {
  content: ""; }

.icon-ios-medical-outline:before {
  content: ""; }

.icon-ios-medkit:before {
  content: ""; }

.icon-ios-medkit-outline:before {
  content: ""; }

.icon-ios-mic:before {
  content: ""; }

.icon-ios-mic-off:before {
  content: ""; }

.icon-ios-mic-outline:before {
  content: ""; }

.icon-ios-minus:before {
  content: ""; }

.icon-ios-minus-empty:before {
  content: ""; }

.icon-ios-minus-outline:before {
  content: ""; }

.icon-ios-monitor:before {
  content: ""; }

.icon-ios-monitor-outline:before {
  content: ""; }

.icon-ios-moon:before {
  content: ""; }

.icon-ios-moon-outline:before {
  content: ""; }

.icon-ios-more:before {
  content: ""; }

.icon-ios-more-outline:before {
  content: ""; }

.icon-ios-musical-note:before {
  content: ""; }

.icon-ios-musical-notes:before {
  content: ""; }

.icon-ios-navigate:before {
  content: ""; }

.icon-ios-navigate-outline:before {
  content: ""; }

.icon-ios-nutrition:before {
  content: ""; }

.icon-ios-nutrition-outline:before {
  content: ""; }

.icon-ios-paper:before {
  content: ""; }

.icon-ios-paper-outline:before {
  content: ""; }

.icon-ios-paperplane:before {
  content: ""; }

.icon-ios-paperplane-outline:before {
  content: ""; }

.icon-ios-partlysunny:before {
  content: ""; }

.icon-ios-partlysunny-outline:before {
  content: ""; }

.icon-ios-pause:before {
  content: ""; }

.icon-ios-pause-outline:before {
  content: ""; }

.icon-ios-paw:before {
  content: ""; }

.icon-ios-paw-outline:before {
  content: ""; }

.icon-ios-people:before {
  content: ""; }

.icon-ios-people-outline:before {
  content: ""; }

.icon-ios-person:before {
  content: ""; }

.icon-ios-person-outline:before {
  content: ""; }

.icon-ios-personadd:before {
  content: ""; }

.icon-ios-personadd-outline:before {
  content: ""; }

.icon-ios-photos:before {
  content: ""; }

.icon-ios-photos-outline:before {
  content: ""; }

.icon-ios-pie:before {
  content: ""; }

.icon-ios-pie-outline:before {
  content: ""; }

.icon-ios-pint:before {
  content: ""; }

.icon-ios-pint-outline:before {
  content: ""; }

.icon-ios-play:before {
  content: ""; }

.icon-ios-play-outline:before {
  content: ""; }

.icon-ios-plus:before {
  content: ""; }

.icon-ios-plus-empty:before {
  content: ""; }

.icon-ios-plus-outline:before {
  content: ""; }

.icon-ios-pricetag:before {
  content: ""; }

.icon-ios-pricetag-outline:before {
  content: ""; }

.icon-ios-pricetags:before {
  content: ""; }

.icon-ios-pricetags-outline:before {
  content: ""; }

.icon-ios-printer:before {
  content: ""; }

.icon-ios-printer-outline:before {
  content: ""; }

.icon-ios-pulse:before {
  content: ""; }

.icon-ios-pulse-strong:before {
  content: ""; }

.icon-ios-rainy:before {
  content: ""; }

.icon-ios-rainy-outline:before {
  content: ""; }

.icon-ios-recording:before {
  content: ""; }

.icon-ios-recording-outline:before {
  content: ""; }

.icon-ios-redo:before {
  content: ""; }

.icon-ios-redo-outline:before {
  content: ""; }

.icon-ios-refresh:before {
  content: ""; }

.icon-ios-refresh-empty:before {
  content: ""; }

.icon-ios-refresh-outline:before {
  content: ""; }

.icon-ios-reload:before {
  content: ""; }

.icon-ios-reverse-camera:before {
  content: ""; }

.icon-ios-reverse-camera-outline:before {
  content: ""; }

.icon-ios-rewind:before {
  content: ""; }

.icon-ios-rewind-outline:before {
  content: ""; }

.icon-ios-rose:before {
  content: ""; }

.icon-ios-rose-outline:before {
  content: ""; }

.icon-ios-search:before {
  content: ""; }

.icon-ios-search-strong:before {
  content: ""; }

.icon-ios-settings:before {
  content: ""; }

.icon-ios-settings-strong:before {
  content: ""; }

.icon-ios-shuffle:before {
  content: ""; }

.icon-ios-shuffle-strong:before {
  content: ""; }

.icon-ios-skipbackward:before {
  content: ""; }

.icon-ios-skipbackward-outline:before {
  content: ""; }

.icon-ios-skipforward:before {
  content: ""; }

.icon-ios-skipforward-outline:before {
  content: ""; }

.icon-ios-snowy:before {
  content: ""; }

.icon-ios-speedometer:before {
  content: ""; }

.icon-ios-speedometer-outline:before {
  content: ""; }

.icon-ios-star:before {
  content: ""; }

.icon-ios-star-half:before {
  content: ""; }

.icon-ios-star-outline:before {
  content: ""; }

.icon-ios-stopwatch:before {
  content: ""; }

.icon-ios-stopwatch-outline:before {
  content: ""; }

.icon-ios-sunny:before {
  content: ""; }

.icon-ios-sunny-outline:before {
  content: ""; }

.icon-ios-telephone:before {
  content: ""; }

.icon-ios-telephone-outline:before {
  content: ""; }

.icon-ios-tennisball:before {
  content: ""; }

.icon-ios-tennisball-outline:before {
  content: ""; }

.icon-ios-thunderstorm:before {
  content: ""; }

.icon-ios-thunderstorm-outline:before {
  content: ""; }

.icon-ios-time:before {
  content: ""; }

.icon-ios-time-outline:before {
  content: ""; }

.icon-ios-timer:before {
  content: ""; }

.icon-ios-timer-outline:before {
  content: ""; }

.icon-ios-toggle:before {
  content: ""; }

.icon-ios-toggle-outline:before {
  content: ""; }

.icon-ios-trash:before {
  content: ""; }

.icon-ios-trash-outline:before {
  content: ""; }

.icon-ios-undo:before {
  content: ""; }

.icon-ios-undo-outline:before {
  content: ""; }

.icon-ios-unlocked:before {
  content: ""; }

.icon-ios-unlocked-outline:before {
  content: ""; }

.icon-ios-upload:before {
  content: ""; }

.icon-ios-upload-outline:before {
  content: ""; }

.icon-ios-videocam:before {
  content: ""; }

.icon-ios-videocam-outline:before {
  content: ""; }

.icon-ios-volume-high:before {
  content: ""; }

.icon-ios-volume-low:before {
  content: ""; }

.icon-ios-wineglass:before {
  content: ""; }

.icon-ios-wineglass-outline:before {
  content: ""; }

.icon-ios-world:before {
  content: ""; }

.icon-ios-world-outline:before {
  content: ""; }

.icon-ipad:before {
  content: ""; }

.icon-iphone:before {
  content: ""; }

.icon-ipod:before {
  content: ""; }

.icon-jet:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-knife:before {
  content: ""; }

.icon-laptop:before {
  content: ""; }

.icon-leaf:before {
  content: ""; }

.icon-levels:before {
  content: ""; }

.icon-lightbulb:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-load-a:before {
  content: ""; }

.icon-load-b:before {
  content: ""; }

.icon-load-c:before {
  content: ""; }

.icon-load-d:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-lock-combination:before {
  content: ""; }

.icon-locked:before {
  content: ""; }

.icon-log-in:before {
  content: ""; }

.icon-log-out:before {
  content: ""; }

.icon-loop:before {
  content: ""; }

.icon-magnet:before {
  content: ""; }

.icon-male:before {
  content: ""; }

.icon-man:before {
  content: ""; }

.icon-map:before {
  content: ""; }

.icon-medkit:before {
  content: ""; }

.icon-merge:before {
  content: ""; }

.icon-mic-a:before {
  content: ""; }

.icon-mic-b:before {
  content: ""; }

.icon-mic-c:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-minus-circled:before {
  content: ""; }

.icon-minus-round:before {
  content: ""; }

.icon-model-s:before {
  content: ""; }

.icon-monitor:before {
  content: ""; }

.icon-more:before {
  content: ""; }

.icon-mouse:before {
  content: ""; }

.icon-music-note:before {
  content: ""; }

.icon-navicon:before {
  content: ""; }

.icon-navicon-round:before {
  content: ""; }

.icon-navigate:before {
  content: ""; }

.icon-network:before {
  content: ""; }

.icon-no-smoking:before {
  content: ""; }

.icon-nuclear:before {
  content: ""; }

.icon-outlet:before {
  content: ""; }

.icon-paintbrush:before {
  content: ""; }

.icon-paintbucket:before {
  content: ""; }

.icon-paper-airplane:before {
  content: ""; }

.icon-paperclip:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-person:before {
  content: ""; }

.icon-person-add:before {
  content: ""; }

.icon-person-stalker:before {
  content: ""; }

.icon-pie-graph:before {
  content: ""; }

.icon-pin:before {
  content: ""; }

.icon-pinpoint:before {
  content: ""; }

.icon-pizza:before {
  content: ""; }

.icon-plane:before {
  content: ""; }

.icon-planet:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-playstation:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-plus-circled:before {
  content: ""; }

.icon-plus-round:before {
  content: ""; }

.icon-podium:before {
  content: ""; }

.icon-pound:before {
  content: ""; }

.icon-power:before {
  content: ""; }

.icon-pricetag:before {
  content: ""; }

.icon-pricetags:before {
  content: ""; }

.icon-printer:before {
  content: ""; }

.icon-pull-request:before {
  content: ""; }

.icon-qr-scanner:before {
  content: ""; }

.icon-quote:before {
  content: ""; }

.icon-radio-waves:before {
  content: ""; }

.icon-record:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-reply:before {
  content: ""; }

.icon-reply-all:before {
  content: ""; }

.icon-ribbon-a:before {
  content: ""; }

.icon-ribbon-b:before {
  content: ""; }

.icon-sad:before {
  content: ""; }

.icon-sad-outline:before {
  content: ""; }

.icon-scissors:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-settings:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-shuffle:before {
  content: ""; }

.icon-skip-backward:before {
  content: ""; }

.icon-skip-forward:before {
  content: ""; }

.icon-social-android:before {
  content: ""; }

.icon-social-android-outline:before {
  content: ""; }

.icon-social-angular:before {
  content: ""; }

.icon-social-angular-outline:before {
  content: ""; }

.icon-social-apple:before {
  content: ""; }

.icon-social-apple-outline:before {
  content: ""; }

.icon-social-bitcoin:before {
  content: ""; }

.icon-social-bitcoin-outline:before {
  content: ""; }

.icon-social-buffer:before {
  content: ""; }

.icon-social-buffer-outline:before {
  content: ""; }

.icon-social-chrome:before {
  content: ""; }

.icon-social-chrome-outline:before {
  content: ""; }

.icon-social-codepen:before {
  content: ""; }

.icon-social-codepen-outline:before {
  content: ""; }

.icon-social-css3:before {
  content: ""; }

.icon-social-css3-outline:before {
  content: ""; }

.icon-social-designernews:before {
  content: ""; }

.icon-social-designernews-outline:before {
  content: ""; }

.icon-social-dribbble:before {
  content: ""; }

.icon-social-dribbble-outline:before {
  content: ""; }

.icon-social-dropbox:before {
  content: ""; }

.icon-social-dropbox-outline:before {
  content: ""; }

.icon-social-euro:before {
  content: ""; }

.icon-social-euro-outline:before {
  content: ""; }

.icon-social-facebook:before {
  content: ""; }

.icon-social-facebook-outline:before {
  content: ""; }

.icon-social-foursquare:before {
  content: ""; }

.icon-social-foursquare-outline:before {
  content: ""; }

.icon-social-freebsd-devil:before {
  content: ""; }

.icon-social-github:before {
  content: ""; }

.icon-social-github-outline:before {
  content: ""; }

.icon-social-google:before {
  content: ""; }

.icon-social-google-outline:before {
  content: ""; }

.icon-social-googleplus:before {
  content: ""; }

.icon-social-googleplus-outline:before {
  content: ""; }

.icon-social-hackernews:before {
  content: ""; }

.icon-social-hackernews-outline:before {
  content: ""; }

.icon-social-html5:before {
  content: ""; }

.icon-social-html5-outline:before {
  content: ""; }

.icon-social-instagram:before {
  content: ""; }

.icon-social-instagram-outline:before {
  content: ""; }

.icon-social-javascript:before {
  content: ""; }

.icon-social-javascript-outline:before {
  content: ""; }

.icon-social-linkedin:before {
  content: ""; }

.icon-social-linkedin-outline:before {
  content: ""; }

.icon-social-markdown:before {
  content: ""; }

.icon-social-nodejs:before {
  content: ""; }

.icon-social-octocat:before {
  content: ""; }

.icon-social-pinterest:before {
  content: ""; }

.icon-social-pinterest-outline:before {
  content: ""; }

.icon-social-python:before {
  content: ""; }

.icon-social-reddit:before {
  content: ""; }

.icon-social-reddit-outline:before {
  content: ""; }

.icon-social-rss:before {
  content: ""; }

.icon-social-rss-outline:before {
  content: ""; }

.icon-social-sass:before {
  content: ""; }

.icon-social-skype:before {
  content: ""; }

.icon-social-skype-outline:before {
  content: ""; }

.icon-social-snapchat:before {
  content: ""; }

.icon-social-snapchat-outline:before {
  content: ""; }

.icon-social-tumblr:before {
  content: ""; }

.icon-social-tumblr-outline:before {
  content: ""; }

.icon-social-tux:before {
  content: ""; }

.icon-social-twitch:before {
  content: ""; }

.icon-social-twitch-outline:before {
  content: ""; }

.icon-social-twitter:before {
  content: ""; }

.icon-social-twitter-outline:before {
  content: ""; }

.icon-social-usd:before {
  content: ""; }

.icon-social-usd-outline:before {
  content: ""; }

.icon-social-vimeo:before {
  content: ""; }

.icon-social-vimeo-outline:before {
  content: ""; }

.icon-social-whatsapp:before {
  content: ""; }

.icon-social-whatsapp-outline:before {
  content: ""; }

.icon-social-windows:before {
  content: ""; }

.icon-social-windows-outline:before {
  content: ""; }

.icon-social-wordpress:before {
  content: ""; }

.icon-social-wordpress-outline:before {
  content: ""; }

.icon-social-yahoo:before {
  content: ""; }

.icon-social-yahoo-outline:before {
  content: ""; }

.icon-social-yen:before {
  content: ""; }

.icon-social-yen-outline:before {
  content: ""; }

.icon-social-youtube:before {
  content: ""; }

.icon-social-youtube-outline:before {
  content: ""; }

.icon-soup-can:before {
  content: ""; }

.icon-soup-can-outline:before {
  content: ""; }

.icon-speakerphone:before {
  content: ""; }

.icon-speedometer:before {
  content: ""; }

.icon-spoon:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-stats-bars:before {
  content: ""; }

.icon-steam:before {
  content: ""; }

.icon-stop:before {
  content: ""; }

.icon-thermometer:before {
  content: ""; }

.icon-thumbsdown:before {
  content: ""; }

.icon-thumbsup:before {
  content: ""; }

.icon-toggle:before {
  content: ""; }

.icon-toggle-filled:before {
  content: ""; }

.icon-transgender:before {
  content: ""; }

.icon-trash-a:before {
  content: ""; }

.icon-trash-b:before {
  content: ""; }

.icon-trophy:before {
  content: ""; }

.icon-tshirt:before {
  content: ""; }

.icon-tshirt-outline:before {
  content: ""; }

.icon-umbrella:before {
  content: ""; }

.icon-university:before {
  content: ""; }

.icon-unlocked:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-usb:before {
  content: ""; }

.icon-videocamera:before {
  content: ""; }

.icon-volume-high:before {
  content: ""; }

.icon-volume-low:before {
  content: ""; }

.icon-volume-medium:before {
  content: ""; }

.icon-volume-mute:before {
  content: ""; }

.icon-wand:before {
  content: ""; }

.icon-waterdrop:before {
  content: ""; }

.icon-wifi:before {
  content: ""; }

.icon-wineglass:before {
  content: ""; }

.icon-woman:before {
  content: ""; }

.icon-wrench:before {
  content: ""; }

.icon-xbox:before {
  content: ""; }

.label {
  display: inline-block;
  padding: 5px 10px;
  font-family: "myriad-pro", Myriad Pro, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px; }

.label-danger {
  color: #fff;
  background-color: #f00000; }
  .label-danger:hover, .label-danger:focus, .label-danger:active {
    color: #fff; }

.label-primary {
  color: #fff;
  background-color: #006e96; }
  .label-primary:hover, .label-primary:focus, .label-primary:active {
    color: #fff; }

.label-success {
  color: #fff;
  background-color: #48c878; }
  .label-success:hover, .label-success:focus, .label-success:active {
    color: #fff; }

.label-warning {
  color: #fff;
  background-color: #e0ad3f; }
  .label-warning:hover, .label-warning:focus, .label-warning:active {
    color: #fff; }

.label-default {
  color: #92979b;
  background-color: #f7f7f8; }
  .label-default:hover, .label-default:focus, .label-default:active {
    color: #92979b; }

.list {
  display: block;
  max-width: 600px;
  border: 1px solid #e2e3e4;
  border-radius: 2px; }

.list-item {
  position: relative;
  display: block;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #e2e3e4;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear; }
  .list-item h6 {
    color: #5f6468; }
  .list-item span {
    display: inline-block;
    margin: 4px 15px 0 0;
    color: #92979b; }
    .list-item span:first-of-type {
      margin-top: 10px; }
  .list-item.is-add {
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    color: #006e96;
    text-align: center;
    text-transform: uppercase; }
    .list-item.is-add span {
      display: inline-block;
      margin: 0;
      color: #006e96;
      vertical-align: middle; }
  .list-item:last-child {
    border-bottom: 0; }
  .list-item:hover {
    background: #f7f7f8; }
  .list-item.without-hover:hover {
    cursor: default;
    background: #fff; }

.list-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  text-align: right; }
  .list-arrow span {
    display: inline-block;
    margin: 0 !important;
    font-size: 24px;
    line-height: 1;
    color: #e2e3e4; }

.list-button {
  margin-top: 15px; }

.list-item-checked .list-arrow span {
  color: #48c878; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 30px auto; }

.modal-content {
  position: relative;
  max-height: 800px;
  padding: 50px;
  overflow: auto;
  background-color: #fff;
  border-radius: 2px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(22, 23, 24, 0.5);
  background-clip: padding-box; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99990;
  background-color: #161718; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: .7; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #787d82;
  background: transparent;
  border: 0;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear; }
  .modal-close:hover {
    color: #161718; }

.modal-title {
  display: block;
  margin-bottom: 35px;
  color: #2e3133;
  text-align: center; }

.modal-footer {
  display: block;
  padding-top: 25px;
  text-align: center; }
  .modal-footer .button {
    margin: 0 5px; }

@media all and (max-width: 767px) {
  .modal-content {
    padding: 50px 20px; } }
@media all and (max-width: 420px) {
  .modal-footer .button {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
    .modal-footer .button:last-child {
      margin-bottom: 0; } }
.product-item {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: #f7f7f8;
  border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear; }
  .product-item img {
    display: block;
    margin-bottom: 20px; }
  .product-item p {
    height: 51px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 11px;
    font-weight: 700;
    color: #5f6468;
    text-align: left;
    text-transform: uppercase; }
  .product-item:hover {
    background: #e2e3e4; }

.product-image-main {
  display: block;
  border: 1px solid #e2e3e4;
  border-radius: 2px; }

.product-image-small {
  display: inline-block;
  width: 100px;
  margin: 20px 20px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #e2e3e4;
  border-radius: 2px;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear; }
  .product-image-small:hover {
    border-color: #787d82; }
  .product-image-small.is-selected {
    border-color: #006e96; }

.product-content {
  display: block;
  padding-left: 50px; }
  .product-content h2 {
    color: #006e96; }
  .product-content p {
    margin: 25px 0 30px; }
  .product-content form {
    margin-bottom: 0; }

.product-price {
  display: block;
  padding-left: 50px;
  margin-top: 25px;
  text-align: right; }
  .product-price h2 {
    display: inline-block;
    font-size: 40px;
    color: #2e3133;
    vertical-align: middle; }
  .product-price .button {
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle; }

.product-cart {
  display: block;
  padding: 25px 0;
  font-size: 0;
  border-top: 1px solid #e2e3e4;
  border-bottom: 1px solid #e2e3e4; }
  .product-cart img {
    display: inline-block;
    width: 30%;
    font-size: 14px;
    vertical-align: middle; }
  .product-cart div {
    display: inline-block;
    width: 70%;
    padding-left: 25px;
    font-size: 14px;
    vertical-align: middle; }
    .product-cart div h5 {
      margin-top: 15px; }

@media all and (max-width: 767px) {
  .product-images {
    text-align: center; }

  .product-image-main {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto; }

  .product-image-small {
    width: 80px;
    margin: 20px 10px 0; }

  .product-content {
    padding-left: 0;
    margin-top: 50px; }

  .product-price {
    padding-left: 0; } }
@media all and (max-width: 420px) {
  .product-item p {
    font-size: 10px; }

  .product-image-small {
    width: 50px; } }
section {
  display: block;
  margin-bottom: 50px; }
  section.with-grid {
    margin-bottom: 25px; }
  section.without-margin {
    margin-bottom: 0; }

@media all and (max-width: 1223px) {
  section {
    margin-bottom: 25px; }
    section.with-grid {
      margin-bottom: 0; } }
.control-indicator {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #e2e3e4;
  text-align: center;
  background-color: #e2e3e4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.control {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  letter-spacing: 0;
  color: #5f6468;
  text-transform: none;
  cursor: pointer; }
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .control input:focus ~ .control-indicator {
      box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #006e96; }
    .control input:checked ~ .control-indicator {
      color: #fff;
      background-color: #006e96; }
    .control input:active ~ .control-indicator {
      color: #fff;
      background-color: #006e96; }

.checkbox .control-indicator {
  border-radius: 2px; }
.checkbox input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.radio .control-indicator {
  border-radius: 50%; }
.radio input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

table {
  width: 100%;
  margin: 0;
  border-collapse: collapse; }
  table.with-margin {
    margin-bottom: 25px; }

th,
td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e2e3e4; }
  th .label,
  td .label {
    margin-top: 2px;
    vertical-align: top; }

th {
  font-weight: 600; }
  th a {
    color: #5f6468; }

tbody tr {
  background: transparent;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear; }

.table-hover tbody tr {
  cursor: pointer; }
  .table-hover tbody tr:hover {
    background: #f7f7f8; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto; }

.table-image {
  display: inline-block;
  width: 35px;
  margin-right: 15px;
  vertical-align: middle;
  border-radius: 50%; }

.table-checkbox {
  text-align: center; }
  .table-checkbox .control {
    margin: 1px 0 0 7px; }

.table-actions {
  display: block;
  margin-bottom: 15px; }
  .table-actions .button,
  .table-actions .dropdown {
    display: inline-block !important;
    margin-right: 10px;
    vertical-align: middle; }
  .table-actions .dropdown {
    width: 170px; }
  .table-actions.is-right {
    text-align: right; }
    .table-actions.is-right .table-search {
      float: none; }

.table-button-margin {
  margin-left: 15px; }

.table-pagination {
  display: block;
  padding: 0;
  margin: 15px 0 0;
  text-align: right;
  list-style: none; }
  .table-pagination li {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle; }
    .table-pagination li a {
      display: block;
      width: 40px;
      padding: 7px 10px;
      color: #5f6468;
      text-align: center;
      border: 1px solid #e2e3e4;
      border-radius: 2px;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .table-pagination li a:hover {
        background: #f7f7f8; }
      .table-pagination li a.is-active {
        color: #fff;
        background: #006e96;
        border-color: #006e96; }
      .table-pagination li a.show-all {
        width: auto; }

.table-search {
  position: relative;
  float: right;
  width: 100%;
  max-width: 300px; }
  .table-search .icon {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #92979b; }
  .table-search input {
    display: block;
    width: 100% !important;
    padding: 7.5px 15px 7.5px 35px !important; }

.unauthorized-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15% 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.unauthorized-left {
  position: fixed;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0 75px;
  background: #fff; }

.unauthorized-logo-wrapper {
  display: block;
  width: 100%;
  max-width: 900px;
  height: 15%;
  margin: 0 auto;
  padding-top: 75px;
  text-align: left; }

.unauthorized-logo {
  display: inline-block; }
  .unauthorized-logo img {
    display: block;
    height: 40px; }

.unauthorized-intro {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 75px auto;
  text-align: left; }
  .unauthorized-intro img {
    display: none; }
  .unauthorized-intro h3 {
    font-size: 24px;
    font-weight: 300;
    color: #474a4d; }
  .unauthorized-intro p {
    margin: 30px 0 0;
    color: #787d82; }

.unauthorized-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  overflow: auto;
  padding: 0 75px;
  background: #fff; }
  .unauthorized-right .unauthorized-container {
    height: 100%; }

.unauthorized-right-overlay {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgba(77, 92, 109, 0.7); }

.unauthorized-right-logos {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -128px;
  text-align: center; }
  .unauthorized-right-logos img {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    margin: 25px 0; }

@media all and (max-width: 767px) {
  .unauthorized-left {
    padding: 0 20px; }

  .unauthorized-right-logos {
    margin-top: -100px; }
    .unauthorized-right-logos img {
      max-width: 150px;
      margin: 25px 0; } }
@media all and (max-width: 420px) {
  .unauthorized-right {
    display: none; }

  .unauthorized-left {
    right: 0; }

  .unauthorized-intro {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 75px auto;
    text-align: left; }
    .unauthorized-intro img {
      display: inline-block;
      width: 100%;
      max-width: 125px;
      margin: 0 20px 30px 0; }
    .unauthorized-intro h3 {
      font-size: 20px; }
    .unauthorized-intro p {
      margin: 30px 0 0;
      color: #787d82; } }
.upgrade-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  background: #fff; }
  .upgrade-wrapper.is-closed {
    display: none; }

.upgrade {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 350px;
  max-width: 600px;
  margin: -175px 0 0 -300px;
  text-align: center; }
  .upgrade p {
    margin: 15px 0 35px;
    font-size: 18px; }
  .upgrade .icon {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 80px;
    line-height: 1;
    color: #e2e3e4; }

.upgrade-close {
  position: absolute;
  top: 25px;
  right: 25px;
  text-align: right; }
  .upgrade-close .icon {
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    color: #787d82;
    cursor: pointer;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear; }
    .upgrade-close .icon:hover {
      color: #474a4d; }

.webshop-main {
  padding-bottom: 50px; }

.webshop-title {
  margin-bottom: 25px;
  color: #161718; }

.webshop-proceed {
  display: block;
  padding: 20px 40px; }

.webshop-cart {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }

.webshop-cart-product {
  display: block;
  padding: 15px 25px 15px 15px;
  margin-bottom: 15px;
  background: #f7f7f8;
  border-radius: 2px; }

.webshop-cart-product-image,
.webshop-cart-product-content,
.webshop-cart-product-amount {
  display: inline-block;
  vertical-align: middle; }

.webshop-cart-product-image {
  width: 100px;
  height: 100px;
  padding: 15px;
  text-align: center;
  border: 1px solid #e2e3e4;
  border-radius: 2px;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear; }
  .webshop-cart-product-image:hover {
    border-color: #787d82; }
  .webshop-cart-product-image img {
    display: inline-block;
    max-width: 70px;
    max-height: 70px; }

.webshop-cart-product-content {
  margin: 0 0 0 25px; }
  .webshop-cart-product-content h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 500px; }
  .webshop-cart-product-content p {
    color: #787d82; }

.webshop-cart-product-amount {
  float: right;
  margin-top: 30px; }
  .webshop-cart-product-amount input,
  .webshop-cart-product-amount h5,
  .webshop-cart-product-amount .icon {
    display: inline-block;
    vertical-align: middle !important; }
  .webshop-cart-product-amount input {
    width: 70px !important; }
  .webshop-cart-product-amount .icon {
    font-size: 20px;
    color: #92979b;
    cursor: pointer;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear; }
    .webshop-cart-product-amount .icon:hover {
      color: #5f6468; }
  .webshop-cart-product-amount h5 {
    width: 90px;
    margin-top: -2px;
    color: #2e3133;
    text-align: right; }

.webshop-cart-total {
  position: relative;
  display: block;
  padding: 25px;
  margin-bottom: 15px;
  background: #f7f7f8;
  border-radius: 2px; }
  .webshop-cart-total h4,
  .webshop-cart-total h2 {
    display: inline-block;
    color: #2e3133;
    vertical-align: middle; }
    .webshop-cart-total h4 span,
    .webshop-cart-total h2 span {
      display: block;
      margin-top: 5px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .1em;
      color: #787d82;
      text-transform: uppercase; }
  .webshop-cart-total h2 {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 24px;
    color: #006e96;
    text-align: right; }

.webshop-login {
  padding: 50px;
  text-align: center;
  background: #f7f7f8;
  border-radius: 2px; }
  .webshop-login p {
    margin-bottom: 25px; }

.webshop-login-guest {
  display: inline-block;
  margin-top: 25px;
  font-size: 18px; }
  .webshop-login-guest .icon {
    display: inline-block;
    margin-top: -2px;
    font-size: 24px;
    vertical-align: middle; }

.webshop-wizard {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  font-size: 0;
  list-style: none; }
  .webshop-wizard li {
    display: inline-block;
    width: 25%;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    background: #f7f7f8; }
    .webshop-wizard li span {
      display: inline-block;
      vertical-align: middle; }
    .webshop-wizard li .icon {
      font-size: 24px; }
    .webshop-wizard li.is-active {
      background-color: #006e96; }
      .webshop-wizard li.is-active span {
        color: #fff; }
    .webshop-wizard li.is-completed {
      background-color: #48c878; }
      .webshop-wizard li.is-completed span {
        color: #fff; }
    .webshop-wizard li:first-child {
      border-radius: 2px 0 0 2px; }
    .webshop-wizard li:last-child {
      border-radius: 0 2px 2px 0; }

.webshop-checkout-detail {
  display: block;
  padding: 25px;
  margin: 0 0 15px 0;
  list-style: none;
  background: #f7f7f8;
  border-radius: 2px; }
  .webshop-checkout-detail li {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e3e4; }
    .webshop-checkout-detail li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0; }

.webshop-checkout-selector {
  display: block;
  padding: 0;
  margin: 0;
  margin: 0 0 10px;
  list-style: none; }
  .webshop-checkout-selector li {
    position: relative;
    display: inline-block;
    width: 220px;
    padding: 25px 35px 25px 25px;
    margin: 0 15px 15px 0;
    vertical-align: top;
    cursor: pointer;
    border: 1px solid #e2e3e4;
    border-radius: 2px;
    -webkit-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear; }
    .webshop-checkout-selector li:hover {
      border-color: #787d82; }
    .webshop-checkout-selector li p {
      width: 100%;
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .webshop-checkout-selector li .icon {
      position: absolute;
      top: 50%;
      right: 10px;
      display: none;
      margin-top: -24px;
      font-size: 30px;
      color: #006e96; }
    .webshop-checkout-selector li.is-new {
      width: 120px;
      height: 91px;
      padding-top: 32px;
      font-size: 16px;
      color: #006e96; }
    .webshop-checkout-selector li.is-selected {
      border-color: #006e96; }
      .webshop-checkout-selector li.is-selected .icon {
        display: block; }

.webshop-checkout-form {
  display: block;
  padding: 25px;
  margin: 0;
  text-align: left;
  border: 1px solid #e2e3e4;
  border-radius: 2px; }
  .webshop-checkout-form.with-margin {
    margin-top: 15px; }
  .webshop-checkout-form.is-contact {
    padding: 50px;
    margin-top: 25px;
    background: #f7f7f8; }

.webshop-checkout-payments {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }
  .webshop-checkout-payments li {
    display: block;
    padding: 15px;
    margin-top: 15px;
    cursor: pointer;
    border: 1px solid #e2e3e4;
    border-radius: 2px;
    -webkit-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear; }
    .webshop-checkout-payments li .icon {
      display: inline-block;
      margin-top: -3px;
      margin-right: 5px;
      font-size: 24px;
      line-height: 0;
      color: #006e96;
      vertical-align: middle;
      opacity: 0; }
    .webshop-checkout-payments li:hover {
      border-color: #787d82; }
    .webshop-checkout-payments li.is-selected {
      border-color: #006e96; }
      .webshop-checkout-payments li.is-selected .icon {
        opacity: 1; }
    .webshop-checkout-payments li:first-child {
      margin-top: 0; }

.webshop-checkout-payments-images {
  float: right; }
  .webshop-checkout-payments-images img {
    display: inline-block;
    width: 25px;
    margin-left: 5px; }

.webshop-checkout-complete {
  display: block;
  padding: 50px 50px 70px;
  text-align: center;
  background: rgba(72, 200, 120, 0.1);
  border: 1px solid #48c878;
  border-radius: 2px; }
  .webshop-checkout-complete .icon {
    font-size: 60px;
    color: #48c878; }
  .webshop-checkout-complete h2 {
    display: block;
    margin-top: 25px;
    color: #48c878;
    text-align: center; }
  .webshop-checkout-complete p {
    display: block;
    margin: 25px 0 10px;
    text-align: center; }

@media all and (max-width: 1024px) {
  .webshop-cart-product-content {
    max-width: 400px;
    margin: 0 0 0 15px; }
    .webshop-cart-product-content h6 {
      width: 100%; }

  .webshop-cart-product-amount {
    margin-top: 20px; }
    .webshop-cart-product-amount h5 {
      width: 65px; }

  .webshop-cart-product-image {
    width: 70px;
    height: 80px;
    padding: 15px 5px; }
    .webshop-cart-product-image img {
      max-width: 50px;
      max-height: 50px; }

  .webshop-login:first-child {
    margin-bottom: 20px; } }
@media all and (max-width: 767px) {
  .webshop-checkout-form {
    margin-bottom: 15px; }
    .webshop-checkout-form.is-contact {
      padding: 20px;
      margin-bottom: 0; }

  .webshop-cart-product-image {
    display: none; }

  .webshop-cart-product-content {
    display: block;
    max-width: 100%;
    margin: 0; }
    .webshop-cart-product-content h6 {
      width: 100%;
      max-width: 100%; }

  .webshop-cart-product-amount {
    display: block;
    float: none;
    margin-top: 20px; }
    .webshop-cart-product-amount input {
      display: inline-block !important; }

  .webshop-login {
    padding: 50px 20px; }

  .webshop-checkout-selector li {
    width: 200px;
    padding: 15px 35px 15px 15px; }
    .webshop-checkout-selector li.is-new {
      height: 71px;
      padding-top: 22px; }

  .webshop-wizard li {
    padding: 15px 0;
    font-size: 14px; }
    .webshop-wizard li .icon {
      font-size: 18px; }

  .webshop-checkout-complete {
    display: block;
    padding: 50px 25px 70px;
    margin-bottom: 15px; } }
@media all and (max-width: 420px) {
  .webshop-wizard {
    border-radius: 2px; }
    .webshop-wizard li {
      width: 50%;
      border-radius: 0 !important; }

  .webshop-checkout-payments li .icon {
    display: none; } }
