﻿@charset "UTF-8";

a,
a:active,
a:hover {
    outline: 0
}

input.inputerror, select.inputerror {
    border: 1px solid red !important;
    background-color: #fee !important;
}

.sr-only,
svg:not(:root) {
    overflow: hidden
}

.sr-only,
legend {
    border: 0
}

.clear:after,
.orders-tabs.ui-tabs ul.ui-tabs-nav:after,
.profile-bar__content .main__container:after,
.row:after {
    content: "";
    display: table;
    clear: both
}

.disabled {
    pointer-events: none !important
}

.cover-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0 0 0 0)
}

.aspect-16-9,
.button--circle,
[class*=col-],
sub,
sup {
    position: relative
}

pre,
textarea {
    overflow: auto
}

img,
label {
    border: none
}

.text-align-center {
    text-align: center
}

.text-align-left {
    text-align: left
}

.text-align-right {
    text-align: right
}

.width-full {
    width: 100%
}

.width-half {
    width: 50%
}

.aspect-16-9 {
    width: 100%
}

    .aspect-16-9::after {
        content: "";
        display: block;
        height: 100%;
        padding-top: 56.25%;
        width: 100%
    }

legend,
td,
th {
    padding: 0
}

@media (min-width: 420px) {
    .hide-over-sm {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hide-over-md {
        display: none !important
    }
}

@media (min-width: 1024px) {
    .hide-over-lg {
        display: none !important
    }
}

@media (min-width: 1280px) {
    .hide-over-xl {
        display: none !important
    }
}

@media (max-width: 279px) {
    .hide-under-xsm {
        display: none !important
    }
}

@media (max-width: 419px) {
    .hide-under-sm {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hide-under-md {
        display: none !important
    }
}

@media (max-width: 1023px) {
    .hide-under-lg {
        display: none !important
    }
}

@media (max-width: 1279px) {
    .hide-under-xl {
        display: none !important
    }
}

[hidden],
input[type=checkbox],
template {
    display: none
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

a {
    background-color: transparent;
    cursor: pointer;
    color: #8138c1;
    -webkit-transition: color .3s;
    transition: color .3s
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled],
    html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox],
    input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button,
        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    min-height: 180px;
    resize: vertical
}

.dropdown-navigation,
.modal,
.side-navigation__panel {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll
}

* {
    box-sizing: border-box
}

img {
    height: auto;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    vertical-align: middle;
    width: auto
}

ol,
ul {
    padding-left: 20px
}

    ol li,
    ul li {
        margin-bottom: 10px
    }

    ul.ul-clean {
        list-style: none;
        margin: 0;
        padding: 0
    }

iframe {
    width: 100%
}

.row.gutter {
    margin-left: -10px;
    margin-right: -10px
}

blockquote,
blockquote:after,
blockquote:before {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.row.gutter [class^=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.row.gutter.gutter-bottom [class^=col-] {
    margin-bottom: 20px
}

[class*=col-] {
    display: block;
    float: left;
    width: 100%
}

@media (min-width: 280px) {
    .col-xsm-auto {
        width: auto
    }

    .col-xsm-1 {
        width: 8.33333%
    }

    .col-xsm-2 {
        width: 16.66667%
    }

    .col-xsm-3 {
        width: 25%
    }

    .col-xsm-4 {
        width: 33.33333%
    }

    .col-xsm-5 {
        width: 41.66667%
    }

    .col-xsm-6 {
        width: 50%
    }

    .col-xsm-7 {
        width: 58.33333%
    }

    .col-xsm-8 {
        width: 66.66667%
    }

    .col-xsm-9 {
        width: 75%
    }

    .col-xsm-10 {
        width: 83.33333%
    }

    .col-xsm-11 {
        width: 91.66667%
    }

    .col-xsm-12 {
        width: 100%
    }

    .push-xsm-1 {
        left: 8.33333%
    }

    .push-xsm-2 {
        left: 16.66667%
    }

    .push-xsm-3 {
        left: 25%
    }

    .push-xsm-4 {
        left: 33.33333%
    }

    .push-xsm-5 {
        left: 41.66667%
    }

    .push-xsm-6 {
        left: 50%
    }

    .push-xsm-7 {
        left: 58.33333%
    }

    .push-xsm-8 {
        left: 66.66667%
    }

    .push-xsm-9 {
        left: 75%
    }

    .push-xsm-10 {
        left: 83.33333%
    }

    .push-xsm-11 {
        left: 91.66667%
    }

    .push-xsm-12 {
        left: 100%
    }

    .pull-xsm-1 {
        left: -8.33333%
    }

    .pull-xsm-2 {
        left: -16.66667%
    }

    .pull-xsm-3 {
        left: -25%
    }

    .pull-xsm-4 {
        left: -33.33333%
    }

    .pull-xsm-5 {
        left: -41.66667%
    }

    .pull-xsm-6 {
        left: -50%
    }

    .pull-xsm-7 {
        left: -58.33333%
    }

    .pull-xsm-8 {
        left: -66.66667%
    }

    .pull-xsm-9 {
        left: -75%
    }

    .pull-xsm-10 {
        left: -83.33333%
    }

    .pull-xsm-11 {
        left: -91.66667%
    }

    .pull-xsm-12 {
        left: -100%
    }
}

@media (min-width: 420px) {
    .col-sm-auto {
        width: auto
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .push-sm-1 {
        left: 8.33333%
    }

    .push-sm-2 {
        left: 16.66667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.33333%
    }

    .push-sm-5 {
        left: 41.66667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.33333%
    }

    .push-sm-8 {
        left: 66.66667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.33333%
    }

    .push-sm-11 {
        left: 91.66667%
    }

    .push-sm-12 {
        left: 100%
    }

    .pull-sm-1 {
        left: -8.33333%
    }

    .pull-sm-2 {
        left: -16.66667%
    }

    .pull-sm-3 {
        left: -25%
    }

    .pull-sm-4 {
        left: -33.33333%
    }

    .pull-sm-5 {
        left: -41.66667%
    }

    .pull-sm-6 {
        left: -50%
    }

    .pull-sm-7 {
        left: -58.33333%
    }

    .pull-sm-8 {
        left: -66.66667%
    }

    .pull-sm-9 {
        left: -75%
    }

    .pull-sm-10 {
        left: -83.33333%
    }

    .pull-sm-11 {
        left: -91.66667%
    }

    .pull-sm-12 {
        left: -100%
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        width: auto
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .push-md-1 {
        left: 8.33333%
    }

    .push-md-2 {
        left: 16.66667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.33333%
    }

    .push-md-5 {
        left: 41.66667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.33333%
    }

    .push-md-8 {
        left: 66.66667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.33333%
    }

    .push-md-11 {
        left: 91.66667%
    }

    .push-md-12 {
        left: 100%
    }

    .pull-md-1 {
        left: -8.33333%
    }

    .pull-md-2 {
        left: -16.66667%
    }

    .pull-md-3 {
        left: -25%
    }

    .pull-md-4 {
        left: -33.33333%
    }

    .pull-md-5 {
        left: -41.66667%
    }

    .pull-md-6 {
        left: -50%
    }

    .pull-md-7 {
        left: -58.33333%
    }

    .pull-md-8 {
        left: -66.66667%
    }

    .pull-md-9 {
        left: -75%
    }

    .pull-md-10 {
        left: -83.33333%
    }

    .pull-md-11 {
        left: -91.66667%
    }

    .pull-md-12 {
        left: -100%
    }
}

@media (min-width: 1024px) {
    .col-lg-auto {
        width: auto
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .push-lg-1 {
        left: 8.33333%
    }

    .push-lg-2 {
        left: 16.66667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.33333%
    }

    .push-lg-5 {
        left: 41.66667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.33333%
    }

    .push-lg-8 {
        left: 66.66667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.33333%
    }

    .push-lg-11 {
        left: 91.66667%
    }

    .push-lg-12 {
        left: 100%
    }

    .pull-lg-1 {
        left: -8.33333%
    }

    .pull-lg-2 {
        left: -16.66667%
    }

    .pull-lg-3 {
        left: -25%
    }

    .pull-lg-4 {
        left: -33.33333%
    }

    .pull-lg-5 {
        left: -41.66667%
    }

    .pull-lg-6 {
        left: -50%
    }

    .pull-lg-7 {
        left: -58.33333%
    }

    .pull-lg-8 {
        left: -66.66667%
    }

    .pull-lg-9 {
        left: -75%
    }

    .pull-lg-10 {
        left: -83.33333%
    }

    .pull-lg-11 {
        left: -91.66667%
    }

    .pull-lg-12 {
        left: -100%
    }
}

@media (min-width: 1280px) {
    .col-xl-auto {
        width: auto
    }

    .col-xl-1 {
        width: 8.33333%
    }

    .col-xl-2 {
        width: 16.66667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-5 {
        width: 41.66667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333%
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-11 {
        width: 91.66667%
    }

    .col-xl-12 {
        width: 100%
    }

    .push-xl-1 {
        left: 8.33333%
    }

    .push-xl-2 {
        left: 16.66667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.33333%
    }

    .push-xl-5 {
        left: 41.66667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.33333%
    }

    .push-xl-8 {
        left: 66.66667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.33333%
    }

    .push-xl-11 {
        left: 91.66667%
    }

    .push-xl-12 {
        left: 100%
    }

    .pull-xl-1 {
        left: -8.33333%
    }

    .pull-xl-2 {
        left: -16.66667%
    }

    .pull-xl-3 {
        left: -25%
    }

    .pull-xl-4 {
        left: -33.33333%
    }

    .pull-xl-5 {
        left: -41.66667%
    }

    .pull-xl-6 {
        left: -50%
    }

    .pull-xl-7 {
        left: -58.33333%
    }

    .pull-xl-8 {
        left: -66.66667%
    }

    .pull-xl-9 {
        left: -75%
    }

    .pull-xl-10 {
        left: -83.33333%
    }

    .pull-xl-11 {
        left: -91.66667%
    }

    .pull-xl-12 {
        left: -100%
    }
}

@font-face {
    font-family: circular-bold;
    src: url(../fonts/CircularStd-Bold.otf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: circular-book;
    src: url(../fonts/CircularStd-Book.otf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: copernicus-bookitalic;
    src: url(../fonts/Copernicus-BookItalic.otf) format("truetype"), url(../fonts/Copernicus-BookItalic.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body {
    color: #525252;
    font-family: circular-book, arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5
}

h3,
h4 {
    font-family: circular-bold, arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #8138c1;
    font-weight: 300
}

h3,
strong {
    font-weight: 700
}

h1 {
    font-size: 1.8em;
    letter-spacing: -1px;
    line-height: 1;
    margin: 20px 0
}

h2 {
    font-size: 1.5em;
    margin: 18px 0
}

@media only screen and (max-width: 768px) {
    h2 {
        margin-bottom: 12px
    }
}

h3 {
    color: #333;
    font-size: 1.2em;
    margin: 16px 0
}

.button--circle,
.button--primary,
.button--secondary {
    line-height: normal;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    outline: 0
}

@media only screen and (max-width: 768px) {
    h3 {
        margin-bottom: 12px
    }
}

h4 {
    font-size: .85em
}

h5 {
    font-size: .7em
}

h6 {
    font-size: .6em
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.4em
    }

    h2 {
        font-size: 1.7em
    }

    h3 {
        font-size: 1.3em
    }

    h4 {
        font-size: 1.15em
    }

    h5 {
        font-size: 1.2em
    }

    h6 {
        font-size: 1.1em
    }
}

.striked-out {
    text-decoration: line-through !important
}

blockquote {
    color: #333;
    font-family: copernicus-bookitalic, arial, sans-serif;
    font-size: 1.7em;
    max-width: 500px;
    text-align: center
}

.button--circle.button--close::after,
.button--circle.button--minus::after,
.button--circle.button--plus::after,
.button--circle::after,
.icon-check::after,
.icon-chevron-left::after,
.icon-chevron-right::after,
.icon-chevron::after,
.icon-contact::after,
.icon-cross::after,
.icon-map::after,
.icon-minus::after,
.icon-plus::after,
.icon-search::after,
.icon-speech::after,
.icon-user::after {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: inherit;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icons
}

blockquote:after,
blockquote:before {
    background-color: #8138c1;
    content: "";
    height: 3px;
    width: 60px
}

.button--circle,
a.button--primary,
a.button--secondary {
    display: inline-block
}

::-moz-selection {
    background: #f0e7f8
}

::selection {
    background: #f0e7f8
}

@font-face {
    font-family: icons;
    src: url(../iconfont/icons.eot);
    src: url(../iconfont/icons.eot#iefix) format("embedded-opentype"), url(../iconfont/icons.woff) format("woff"), url(../iconfont/icons.ttf) format("truetype"), url(../iconfont/icons.svg#icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-contact::after {
    content: "\E001"
}

.icon-map::after {
    content: "\E002"
}

.icon-search::after {
    content: "\E003"
}

.icon-speech::after {
    content: "\E004"
}

.icon-user::after {
    content: "\E005"
}

.button--circle.button--close::after,
.button--circle::after,
.icon-cross::after {
    content: "\E006"
}

.icon-burger::after {
    font-family: icons;
    content: "\E007";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: inherit;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-chevron::after {
    content: "\E008"
}

.icon-chevron-right::after {
    content: "\E00B"
}

.icon-chevron-left::after {
    content: "\E00C"
}

.button--circle.button--plus::after,
.icon-plus::after {
    content: "\E009"
}

.button--circle.button--minus::after,
.icon-minus::after {
    content: "\E010"
}

.icon-check::after {
    content: "\E00A"
}

label,
table th {
    font-weight: 700
}

.button--primary {
    background-color: #fff;
    border-radius: 28px;
    border: 1px solid #ff8500;
    color: #ff8500;
    padding: 4px 18px;
    text-decoration: none;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    vertical-align: middle
}

    .button--primary.active,
    .button--primary:hover {
        background-color: #ff8500;
        color: #fff
    }

    .button--primary.button--disabled {
        color: #bbb;
        border: 1px solid #bbb;
        cursor: default;
        pointer-events: none
    }

        .button--primary.button--disabled:hover {
            background-color: #fff;
            color: #bbb
        }

.button--secondary {
    background-color: #fff;
    border-radius: 28px;
    padding: 4px 18px;
    text-decoration: none;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    vertical-align: middle;
    border: 1px solid #999;
    color: #999
}

    .button--secondary.active,
    .button--secondary:hover {
        color: #fff
    }

    .button--secondary.button--disabled {
        color: #bbb;
        border: 1px solid #bbb;
        cursor: default;
        pointer-events: none
    }

        .button--secondary.button--disabled:hover {
            background-color: #fff;
            color: #bbb
        }

    .button--secondary.active,
    .button--secondary:hover {
        background-color: #999
    }

.button--circle {
    text-decoration: none;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    color: #999;
    height: 28px;
    padding: 0;
    width: 28px
}

    .button--circle.active,
    .button--circle:hover {
        background-color: #ff8500;
        color: #fff
    }

    .button--circle.button--disabled {
        color: #bbb;
        border: 1px solid #bbb;
        cursor: default;
        pointer-events: none
    }

        .button--circle.button--disabled:hover {
            background-color: #fff;
            color: #bbb
        }

    .button--circle::after {
        left: 0;
        line-height: 21px;
        position: absolute;
        top: 0;
        width: 100%
    }

    .button--circle:hover {
        background-color: #999;
        color: #fff
    }

    .button--circle.button--close {
        background-color: #fff;
        color: #999
    }

        .button--circle.button--close:hover {
            background-color: #999;
            color: #fff
        }

    .button--circle.button--cross,
    .button--circle.button--minus,
    .button--circle.button--plus {
        background-color: #999;
        border: 1px solid #999;
        color: #fff;
        line-height: 19px
    }

        .button--circle.button--cross:hover,
        .button--circle.button--minus:hover,
        .button--circle.button--plus:hover {
            background-color: #fff;
            color: #999
        }

.sidebar-button {
    background-color: #eee;
    color: #525252;
    display: block;
    height: 42px;
    padding: 10px;
    position: relative;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    width: 100%
}

    .sidebar-button:hover {
        background-color: #e1e1e1
    }

    .sidebar-button::after {
        background-color: #ff8500;
        border-radius: 100%;
        color: #fff;
        content: "";
        font-size: 12px;
        height: 24px;
        line-height: 20px;
        position: absolute;
        right: 20px;
        text-align: center;
        top: 9px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 24px
    }

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
select,
textarea {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 10px 20px;
    color: #999;
    border: 1px solid #999;
    outline: 0;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: border .3s;
    transition: border .3s
}

@media only screen and (min-width: 768px) {
    input[type=text],
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=date],
    select,
    textarea,
    .item select {
        margin-bottom: 20px !important;
    }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
    border: 1px solid #8138c1
}

label {
    border-radius: 0;
    color: #333;
    line-height: 28px;
    padding-left: 0;
    padding-right: 0;
    text-align: left
}

input[type=checkbox] + label {
    border: none;
    cursor: pointer;
    display: block;
    height: auto;
    padding: 4px 4px 4px 39px;
    position: relative;
    width: 100%;
    line-height: 26px
}

@media (min-width: 768px) {
    input[type=checkbox] + label {
        padding: 8px 8px 8px 36px;
        line-height: 28px
    }
}

input[type=checkbox] + label:hover::after {
    opacity: 1
}

input[type=checkbox] + label::before {
    border: 1px solid #525252;
    border-radius: 3px;
    color: #8138c1;
    content: "";
    display: block;
    font-family: icons;
    font-size: 20px;
    height: 24px;
    left: 0;
    line-height: 17px;
    margin: 4px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px
}

@media (min-width: 768px) {
    input[type=checkbox] + label::before {
        margin: 8px;
        margin-left: 0px;
    }
}

input[type=checkbox] + label::after {
    background-color: #fff;
    box-shadow: 0 0 20px #E0E0E0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    z-index: -1
}

input[type=checkbox]:checked + label::before {
    background: #fff;
    content: "\E00A";
    text-align: center
}

table td,
table th {
    padding: 8px;
    text-align: left
}

span.form--error {
    color: #e86666;
    float: right;
    line-height: 28px
}

input.form--error,
select.form--error,
textarea.form--error {
    border: 1px solid #e86666
}

.loader {
    border-radius: 50%;
    box-shadow: inset 0 0 0 1em #8138c1;
    font-size: 5px;
    height: 10em;
    margin: 20px auto;
    position: relative;
    text-indent: -99999em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 10em
}

    .loader::after,
    .loader::before {
        background: #fff;
        height: 10.2em;
        top: -.1em;
        width: 5.2em
    }

    .loader.loader--inline {
        display: inline-block;
        font-size: 3px;
        margin: 10px;
        vertical-align: middle
    }

    .loader::after,
    .loader::before {
        content: "";
        position: absolute
    }

    .loader::before {
        -webkit-animation: load2 2s infinite ease 1.5s;
        animation: load2 2s infinite ease 1.5s;
        border-radius: 10.2em 0 0 10.2em;
        left: -.1em;
        -webkit-transform-origin: 5.2em 5.1em;
        transform-origin: 5.2em 5.1em
    }

    .loader::after {
        -webkit-animation: load2 2s infinite ease;
        animation: load2 2s infinite ease;
        border-radius: 0 10.2em 10.2em 0;
        left: 5.1em;
        -webkit-transform-origin: 0 5.1em;
        transform-origin: 0 5.1em
    }

@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px
}

    table tr {
        vertical-align: top
    }

.table-scroll__buttons .table-scroll__button-left::after,
.table-scroll__buttons .table-scroll__button-right::after {
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-size: inherit;
    vertical-align: bottom;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: icons
}

table tr:nth-child(even) {
    background-color: #f4f4f4
}

table th {
    background-color: #ff8500;
    color: #fff
}

.table-scroll {
    position: relative
}

    .table-scroll::after,
    .table-scroll::before {
        content: "";
        height: 100%;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        width: 25px
    }

    .table-scroll::before {
        box-shadow: inset 10px 0 20px -10px rgba(50, 50, 50, .4);
        left: 0
    }

    .table-scroll::after {
        box-shadow: inset -10px 0 20px -10px rgba(50, 50, 50, .4);
        right: 0
    }

.table-scroll__inner {
    display: block;
    margin-bottom: 20px;
    overflow-x: auto;
    width: 100%
}

.modal,
.overlay-main {
    display: none;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0
}

.table-scroll__inner table {
    margin-bottom: 0
}

.table-scroll__buttons {
    left: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

    .table-scroll__buttons .table-scroll__button-left,
    .table-scroll__buttons .table-scroll__button-right {
        margin: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

.table-scroll--left .table-scroll__button-left,
.table-scroll--right .table-scroll__button-right {
    opacity: 1;
    pointer-events: all
}

.table-scroll__buttons .table-scroll__button-left {
    float: left
}

    .table-scroll__buttons .table-scroll__button-left::after {
        content: "\E00C";
        font-weight: 400
    }

.table-scroll__buttons .table-scroll__button-right {
    float: right
}

    .table-scroll__buttons .table-scroll__button-right::after {
        content: "\E00B";
        font-weight: 400
    }

.table-scroll--left::before {
    opacity: 1
}

.table-scroll--right::after {
    opacity: 1
}

.overlay-main {
    position: fixed;
    background-color: rgba(0, 0, 0, .1);
    opacity: 0;
    z-index: 0
}

.modal {
    background: #fff;
    opacity: 0;
    padding: 20px;
    position: absolute
}

.modal__inner {
    position: relative
}

.modal__close {
    border: 1px solid #999;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px
}

.cart {
    text-align: right
}

    .cart span {
        vertical-align: middle
    }

    .cart .cart__inner {
        display: inline-block
    }

    .cart .cart__sub-total {
        color: #8138c1;
        font-size: 1.7em;
        margin-left: 10px;
        margin-right: 20px
    }

.confirmation .confirmation__banner {
    text-align: center
}

.confirmation .confirmation__image {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 10px 0
}

.confirmation .confirmation__message {
    color: #5bcb00;
    font-size: 1.2em
}

@media (min-width: 768px) {
    .overlay-main {
        z-index: 1
    }

    .confirmation .confirmation__image {
        height: 80px;
        width: 80px;
        margin: 20px 0
    }

    .confirmation .confirmation__message {
        font-size: 1.7em
    }
}

header {
    height: 300px;
    width: 100%;
    color: #fff
}

    header.full-height {
        height: 100vh
    }

    header .header-content {
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 1024px;
        padding: 0 20px;
        margin-left: auto;
        margin-right: auto
    }

        header .header-content h1,
        header .header-content h2 {
            text-align: center
        }

        header .header-content h2 {
            font-size: 22px
        }

        header .header-content img {
            display: block;
            max-width: 768px;
            width: 100%;
            margin-left: auto;
            margin-right: auto
        }

.header-spacer {
    height: 100vh;
    width: 100%;
    display: block
}

nav {
    max-width: 1800px;
    padding-top: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4
}

.navigation__main {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    border-bottom: 1px #eee solid;
    display: block;
    position: relative;
    z-index: 3
}

@media (min-width: 1800px) {
    .navigation__main {
        padding-left: 260px;
        padding-right: 260px
    }
}

@media (min-width: 1600px) {
    .navigation__main {
        padding-left: 160px;
        padding-right: 160px
    }
}

@media (min-width: 1500px) {
    .navigation__main {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (max-width: 1499px) {
    .navigation__main {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 1279px) {
    .navigation__main {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width: 1079px) {
    .navigation__main {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 980px) {
    .navigation__main {
        padding-left: 20px;
        padding-right: 20px
    }
}

.navigation__feature {
    background: #8138c1;
    background: -webkit-linear-gradient(left, #8138c1 0, #ff8500 100%);
    background: linear-gradient(to right, #8138c1 0, #ff8500 100%);
    height: 5px;
    position: absolute;
    top: 0;
    width: 100%
}

.navigation__logo-mobile {
    display: block;
    height: 55px;
    margin: 0
}

    .navigation__logo-mobile img {
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100px
    }

.navigation__logo {
    display: block;
    width: auto
}

@media (min-width: 768px) {
    .navigation__logo {
        float: left;
        height: 55px;
        margin-right: 40px
    }

        .navigation__logo img {
            display: block;
            position: relative;
            top: 50%;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 100px
        }
}

.navigation__logo img {
    width: 100px
}

@media (min-width: 1280px) {
    .navigation__logo {
        height: 95px;
        margin-right: 60px
    }

        .navigation__logo img {
            width: 140px
        }
}

.mobile-nav-button {
    background-color: transparent;
    border: none;
    display: block;
    height: 55px;
    line-height: 48px;
    outline: 0;
    padding: 0;
    position: relative;
    width: 50px
}

    .mobile-nav-button [class^=icon-] {
        font-size: 24px;
        height: 100%;
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s
    }

    .mobile-nav-button.on .button--circle,
    .mobile-nav-button.on .icon-cross {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .mobile-nav-button.on .icon-burger {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    .mobile-nav-button .icon-burger {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.list--right {
    float: right
}

.navigation__list {
    float: left;
}

    .navigation__list li {
        display: inline-block;
        margin-bottom: 0;
        padding-right: 10px
    }

@media (min-width: 1280px) {
    .navigation__list li {
        padding-right: 10px
    }
}

.navigation__list li:last-child {
    padding-right: 0
}

.navigation__list li a {
    border-bottom: 3px solid transparent;
    color: #7c7c7c;
    display: block;
    font-weight: 400;
    line-height: 52px;
    text-decoration: none;
    -webkit-transition: color .3s, border .3s;
    transition: color .3s, border .3s;
    position: relative;
}

@media (min-width: 1280px) {
    .navigation__list li a {
        font-size: inherit;
        line-height: 92px
    }

    .navigation__list i[class^=icon-] {
        float: left;
        padding-right: 8px
    }
}

.navigation__list li a.active,
.navigation__list li a:hover {
    border-bottom: 3px solid #8138c1;
    color: #8138c1
}

.navigation__list i[class^=icon-] {
    display: block;
    font-size: 24px;
    height: 52px
}

.side-navigation {
    height: 100%;
    margin-left: -10px;
    position: relative;
    width: 318px
}

    .side-navigation.side-navigation--bottom-button .side-navigation__panel[data-panel-id=root] {
        top: 0;
        bottom: 42px
    }

    .side-navigation.side-navigation--bottom-button .sidebar-button.side-navigation--bottom-button {
        display: block
    }

    .side-navigation li {
        cursor: pointer;
        position: relative;
        margin-bottom: 10px
    }

    .side-navigation .std-hover-state li.no-hover,
    .side-navigation .sub-panel-cta li.no-hover {
        cursor: default
    }

    .side-navigation a {
        text-decoration: none;
        color: #525252
    }

    .side-navigation .std-hover-state li::after {
        background-color: #8138c1;
        content: "";
        display: block;
        height: 100%;
        opacity: 0;
        position: absolute;
        right: -10px;
        top: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        width: 3px
    }

@media (min-width: 768px) {
    .side-navigation {
        margin-left: -20px
    }

        .side-navigation .std-hover-state li::after {
            right: -20px
        }

        .side-navigation .sidebar-button.side-navigation--bottom-button {
            max-width: 318px
        }
}

.side-navigation .std-hover-state li.active a:not([class^=button--]),
.side-navigation .std-hover-state li:hover a:not([class^=button--]) {
    color: #000
}

.side-navigation .std-hover-state li.active::after,
.side-navigation .std-hover-state li:hover::after {
    opacity: 1
}

.side-navigation .std-hover-state li.no-hover::after {
    opacity: 0
}

.side-navigation .std-hover-state li a:not([class^=button--]) {
    color: #525252;
    display: block;
    font-weight: 400;
    padding: 5px 0;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

.search-bar,
.top-navigation-mobile .navigation__logo {
    display: none
}

.side-navigation .sub-panel-cta li {
    padding-right: 30px
}

    .side-navigation .sub-panel-cta li:not(.no-hover)::after {
        background-color: #ff8500;
        border-radius: 50%;
        color: #fff;
        content: "\E00B";
        font-family: icons;
        height: 24px;
        line-height: 18px;
        margin-top: -12px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
        vertical-align: middle;
        width: 24px
    }

    .side-navigation .sub-panel-cta li:not(.no-hover):hover::after {
        background-color: #ff9d33
    }

.side-navigation .sidebar-button.side-navigation--bottom-button {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1
}

    .side-navigation .sidebar-button.side-navigation--bottom-button::after {
        content: "+";
        font-size: 22px;
        line-height: 22px;
        position: absolute
    }

.side-navigation__panel {
    background-color: #fbfbfb;
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s
}

    .side-navigation__panel .side-navigation__panel-inner {
        padding: 10px
    }

@media (max-width: 375px) {
	.side-navigation__panel 
	{
		bottom: 8%;
	}
}
	
@media (min-width: 768px) {
    .side-navigation__panel .side-navigation__panel-inner {
        padding: 20px
    }
}

.side-navigation__panel:not([data-panel-id=root]) {
    z-index: 1
}

.side-navigation__panel.child {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.side-navigation__panel .side-navigation__panel__title {
    margin-top: 0
}

.side-navigation__panel .sidebar-button.sidebar-button--back {
    margin: -10px -10px 10px;
    padding: 10px 0 10px 44px;
    width: auto
}

    .side-navigation__panel .sidebar-button.sidebar-button--back::after {
        content: "\E008";
        font-family: icons;
        left: 10px
    }

@media (min-width: 768px) {
    .side-navigation__panel .sidebar-button.sidebar-button--back {
        margin: -20px -20px 20px;
        padding: 10px 0 10px 54px
    }

        .side-navigation__panel .sidebar-button.sidebar-button--back::after {
            left: 20px
        }
}

.side-navigation__panel [class^=button--] {
    width: 100%
}

.top-navigation-mobile {
    background-color: #F7F7F7
}

    .top-navigation-mobile .navigation__list {
        float: none
    }

        .top-navigation-mobile .navigation__list li {
            padding: 0;
            width: 100%;
            margin-bottom: 0;
            border-bottom: 1px solid #efefef
        }

            .top-navigation-mobile .navigation__list li a {
                border: none;
                line-height: normal;
                padding: 10px
            }

                .top-navigation-mobile .navigation__list li a:hover {
                    border: none
                }

.search-bar {
    max-width: 1800px;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    width: 100%;
    z-index: 3
}

    .search-bar .search-bar__inner {
        background-color: #e2e2e2;
        position: relative;
        width: 100%;
        z-index: 3
    }

        .search-bar .search-bar__inner button {
            margin: 5px 10px 5px 0
        }

    .search-bar .search-bar__form-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
        padding-bottom: 0;
        padding-top: 10px
    }

@media (min-width: 768px) {
    .search-bar .search-bar__form-container {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 0;
        padding-top: 15px
    }
}

.search-bar .search-bar__form-container .search-bar__button-container,
.search-bar .search-bar__form-container .search-bar__input-container,
.search-bar .search-bar__form-container .search-bar__label-container {
    display: inline-block;
    padding: 0 5px 10px
}

@media (min-width: 768px) {
    .search-bar .search-bar__form-container .search-bar__button-container,
    .search-bar .search-bar__form-container .search-bar__input-container,
    .search-bar .search-bar__form-container .search-bar__label-container {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 7.5px 15px
    }
}

.search-bar .search-bar__form-container .search-bar__label-container {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

    .search-bar .search-bar__form-container .search-bar__label-container label {
        border: none;
        color: #333;
        display: block;
        font-weight: 700;
        height: 20px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

@media (min-width: 768px) {
    .search-bar .search-bar__form-container .search-bar__label-container {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

        .search-bar .search-bar__form-container .search-bar__label-container label {
            height: 40px;
            line-height: 40px
        }

    .search-bar .search-bar__form-container .search-bar__input-container {
        width: 400px
    }
}

.search-bar .search-bar__form-container .search-bar__input-container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .search-bar .search-bar__form-container .search-bar__input-container input {
        margin: 0
    }

.search-bar--inline {
    display: block;
    margin-top: 61px;
    opacity: 1;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    z-index: 2
}

.profile-bar,
.search-filter {
    position: absolute;
    -webkit-transform: translateY(-40px);
    width: 100%
}

@media (min-width: 1280px) {
    .search-bar--inline {
        margin-top: 101px
    }
}

.search-bar--inline .button--close {
    display: none
}

.search-bar--inline + main {
    margin-top: 0
}

.search-bar--inline .search-filter {
    z-index: 1
}

.search-filter {
    background-color: #f5f5f5;
    border-bottom: 3px solid #8138c1;
    display: none;
    opacity: 0;
    padding-bottom: 20px;
    transform: translateY(-40px);
    z-index: 2
}

.ui-autocomplete {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0 0 4px 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 3
}

    .ui-autocomplete li {
        border-bottom: 1px solid #eee;
        margin-bottom: 0;
        padding: 0
    }

        .ui-autocomplete li::before {
            content: none
        }

        .ui-autocomplete li:last-child {
            border: none
        }

        .ui-autocomplete li a {
            color: #525252;
            display: block;
            font-weight: 400;
            padding: 6px 20px;
            -webkit-transition: background-color .3s;
            transition: background-color .3s
        }

.dropdown-navigation,
.profile-bar {
    display: none;
    z-index: 3;
    opacity: 0;
    max-width: 1800px
}

.ui-autocomplete li a.ui-state-focus {
    background-color: #eee
}

.profile-bar {
    transform: translateY(-40px)
}

.profile-bar__content {
    background-color: #8138c1;
    color: #fff;
    padding: 10px 0;
    position: relative;
    text-align: center
}

    .profile-bar__content .button--circle {
        float: right;
        margin: 0
    }

.profile-bar__form {
    background-color: #e4d3f2;
    padding: 10px 0;
    text-align: center
}

    .profile-bar__form select {
        margin: 0 5px;
        width: auto
    }

    .profile-bar__form .button--primary {
        background-color: transparent;
        border: 1px solid;
        color: #8138c1
    }

        .profile-bar__form .button--primary:hover {
            background-color: #fff;
            color: #8138c1
        }

.dropdown-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 100%;
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    background-color: #f9f9f9;
    border-bottom: 3px solid #8138c1;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

@media (min-width: 1280px) {
    .dropdown-navigation {
        padding-top: 100px;
        overflow-y: visible
    }
}

.dropdown-navigation .dropdown-navigation__tile {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    color: #5f6062;
    border-bottom: 1px solid #eee;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media (min-width: 768px) {
    .dropdown-navigation .dropdown-navigation__tile {
        height: 100px;
        border-right: none;
        border-right: 1px solid #eee
    }

    .dropdown-navigation .row div[class^=col-]:nth-child(6) .dropdown-navigation__tile {
        border-right: none
    }
}

.dropdown-navigation .dropdown-navigation__tile:hover {
    color: #8138c1
}

    .dropdown-navigation .dropdown-navigation__tile:hover .dropdown-navigation__tile__hover {
        opacity: 1;
        z-index: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

.dropdown-navigation .dropdown-navigation__tile .dropdown-navigation__tile__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px #E0E0E0;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s
}

.dropdown-navigation .dropdown-navigation__tile .dropdown-navigation__tile__inner {
    display: block;
    top: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    position: relative;
    z-index: 2
}

@media (max-width: 768px -1) {
    .dropdown-navigation .row div[class^=col-]:nth-child(3n) .dropdown-navigation__tile {
        border-right: none
    }
}

body,
html {
    -webkit-font-smoothing: antialiased;
    background-color: #f2f4f3
}

    body.main__page--no-nav .main__page__inner {
        margin-left: 0
    }

    body.main__page--fill-right .main__page {
        padding-right: 0
    }

        body.main__page--fill-right .main__page .main__page__inner {
            padding-bottom: 0;
            padding-top: 0
        }

@media (min-width: 768px) {
    body.main__page--no-nav .main__side-navigation {
        display: none
    }

    body.main__page--fill-right .main__page .main__page__inner {
        margin-left: 298px
    }
}

main {
    background-color: #fff;
    margin-top: 61px;
    overflow: hidden;
    position: relative
}

@media (max-width: 768px) {
    body.main__page--fill-right .main__page {
        padding-left: 0
    }

    main {
        min-height: 400px !important
    }
}

.page__wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px
}

.main__container {
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 768px) {
    .main__container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1280px) {
    main {
        margin-top: 101px
    }

    .main__container {
        padding-left: 120px;
        padding-right: 120px
    }
}

@media (min-width: 1500px) {
    .main__container {
        padding-left: 160px;
        padding-right: 160px
    }
}

@media (min-width: 1800px) {
    .main__container {
        padding-left: 260px;
        padding-right: 260px
    }
}

.main__side-navigation {
    background-color: #fbfbfb;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    z-index: 1
}

@media (min-width: 768px) {
    .main__side-navigation {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.navigation-on .main__side-navigation {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.main__side-navigation .main__side-navigation__inner {
    padding-left: 10px;
    height: 100%;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .main__side-navigation .main__side-navigation__inner {
        padding-left: 20px
    }
}

@media (min-width: 1280px) {
    .main__side-navigation .main__side-navigation__inner {
        padding-left: 120px
    }
}

@media (min-width: 1500px) {
    .main__side-navigation .main__side-navigation__inner {
        padding-left: 160px
    }
}

@media (min-width: 1800px) {
    .main__side-navigation .main__side-navigation__inner {
        padding-left: 260px
    }
}

.main__page {
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

@media (min-width: 768px) {
    .main__page {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1280px) {
    .main__page {
        padding-left: 120px;
        padding-right: 120px
    }
}

@media (min-width: 1500px) {
    .main__page {
        padding-left: 160px;
        padding-right: 160px
    }
}

.main__page .main__page__inner {
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease
}

@media (min-width: 768px) {
    .main__page .main__page__inner {
        margin-left: 338px;
        padding-bottom: 20px;
        padding-top: 20px
    }
}

@media (min-width: 1024px) {
    .main__page .main__page__inner {
        margin-left: 358px;
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (min-width: 1800px) {
    .main__page {
        padding-left: 260px;
        padding-right: 260px
    }

        .main__page .main__page__inner {
            margin-left: 398px
        }
}

.main__page .main__page__inner .main__page__inner__content {
    display: block;
    margin: 40px auto;
    max-width: 768px;
    width: 100%
}

@media (max-width: 768px) {
    .navigation-on .main__page .main__page__inner {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }
}

ol:not(.ul-clean),
ul:not(.ul-clean) {
    list-style-type: none;
    margin: 0;
    padding: 0
}

    ol:not(.ul-clean) li,
    ul:not(.ul-clean) li {
        padding-left: 1em;
        text-indent: -.7em
    }

        ol:not(.ul-clean) li::before,
        ul:not(.ul-clean) li::before {
            color: #8138c1;
            padding-right: 1em
        }

        ul:not(.ul-clean) li::before {
            content: "•"
        }

.content-accordion {
    margin-bottom: 20px
}

    .content-accordion .ui-accordion-content {
        padding-bottom: 5px
    }

.content-accordion__header {
    border-bottom: 1px solid #aaa;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: 700;
    margin-top: 28px;
    min-height: 26px;
    outline: 0;
    padding-bottom: 9px;
    padding-right: 34px;
    position: relative
}

@media (min-width: 768px) {
    .content-accordion__header {
        font-size: 1.3em;
        height: 35px
    }
}

.content-accordion__header::after {
    background-color: #ff8500;
    border-radius: 100%;
    bottom: 6px;
    color: #fff;
    content: "\E008";
    font-family: icons;
    font-size: 12px;
    height: 24px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    width: 24px
}

.content-accordion__header.ui-state-active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.content-accordion__content {
    margin: 30px 0
}

ul.ui-autocomplete {
    list-style-type: none;
    margin: 0;
    padding: 0
}

    ul.ui-autocomplete li {
        padding: 0;
        text-indent: 0
    }

        ul.ui-autocomplete li::before {
            content: none;
            padding: 0
        }

footer {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #333;
    padding: 25px 10px
}

@media (min-width: 768px) {
    footer {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1280px) {
    footer {
        padding-left: 120px;
        padding-right: 120px
    }
}

@media (min-width: 1500px) {
    footer {
        padding-left: 160px;
        padding-right: 160px
    }
}

@media (min-width: 1800px) {
    footer {
        padding-left: 260px;
        padding-right: 260px
    }
}

footer .footer__list {
    float: left;
    font-size: 0
}

    footer .footer__list li {
        display: block;
        position: relative
    }

@media (min-width: 768px) {
    footer .footer__list li {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0;
        font-size: 0
    }
}

footer .footer__list li:last-child:after {
    content: none
}

footer .footer__list li:first-child {
    padding-left: 0
}

footer .footer__list li::after {
    background-color: #fff;
    height: 15px;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 3px;
    vertical-align: middle;
    width: 2px
}

footer .footer__list li a {
    border-bottom: 1px solid transparent;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    text-decoration: none;
    -webkit-transition: border .3s;
    transition: border .3s
}

    footer .footer__list li a:hover {
        border-bottom: 1px solid #fff
    }

@media (min-width: 768px) {
    footer .footer__list li::after {
        content: '';
        margin-left: 10px
    }

    footer .footer__list li a {
        font-size: 14px
    }

    footer .footer__legal {
        text-align: right
    }
}

footer .footer__legal .footer__legal__inner {
    display: inline-block
}

    footer .footer__legal .footer__legal__inner p {
        margin: 0
    }

.footer-cta {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    display: block;
    font-size: 1.2em;
    position: relative;
    text-decoration: none;
    padding: 20px 10px
}

@media (min-width: 768px) {
    .footer-cta {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1280px) {
    .footer-cta {
        padding-left: 120px;
        padding-right: 120px
    }
}

@media (min-width: 1500px) {
    .footer-cta {
        padding-left: 160px;
        padding-right: 160px
    }
}

@media (min-width: 1800px) {
    .footer-cta {
        padding-left: 260px;
        padding-right: 260px
    }
}

@media (min-width: 768px) {
    .footer-cta {
        font-size: 1.8em;
        height: 80px;
        line-height: 80px;
        padding-bottom: 0;
        padding-top: 0
    }

    .footer-cta--large .footer-cta {
        font-size: 1.2em;
        height: 180px;
        line-height: 180px;
        padding-bottom: 0;
        padding-top: 0
    }

    .footer-cta.footer-cta--left {
        padding-right: 0
    }
}

@media (min-width: 1024px) {
    .footer-cta--large .footer-cta {
        font-size: 1.8em;
        height: 260px;
        line-height: 260px
    }

    .footer-cta.footer-cta--right {
        text-align: right
    }
}

@media (min-width: 1800px) {
    .footer-cta--large .footer-cta {
        font-size: 2.6em
    }
}

.footer-cta::before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    width: 100%
}

.footer-cta span,
.pathologist__main {
    position: relative
}

.footer-cta.footer-cta--left {
    background-color: #8138c1
}

    .footer-cta.footer-cta--left:hover::before {
        background-color: rgba(129, 56, 193, .5)
    }

.footer-cta.footer-cta--right {
    background-color: #ff8500
}

    .footer-cta.footer-cta--right:hover::before {
        background-color: rgba(255, 133, 0, .5)
    }

.footer-cta span {
    display: inline-block;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    z-index: 1
}

.pathologist-details {
    display: none;
    width: 100%
}

    .pathologist-details.pathologist-details--transition {
        left: 0;
        position: absolute;
        top: 0
    }

.pathologist-details__close {
    border: 1px solid #999;
    display: block;
    margin: 0 10px 10px auto
}

.pathologist-body {
    overflow: auto
}

.pathologist .pathologist__header {
    margin-bottom: 20px
}

.pathologist .pathologist__avatar {
    padding-right: 10px
}

    .pathologist .pathologist__avatar img {
        border-radius: 50%;
        display: block;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 150px;
        width: 100%
    }

.pathologist .pathologist__details h1 {
    margin-top: 0
}

.feature-section {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    position: relative
}

    .feature-section:not(:first-child) {
        padding-top: 20px
    }

    .feature-section:last-child {
        border: none
    }

    .feature-section:nth-child(even) h2 {
        color: #ff8500
    }

    .feature-section h2 {
        color: #8138c1;
        font-size: 1.8em;
        letter-spacing: -1px;
        line-height: 1;
        margin: 0 0 20px
    }

.feature-image {
    position: static
}

@media (min-width: 768px) {
    .footer-cta.footer-cta--right {
        padding-left: 20px
    }

    .feature-section {
        min-height: 500px;
        padding: 0
    }

        .feature-section h2 {
            font-size: 3.4em
        }

    .feature-image {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%
    }

    .feature-content {
        padding-bottom: 80px;
        padding-top: 80px
    }
}

@media (min-width: 1024px) {
    .feature-image {
        width: 66.66%
    }
}

.feature-image img {
    display: block;
    max-width: 750px;
    width: 100%
}

.feature-image.feature-image--left {
    left: 0
}

    .feature-image.feature-image--left img {
        margin-left: 0;
        margin-right: auto
    }

.feature-image.feature-image--right {
    right: 0
}

    .feature-image.feature-image--right img {
        margin-left: auto;
        margin-right: 0
    }

.map-container {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
}

.orders-list__item {
    display: block;
    min-height: 40px;
    padding: 5px 12px
}

    .orders-list__item input[type=number] {
        -moz-appearance: textfield;
        margin: 0;
        padding: 10px;
        text-align: center;
        width: 45px
    }

        .orders-list__item input[type=number]::-webkit-inner-spin-button,
        .orders-list__item input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

    .orders-list__item .button--circle {
        margin: 0 5px 0 0
    }

.orders-list__column {
    line-height: 20px;
    min-height: 20px
}

@media (min-width: 768px) {
    .orders-list__column {
        line-height: 40px;
        min-height: 40px
    }
}

.orders-list__header {
    background-color: #f5f5f5;
    display: block;
    font-weight: 700;
    padding: 5px 12px
}

.orders-list--divider {
    border-top: 1px solid #aaa
}

.orders-list__total {
    font-size: 1.1em;
    color: #8138c1
}

.orders-tabs.ui-tabs ul.ui-tabs-nav {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%
}

    .orders-tabs.ui-tabs ul.ui-tabs-nav li.ui-state-active a,
    .orders-tabs.ui-tabs ul.ui-tabs-nav li.ui-state-hover a {
        color: #8138c1
    }

    .orders-tabs.ui-tabs ul.ui-tabs-nav li {
        float: left;
        margin: 0;
        width: 33.33%
    }

        .orders-tabs.ui-tabs ul.ui-tabs-nav li:last-child {
            margin: 0
        }

    .orders-tabs.ui-tabs ul.ui-tabs-nav a {
        border-bottom: 3px solid;
        color: #ccc;
        display: block;
        font-weight: 700;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-top: 10px;
        text-decoration: none;
        width: 100%
    }

        .orders-tabs.ui-tabs ul.ui-tabs-nav a .tab-index {
            border: 2px solid;
            border-radius: 50%;
            display: inline-block;
            height: 28px;
            line-height: 24px;
            margin-right: 10px;
            text-align: center;
            width: 28px
        }

.orders-tabs.ui-tabs .ui-state-disabled {
    cursor: default;
    pointer-events: none
}

.quantity {
    padding: 10px 0
}

@media (min-width: 768px) {
    .quantity {
        padding: 0
    }
}

.search-results li {
    margin-bottom: 20px
}

.login-panel {
    min-height: 800px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-title img {
    max-width: 60px;
    margin-right: 10px;
}

.user-bg {
    min-height: 800px;
    background: url(../img/bg.jpg) no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.panel-user {
    max-width: 600px;
    margin-left: 15%;
    margin-right: 85%;
    padding-top: 50px;
}

    .panel-user > form {
        background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
        border-radius: 6px;
        padding: 30px 20px 20px;
    }

        .panel-user > form fieldset {
            border: none;
            width: 350px;
        }

            .panel-user > form fieldset legend {
                color: #8138c1;
                font-size: 26px;
                margin-bottom: 1em;
                border-bottom: 1px solid;
                display: inline-block;
                font-weight: bold;
                font-family: Arial;
            }

        .panel-user > form label {
            font-weight: 400;
        }

.field-validation-error {
    color: #FF0000;
}

.validation-summary-errors li {
    color: #ff0000;
}

    .validation-summary-errors li::before {
        color: #ff0000 !important;
    }

.button-img {
    background-color: #fff;
    border: none;
    padding: 0;
    text-decoration: none;
    float: right;
}

.button--purple {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #8138c1;
    color: #8138c1;
    padding: 6px 28px;
    text-decoration: none;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    vertical-align: middle;
    font-size: 14px;
    float: right;
}

.submit-buttons {
    float: right;
    margin-top: 2em;
}

    .submit-buttons a {
        display: block;
        margin-top: 1em;
        text-align: center;
    }

.button--purple.active,
.button--purple:hover {
    background-color: #8138c1;
    color: #fff
}

.card p {
    display: none;
}

.card {
    /*padding: 0 1.9rem .7rem;*/
    margin-bottom: .9rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .card.collapsed {
        background: #66499d;
    }

        .card.collapsed:hover {
            background: #f26522;
        }

.card {
    background: #e1e1e1;
}

    .card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
        color: #fff;
        padding: 1rem 4rem .9rem 2.1rem;
        margin-top: 0;
        -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        position: relative;
    }

    .card.collapsed h1, .card.collapsed h2, .card.collapsed h3, .card.collapsed h4, .card.collapsed h5, .card.collapsed h6, .card.collapsed h1:hover, .card.collapsed h2:hover, .card.collapsed h3:hover, .card.collapsed h4:hover, .card.collapsed h5:hover, .card.collapsed h6:hover {
        color: #fff;
    }

    .card h1:before, .card h2:before, .card h3:before, .card h4:before, .card h5:before, .card h6:before, .card h1:after, .card h2:after, .card h3:after, .card h4:after, .card h5:after, .card h6:after {
        width: 1.5rem;
        height: .2rem;
        -webkit-transition: background .3s linear, -webkit-transform .3s linear;
        transition: background .3s linear, -webkit-transform .3s linear;
        transition: transform .3s linear, background .3s linear;
        transition: transform .3s linear, background .3s linear, -webkit-transform .3s linear;
        content: "";
        background: #f26522;
        position: absolute;
        right: 1.7rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .card.collapsed h1:before, .card.collapsed h2:before, .card.collapsed h3:before, .card.collapsed h4:before, .card.collapsed h5:before, .card.collapsed h6:before {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
        background: #fff;
    }

    .card.collapsed h1:after, .card.collapsed h2:after, .card.collapsed h3:after, .card.collapsed h4:after, .card.collapsed h5:after, .card.collapsed h6:after {
        background: #fff;
    }

    .card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
        color: #f26522;
    }

        .card h1:hover, .card h2:hover, .card h3:hover, .card h4:hover, .card h5:hover, .card h6:hover {
            color: #66499d;
        }

            .card h1:hover:before, .card h2:hover:before, .card h3:hover:before, .card h4:hover:before, .card h5:hover:before, .card h6:hover:before,
            .card h1:hover:after, .card h2:hover:after, .card h3:hover:after, .card h4:hover:after, .card h5:hover:after, .card h6:hover:after {
                background: #66499d;
            }

    .card.collapsed h1:hover:before, .card.collapsed h2:hover:before, .card.collapsed h3:hover:before, .card.collapsed h4:hover:before, .card.collapsed h5:hover:before, .card.collapsed h6:hover:before,
    .card.collapsed h1:hover:after, .card.collapsed h2:hover:after, .card.collapsed h3:hover:after, .card.collapsed h4:hover:after, .card.collapsed h5:hover:after, .card .collapsed h6:hover:after {
        background: #fff;
    }

    .card p {
        padding: 0 1.9rem .7rem;
        color: #000;
    }

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    max-width: 450px;
    width: 100%;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.asteris {
    color: #ffa24a;
    font-size: 1.6rem;
    font-family: Lato,sans-serif;
    position:relative;
    top: 10px;
    left: 4px;
}