/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
    --pswp-bg: #000;
    --pswp-placeholder-bg: #222;
    --pswp-root-z-index: 100000;
    --pswp-preloader-color: rgba(79,79,79,0.4);
    --pswp-preloader-color-secondary: hsla(0,0%,100%,0.9);
    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: #4f4f4f;
    --pswp-icon-stroke-color: #4f4f4f;
    --pswp-icon-stroke-width: 2px;
    --pswp-error-text-color: var(--pswp-icon-color);
    contain: layout style size;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: none;
    height: 100%;
    left: 0;
    opacity: .003;
    position: fixed;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: var(--pswp-root-z-index)
}

.pswp,.pswp:focus {
    outline: 0
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--open {
    display: block
}

.pswp,.pswp__bg {
    transform: translateZ(0);
    will-change: opacity
}

.pswp__bg {
    background: var(--pswp-bg);
    opacity: .005
}

.pswp,.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__bg,.pswp__container,.pswp__content,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp__img,.pswp__zoom-wrap {
    height: auto;
    width: auto
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out
}

.pswp__button,.pswp__container,.pswp__counter,.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__item {
    overflow: hidden;
    z-index: 1
}

.pswp__hidden {
    display: none!important
}

.pswp__content {
    pointer-events: none
}

.pswp__content>* {
    pointer-events: auto
}

.pswp__error-msg-container {
    display: grid
}

.pswp__error-msg {
    color: var(--pswp-error-text-color);
    font-size: 1em;
    line-height: 1;
    margin: auto
}

.pswp .pswp__hide-on-close {
    opacity: .005;
    pointer-events: none;
    transition: opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);
    will-change: opacity;
    z-index: 10
}

.pswp--ui-visible .pswp__hide-on-close {
    opacity: 1;
    pointer-events: auto
}

.pswp__button {
    -webkit-appearance: none;
    -webkit-touch-callout: none;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 60px;
    margin: 0;
    opacity: .85;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 50px
}

.pswp__button:active,.pswp__button:focus,.pswp__button:hover {
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 1;
    padding: 0;
    transition: none
}

.pswp__button:disabled {
    cursor: auto;
    opacity: .3
}

.pswp__icn {
    fill: var(--pswp-icon-color);
    color: var(--pswp-icon-color-secondary);
    height: 32px;
    left: 9px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 14px;
    width: 32px
}

.pswp__icn-shadow {
    stroke: var(--pswp-icon-stroke-color);
    stroke-width: var(--pswp-icon-stroke-width);
    fill: none
}

.pswp__icn:focus {
    outline: 0
}

.pswp__img--with-bg,div.pswp__img--placeholder {
    background: var(--pswp-placeholder-bg)
}

.pswp__top-bar {
    display: flex;
    flex-direction: row;
    height: 60px;
    justify-content: flex-end;
    left: 0;
    pointer-events: none!important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.pswp__top-bar>* {
    pointer-events: auto;
    will-change: opacity
}

.pswp__button--close {
    margin-right: 6px
}

.pswp__button--arrow {
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 0;
    top: 50%;
    width: 75px
}

.pswp__button--arrow:disabled {
    cursor: default;
    display: none
}

.pswp__button--arrow .pswp__icn {
    background: none;
    border-radius: 0;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    width: 60px
}

.pswp--one-slide .pswp__button--arrow {
    display: none
}

.pswp--touch .pswp__button--arrow {
    visibility: hidden
}

.pswp--has_mouse .pswp__button--arrow {
    visibility: visible
}

.pswp__button--arrow--prev {
    left: 0;
    right: auto
}

.pswp__button--arrow--next {
    right: 0
}

.pswp__button--arrow--next .pswp__icn {
    left: auto;
    right: 14px;
    transform: scaleX(-1)
}

.pswp__button--zoom {
    display: none
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
    display: none
}

.pswp__preloader {
    height: 60px;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 50px
}

.pswp__preloader .pswp__icn {
    animation: pswp-clockwise .6s linear infinite;
    opacity: 0;
    transition: opacity .2s linear
}

.pswp__preloader--active .pswp__icn {
    opacity: .85
}

@keyframes pswp-clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.pswp__counter {
    color: var(--pswp-icon-color);
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-inline-start:20px;margin-top: 15px;
    opacity: .85;
    text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary)
}

.pswp--one-slide .pswp__counter {
    display: none
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/~bootstrap-sass/assets/stylesheets/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,:after,:before {
        background: transparent!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

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

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 10px
}

body {
    background-color: #fff;
    color: #000;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    line-height: 1.428571429
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #369;
    text-decoration: none
}

a:focus,a:hover {
    color: #264d73;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.img-rounded {
    border-radius: 4px
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    padding: 4px;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px
}

[role=button] {
    cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: inherit;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
    line-height: normal
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    color: #777;
    font-weight: 400;
    line-height: 1
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-bottom: 10px;
    margin-top: 20px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-bottom: 10px;
    margin-top: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h1,h1 {
    font-size: 1.8em
}

.h2,h2 {
    font-size: 1.6em
}

.h3,h3 {
    font-size: 1.4em
}

.h4,h4 {
    font-size: 1.2em
}

.h5,h5 {
    font-size: 1.1em
}

.h6,h6 {
    font-size: 1em
}

p {
    margin: 0 0 10px
}

.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px
}

@media(min-width: 768px) {
    .lead {
        font-size:21px
    }
}

.small,small {
    font-size: 85%
}

.mark,mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #f0a500
}

a.text-primary:focus,a.text-primary:hover {
    color: #bd8200
}

.text-success {
    color: #23941e
}

a.text-success:focus,a.text-success:hover {
    color: #196a15
}

.text-info {
    color: #31708f
}

a.text-info:focus,a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,a.text-danger:hover {
    color: #843534
}

.bg-primary {
    background-color: #f0a500;
    color: #fff
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #bd8200
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 40px 0 20px;
    padding-bottom: 9px
}

ol,ul {
    margin-bottom: 10px;
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.list-inline,.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px;
    margin-top: 0
}

dd,dt {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media(min-width: 768px) {
    .dl-horizontal dt {
        clear:left;
        float: left;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],abbr[title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

blockquote {
    border-left: 5px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
    color: #777;
    display: block;
    font-size: 80%;
    line-height: 1.428571429
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: "— "
}

.blockquote-reverse,blockquote.pull-right {
    border-left: 0;
    border-right: 5px solid #eee;
    padding-left: 0;
    padding-right: 15px;
    text-align: right
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: " —"
}

address {
    font-style: normal;
    line-height: 1.428571429;
    margin-bottom: 20px
}

.container {
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width: 768px) {
    .container {
        width:740px
    }
}

@media(min-width: 1200px) {
    .container {
        width:1160px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px
}

.container-fluid:after,.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.row:after,.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row-no-gutters {
    margin-left: 0;
    margin-right: 0
}

.row-no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media(min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media(min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media(min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

table col[class*=col-] {
    display: table-column;
    float: none;
    position: static
}

table td[class*=col-],table th[class*=col-] {
    display: table-cell;
    float: none;
    position: static
}

caption {
    color: #777;
    padding-bottom: 8px;
    padding-top: 8px
}

caption,th {
    text-align: left
}

.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    border-top: 1px solid #ddd;
    line-height: 1.428571429;
    padding: 8px;
    vertical-align: top
}

.table>thead>tr>th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        -ms-overflow-style:-ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        overflow-y: hidden;
        width: 100%
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset,legend {
    border: 0;
    padding: 0
}

legend {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 20px;
    width: 100%
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px\9
}

fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control,output {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.428571429
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    height: 34px;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

.form-control:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
        line-height:34px
    }

    .input-group-sm>.input-group-btn>input[type=date].btn,.input-group-sm>.input-group-btn>input[type=datetime-local].btn,.input-group-sm>.input-group-btn>input[type=month].btn,.input-group-sm>.input-group-btn>input[type=time].btn,.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg>.input-group-btn>input[type=date].btn,.input-group-lg>.input-group-btn>input[type=datetime-local].btn,.input-group-lg>.input-group-btn>input[type=month].btn,.input-group-lg>.input-group-btn>input[type=time].btn,.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,.radio {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
    cursor: not-allowed
}

.checkbox label,.radio label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px
}

.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio] {
    margin-left: -20px;
    margin-top: 4px\9;
    position: absolute
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    vertical-align: middle
}

.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-left: 10px;
    margin-top: 0
}

.form-control-static {
    margin-bottom: 0;
    min-height: 34px;
    padding-bottom: 7px;
    padding-top: 7px
}

.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm {
    border-radius: 4px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px
}

.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm>.input-group-btn>select[multiple].btn,.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    border-radius: 4px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    min-height: 32px;
    padding: 6px 10px
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg {
    border-radius: 4px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg>.input-group-btn>select[multiple].btn,.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    border-radius: 4px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    min-height: 38px;
    padding: 11px 16px
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    display: block;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px;
    z-index: 2
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-lg+.form-control-feedback {
    height: 46px;
    line-height: 46px;
    width: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-sm+.form-control-feedback {
    height: 30px;
    line-height: 30px;
    width: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success.checkbox-inline label,.has-success.checkbox label,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.radio-inline label,.has-success.radio label {
    color: #23941e
}

.has-success .form-control {
    border-color: #23941e;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #196a15;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #46d840
}

.has-success .input-group-addon {
    background-color: #dff0d8;
    border-color: #23941e;
    color: #23941e
}

.has-success .form-control-feedback {
    color: #23941e
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning.checkbox-inline label,.has-warning.checkbox label,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.radio-inline label,.has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    background-color: #fcf8e3;
    border-color: #8a6d3b;
    color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error.checkbox-inline label,.has-error.checkbox label,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.radio-inline label,.has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    background-color: #f2dede;
    border-color: #a94442;
    color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    color: #404040;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px
}

@media(min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        margin-left: 0;
        position: relative
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}

.form-horizontal .form-group:after,.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media(min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom:0;
        padding-top: 7px;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px
}

@media(min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        font-size:18px;
        padding-top: 11px
    }

    .form-horizontal .form-group-sm .control-label {
        font-size: 12px;
        padding-top: 6px
    }
}

.btn {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    outline: 0
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333
}

.btn-default.focus,.btn-default:focus {
    background-color: #e6e6e6;
    border-color: #8c8c8c;
    color: #333
}

.btn-default:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333
}

.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle {
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
    color: #333
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover {
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    color: #333
}

.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    background-color: #333;
    color: #fff
}

.btn-primary {
    background-color: #f0a500;
    border-color: #d79300;
    color: #fff
}

.btn-primary.focus,.btn-primary:focus {
    background-color: #bd8200;
    border-color: #573c00;
    color: #fff
}

.btn-primary:hover {
    background-color: #bd8200;
    border-color: #996900;
    color: #fff
}

.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle {
    background-color: #bd8200;
    background-image: none;
    border-color: #996900;
    color: #fff
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
    background-color: #996900;
    border-color: #573c00;
    color: #fff
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #f0a500;
    border-color: #d79300
}

.btn-primary .badge {
    background-color: #fff;
    color: #f0a500
}

.btn-success {
    background-color: #23941e;
    border-color: #1e7f1a;
    color: #fff
}

.btn-success.focus,.btn-success:focus {
    background-color: #196a15;
    border-color: #051504;
    color: #fff
}

.btn-success:hover {
    background-color: #196a15;
    border-color: #124c0f;
    color: #fff
}

.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle {
    background-color: #196a15;
    background-image: none;
    border-color: #124c0f;
    color: #fff
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover {
    background-color: #124c0f;
    border-color: #051504;
    color: #fff
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #23941e;
    border-color: #1e7f1a
}

.btn-success .badge {
    background-color: #fff;
    color: #23941e
}

.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff
}

.btn-info.focus,.btn-info:focus {
    background-color: #31b0d5;
    border-color: #1b6d85;
    color: #fff
}

.btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
    color: #fff
}

.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle {
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
    color: #fff
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover {
    background-color: #269abc;
    border-color: #1b6d85;
    color: #fff
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    background-color: #fff;
    color: #5bc0de
}

.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff
}

.btn-warning.focus,.btn-warning:focus {
    background-color: #ec971f;
    border-color: #985f0d;
    color: #fff
}

.btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff
}

.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle {
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
    color: #fff
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover {
    background-color: #d58512;
    border-color: #985f0d;
    color: #fff
}

.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    background-color: #fff;
    color: #f0ad4e
}

.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff
}

.btn-danger.focus,.btn-danger:focus {
    background-color: #c9302c;
    border-color: #761c19;
    color: #fff
}

.btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff
}

.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle {
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
    color: #fff
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover {
    background-color: #ac2925;
    border-color: #761c19;
    color: #fff
}

.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    background-color: #fff;
    color: #d9534f
}

.btn-link {
    border-radius: 0;
    color: #369;
    font-weight: 400
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    background-color: transparent;
    color: #264d73;
    text-decoration: underline
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
    border-radius: 4px;
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.btn-group-sm>.btn,.btn-sm {
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px
}

.btn-group-xs>.btn,.btn-xs {
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px
}

.btn-block {
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition-duration: .35s;
    transition-property: height,visibility;
    transition-timing-function: ease
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0
}

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden
}

.dropdown-menu>li>a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.428571429;
    padding: 3px 20px;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    background-color: #f0a500;
    color: #fff;
    outline: 0;
    text-decoration: none
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-decoration: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 1.428571429;
    padding: 3px 20px;
    white-space: nowrap
}

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

.pull-right>.dropdown-menu {
    left: auto;
    right: 0
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    border-top: 0;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 2px;
    top: auto
}

@media(min-width: 768px) {
    .navbar-right .dropdown-menu {
        left:auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,.btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    float: left;
    position: relative
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-left: 0;
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio] {
    clip: rect(0,0,0,0);
    pointer-events: none;
    position: absolute
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center
}

.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 10px
}

.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
    border-radius: 4px;
    font-size: 18px;
    padding: 10px 16px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
    z-index: 2
}

.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav:after,.nav:before {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li,.nav>li>a {
    display: block;
    position: relative
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    background-color: #eee;
    text-decoration: none
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    background-color: transparent;
    color: #777;
    cursor: not-allowed;
    text-decoration: none
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #369
}

.nav .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.428571429;
    margin-right: 2px
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd #ddd transparent;
    color: #555;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    background-color: #f0a500;
    color: #fff
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-left: 0;
    margin-top: 2px
}

.nav-justified,.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    left: auto;
    top: auto
}

@media(min-width: 768px) {
    .nav-justified>li,.nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a,.nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
    border-radius: 4px;
    margin-right: 0
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a {
    border: 1px solid #ddd
}

@media(min-width: 768px) {
    .nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 0;
    min-height: 40px;
    position: relative
}

.navbar:after,.navbar:before {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media(min-width: 768px) {
    .navbar {
        border-radius:0
    }
}

.navbar-header:after,.navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media(min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
    overflow-x: visible;
    padding-left: 10px;
    padding-right: 10px
}

.navbar-collapse:after,.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width: 768px) {
    .navbar-collapse {
        border-top:0;
        box-shadow: none;
        width: auto
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        overflow: visible!important;
        padding-bottom: 0
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom,.navbar-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media(max-device-width: 480px)and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
        max-height:200px
    }
}

@media(min-width: 768px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        border-radius:0
    }
}

.navbar-fixed-top {
    border-width: 0 0 1px;
    top: 0
}

.navbar-fixed-bottom {
    border-width: 1px 0 0;
    bottom: 0;
    margin-bottom: 0
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-left: -10px;
    margin-right: -10px
}

@media(min-width: 768px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-left:0;
        margin-right: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px;
    z-index: 1000
}

@media(min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 20px;
    padding: 10px
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width: 768px) {
    .navbar>.container-fluid .navbar-brand,.navbar>.container .navbar-brand {
        margin-left:-10px
    }
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 3px;
    margin-right: 10px;
    margin-top: 3px;
    padding: 9px 10px;
    position: relative
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 5px -10px
}

.navbar-nav>li>a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px
}

@media(max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color:transparent;
        border: 0;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media(min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-bottom: 10px;
        padding-top: 10px
    }
}

.navbar-form {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
    margin: 3px -10px;
    padding: 10px
}

@media(min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,.navbar-form .radio {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
        margin-left: 0;
        position: relative
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width: 768px) {
    .navbar-form {
        border:0;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: auto
    }
}

.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0
}

.navbar-btn {
    margin-bottom: 3px;
    margin-top: 3px
}

.btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm {
    margin-bottom: 5px;
    margin-top: 5px
}

.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs {
    margin-bottom: 9px;
    margin-top: 9px
}

.navbar-text {
    margin-bottom: 10px;
    margin-top: 10px
}

@media(min-width: 768px) {
    .navbar-text {
        float:left;
        margin-left: 10px;
        margin-right: 10px
    }

    .navbar-left {
        float: left!important
    }

    .navbar-right {
        float: right!important;
        margin-right: -10px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #fff;
    border-color: #eee
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    background-color: transparent;
    color: #5e5e5e
}

.navbar-default .navbar-text {
    color: #f0a500
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #5d5d5d
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    background-color: transparent;
    color: #ccc
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #5d5d5d
}

@media(max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: transparent;
        color: #5d5d5d
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        background-color: transparent;
        color: #ccc
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #eee
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #5d5d5d
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
    color: #5d5d5d
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
    background-color: transparent;
    color: #fff
}

.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #fff
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #090909;
    color: #fff
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    background-color: transparent;
    color: #444
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: transparent;
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        background-color: #090909;
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        background-color: transparent;
        color: #444
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    background-color: transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 5px 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    color: #777;
    content: "/ ";
    padding: 0 5px
}

.breadcrumb>.active {
    color: #5d5d5d
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #369;
    float: left;
    line-height: 1.428571429;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #264d73;
    z-index: 2
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    background-color: #f0a500;
    border-color: #f0a500;
    color: #fff;
    cursor: default;
    z-index: 3
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.label {
    border-radius: .25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus,a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #f0a500
}

.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #bd8200
}

.label-success {
    background-color: #23941e
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #196a15
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    background-color: #777;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
    padding: 1px 5px;
    top: 0
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    background-color: #fff;
    color: #369
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:focus,a.badge:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px
}

.alert h4 {
    color: inherit;
    margin-top: 0
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #23941e
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #196a15
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden
}

.progress-bar {
    background-color: #f0a500;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width .6s ease;
    width: 0
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #23941e
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    background-color: #f0a500;
    border-color: #f0a500;
    color: #fff;
    z-index: 2
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #ffeabd
}

a.list-group-item,button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
    background-color: #f5f5f5;
    color: #555;
    text-decoration: none
}

button.list-group-item {
    text-align: left;
    width: 100%
}

.list-group-item-success {
    background-color: #dff0d8;
    color: #23941e
}

a.list-group-item-success,button.list-group-item-success {
    color: #23941e
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
    background-color: #d0e9c6;
    color: #23941e
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
    background-color: #23941e;
    border-color: #23941e;
    color: #fff
}

.list-group-item-info {
    background-color: #d9edf7;
    color: #31708f
}

a.list-group-item-info,button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    background-color: #c4e3f3;
    color: #31708f
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
    background-color: #31708f;
    border-color: #31708f;
    color: #fff
}

.list-group-item-warning {
    background-color: #fcf8e3;
    color: #8a6d3b
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
    background-color: #faf2cc;
    color: #8a6d3b
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
    background-color: #8a6d3b;
    border-color: #8a6d3b;
    color: #fff
}

.list-group-item-danger {
    background-color: #f2dede;
    color: #a94442
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
    background-color: #ebcccc;
    color: #a94442
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
    background-color: #a94442;
    border-color: #a94442;
    color: #fff
}

.list-group-item-heading {
    margin-bottom: 5px;
    margin-top: 0
}

.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 20px
}

.panel-body {
    padding: 15px
}

.panel-body:after,.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px
}

.panel-heading>.dropdown .dropdown-toggle,.panel-title {
    color: inherit
}

.panel-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit
}

.panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #ddd;
    padding: 10px 15px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-radius: 0;
    border-width: 1px 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table-responsive>.table caption,.panel>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    border-radius: 4px;
    margin-bottom: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    background-color: #333;
    color: #f5f5f5
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #f0a500
}

.panel-primary>.panel-heading {
    background-color: #f0a500;
    border-color: #f0a500;
    color: #fff
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f0a500
}

.panel-primary>.panel-heading .badge {
    background-color: #fff;
    color: #f0a500
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #f0a500
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #23941e
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    background-color: #23941e;
    color: #dff0d8
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    background-color: #31708f;
    color: #d9edf7
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    background-color: #8a6d3b;
    color: #fcf8e3
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    background-color: #a94442;
    color: #f2dede
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    border-radius: 4px;
    padding: 24px
}

.well-sm {
    border-radius: 4px;
    padding: 9px
}

.close {
    color: #000;
    filter: alpha(opacity=20);
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: .2;
    text-shadow: 0 1px 0 #fff
}

.close:focus,.close:hover {
    color: #000;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    text-decoration: none
}

button.close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0
}

[dir=ltr] .tooltip {
    text-align: left
}

[dir=rtl] .tooltip {
    text-align: right
}

.tooltip {
    word-wrap: normal;
    display: block;
    filter: alpha(opacity=0);
    font-family: Open Sans,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    margin-top: -5px;
    right: 5px;
    top: 0
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 5px;
    margin-top: -5px;
    top: 0
}

.tooltip-inner {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center
}

.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0
}

[dir=ltr] .popover {
    text-align: left
}

[dir=rtl] .popover {
    text-align: right
}

.popover {
    word-wrap: normal;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    display: none;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow,.popover>.arrow:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
    left: 50%;
    margin-left: -11px
}

.popover.top>.arrow:after {
    border-bottom-width: 0;
    border-top-color: #fff;
    bottom: 1px;
    content: " ";
    margin-left: -10px
}

.popover.right>.arrow {
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    left: -11px;
    margin-top: -11px;
    top: 50%
}

.popover.right>.arrow:after {
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -10px;
    content: " ";
    left: 1px
}

.popover.bottom>.arrow {
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px
}

.popover.bottom>.arrow:after {
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " ";
    margin-left: -10px;
    top: 1px
}

.popover.left>.arrow {
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%
}

.popover.left>.arrow:after {
    border-left-color: #fff;
    border-right-width: 0;
    bottom: -10px;
    content: " ";
    right: 1px
}

.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    margin: 0;
    padding: 8px 14px
}

.popover-content {
    padding: 9px 14px
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

@media(max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }

    .visible-xs-block {
        display: block!important
    }

    .visible-xs-inline {
        display: inline!important
    }

    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }

    .visible-sm-block {
        display: block!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media(min-width: 992px)and (max-width:1199px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }

    .visible-md-block {
        display: block!important
    }

    .visible-md-inline {
        display: inline!important
    }

    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media(min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }

    .visible-lg-block {
        display: block!important
    }

    .visible-lg-inline {
        display: inline!important
    }

    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .hidden-sm {
        display:none!important
    }
}

@media(min-width: 992px)and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media(min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }

    .hidden-print {
        display: none!important
    }
}

html {
    font-size: 14px
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fad,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: 2em
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-abacus:before {
    content: "\f640"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acorn:before {
    content: "\f6ae"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-conditioner:before {
    content: "\f8f4"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-alarm-clock:before {
    content: "\f34e"
}

.fa-alarm-exclamation:before {
    content: "\f843"
}

.fa-alarm-plus:before {
    content: "\f844"
}

.fa-alarm-snooze:before {
    content: "\f845"
}

.fa-album:before {
    content: "\f89f"
}

.fa-album-collection:before {
    content: "\f8a0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-alicorn:before {
    content: "\f6b0"
}

.fa-alien:before {
    content: "\f8f5"
}

.fa-alien-monster:before {
    content: "\f8f6"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-slash:before {
    content: "\f846"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-amp-guitar:before {
    content: "\f8a1"
}

.fa-analytics:before {
    content: "\f643"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angel:before {
    content: "\f779"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-crate:before {
    content: "\f6b1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-alt-down:before {
    content: "\f354"
}

.fa-arrow-alt-from-bottom:before {
    content: "\f346"
}

.fa-arrow-alt-from-left:before {
    content: "\f347"
}

.fa-arrow-alt-from-right:before {
    content: "\f348"
}

.fa-arrow-alt-from-top:before {
    content: "\f349"
}

.fa-arrow-alt-left:before {
    content: "\f355"
}

.fa-arrow-alt-right:before {
    content: "\f356"
}

.fa-arrow-alt-square-down:before {
    content: "\f350"
}

.fa-arrow-alt-square-left:before {
    content: "\f351"
}

.fa-arrow-alt-square-right:before {
    content: "\f352"
}

.fa-arrow-alt-square-up:before {
    content: "\f353"
}

.fa-arrow-alt-to-bottom:before {
    content: "\f34a"
}

.fa-arrow-alt-to-left:before {
    content: "\f34b"
}

.fa-arrow-alt-to-right:before {
    content: "\f34c"
}

.fa-arrow-alt-to-top:before {
    content: "\f34d"
}

.fa-arrow-alt-up:before {
    content: "\f357"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-from-bottom:before {
    content: "\f342"
}

.fa-arrow-from-left:before {
    content: "\f343"
}

.fa-arrow-from-right:before {
    content: "\f344"
}

.fa-arrow-from-top:before {
    content: "\f345"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-square-down:before {
    content: "\f339"
}

.fa-arrow-square-left:before {
    content: "\f33a"
}

.fa-arrow-square-right:before {
    content: "\f33b"
}

.fa-arrow-square-up:before {
    content: "\f33c"
}

.fa-arrow-to-bottom:before {
    content: "\f33d"
}

.fa-arrow-to-left:before {
    content: "\f33e"
}

.fa-arrow-to-right:before {
    content: "\f340"
}

.fa-arrow-to-top:before {
    content: "\f341"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-atom-alt:before {
    content: "\f5d3"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-axe:before {
    content: "\f6b2"
}

.fa-axe-battle:before {
    content: "\f6b3"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backpack:before {
    content: "\f5d4"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-badge:before {
    content: "\f335"
}

.fa-badge-check:before {
    content: "\f336"
}

.fa-badge-dollar:before {
    content: "\f645"
}

.fa-badge-percent:before {
    content: "\f646"
}

.fa-badge-sheriff:before {
    content: "\f8a2"
}

.fa-badger-honey:before {
    content: "\f6b4"
}

.fa-bags-shopping:before {
    content: "\f847"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ball-pile:before {
    content: "\f77e"
}

.fa-ballot:before {
    content: "\f732"
}

.fa-ballot-check:before {
    content: "\f733"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-banjo:before {
    content: "\f8a3"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-barcode-alt:before {
    content: "\f463"
}

.fa-barcode-read:before {
    content: "\f464"
}

.fa-barcode-scan:before {
    content: "\f465"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball:before {
    content: "\f432"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-basketball-hoop:before {
    content: "\f435"
}

.fa-bat:before {
    content: "\f6b5"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-bolt:before {
    content: "\f376"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-slash:before {
    content: "\f377"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-bed-alt:before {
    content: "\f8f7"
}

.fa-bed-bunk:before {
    content: "\f8f8"
}

.fa-bed-empty:before {
    content: "\f8f9"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-exclamation:before {
    content: "\f848"
}

.fa-bell-on:before {
    content: "\f8fa"
}

.fa-bell-plus:before {
    content: "\f849"
}

.fa-bell-school:before {
    content: "\f5d5"
}

.fa-bell-school-slash:before {
    content: "\f5d6"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bells:before {
    content: "\f77f"
}

.fa-betamax:before {
    content: "\f8a4"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-biking-mountain:before {
    content: "\f84b"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blanket:before {
    content: "\f498"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blinds:before {
    content: "\f8fb"
}

.fa-blinds-open:before {
    content: "\f8fc"
}

.fa-blinds-raised:before {
    content: "\f8fd"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bone-break:before {
    content: "\f5d8"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-alt:before {
    content: "\f5d9"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-heart:before {
    content: "\f499"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-book-spells:before {
    content: "\f6b8"
}

.fa-book-user:before {
    content: "\f7e7"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-books:before {
    content: "\f5db"
}

.fa-books-medical:before {
    content: "\f7e8"
}

.fa-boombox:before {
    content: "\f8a5"
}

.fa-boot:before {
    content: "\f782"
}

.fa-booth-curtain:before {
    content: "\f734"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-bottom:before {
    content: "\f84d"
}

.fa-border-center-h:before {
    content: "\f89c"
}

.fa-border-center-v:before {
    content: "\f89d"
}

.fa-border-inner:before {
    content: "\f84e"
}

.fa-border-left:before {
    content: "\f84f"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-outer:before {
    content: "\f851"
}

.fa-border-right:before {
    content: "\f852"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-border-style-alt:before {
    content: "\f854"
}

.fa-border-top:before {
    content: "\f855"
}

.fa-bow-arrow:before {
    content: "\f6b9"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-bowling-pins:before {
    content: "\f437"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-alt:before {
    content: "\f49a"
}

.fa-box-ballot:before {
    content: "\f735"
}

.fa-box-check:before {
    content: "\f467"
}

.fa-box-fragile:before {
    content: "\f49b"
}

.fa-box-full:before {
    content: "\f49c"
}

.fa-box-heart:before {
    content: "\f49d"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-box-up:before {
    content: "\f49f"
}

.fa-box-usd:before {
    content: "\f4a0"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-boxes-alt:before {
    content: "\f4a1"
}

.fa-boxing-glove:before {
    content: "\f438"
}

.fa-brackets:before {
    content: "\f7e9"
}

.fa-brackets-curly:before {
    content: "\f7ea"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-loaf:before {
    content: "\f7eb"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-bring-forward:before {
    content: "\f856"
}

.fa-bring-front:before {
    content: "\f857"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-browser:before {
    content: "\f37e"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-bullseye-arrow:before {
    content: "\f648"
}

.fa-bullseye-pointer:before {
    content: "\f649"
}

.fa-burger-soda:before {
    content: "\f858"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-burrito:before {
    content: "\f7ed"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-bus-school:before {
    content: "\f5dd"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-cabinet-filing:before {
    content: "\f64b"
}

.fa-cactus:before {
    content: "\f8a7"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calculator-alt:before {
    content: "\f64c"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-edit:before {
    content: "\f333"
}

.fa-calendar-exclamation:before {
    content: "\f334"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-star:before {
    content: "\f736"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camcorder:before {
    content: "\f8a8"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-alt:before {
    content: "\f332"
}

.fa-camera-home:before {
    content: "\f8fe"
}

.fa-camera-movie:before {
    content: "\f8a9"
}

.fa-camera-polaroid:before {
    content: "\f8aa"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campfire:before {
    content: "\f6ba"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candle-holder:before {
    content: "\f6bc"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-candy-corn:before {
    content: "\f6bd"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-building:before {
    content: "\f859"
}

.fa-car-bump:before {
    content: "\f5e0"
}

.fa-car-bus:before {
    content: "\f85a"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-garage:before {
    content: "\f5e2"
}

.fa-car-mechanic:before {
    content: "\f5e3"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-car-tilt:before {
    content: "\f5e5"
}

.fa-car-wash:before {
    content: "\f5e6"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caravan-alt:before {
    content: "\e000"
}

.fa-caret-circle-down:before {
    content: "\f32d"
}

.fa-caret-circle-left:before {
    content: "\f32e"
}

.fa-caret-circle-right:before {
    content: "\f330"
}

.fa-caret-circle-up:before {
    content: "\f331"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cars:before {
    content: "\f85b"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cassette-tape:before {
    content: "\f8ab"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cat-space:before {
    content: "\e001"
}

.fa-cauldron:before {
    content: "\f6bf"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cctv:before {
    content: "\f8ac"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chair-office:before {
    content: "\f6c1"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-line-down:before {
    content: "\f64d"
}

.fa-chart-network:before {
    content: "\f78a"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-chart-pie-alt:before {
    content: "\f64e"
}

.fa-chart-scatter:before {
    content: "\f7ee"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-cheese-swiss:before {
    content: "\f7f0"
}

.fa-cheeseburger:before {
    content: "\f7f1"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-bishop-alt:before {
    content: "\f43b"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-clock:before {
    content: "\f43d"
}

.fa-chess-clock-alt:before {
    content: "\f43e"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-king-alt:before {
    content: "\f440"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-knight-alt:before {
    content: "\f442"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-pawn-alt:before {
    content: "\f444"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-queen-alt:before {
    content: "\f446"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chess-rook-alt:before {
    content: "\f448"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-double-down:before {
    content: "\f322"
}

.fa-chevron-double-left:before {
    content: "\f323"
}

.fa-chevron-double-right:before {
    content: "\f324"
}

.fa-chevron-double-up:before {
    content: "\f325"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-square-down:before {
    content: "\f329"
}

.fa-chevron-square-left:before {
    content: "\f32a"
}

.fa-chevron-square-right:before {
    content: "\f32b"
}

.fa-chevron-square-up:before {
    content: "\f32c"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chimney:before {
    content: "\f78b"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clarinet:before {
    content: "\f8ad"
}

.fa-claw-marks:before {
    content: "\f6c2"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clipboard-list-check:before {
    content: "\f737"
}

.fa-clipboard-prescription:before {
    content: "\f5e8"
}

.fa-clipboard-user:before {
    content: "\f7f3"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-drizzle:before {
    content: "\f738"
}

.fa-cloud-hail:before {
    content: "\f739"
}

.fa-cloud-hail-mixed:before {
    content: "\f73a"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-music:before {
    content: "\f8ae"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-rainbow:before {
    content: "\f73e"
}

.fa-cloud-showers:before {
    content: "\f73f"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sleet:before {
    content: "\f741"
}

.fa-cloud-snow:before {
    content: "\f742"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-clouds:before {
    content: "\f744"
}

.fa-clouds-moon:before {
    content: "\f745"
}

.fa-clouds-sun:before {
    content: "\f746"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-club:before {
    content: "\f327"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-coffee-pot:before {
    content: "\e002"
}

.fa-coffee-togo:before {
    content: "\f6c5"
}

.fa-coffin:before {
    content: "\f6c6"
}

.fa-coffin-cross:before {
    content: "\e051"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coin:before {
    content: "\f85c"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comet:before {
    content: "\e003"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-alt-check:before {
    content: "\f4a2"
}

.fa-comment-alt-dollar:before {
    content: "\f650"
}

.fa-comment-alt-dots:before {
    content: "\f4a3"
}

.fa-comment-alt-edit:before {
    content: "\f4a4"
}

.fa-comment-alt-exclamation:before {
    content: "\f4a5"
}

.fa-comment-alt-lines:before {
    content: "\f4a6"
}

.fa-comment-alt-medical:before {
    content: "\f7f4"
}

.fa-comment-alt-minus:before {
    content: "\f4a7"
}

.fa-comment-alt-music:before {
    content: "\f8af"
}

.fa-comment-alt-plus:before {
    content: "\f4a8"
}

.fa-comment-alt-slash:before {
    content: "\f4a9"
}

.fa-comment-alt-smile:before {
    content: "\f4aa"
}

.fa-comment-alt-times:before {
    content: "\f4ab"
}

.fa-comment-check:before {
    content: "\f4ac"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-edit:before {
    content: "\f4ae"
}

.fa-comment-exclamation:before {
    content: "\f4af"
}

.fa-comment-lines:before {
    content: "\f4b0"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-minus:before {
    content: "\f4b1"
}

.fa-comment-music:before {
    content: "\f8b0"
}

.fa-comment-plus:before {
    content: "\f4b2"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comment-smile:before {
    content: "\f4b4"
}

.fa-comment-times:before {
    content: "\f4b5"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-alt:before {
    content: "\f4b6"
}

.fa-comments-alt-dollar:before {
    content: "\f652"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compass-slash:before {
    content: "\f5e9"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-compress-wide:before {
    content: "\f326"
}

.fa-computer-classic:before {
    content: "\f8b1"
}

.fa-computer-speaker:before {
    content: "\f8b2"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-construction:before {
    content: "\f85d"
}

.fa-container-storage:before {
    content: "\f4b7"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-conveyor-belt:before {
    content: "\f46e"
}

.fa-conveyor-belt-alt:before {
    content: "\f46f"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-corn:before {
    content: "\f6c7"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cow:before {
    content: "\f6c8"
}

.fa-cowbell:before {
    content: "\f8b3"
}

.fa-cowbell-more:before {
    content: "\f8b4"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-credit-card-blank:before {
    content: "\f389"
}

.fa-credit-card-front:before {
    content: "\f38a"
}

.fa-cricket:before {
    content: "\f449"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-croissant:before {
    content: "\f7f6"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-crutches:before {
    content: "\f7f8"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-curling:before {
    content: "\f44a"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dagger:before {
    content: "\f6cb"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-debug:before {
    content: "\f7f9"
}

.fa-deer:before {
    content: "\f78e"
}

.fa-deer-rudolph:before {
    content: "\f78f"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-desktop-alt:before {
    content: "\f390"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dewpoint:before {
    content: "\f748"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d10:before {
    content: "\f6cd"
}

.fa-dice-d12:before {
    content: "\f6ce"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d4:before {
    content: "\f6d0"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-d8:before {
    content: "\f6d2"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digging:before {
    content: "\f85e"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-diploma:before {
    content: "\f5ea"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-disc-drive:before {
    content: "\f8b5"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-do-not-enter:before {
    content: "\f5ec"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dog-leashed:before {
    content: "\f6d4"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-empty:before {
    content: "\f473"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-dolly-flatbed-alt:before {
    content: "\f475"
}

.fa-dolly-flatbed-empty:before {
    content: "\f476"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-circle:before {
    content: "\f5ed"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-draw-square:before {
    content: "\f5ef"
}

.fa-dreidel:before {
    content: "\f792"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-drone:before {
    content: "\f85f"
}

.fa-drone-alt:before {
    content: "\f860"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick:before {
    content: "\f6d6"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dryer:before {
    content: "\f861"
}

.fa-dryer-alt:before {
    content: "\f862"
}

.fa-duck:before {
    content: "\f6d8"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-ear:before {
    content: "\f5f0"
}

.fa-ear-muffs:before {
    content: "\f795"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-eclipse:before {
    content: "\f749"
}

.fa-eclipse-alt:before {
    content: "\f74a"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-egg-fried:before {
    content: "\f7fc"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-elephant:before {
    content: "\f6da"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-h-alt:before {
    content: "\f39b"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ellipsis-v-alt:before {
    content: "\f39c"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-empty-set:before {
    content: "\f656"
}

.fa-engine-warning:before {
    content: "\f5f2"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-dollar:before {
    content: "\f657"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-square:before {
    content: "\f321"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows:before {
    content: "\f31d"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expand-wide:before {
    content: "\f320"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-evil:before {
    content: "\f6db"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fan-table:before {
    content: "\e004"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-farm:before {
    content: "\f864"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-faucet-drip:before {
    content: "\e006"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-field-hockey:before {
    content: "\f44c"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-certificate:before {
    content: "\f5f3"
}

.fa-file-chart-line:before {
    content: "\f659"
}

.fa-file-chart-pie:before {
    content: "\f65a"
}

.fa-file-check:before {
    content: "\f316"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-edit:before {
    content: "\f31c"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-exclamation:before {
    content: "\f31a"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-minus:before {
    content: "\f318"
}

.fa-file-music:before {
    content: "\f8b6"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-plus:before {
    content: "\f319"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-search:before {
    content: "\f865"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-spreadsheet:before {
    content: "\f65b"
}

.fa-file-times:before {
    content: "\f317"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-user:before {
    content: "\f65c"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-files-medical:before {
    content: "\f7fd"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-film-alt:before {
    content: "\f3a0"
}

.fa-film-canister:before {
    content: "\f8b7"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-fire-smoke:before {
    content: "\f74b"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-fireplace:before {
    content: "\f79a"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fish-cooked:before {
    content: "\f7fe"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-alt:before {
    content: "\f74c"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flame:before {
    content: "\f6df"
}

.fa-flashlight:before {
    content: "\f8b8"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flask-poison:before {
    content: "\f6e0"
}

.fa-flask-potion:before {
    content: "\f6e1"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flower:before {
    content: "\f7ff"
}

.fa-flower-daffodil:before {
    content: "\f800"
}

.fa-flower-tulip:before {
    content: "\f801"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-flute:before {
    content: "\f8b9"
}

.fa-flux-capacitor:before {
    content: "\f8ba"
}

.fa-fly:before {
    content: "\f417"
}

.fa-fog:before {
    content: "\f74e"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-download:before {
    content: "\e053"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-folder-times:before {
    content: "\f65f"
}

.fa-folder-tree:before {
    content: "\f802"
}

.fa-folder-upload:before {
    content: "\e054"
}

.fa-folders:before {
    content: "\f660"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-font-case:before {
    content: "\f866"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-football-helmet:before {
    content: "\f44f"
}

.fa-forklift:before {
    content: "\f47a"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-fragile:before {
    content: "\f4bb"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-french-fries:before {
    content: "\f803"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frosty-head:before {
    content: "\f79b"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-function:before {
    content: "\f661"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-galaxy:before {
    content: "\e008"
}

.fa-game-board:before {
    content: "\f867"
}

.fa-game-board-alt:before {
    content: "\f868"
}

.fa-game-console-handheld:before {
    content: "\f8bb"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gamepad-alt:before {
    content: "\f8bc"
}

.fa-garage:before {
    content: "\e009"
}

.fa-garage-car:before {
    content: "\e00a"
}

.fa-garage-open:before {
    content: "\e00b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gas-pump-slash:before {
    content: "\f5f4"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gift-card:before {
    content: "\f663"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-gingerbread-man:before {
    content: "\f79d"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass:before {
    content: "\f804"
}

.fa-glass-champagne:before {
    content: "\f79e"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-citrus:before {
    content: "\f869"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glass-whiskey-rocks:before {
    content: "\f7a1"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glasses-alt:before {
    content: "\f5f5"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-globe-snow:before {
    content: "\f7a3"
}

.fa-globe-stand:before {
    content: "\f5f6"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-golf-club:before {
    content: "\f451"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gramophone:before {
    content: "\f8bd"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-guitar-electric:before {
    content: "\f8be"
}

.fa-guitars:before {
    content: "\f8bf"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-h1:before {
    content: "\f313"
}

.fa-h2:before {
    content: "\f314"
}

.fa-h3:before {
    content: "\f315"
}

.fa-h4:before {
    content: "\f86a"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hammer-war:before {
    content: "\f6e4"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-heart:before {
    content: "\f4bc"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-box:before {
    content: "\f47b"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-magic:before {
    content: "\f6e5"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-seedling:before {
    content: "\f4bf"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-receiving:before {
    content: "\f47c"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-heart:before {
    content: "\f4c3"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-usd:before {
    content: "\f4c5"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt:before {
    content: "\f4c6"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-chef:before {
    content: "\f86b"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-santa:before {
    content: "\f7a7"
}

.fa-hat-winter:before {
    content: "\f7a8"
}

.fa-hat-witch:before {
    content: "\f6e7"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side:before {
    content: "\f6e9"
}

.fa-head-side-brain:before {
    content: "\f808"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-headphones:before {
    content: "\f8c2"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-medical:before {
    content: "\f809"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-head-vr:before {
    content: "\f6ea"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heart-circle:before {
    content: "\f4c7"
}

.fa-heart-rate:before {
    content: "\f5f8"
}

.fa-heart-square:before {
    content: "\f4c8"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-heat:before {
    content: "\e00c"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-helmet-battle:before {
    content: "\f6eb"
}

.fa-hexagon:before {
    content: "\f312"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-mask:before {
    content: "\f6ee"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-hockey-sticks:before {
    content: "\f454"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-home-alt:before {
    content: "\f80a"
}

.fa-home-heart:before {
    content: "\f4c9"
}

.fa-home-lg:before {
    content: "\f80b"
}

.fa-home-lg-alt:before {
    content: "\f80c"
}

.fa-hood-cloak:before {
    content: "\f6ef"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-horizontal-rule:before {
    content: "\f86c"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-horse-saddle:before {
    content: "\f8c3"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hospitals:before {
    content: "\f80e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house:before {
    content: "\e00d"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-day:before {
    content: "\e00e"
}

.fa-house-flood:before {
    content: "\f74f"
}

.fa-house-leave:before {
    content: "\e00f"
}

.fa-house-night:before {
    content: "\e010"
}

.fa-house-return:before {
    content: "\e011"
}

.fa-house-signal:before {
    content: "\e012"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-humidity:before {
    content: "\f750"
}

.fa-hurricane:before {
    content: "\f751"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-ice-skate:before {
    content: "\f7ac"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-icons-alt:before {
    content: "\f86e"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-image-polaroid:before {
    content: "\f8c4"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-inbox-in:before {
    content: "\f310"
}

.fa-inbox-out:before {
    content: "\f311"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-industry-alt:before {
    content: "\f3b3"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-info-square:before {
    content: "\f30f"
}

.fa-inhaler:before {
    content: "\f5f9"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-integral:before {
    content: "\f667"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-intersection:before {
    content: "\f668"
}

.fa-inventory:before {
    content: "\f480"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-island-tropical:before {
    content: "\f811"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-jack-o-lantern:before {
    content: "\f30e"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-joystick:before {
    content: "\f8c5"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-jug:before {
    content: "\f8c6"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-kazoo:before {
    content: "\f8c7"
}

.fa-kerning:before {
    content: "\f86f"
}

.fa-key:before {
    content: "\f084"
}

.fa-key-skeleton:before {
    content: "\f6f3"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-keynote:before {
    content: "\f66c"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kidneys:before {
    content: "\f5fb"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kite:before {
    content: "\f6f4"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-knife-kitchen:before {
    content: "\f6f5"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-lambda:before {
    content: "\f66e"
}

.fa-lamp:before {
    content: "\f4ca"
}

.fa-lamp-desk:before {
    content: "\e014"
}

.fa-lamp-floor:before {
    content: "\e015"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-landmark-alt:before {
    content: "\f752"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lasso:before {
    content: "\f8c8"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-layer-minus:before {
    content: "\f5fe"
}

.fa-layer-plus:before {
    content: "\f5ff"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leaf-heart:before {
    content: "\f4cb"
}

.fa-leaf-maple:before {
    content: "\f6f6"
}

.fa-leaf-oak:before {
    content: "\f6f7"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-light-ceiling:before {
    content: "\e016"
}

.fa-light-switch:before {
    content: "\e017"
}

.fa-light-switch-off:before {
    content: "\e018"
}

.fa-light-switch-on:before {
    content: "\e019"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-lightbulb-dollar:before {
    content: "\f670"
}

.fa-lightbulb-exclamation:before {
    content: "\f671"
}

.fa-lightbulb-on:before {
    content: "\f672"
}

.fa-lightbulb-slash:before {
    content: "\f673"
}

.fa-lights-holiday:before {
    content: "\f7b2"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-line-columns:before {
    content: "\f870"
}

.fa-line-height:before {
    content: "\f871"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lips:before {
    content: "\f600"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-music:before {
    content: "\f8c9"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location:before {
    content: "\f601"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-location-circle:before {
    content: "\f602"
}

.fa-location-slash:before {
    content: "\f603"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-alt:before {
    content: "\f30d"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-lock-open-alt:before {
    content: "\f3c2"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-loveseat:before {
    content: "\f4cc"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luchador:before {
    content: "\f455"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-mace:before {
    content: "\f6f8"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailbox:before {
    content: "\f813"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-mandolin:before {
    content: "\f6f9"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-marker-alt-slash:before {
    content: "\f605"
}

.fa-map-marker-check:before {
    content: "\f606"
}

.fa-map-marker-edit:before {
    content: "\f607"
}

.fa-map-marker-exclamation:before {
    content: "\f608"
}

.fa-map-marker-minus:before {
    content: "\f609"
}

.fa-map-marker-plus:before {
    content: "\f60a"
}

.fa-map-marker-question:before {
    content: "\f60b"
}

.fa-map-marker-slash:before {
    content: "\f60c"
}

.fa-map-marker-smile:before {
    content: "\f60d"
}

.fa-map-marker-times:before {
    content: "\f60e"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-meat:before {
    content: "\f814"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaphone:before {
    content: "\f675"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microphone-stand:before {
    content: "\f8cb"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-microwave:before {
    content: "\e01b"
}

.fa-mind-share:before {
    content: "\f677"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-hexagon:before {
    content: "\f307"
}

.fa-minus-octagon:before {
    content: "\f308"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mistletoe:before {
    content: "\f7b4"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-mobile-android:before {
    content: "\f3ce"
}

.fa-mobile-android-alt:before {
    content: "\f3cf"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-money-check-edit:before {
    content: "\f872"
}

.fa-money-check-edit-alt:before {
    content: "\f873"
}

.fa-monitor-heart-rate:before {
    content: "\f611"
}

.fa-monkey:before {
    content: "\f6fb"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-moon-cloud:before {
    content: "\f754"
}

.fa-moon-stars:before {
    content: "\f755"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mountains:before {
    content: "\f6fd"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-alt:before {
    content: "\f8cd"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mp3-player:before {
    content: "\f8ce"
}

.fa-mug:before {
    content: "\f874"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-mug-marshmallows:before {
    content: "\f7b7"
}

.fa-mug-tea:before {
    content: "\f875"
}

.fa-music:before {
    content: "\f001"
}

.fa-music-alt:before {
    content: "\f8cf"
}

.fa-music-alt-slash:before {
    content: "\f8d0"
}

.fa-music-slash:before {
    content: "\f8d1"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-narwhal:before {
    content: "\f6fe"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octagon:before {
    content: "\f306"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-oil-temp:before {
    content: "\f614"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-omega:before {
    content: "\f67a"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-ornament:before {
    content: "\f7b8"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-outlet:before {
    content: "\e01c"
}

.fa-oven:before {
    content: "\e01d"
}

.fa-overline:before {
    content: "\f876"
}

.fa-page-break:before {
    content: "\f877"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-brush-alt:before {
    content: "\f5a9"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-pallet-alt:before {
    content: "\f483"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-paragraph-rtl:before {
    content: "\f878"
}

.fa-parking:before {
    content: "\f540"
}

.fa-parking-circle:before {
    content: "\f615"
}

.fa-parking-circle-slash:before {
    content: "\f616"
}

.fa-parking-slash:before {
    content: "\f617"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paw-alt:before {
    content: "\f701"
}

.fa-paw-claws:before {
    content: "\f702"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pegasus:before {
    content: "\f703"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-paintbrush:before {
    content: "\f618"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-pennant:before {
    content: "\f456"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-person-carry:before {
    content: "\f4cf"
}

.fa-person-dolly:before {
    content: "\f4d0"
}

.fa-person-dolly-empty:before {
    content: "\f4d1"
}

.fa-person-sign:before {
    content: "\f757"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-laptop:before {
    content: "\f87a"
}

.fa-phone-office:before {
    content: "\f67d"
}

.fa-phone-plus:before {
    content: "\f4d2"
}

.fa-phone-rotary:before {
    content: "\f8d3"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pi:before {
    content: "\f67e"
}

.fa-piano:before {
    content: "\f8d4"
}

.fa-piano-keyboard:before {
    content: "\f8d5"
}

.fa-pie:before {
    content: "\f705"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-pig:before {
    content: "\f706"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza:before {
    content: "\f817"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-alt:before {
    content: "\f3de"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-planet-moon:before {
    content: "\e01f"
}

.fa-planet-ringed:before {
    content: "\e020"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-hexagon:before {
    content: "\f300"
}

.fa-plus-octagon:before {
    content: "\f301"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-podium:before {
    content: "\f680"
}

.fa-podium-star:before {
    content: "\f758"
}

.fa-police-box:before {
    content: "\e021"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poll-people:before {
    content: "\f759"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-popcorn:before {
    content: "\f819"
}

.fa-portal-enter:before {
    content: "\e022"
}

.fa-portal-exit:before {
    content: "\e023"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-presentation:before {
    content: "\f685"
}

.fa-print:before {
    content: "\f02f"
}

.fa-print-search:before {
    content: "\f81a"
}

.fa-print-slash:before {
    content: "\f686"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-projector:before {
    content: "\f8d6"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pumpkin:before {
    content: "\f707"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-question-square:before {
    content: "\f2fd"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-rabbit:before {
    content: "\f708"
}

.fa-rabbit-fast:before {
    content: "\f709"
}

.fa-racquet:before {
    content: "\f45a"
}

.fa-radar:before {
    content: "\e024"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-radio:before {
    content: "\f8d7"
}

.fa-radio-alt:before {
    content: "\f8d8"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-raindrops:before {
    content: "\f75c"
}

.fa-ram:before {
    content: "\f70a"
}

.fa-ramp-loading:before {
    content: "\f4d4"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-raygun:before {
    content: "\e025"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-rectangle-landscape:before {
    content: "\f2fa"
}

.fa-rectangle-portrait:before {
    content: "\f2fb"
}

.fa-rectangle-wide:before {
    content: "\f2fc"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-refrigerator:before {
    content: "\e026"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-repeat-1:before {
    content: "\f365"
}

.fa-repeat-1-alt:before {
    content: "\f366"
}

.fa-repeat-alt:before {
    content: "\f364"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-retweet-alt:before {
    content: "\f361"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-rings-wedding:before {
    content: "\f81b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocket-launch:before {
    content: "\e027"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-route-highway:before {
    content: "\f61a"
}

.fa-route-interstate:before {
    content: "\f61b"
}

.fa-router:before {
    content: "\f8da"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-triangle:before {
    content: "\f61c"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-rv:before {
    content: "\f7be"
}

.fa-sack:before {
    content: "\f81c"
}

.fa-sack-dollar:before {
    content: "\f81d"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salad:before {
    content: "\f81e"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sandwich:before {
    content: "\f81f"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-sausage:before {
    content: "\f820"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-sax-hot:before {
    content: "\f8db"
}

.fa-saxophone:before {
    content: "\f8dc"
}

.fa-scalpel:before {
    content: "\f61d"
}

.fa-scalpel-path:before {
    content: "\f61e"
}

.fa-scanner:before {
    content: "\f488"
}

.fa-scanner-image:before {
    content: "\f8f3"
}

.fa-scanner-keyboard:before {
    content: "\f489"
}

.fa-scanner-touchscreen:before {
    content: "\f48a"
}

.fa-scarecrow:before {
    content: "\f70d"
}

.fa-scarf:before {
    content: "\f7c1"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-scroll-old:before {
    content: "\f70f"
}

.fa-scrubber:before {
    content: "\f2f8"
}

.fa-scythe:before {
    content: "\f710"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-send-back:before {
    content: "\f87e"
}

.fa-send-backward:before {
    content: "\f87f"
}

.fa-sensor:before {
    content: "\e028"
}

.fa-sensor-alert:before {
    content: "\e029"
}

.fa-sensor-fire:before {
    content: "\e02a"
}

.fa-sensor-on:before {
    content: "\e02b"
}

.fa-sensor-smoke:before {
    content: "\e02c"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-all:before {
    content: "\f367"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-sheep:before {
    content: "\f711"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield:before {
    content: "\f132"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-check:before {
    content: "\f2f7"
}

.fa-shield-cross:before {
    content: "\f712"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shipping-timed:before {
    content: "\f48c"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shish-kebab:before {
    content: "\f821"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shovel:before {
    content: "\f713"
}

.fa-shovel-snow:before {
    content: "\f7c3"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shredder:before {
    content: "\f68a"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-shuttlecock:before {
    content: "\f45b"
}

.fa-sickle:before {
    content: "\f822"
}

.fa-sigma:before {
    content: "\f68b"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signal-1:before {
    content: "\f68c"
}

.fa-signal-2:before {
    content: "\f68d"
}

.fa-signal-3:before {
    content: "\f68e"
}

.fa-signal-4:before {
    content: "\f68f"
}

.fa-signal-alt:before {
    content: "\f690"
}

.fa-signal-alt-1:before {
    content: "\f691"
}

.fa-signal-alt-2:before {
    content: "\f692"
}

.fa-signal-alt-3:before {
    content: "\f693"
}

.fa-signal-alt-slash:before {
    content: "\f694"
}

.fa-signal-slash:before {
    content: "\f695"
}

.fa-signal-stream:before {
    content: "\f8dd"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-siren:before {
    content: "\e02d"
}

.fa-siren-on:before {
    content: "\e02e"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-skeleton:before {
    content: "\f620"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-ski-jump:before {
    content: "\f7c7"
}

.fa-ski-lift:before {
    content: "\f7c8"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-cow:before {
    content: "\f8de"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sledding:before {
    content: "\f7cb"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-sliders-h-square:before {
    content: "\f3f0"
}

.fa-sliders-v:before {
    content: "\f3f1"
}

.fa-sliders-v-square:before {
    content: "\f3f2"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-plus:before {
    content: "\f5b9"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoke:before {
    content: "\f760"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snake:before {
    content: "\f716"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snooze:before {
    content: "\f880"
}

.fa-snow-blowing:before {
    content: "\f761"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowflakes:before {
    content: "\f7cf"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowmobile:before {
    content: "\f7d1"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-solar-system:before {
    content: "\e02f"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-alt:before {
    content: "\f883"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-circle:before {
    content: "\e030"
}

.fa-sort-circle-down:before {
    content: "\e031"
}

.fa-sort-circle-up:before {
    content: "\e032"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-shapes-down:before {
    content: "\f888"
}

.fa-sort-shapes-down-alt:before {
    content: "\f889"
}

.fa-sort-shapes-up:before {
    content: "\f88a"
}

.fa-sort-shapes-up-alt:before {
    content: "\f88b"
}

.fa-sort-size-down:before {
    content: "\f88c"
}

.fa-sort-size-down-alt:before {
    content: "\f88d"
}

.fa-sort-size-up:before {
    content: "\f88e"
}

.fa-sort-size-up-alt:before {
    content: "\f88f"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-soup:before {
    content: "\f823"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-space-station-moon:before {
    content: "\e033"
}

.fa-space-station-moon-alt:before {
    content: "\e034"
}

.fa-spade:before {
    content: "\f2f4"
}

.fa-sparkles:before {
    content: "\f890"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker:before {
    content: "\f8df"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-speakers:before {
    content: "\f8e0"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spider-black-widow:before {
    content: "\f718"
}

.fa-spider-web:before {
    content: "\f719"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spinner-third:before {
    content: "\f3f4"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-sprinkler:before {
    content: "\e035"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root:before {
    content: "\f697"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-squirrel:before {
    content: "\f71a"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-staff:before {
    content: "\f71b"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-christmas:before {
    content: "\f7d4"
}

.fa-star-exclamation:before {
    content: "\f2f3"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-star-shooting:before {
    content: "\e036"
}

.fa-starfighter:before {
    content: "\e037"
}

.fa-starfighter-alt:before {
    content: "\e038"
}

.fa-stars:before {
    content: "\f762"
}

.fa-starship:before {
    content: "\e039"
}

.fa-starship-freighter:before {
    content: "\e03a"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steak:before {
    content: "\f824"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-steering-wheel:before {
    content: "\f622"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stocking:before {
    content: "\f7d5"
}

.fa-stomach:before {
    content: "\f623"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-stretcher:before {
    content: "\f825"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-sun-cloud:before {
    content: "\f763"
}

.fa-sun-dust:before {
    content: "\f764"
}

.fa-sun-haze:before {
    content: "\f765"
}

.fa-sunglasses:before {
    content: "\f892"
}

.fa-sunrise:before {
    content: "\f766"
}

.fa-sunset:before {
    content: "\f767"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-sword:before {
    content: "\f71c"
}

.fa-sword-laser:before {
    content: "\e03b"
}

.fa-sword-laser-alt:before {
    content: "\e03c"
}

.fa-swords:before {
    content: "\f71d"
}

.fa-swords-laser:before {
    content: "\e03d"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablet-android:before {
    content: "\f3fb"
}

.fa-tablet-android-alt:before {
    content: "\f3fc"
}

.fa-tablet-rugged:before {
    content: "\f48f"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer:before {
    content: "\f0e4"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-tachometer-alt-fast:before {
    content: "\f625"
}

.fa-tachometer-alt-fastest:before {
    content: "\f626"
}

.fa-tachometer-alt-slow:before {
    content: "\f627"
}

.fa-tachometer-alt-slowest:before {
    content: "\f628"
}

.fa-tachometer-average:before {
    content: "\f629"
}

.fa-tachometer-fast:before {
    content: "\f62a"
}

.fa-tachometer-fastest:before {
    content: "\f62b"
}

.fa-tachometer-slow:before {
    content: "\f62c"
}

.fa-tachometer-slowest:before {
    content: "\f62d"
}

.fa-taco:before {
    content: "\f826"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tally:before {
    content: "\f69c"
}

.fa-tanakh:before {
    content: "\f827"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-tasks-alt:before {
    content: "\f828"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-telescope:before {
    content: "\e03e"
}

.fa-temperature-down:before {
    content: "\e03f"
}

.fa-temperature-frigid:before {
    content: "\f768"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-hot:before {
    content: "\f76a"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-temperature-up:before {
    content: "\e040"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-tennis-ball:before {
    content: "\f45e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text:before {
    content: "\f893"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-size:before {
    content: "\f894"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-theta:before {
    content: "\f69e"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-thunderstorm:before {
    content: "\f76c"
}

.fa-thunderstorm-moon:before {
    content: "\f76d"
}

.fa-thunderstorm-sun:before {
    content: "\f76e"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-tilde:before {
    content: "\f69f"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-times-hexagon:before {
    content: "\f2ee"
}

.fa-times-octagon:before {
    content: "\f2f0"
}

.fa-times-square:before {
    content: "\f2d3"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tire:before {
    content: "\f631"
}

.fa-tire-flat:before {
    content: "\f632"
}

.fa-tire-pressure-warning:before {
    content: "\f633"
}

.fa-tire-rugged:before {
    content: "\f634"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-alt:before {
    content: "\f71f"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-tombstone:before {
    content: "\f720"
}

.fa-tombstone-alt:before {
    content: "\f721"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-toothbrush:before {
    content: "\f635"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tornado:before {
    content: "\f76f"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-cone:before {
    content: "\f636"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-traffic-light-go:before {
    content: "\f638"
}

.fa-traffic-light-slow:before {
    content: "\f639"
}

.fa-traffic-light-stop:before {
    content: "\f63a"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-transporter:before {
    content: "\e042"
}

.fa-transporter-1:before {
    content: "\e043"
}

.fa-transporter-2:before {
    content: "\e044"
}

.fa-transporter-3:before {
    content: "\e045"
}

.fa-transporter-empty:before {
    content: "\e046"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-trash-undo:before {
    content: "\f895"
}

.fa-trash-undo-alt:before {
    content: "\f896"
}

.fa-treasure-chest:before {
    content: "\f723"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-tree-alt:before {
    content: "\f400"
}

.fa-tree-christmas:before {
    content: "\f7db"
}

.fa-tree-decorated:before {
    content: "\f7dc"
}

.fa-tree-large:before {
    content: "\f7dd"
}

.fa-tree-palm:before {
    content: "\f82b"
}

.fa-trees:before {
    content: "\f724"
}

.fa-trello:before {
    content: "\f181"
}

.fa-triangle:before {
    content: "\f2ec"
}

.fa-triangle-music:before {
    content: "\f8e2"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-trophy-alt:before {
    content: "\f2eb"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-container:before {
    content: "\f4dc"
}

.fa-truck-couch:before {
    content: "\f4dd"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-truck-plow:before {
    content: "\f7de"
}

.fa-truck-ramp:before {
    content: "\f4e0"
}

.fa-trumpet:before {
    content: "\f8e3"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-turkey:before {
    content: "\f725"
}

.fa-turntable:before {
    content: "\f8e4"
}

.fa-turtle:before {
    content: "\f726"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-tv-alt:before {
    content: "\f8e5"
}

.fa-tv-music:before {
    content: "\f8e6"
}

.fa-tv-retro:before {
    content: "\f401"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typewriter:before {
    content: "\f8e7"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-ufo:before {
    content: "\e047"
}

.fa-ufo-beam:before {
    content: "\e048"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-unicorn:before {
    content: "\f727"
}

.fa-union:before {
    content: "\f6a2"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-usb-drive:before {
    content: "\f8e9"
}

.fa-usd-circle:before {
    content: "\f2e8"
}

.fa-usd-square:before {
    content: "\f2e9"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alien:before {
    content: "\e04a"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-chart:before {
    content: "\f6a3"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-cowboy:before {
    content: "\f8ea"
}

.fa-user-crown:before {
    content: "\f6a4"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-hard-hat:before {
    content: "\f82c"
}

.fa-user-headset:before {
    content: "\f82d"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-md-chat:before {
    content: "\f82e"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-music:before {
    content: "\f8eb"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-robot:before {
    content: "\e04b"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-user-unlock:before {
    content: "\e058"
}

.fa-user-visor:before {
    content: "\e04c"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-class:before {
    content: "\f63d"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-crown:before {
    content: "\f6a5"
}

.fa-users-medical:before {
    content: "\f830"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-fork:before {
    content: "\f2e3"
}

.fa-utensil-knife:before {
    content: "\f2e4"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-utensils-alt:before {
    content: "\f2e6"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vacuum:before {
    content: "\e04d"
}

.fa-vacuum-robot:before {
    content: "\e04e"
}

.fa-value-absolute:before {
    content: "\f6a6"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-vhs:before {
    content: "\f8ec"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-plus:before {
    content: "\f4e1"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-violin:before {
    content: "\f8ed"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volcano:before {
    content: "\f770"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume:before {
    content: "\f6a8"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-slash:before {
    content: "\f2e2"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-nay:before {
    content: "\f771"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-wagon-covered:before {
    content: "\f8ee"
}

.fa-walker:before {
    content: "\f831"
}

.fa-walkie-talkie:before {
    content: "\f8ef"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-wand:before {
    content: "\f72a"
}

.fa-wand-magic:before {
    content: "\f72b"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-warehouse-alt:before {
    content: "\f495"
}

.fa-washer:before {
    content: "\f898"
}

.fa-watch:before {
    content: "\f2e1"
}

.fa-watch-calculator:before {
    content: "\f8f0"
}

.fa-watch-fitness:before {
    content: "\f63e"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-water-lower:before {
    content: "\f774"
}

.fa-water-rise:before {
    content: "\f775"
}

.fa-wave-sine:before {
    content: "\f899"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-wave-triangle:before {
    content: "\f89a"
}

.fa-waveform:before {
    content: "\f8f1"
}

.fa-waveform-path:before {
    content: "\f8f2"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-webcam:before {
    content: "\f832"
}

.fa-webcam-slash:before {
    content: "\f833"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whale:before {
    content: "\f72c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheat:before {
    content: "\f72d"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whistle:before {
    content: "\f460"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wifi-1:before {
    content: "\f6aa"
}

.fa-wifi-2:before {
    content: "\f6ab"
}

.fa-wifi-slash:before {
    content: "\f6ac"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-wind-turbine:before {
    content: "\f89b"
}

.fa-wind-warning:before {
    content: "\f776"
}

.fa-window:before {
    content: "\f40e"
}

.fa-window-alt:before {
    content: "\f40f"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-frame:before {
    content: "\e04f"
}

.fa-window-frame-open:before {
    content: "\e050"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-windsock:before {
    content: "\f777"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wreath:before {
    content: "\f7e2"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/fa-light-300.eot);
    src: url(../fonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-light-300.woff2) format("woff2"),url(../fonts/fa-light-300.woff) format("woff"),url(../fonts/fa-light-300.ttf) format("truetype"),url(../fonts/fa-light-300.svg#fontawesome) format("svg")
}

.fal {
    font-weight: 300
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,.fal,.fas {
    font-family: Font Awesome\ 5 Pro
}

.fa,.fas {
    font-weight: 900
}

@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    to {
        opacity: 0
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    to {
        opacity: 0
    }
}

.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker {
    display: none!important
}

.bootstrap-select {
    vertical-align: middle;
    width: 220px \0
}

.bootstrap-select>.dropdown-toggle {
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    text-align: right;
    white-space: nowrap;
    width: 100%
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
    color: hsla(0,0%,100%,.5)
}

.bootstrap-select>select {
    border: none;
    bottom: 0;
    display: block!important;
    height: 100%!important;
    left: 50%;
    opacity: 0!important;
    padding: 0!important;
    position: absolute!important;
    width: .5px!important;
    z-index: 0!important
}

.bootstrap-select>select.mobile-device {
    display: block!important;
    left: 0;
    top: 0;
    width: 100%!important;
    z-index: 2!important
}

.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto!important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333!important;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    border: none;
    height: auto;
    margin-bottom: 0;
    padding: 0
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-] {
    display: inline-block;
    float: none;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
    font-size: inherit;
    height: 100%;
    line-height: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle {
    border-radius: inherit;
    font-size: inherit;
    line-height: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,.bootstrap-select>.disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus {
    outline: none!important
}

.bootstrap-select.bs-container {
    height: 0!important;
    left: 0;
    padding: 0!important;
    position: absolute;
    top: 0
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    flex: 0 1 auto;
    float: left;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: static;
    text-align: left;
    top: 0;
    width: 100%
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    float: none;
    padding-bottom: inherit;
    padding-left: inherit;
    padding-top: inherit;
    position: absolute
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    float: left;
    opacity: 0!important;
    overflow: hidden;
    width: 0!important
}

.bootstrap-select .dropdown-toggle .caret {
    margin-top: -2px;
    position: absolute;
    right: 12px;
    top: 50%;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    box-sizing: border-box;
    min-width: 100%
}

.bootstrap-select .dropdown-menu>.inner:focus {
    outline: none!important
}

.bootstrap-select .dropdown-menu.inner {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin: 0;
    padding: 0;
    position: static
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: hsla(0,0%,100%,.5)!important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    padding-left: 2.25em;
    position: relative
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    bottom: 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-sizing: border-box;
    margin: 0 2%;
    min-height: 26px;
    opacity: .9;
    padding: 3px 5px;
    pointer-events: none;
    position: absolute;
    width: 96%
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: bs-notify-fadeOut .3s linear .75s forwards;
    animation: bs-notify-fadeOut .3s linear .75s forwards
}

.bootstrap-select .no-results {
    background: #f5f5f5;
    margin: 0 5px;
    padding: 3px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    display: inline;
    padding: 0;
    position: static
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: " "
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    margin-top: -1px;
    position: static;
    top: auto
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    border-style: solid;
    border-width: 0 .26em .26em 0;
    content: "";
    display: block;
    height: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: .5em
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    border-bottom: 7px solid hsla(0,0%,80%,.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: -4px;
    content: "";
    display: none;
    left: 9px;
    position: absolute
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -4px;
    content: "";
    display: none;
    left: 10px;
    position: absolute
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    border-bottom: 0;
    border-top: 7px solid hsla(0,0%,80%,.2);
    bottom: auto;
    top: -4px
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    border-bottom: 0;
    border-top: 6px solid #fff;
    bottom: auto;
    top: -4px
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    left: auto;
    right: 12px
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    left: auto;
    right: 13px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox,.bs-donebutton,.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    box-sizing: border-box;
    width: 100%
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    box-sizing: border-box;
    float: left;
    width: 100%
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    float: none;
    margin-bottom: 0;
    width: 100%
}

body.hidden-scroll {
    overflow: hidden
}

.sl-overlay {
    background: #fff;
    bottom: 0;
    display: none;
    left: 0;
    opacity: .7;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050
}

.sl-wrapper {
    z-index: 1040
}

.sl-wrapper button {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 28px;
    padding: 0
}

.sl-wrapper button:hover {
    opacity: .7
}

.sl-wrapper .sl-close {
    color: #000;
    display: none;
    font-family: Roboto;
    font-size: 3rem;
    height: 44px;
    line-height: 44px;
    margin-right: -14px;
    margin-top: -14px;
    position: fixed;
    right: 30px;
    top: 30px;
    width: 44px;
    z-index: 1060
}

.sl-wrapper .sl-close:focus {
    outline: none
}

.sl-wrapper .sl-counter {
    color: #000;
    display: none;
    font-size: 1rem;
    left: 30px;
    position: fixed;
    top: 30px;
    z-index: 1060
}

.sl-wrapper .sl-navigation {
    display: none;
    width: 100%
}

.sl-wrapper .sl-navigation button {
    color: #000;
    display: block;
    font-family: Roboto;
    height: 44px;
    line-height: 44px;
    margin-top: -22px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 22px;
    z-index: 1060
}

.sl-wrapper .sl-navigation button.sl-next {
    font-size: 2rem;
    right: 5px
}

.sl-wrapper .sl-navigation button.sl-prev {
    font-size: 2rem;
    left: 5px
}

.sl-wrapper .sl-navigation button:focus {
    outline: none
}

@media(min-width: 35.5em) {
    .sl-wrapper .sl-navigation button {
        width:44px
    }

    .sl-wrapper .sl-navigation button.sl-next {
        font-size: 3rem;
        right: 10px
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        font-size: 3rem;
        left: 10px
    }
}

@media(min-width: 50em) {
    .sl-wrapper .sl-navigation button {
        width:44px
    }

    .sl-wrapper .sl-navigation button.sl-next {
        font-size: 3rem;
        right: 20px
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        font-size: 3rem;
        left: 20px
    }
}

.sl-wrapper .sl-image {
    position: fixed;
    touch-action: none;
    z-index: 10000
}

.sl-wrapper .sl-image img {
    border: 0;
    display: block;
    margin: 0;
    max-width: 100%;
    padding: 0
}

@media(min-width: 35.5em) {
    .sl-wrapper .sl-image img {
        border:0
    }
}

@media(min-width: 50em) {
    .sl-wrapper .sl-image img {
        border:0
    }
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0
}

@media(min-width: 35.5em) {
    .sl-wrapper .sl-image iframe {
        border:0
    }
}

@media(min-width: 50em) {
    .sl-wrapper .sl-image iframe {
        border:0
    }
}

.sl-wrapper .sl-image .sl-caption {
    background: hsla(0,0%,98%,.8);
    bottom: 0;
    color: #000;
    display: none;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto
}

.sl-wrapper .sl-image .sl-download {
    bottom: 5px;
    color: #000;
    display: none;
    position: absolute;
    right: 5px;
    z-index: 1060
}

.sl-spinner {
    -webkit-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
    border: 5px solid #333;
    border-radius: 40px;
    display: none;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007
}

.sl-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list,.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.mhk-suggest-section-title {
    border-bottom: 1px solid #ddd;
    font-family: Open Sans,sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0
}

#suggestionBox {
    z-index: 999
}

#suggestionBox .ffw-suggestContainer {
    width: 100vw;
    z-index: 999
}

.suggestLayerBlock {
    background-color: #fff;
    border-collapse: separate;
    color: #58585a;
    cursor: pointer;
    font-size: 13px;
    list-style: none outside none;
    margin: 0;
    padding: 10px 0 20px
}

.suggestLayerBlock .suggestLayerBlockText {
    margin: 0
}

.suggestLayerBlock .suggestLayerBlockText ff-suggest-item {
    background-color: #fff;
    color: #222;
    cursor: pointer;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 6px 12px
}

.suggestLayerBlock .suggestLayerBlockText ff-suggest-item:hover {
    background-color: #f8f8f8
}

.suggestLayerBlock .suggestLayerBlockText .suggestParentCategory {
    color: #b0b1b3;
    font-size: .85em;
    line-height: .85em;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.suggestLayerBlock .suggestLayerBlockImage .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.suggestLayerBlock .suggestLayerBlockImage .row ff-suggest-item {
    padding: 5px;
    width: 25%
}

.suggestLayerBlock .suggestLayerBlockImage .row ff-suggest-item .img-container {
    align-items: center;
    display: flex;
    height: 150px;
    justify-content: center
}

.suggestLayerBlock .suggestLayerBlockImage .row ff-suggest-item .img-container img {
    max-height: 100%;
    max-width: 100%;
    width: unset
}

.suggestLayerBlock .ffw-query {
    color: #ad0009;
    text-decoration: underline
}

.ff-asn {
    border: 1px solid #ddd;
    border-radius: 25px;
    margin-bottom: 20px;
    padding: 10px 20px
}

.ff-asn ff-asn-remove-all-filter {
    width: 100%
}

.ff-asn ff-filter-cloud span {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #777;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 6px 12px;
    text-align: left;
    white-space: nowrap;
    width: 100%
}

.ff-asn ff-filter-cloud span:hover {
    color: #000
}

.ff-asn ff-filter-cloud span i {
    margin-right: 10px
}

.ff-asn .custom-checkbox,.ff-asn .ff-filter-reset,.ff-asn .showLess,.ff-asn .showMore {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 4px 12px;
    text-align: left
}

.ff-asn .custom-checkbox:hover,.ff-asn .ff-filter-reset:hover,.ff-asn .showLess:hover,.ff-asn .showMore:hover {
    background-color: #f8f8f8
}

.ff-asn .custom-checkbox.selected,.ff-asn .custom-checkbox.selected i,.ff-asn .ff-filter-reset.selected,.ff-asn .ff-filter-reset.selected i,.ff-asn .showLess.selected,.ff-asn .showLess.selected i,.ff-asn .showMore.selected,.ff-asn .showMore.selected i {
    color: #000
}

.ff-asn .custom-checkbox i,.ff-asn .ff-filter-reset i,.ff-asn .showLess i,.ff-asn .showMore i {
    color: #999;
    margin-right: 8px
}

.ff-asn ff-asn-group,.ff-asn ff-asn-group-slider {
    border-top: 1px solid #ddd;
    max-width: unset;
    width: 100%
}

.ff-asn ff-asn-group-slider i,.ff-asn ff-asn-group i {
    color: #999;
    margin-right: 5px
}

.ff-asn ff-asn-group-slider .resetFilter,.ff-asn ff-asn-group .resetFilter {
    display: none
}

.ff-asn ff-asn-group-slider .count,.ff-asn ff-asn-group .count {
    color: #999
}

.ff-asn ff-asn-group:first-child:not(.hidden) {
    border-top: 0
}

.ff-asn ff-asn-group-slider ff-slider {
    width: 90%
}

.ff-asn ff-asn-group-slider ff-slider .ffw-sliderBar {
    background-color: #ddd
}

.ff-asn ff-asn-group-slider ff-slider .slider {
    background: #f0a500;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #f0a500;
    height: 15px;
    margin-top: -15px
}

.ff-asn ff-asn-group-slider .input-fields {
    align-items: center;
    display: flex
}

.ff-asn ff-asn-group-slider .ffw-sliderBar {
    background-color: #f0a500
}

ff-asn-group .ffw-asn-group-container {
    padding-bottom: 10px
}

ff-asn-group-element {
    box-sizing: border-box;
    display: block;
    outline: none
}

.ff-products-per-page {
    position: relative
}

.ffw-dropdown-container,.ffw-ppp-dropdown-container {
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175),0 0 0 1px #ddd;
    font-size: 14px;
    left: 0;
    margin: 2px 0 0;
    min-width: 160px;
    text-align: left;
    top: calc(100% + 5px);
    transition: height .2s!important
}

.ffw-dropdown-container.ffw-closed,.ffw-ppp-dropdown-container.ffw-closed {
    box-shadow: none!important
}

.ffw-dropdown-container ff-products-per-page-item,.ffw-dropdown-container ff-sortbox-item,.ffw-ppp-dropdown-container ff-products-per-page-item,.ffw-ppp-dropdown-container ff-sortbox-item {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space: nowrap
}

.ffw-dropdown-container ff-products-per-page-item:hover,.ffw-dropdown-container ff-sortbox-item:hover,.ffw-ppp-dropdown-container ff-products-per-page-item:hover,.ffw-ppp-dropdown-container ff-sortbox-item:hover {
    background-color: #f0a500;
    color: #fff
}

.boxwrapper .toolbar-top {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px
}

#open-filter-drawer {
    background-color: #f0a500;
    border-color: #f0a500;
    color: #fff
}

.ff-advisor {
    background-color: #fff;
    margin: 0 0 20px;
    padding-top: 10px
}

.ff-advisor .ff-advisor-header {
    font-family: Open Sans,sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0 0 10px
}

.ff-advisor .ff-advisor-header i {
    color: #f0a500;
    font-size: 2.5em;
    margin-right: 10px;
    vertical-align: middle
}

.ff-advisor .ff-advisor-body {
    display: flex;
    justify-content: left;
    margin: 0 -10px 20px;
    min-height: 117px
}

.ff-advisor .action-links {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap
}

.ff-advisor .action-links .btn-slide-next {
    margin-left: 10px
}

[unresolved] {
    border: none!important
}

@media(max-width: 480px) {
    .boxwrapper .toolbar-top {
        border-bottom:none
    }

    .boxwrapper .toolbar-top .options {
        width: 100%
    }
}

.lazyload,.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s
}

.slide-align-left .slick-list>.slick-track {
    margin-left: 0
}

.slick-dots {
    margin: -20px 0 0;
    padding: 10px 0;
    text-align: center
}

.slick-dots li {
    padding: 0;
    position: relative
}

.slick-dots li,.slick-dots li button {
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0 5px;
    width: 8px
}

.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
    transition: opacity .25s ease-in
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    background-color: #868686;
    border-radius: 50%;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 8px;
    left: 0;
    line-height: 8px;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 8px
}

.slick-dots li.slick-active button:before {
    opacity: 1
}

.seo-pic-slide {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: none;
    padding: 20px 0 0
}

.seo-pic-slide.slick-initialized,.seo-pic-slide .slick-slide a {
    display: block
}

.seo-pic-slide .slick-slide a img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.seo-pic-slide .slick-next,.seo-pic-slide .slick-prev {
    background: none;
    border: 0;
    bottom: 0;
    color: #868686;
    opacity: .4;
    outline: 0;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    width: 40px
}

.seo-pic-slide .slick-next:active,.seo-pic-slide .slick-next:focus,.seo-pic-slide .slick-next:hover,.seo-pic-slide .slick-next :hover,.seo-pic-slide .slick-next[focus-within],.seo-pic-slide .slick-prev:active,.seo-pic-slide .slick-prev:focus,.seo-pic-slide .slick-prev:hover,.seo-pic-slide .slick-prev :hover,.seo-pic-slide .slick-prev[focus-within] {
    border: 0;
    opacity: 1;
    outline: 0
}

.seo-pic-slide .slick-next:active,.seo-pic-slide .slick-next:focus,.seo-pic-slide .slick-next:focus-within,.seo-pic-slide .slick-next:hover,.seo-pic-slide .slick-next :hover,.seo-pic-slide .slick-prev:active,.seo-pic-slide .slick-prev:focus,.seo-pic-slide .slick-prev:focus-within,.seo-pic-slide .slick-prev:hover,.seo-pic-slide .slick-prev :hover {
    border: 0;
    opacity: 1;
    outline: 0
}

.seo-pic-slide .slick-next:before,.seo-pic-slide .slick-prev:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: Font Awesome\ 5 Pro;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-size: 40px;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    left: 50%;
    position: absolute;
    text-indent: 0;
    text-rendering: auto;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.seo-pic-slide .slick-prev {
    left: 0;
    z-index: 1
}

.seo-pic-slide .slick-prev:before {
    content: "\f053"
}

.seo-pic-slide .slick-next {
    right: 0
}

.seo-pic-slide .slick-next:before {
    content: "\f054"
}

.seo-pic-slide .slick-dots {
    margin: 10px 10px 0 0;
    padding: 0
}

.btn-slick {
    background-color: hsla(0,0%,100%,.75);
    border: 1px solid #ddd;
    color: #444;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    margin-top: -28px;
    opacity: 1;
    outline: none;
    padding: 7px 10px;
    position: absolute;
    top: 60%;
    transition: padding .25s cubic-bezier(.25,.8,.25,1),opacity .25s cubic-bezier(.25,.8,.25,1),background .25s cubic-bezier(.25,.8,.25,1);
    z-index: 3
}

.btn-slick:hover {
    background-color: #fff;
    color: #000;
    padding: 10px 15px
}

.btn-slick:focus {
    outline: none
}

.btn-slick-prev {
    border-left: 0;
    border-radius: 0 4px 4px 0;
    left: -1px
}

.btn-slick-next,.btn-slick-prev {
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn-slick-next {
    border-radius: 4px 0 0 4px;
    border-right: 0;
    right: -1px
}

.slider.slider-bordered {
    border: 1px solid #ddd;
    border-radius: 4px
}

.slider.slider-bordered .slick-slide {
    border-right: 1px solid #ddd;
    padding: 10px
}

.slider.slider-bordered .slick-slide img {
    width: 100%
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/open-sans-v18-latin-ext_latin-regular.eot);
    src: local(""),url(../fonts/open-sans-v18-latin-ext_latin-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/open-sans-v18-latin-ext_latin-regular.woff2) format("woff2"),url(../fonts/open-sans-v18-latin-ext_latin-regular.woff) format("woff"),url(../fonts/open-sans-v18-latin-ext_latin-regular.ttf) format("truetype"),url(../fonts/open-sans-v18-latin-ext_latin-regular.svg#OpenSans) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/open-sans-v18-latin-ext_latin-600.eot);
    src: local(""),url(../fonts/open-sans-v18-latin-ext_latin-600.eot?#iefix) format("embedded-opentype"),url(../fonts/open-sans-v18-latin-ext_latin-600.woff2) format("woff2"),url(../fonts/open-sans-v18-latin-ext_latin-600.woff) format("woff"),url(../fonts/open-sans-v18-latin-ext_latin-600.ttf) format("truetype"),url(../fonts/open-sans-v18-latin-ext_latin-600.svg#OpenSans) format("svg")
}

@font-face {
    font-display: swap;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/open-sans-v18-latin-ext_latin-700.eot);
    src: local(""),url(../fonts/open-sans-v18-latin-ext_latin-700.eot?#iefix) format("embedded-opentype"),url(../fonts/open-sans-v18-latin-ext_latin-700.woff2) format("woff2"),url(../fonts/open-sans-v18-latin-ext_latin-700.woff) format("woff"),url(../fonts/open-sans-v18-latin-ext_latin-700.ttf) format("truetype"),url(../fonts/open-sans-v18-latin-ext_latin-700.svg#OpenSans) format("svg")
}

@use "sass:string";.theme22 .bg-primary {
    background-color: #f0a500
}

.theme22 .text-primary {
    color: #f0a500
}

.theme22 .bg-secondary {
    background-color: #972960
}

.theme22 .text-secondary {
    color: #972960
}

.theme22 .bg-default {
    background-color: #999
}

.theme22 .text-default {
    color: #999
}

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

.theme22 .text-white {
    color: #fff
}

.theme22 .bg-black {
    background-color: #000
}

.theme22 .text-black {
    color: #000
}

.theme22 .ml-0 {
    margin-left: 0
}

.theme22 .pl-0 {
    padding-left: 0
}

.theme22 .mt-0 {
    margin-top: 0
}

.theme22 .pt-0 {
    padding-top: 0
}

.theme22 .mr-0 {
    margin-right: 0
}

.theme22 .pr-0 {
    padding-right: 0
}

.theme22 .mb-0 {
    margin-bottom: 0
}

.theme22 .pb-0 {
    padding-bottom: 0
}

.theme22 .m-0 {
    margin: 0
}

.theme22 .mx-0 {
    margin-left: 0;
    margin-right: 0
}

.theme22 .my-0 {
    margin-bottom: 0;
    margin-top: 0
}

.theme22 .p-0 {
    padding: 0
}

.theme22 .px-0 {
    padding-left: 0;
    padding-right: 0
}

.theme22 .py-0 {
    padding-bottom: 0;
    padding-top: 0
}

.theme22 .ml-1 {
    margin-left: .5rem
}

.theme22 .pl-1 {
    padding-left: .5rem
}

.theme22 .mt-1 {
    margin-top: .5rem
}

.theme22 .pt-1 {
    padding-top: .5rem
}

.theme22 .mr-1 {
    margin-right: .5rem
}

.theme22 .pr-1 {
    padding-right: .5rem
}

.theme22 .mb-1 {
    margin-bottom: .5rem
}

.theme22 .pb-1 {
    padding-bottom: .5rem
}

.theme22 .m-1 {
    margin: .5rem
}

.theme22 .mx-1 {
    margin-left: .5rem;
    margin-right: .5rem
}

.theme22 .my-1 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.theme22 .p-1 {
    padding: .5rem
}

.theme22 .px-1 {
    padding-left: .5rem;
    padding-right: .5rem
}

.theme22 .py-1 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.theme22 .ml-2 {
    margin-left: 1rem
}

.theme22 .pl-2 {
    padding-left: 1rem
}

.theme22 .mt-2 {
    margin-top: 1rem
}

.theme22 .pt-2 {
    padding-top: 1rem
}

.theme22 .mr-2 {
    margin-right: 1rem
}

.theme22 .pr-2 {
    padding-right: 1rem
}

.theme22 .mb-2 {
    margin-bottom: 1rem
}

.theme22 .pb-2 {
    padding-bottom: 1rem
}

.theme22 .m-2 {
    margin: 1rem
}

.theme22 .mx-2 {
    margin-left: 1rem;
    margin-right: 1rem
}

.theme22 .my-2 {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.theme22 .p-2 {
    padding: 1rem
}

.theme22 .px-2 {
    padding-left: 1rem;
    padding-right: 1rem
}

.theme22 .py-2 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.theme22 .ml-3 {
    margin-left: 1.5rem
}

.theme22 .pl-3 {
    padding-left: 1.5rem
}

.theme22 .mt-3 {
    margin-top: 1.5rem
}

.theme22 .pt-3 {
    padding-top: 1.5rem
}

.theme22 .mr-3 {
    margin-right: 1.5rem
}

.theme22 .pr-3 {
    padding-right: 1.5rem
}

.theme22 .mb-3 {
    margin-bottom: 1.5rem
}

.theme22 .pb-3 {
    padding-bottom: 1.5rem
}

.theme22 .m-3 {
    margin: 1.5rem
}

.theme22 .mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.theme22 .my-3 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.theme22 .p-3 {
    padding: 1.5rem
}

.theme22 .px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.theme22 .py-3 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.theme22 .ml-4 {
    margin-left: 2rem
}

.theme22 .pl-4 {
    padding-left: 2rem
}

.theme22 .mt-4 {
    margin-top: 2rem
}

.theme22 .pt-4 {
    padding-top: 2rem
}

.theme22 .mr-4 {
    margin-right: 2rem
}

.theme22 .pr-4 {
    padding-right: 2rem
}

.theme22 .mb-4 {
    margin-bottom: 2rem
}

.theme22 .pb-4 {
    padding-bottom: 2rem
}

.theme22 .m-4 {
    margin: 2rem
}

.theme22 .mx-4 {
    margin-left: 2rem;
    margin-right: 2rem
}

.theme22 .my-4 {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.theme22 .p-4 {
    padding: 2rem
}

.theme22 .px-4 {
    padding-left: 2rem;
    padding-right: 2rem
}

.theme22 .py-4 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.theme22 .ml-5 {
    margin-left: 2.5rem
}

.theme22 .pl-5 {
    padding-left: 2.5rem
}

.theme22 .mt-5 {
    margin-top: 2.5rem
}

.theme22 .pt-5 {
    padding-top: 2.5rem
}

.theme22 .mr-5 {
    margin-right: 2.5rem
}

.theme22 .pr-5 {
    padding-right: 2.5rem
}

.theme22 .mb-5 {
    margin-bottom: 2.5rem
}

.theme22 .pb-5 {
    padding-bottom: 2.5rem
}

.theme22 .m-5 {
    margin: 2.5rem
}

.theme22 .mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.theme22 .my-5 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem
}

.theme22 .p-5 {
    padding: 2.5rem
}

.theme22 .px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.theme22 .py-5 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

.theme22 .ml-6 {
    margin-left: 3rem
}

.theme22 .pl-6 {
    padding-left: 3rem
}

.theme22 .mt-6 {
    margin-top: 3rem
}

.theme22 .pt-6 {
    padding-top: 3rem
}

.theme22 .mr-6 {
    margin-right: 3rem
}

.theme22 .pr-6 {
    padding-right: 3rem
}

.theme22 .mb-6 {
    margin-bottom: 3rem
}

.theme22 .pb-6 {
    padding-bottom: 3rem
}

.theme22 .m-6 {
    margin: 3rem
}

.theme22 .mx-6 {
    margin-left: 3rem;
    margin-right: 3rem
}

.theme22 .my-6 {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.theme22 .p-6 {
    padding: 3rem
}

.theme22 .px-6 {
    padding-left: 3rem;
    padding-right: 3rem
}

.theme22 .py-6 {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.theme22 .ml-7 {
    margin-left: 3.5rem
}

.theme22 .pl-7 {
    padding-left: 3.5rem
}

.theme22 .mt-7 {
    margin-top: 3.5rem
}

.theme22 .pt-7 {
    padding-top: 3.5rem
}

.theme22 .mr-7 {
    margin-right: 3.5rem
}

.theme22 .pr-7 {
    padding-right: 3.5rem
}

.theme22 .mb-7 {
    margin-bottom: 3.5rem
}

.theme22 .pb-7 {
    padding-bottom: 3.5rem
}

.theme22 .m-7 {
    margin: 3.5rem
}

.theme22 .mx-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem
}

.theme22 .my-7 {
    margin-bottom: 3.5rem;
    margin-top: 3.5rem
}

.theme22 .p-7 {
    padding: 3.5rem
}

.theme22 .px-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

.theme22 .py-7 {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem
}

.theme22 .ml-8 {
    margin-left: 4rem
}

.theme22 .pl-8 {
    padding-left: 4rem
}

.theme22 .mt-8 {
    margin-top: 4rem
}

.theme22 .pt-8 {
    padding-top: 4rem
}

.theme22 .mr-8 {
    margin-right: 4rem
}

.theme22 .pr-8 {
    padding-right: 4rem
}

.theme22 .mb-8 {
    margin-bottom: 4rem
}

.theme22 .pb-8 {
    padding-bottom: 4rem
}

.theme22 .m-8 {
    margin: 4rem
}

.theme22 .mx-8 {
    margin-left: 4rem;
    margin-right: 4rem
}

.theme22 .my-8 {
    margin-bottom: 4rem;
    margin-top: 4rem
}

.theme22 .p-8 {
    padding: 4rem
}

.theme22 .px-8 {
    padding-left: 4rem;
    padding-right: 4rem
}

.theme22 .py-8 {
    padding-bottom: 4rem;
    padding-top: 4rem
}

.theme22 .ml-9 {
    margin-left: 4.5rem
}

.theme22 .pl-9 {
    padding-left: 4.5rem
}

.theme22 .mt-9 {
    margin-top: 4.5rem
}

.theme22 .pt-9 {
    padding-top: 4.5rem
}

.theme22 .mr-9 {
    margin-right: 4.5rem
}

.theme22 .pr-9 {
    padding-right: 4.5rem
}

.theme22 .mb-9 {
    margin-bottom: 4.5rem
}

.theme22 .pb-9 {
    padding-bottom: 4.5rem
}

.theme22 .m-9 {
    margin: 4.5rem
}

.theme22 .mx-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem
}

.theme22 .my-9 {
    margin-bottom: 4.5rem;
    margin-top: 4.5rem
}

.theme22 .p-9 {
    padding: 4.5rem
}

.theme22 .px-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem
}

.theme22 .py-9 {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem
}

.theme22 .ml-10 {
    margin-left: 5rem
}

.theme22 .pl-10 {
    padding-left: 5rem
}

.theme22 .mt-10 {
    margin-top: 5rem
}

.theme22 .pt-10 {
    padding-top: 5rem
}

.theme22 .mr-10 {
    margin-right: 5rem
}

.theme22 .pr-10 {
    padding-right: 5rem
}

.theme22 .mb-10 {
    margin-bottom: 5rem
}

.theme22 .pb-10 {
    padding-bottom: 5rem
}

.theme22 .m-10 {
    margin: 5rem
}

.theme22 .mx-10 {
    margin-left: 5rem;
    margin-right: 5rem
}

.theme22 .my-10 {
    margin-bottom: 5rem;
    margin-top: 5rem
}

.theme22 .p-10 {
    padding: 5rem
}

.theme22 .px-10 {
    padding-left: 5rem;
    padding-right: 5rem
}

.theme22 .py-10 {
    padding-bottom: 5rem;
    padding-top: 5rem
}

.theme22 {
    font-size: 1.2rem;
    line-height: 2rem
}

.theme22 .h1,.theme22 .h2,.theme22 .h3,.theme22 .h4,.theme22 .h5,.theme22 .h6,.theme22 h1,.theme22 h2,.theme22 h3,.theme22 h4,.theme22 h5,.theme22 h6 {
    font-weight: 700
}

.theme22 .h1,.theme22 .h2,.theme22 .h3,.theme22 h1,.theme22 h2,.theme22 h3 {
    margin-bottom: 1rem;
    margin-top: 2rem
}

.theme22 .h4,.theme22 .h5,.theme22 .h6,.theme22 h4,.theme22 h5,.theme22 h6 {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.theme22 p {
    margin: 0 0 1rem
}

#header.header-checkout {
    background-color: #f0a500;
    margin-bottom: 2rem;
    padding: 0 0 5.66%;
    position: relative
}

#header.header-checkout:after {
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -6px;
    content: url(https://www.kirstein.de/images/shop/layout/header/checkout-welle.svg);
    left: 0;
    position: absolute;
    width: 100%
}

.header-checkout-wrapper {
    padding: 7rem 0 0
}

.header-checkout-trustbadge {
    position: absolute;
    right: 2rem;
    top: 2rem
}

.header-checkout-trustbadge a {
    color: #000;
    font-size: .85rem
}

.header-checkout-trustbadge a span {
    display: block;
    padding-top: .5rem;
    text-align: center
}

.header-checkout-trustbadge a:hover {
    text-underline: none;
    color: #000
}

#logoCheckoutMobile {
    display: none;
    margin-bottom: 2rem;
    text-align: center
}

#logoCheckoutMobile img {
    margin: 0 auto
}

@media(max-width: 767px) {
    #header.header-checkout {
        height:100px
    }

    .header-checkout-trustbadge,.header-checkout-wrapper {
        display: none
    }

    #logoCheckoutMobile {
        display: block
    }
}

@use "sass:color";@use "sass:map" as *;@use "../variables" as *;.btn-block {
    display: block
}

.btn-primary.btn-pill {
    --background-color: #f0a500;
    --background-color-hover: #bd8200;
    --color: #fff;
    background-color: var(--background-color)!important;
    border: none!important;
    border-radius: 100px;
    color: var(--color)!important;
    padding: .75rem 1.75rem
}

@media(hover: hover) {
    .btn-primary.btn-pill:hover {
        background-color:var(--background-color-hover)!important
    }
}

.btn-secondary.btn-pill {
    --background-color: #972960;
    --background-color-hover: #6f1e47;
    --color: #fff;
    background-color: var(--background-color)!important;
    border: none!important;
    border-radius: 100px;
    color: var(--color)!important;
    padding: .75rem 1.75rem
}

@media(hover: hover) {
    .btn-secondary.btn-pill:hover {
        background-color:var(--background-color-hover)!important
    }
}

.btn-default.btn-pill {
    --background-color: #e6e6e6;
    --background-color-hover: #cdcdcd;
    --color: #000;
    background-color: var(--background-color)!important;
    border: none!important;
    border-radius: 100px;
    color: var(--color)!important;
    padding: .75rem 1.75rem
}

@media(hover: hover) {
    .btn-default.btn-pill:hover {
        background-color:var(--background-color-hover)!important
    }
}

footer#footer-checkout {
    background-color: #fff;
    border-radius: 0;
    margin: 0 0 40px;
    padding: 0 20px
}

.footer-checkout-links {
    text-align: left
}

.footer-checkout-links a {
    border-right: 1px solid #ddd;
    padding: 0 10px
}

.footer-checkout-links a:first-child {
    padding-left: 0
}

.footer-checkout-links a:last-child {
    border-right: 0
}

.footer-checkout-address {
    text-align: right
}

@media(max-width: 991px) {
    #footer-checkout .footer-checkout-address,#footer-checkout .footer-checkout-links {
        text-align:center
    }
}

a:focus {
    outline: none
}

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

label {
    font-weight: 400
}

label.req {
    font-weight: 700
}

ol,ul {
    padding-left: 2em
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover,.list-group-item.active a {
    color: #fff
}

.text-secondary {
    color: #5d5d5d
}

#header {
    background-color: #fff
}

#header .header-box {
    padding: 20px 0
}

#header .menus-col .menu-dropdowns>.btn-group.open>.dropdown-toggle,#header .menus-col .menu-dropdowns>.btn-group>.btn.active,#header .menus-col .menu-dropdowns>.btn-group>.btn:active {
    box-shadow: 0 0 0
}

#header .menus-col .menu-dropdowns>.btn-group>.btn {
    background-color: transparent;
    border: 0;
    font-size: 14px
}

#header .menus-col .menu-dropdowns .service-menu .altLoginBox {
    margin-top: 10px
}

#header .menus-col .menu-dropdowns .service-menu .altLoginBox #loginboxFbConnect {
    display: inline-block
}

#header .menus-col .menu-dropdowns .service-menu .loginBox {
    margin: auto;
    overflow-x: hidden;
    padding-top: 10px
}

#header .minibasket-menu .btn .badge,#header .miniwishlist-menu .btn .badge {
    background-color: #f8f8f8;
    border: 1px solid #b8b8b8;
    color: #000;
    left: 30px;
    position: absolute;
    top: -6px
}

#header .minibasket-menu .dropdown-menu,#header .miniwishlist-menu .dropdown-menu {
    min-width: 300px;
    padding: 10px
}

#header .minibasket-menu table td,#header .miniwishlist-menu table td {
    position: relative
}

#header .minibasket-menu table td.price,#header .minibasket-menu table td.total_price,#header .miniwishlist-menu table td.price,#header .miniwishlist-menu table td.total_price {
    white-space: nowrap
}

#header .minibasket-menu table .badge,#header .miniwishlist-menu table .badge {
    background-color: #5d5d5d;
    font-weight: 500;
    position: absolute;
    right: 3px;
    top: 3px
}

#header .miniwishlist-menu .btn .badge {
    left: calc(50% - 7px)
}

#header .service-menu.showLogin .dropdown-menu {
    min-width: 480px
}

#header .service-menu .dropdown-menu {
    min-width: 200px;
    padding: 10px
}

@media(min-width: 480px) {
    #header .minibasket-menu .dropdown-menu,#header .miniwishlist-menu .dropdown-menu {
        min-width:400px
    }
}

@media(max-width: 768px) {
    #header .miniwishlist-menu .btn .badge {
        left:50%
    }
}

#mainnav {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    position: relative
}

#mainnav .nav>li>a {
    font-size: 1em;
    font-weight: 400
}

#mainnav .navbar-nav .badge {
    background-color: #f0a500
}

#mainnav .navbar-nav:focus .badge,#mainnav .navbar-nav:hover .badge {
    background-color: #5d5d5d
}

#mainnav .fixed-header-actions {
    display: none
}

#mainnav .navbar-toggle {
    float: none;
    margin-left: 15px;
    margin-right: 5px
}

#mainnav .navbar-collapse.navbar-ex1-collapse.collapse.in ul li {
    border-bottom: 1px solid #e7e7e7
}

#mainnav .navbar-header {
    padding-bottom: 5px
}

#mainnav .navbar-default .navbar-collapse,#mainnav .navbar-default .navbar-form {
    border-bottom: none;
    border-top: #e7e7e7;
    margin-top: 0
}

#subNav {
    position: relative
}

body {
    max-width: 100vw;
    overflow-x: hidden;
    padding-top: 0
}

body>.container>.main-row {
    margin-left: -10px;
    margin-right: -10px
}

body .dd-available-addresses .panel-body button {
    margin-left: 5px
}

body.cl-alist .list-filter {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin: 15px 0 0;
    padding: 10px 15px
}

body.cl-manufacturerlist .subcatList .panel-body img {
    margin: 0 auto
}

body.cl-details .detailsInfo {
    grid-gap: 20px;
    gap: 20px;
    display: grid;
    grid-template-areas: "image description buybox" "image description buybox" "thumbnails thumbnails buybox";
    grid-template-columns: minmax(0,5fr) minmax(0,4fr) minmax(0,3fr)
}

body.cl-details .detailsInfo .detailsPictureCol {
    -ms-grid-row-span: 2;
    grid-area: image
}

body.cl-details .detailsInfo .shortDescriptionCol {
    -ms-grid-row-span: 2;
    grid-area: description;
    -ms-grid-column: 2
}

body.cl-details .detailsInfo .buyBoxCol {
    -ms-grid-row-span: 3;
    grid-area: buybox;
    -ms-grid-column: 3
}

body.cl-details .detailsInfo .thumbnailsCol {
    grid-area: thumbnails;
    -ms-grid-row: 3
}

@media(max-width: 1199px) {
    body.cl-details .detailsInfo {
        grid-template-areas:"image image" "thumbnails thumbnails" "description buybox" "description buybox";
        grid-template-columns: minmax(0,7fr) minmax(0,5fr)
    }
}

@media(max-width: 767px) {
    body.cl-details .detailsInfo {
        grid-template-areas:"image" "thumbnails" "description" "buybox";
        grid-template-columns: minmax(0,1fr)
    }
}

body.cl-details .selectorsBox .selectbox {
    margin-bottom: 5px
}

body.cl-details .selectorsBox .selectbox .dropdown-wrapper {
    display: inline-block;
    position: relative
}

body.cl-details .fullwidth-container #detailsItemsPager,body.cl-details .fullwidth-container .detailsInfo>.row {
    border-bottom: 0
}

body.cl-details .fullwidth-container #detailsItemsPager {
    margin-bottom: 0
}

body.cl-details .fullwidth-container #detailsItemsPager~hr {
    margin-top: 0
}

body.cl-details .fullwidth-container .detailsInfo>.row {
    margin-bottom: 0;
    padding-bottom: 0
}

body.cl-details .fullwidth-container .detailsInfo>.row~hr {
    margin-top: 0
}

body.cl-basket table#basket_table .basketImage {
    margin-right: 5px
}

body.cl-basket table#basket_table .quantity .textbox {
    text-align: right;
    width: 55px
}

body.cl-basket table#basket_table .totalPrice,body.cl-basket table#basket_table .unitPrice,body.cl-basket table#basket_table .vatPercent {
    text-align: right
}

body.cl-basket #basket_list li {
    min-height: 130px
}

body.cl-basket #basket_list li .row:first-child>div {
    height: 100%;
    min-height: 100px
}

body.cl-basket #basket_list li .toggle-actions {
    font-size: 24px;
    text-decoration: none
}

body.cl-basket #basket_list .totalPrice {
    bottom: 10px;
    position: absolute;
    right: 16px
}

body.cl-basket #basketSummary {
    width: 485px
}

body.cl-basket #basketSummary td,body.cl-basket #basketSummary th {
    text-align: right
}

body.cl-basket #giftoptions_modal_form .priceCol img,body.cl-basket #wrappCard img {
    cursor: pointer
}

body.cl-basket .basketItemDesc .selectorsBox {
    position: relative
}

body.cl-payment form#payment .panel-body>dl {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 9px
}

body.cl-payment form#payment .panel-body>dl blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

body.cl-payment form#payment dt label {
    margin-left: 5px
}

body.cl-payment form#payment dt input,body.cl-payment form#payment dt label {
    cursor: pointer
}

body.cl-payment form#payment dd {
    display: none
}

body.cl-payment form#payment dd.activePayment {
    display: block
}

body.cl-order .agb a {
    text-decoration: underline
}

body.cl-order #orderEditCart table#basket_table thead tr {
    background-color: #fff
}

body.cl-order #orderEditCart table#basket_table .basketImage {
    margin-right: 5px
}

body.cl-order #orderEditCart table#basket_table .quantity,body.cl-order #orderEditCart table#basket_table .totalPrice,body.cl-order #orderEditCart table#basket_table .unitPrice,body.cl-order #orderEditCart table#basket_table .vatPercent {
    text-align: right
}

body.cl-order #orderEditCart #basketSummary {
    width: 455px
}

body.cl-order #orderEditCart #basketSummary td,body.cl-order #orderEditCart #basketSummary th {
    text-align: right
}

body.cl-content #content {
    margin-bottom: 20px
}

body.cl-content .cmsContent {
    padding-bottom: 40px
}

body.cl-account_user .dd-add-delivery-address,body.cl-user .dd-add-delivery-address {
    cursor: pointer
}

body.cl-account_user .dd-add-delivery-address .icon-plus-circle,body.cl-user .dd-add-delivery-address .icon-plus-circle {
    color: #777;
    font-size: 64px;
    opacity: .3;
    transition: opacity .3s
}

body.cl-account_user .dd-add-delivery-address:hover .icon-plus-circle,body.cl-user .dd-add-delivery-address:hover .icon-plus-circle {
    opacity: 1;
    transition: opacity .3s
}

body.cl-account_user .dd-add-delivery-address .oxEqualized .icon-plus-circle,body.cl-user .dd-add-delivery-address .oxEqualized .icon-plus-circle {
    margin-top: 15px
}

body.cl-compare #comparePlayground {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative
}

body.cl-compare #comparePlayground #compareLandscape {
    -webkit-overflow-scrolling: touch;
    margin-left: 150px;
    overflow-x: scroll;
    overflow-y: visible;
    transition: box-shadow .2s
}

body.cl-compare #comparePlayground #compareLandscape.shadowed {
    box-shadow: inset 3px 0 7px 1px rgba(0,0,0,.2)
}

body.cl-compare #comparePlayground #compareLandscape table {
    *margin-left: -150px;
    table-layout: fixed;
    width: 100%
}

body.cl-compare #comparePlayground #compareLandscape table td,body.cl-compare #comparePlayground #compareLandscape table th {
    padding: 10px;
    vertical-align: top
}

body.cl-compare #comparePlayground #compareLandscape table th {
    background-color: #eee;
    border-right: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    *position: relative;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px
}

body.cl-compare #comparePlayground #compareLandscape table th.no-border {
    background-color: transparent;
    border: none
}

body.cl-compare #comparePlayground #compareLandscape table td {
    width: 260px
}

body.cl-compare #comparePlayground #compareLandscape table .item-wrapper .move-controls {
    margin-bottom: 5px
}

body.cl-compare #comparePlayground #compareLandscape table .item-wrapper .item .picture img {
    margin: 0 auto
}

body.cl-compare #comparePlayground #compareLandscape table .item-wrapper .item .title {
    display: block;
    height: 40px;
    overflow: hidden
}

.btn:hover,.dropdown li a:hover,.nav li a:hover,.pagination a:hover {
    transition: color .1s,background-color .1s,border .1s
}

.spacer {
    height: 20px
}

.spacer:after,.spacer:before {
    content: " ";
    display: table
}

.spacer:after {
    clear: both
}

#wrapper {
    background-color: #fff
}

#content {
    margin-bottom: 20px
}

#content .page-header:first-child {
    margin-top: 0
}

.boxwrapper .page-header {
    border-bottom: 0;
    position: relative;
    text-align: center
}

.boxwrapper .page-header .h3,.boxwrapper .page-header h2,.boxwrapper .page-header h3 {
    font-weight: 200
}

.boxwrapper .page-header .h3 .rss,.boxwrapper .page-header h2 .rss,.boxwrapper .page-header h3 .rss {
    color: orange;
    font-size: 12px;
    line-height: 1.3333333;
    vertical-align: middle
}

.boxwrapper .page-header .subhead {
    color: #777
}

.boxwrapper .list-container .lineView {
    margin-top: 10px
}

.boxwrapper .list-container .lineView:first-child {
    margin-top: 0
}

.boxwrapper .list-container .lineView .productBox form {
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px
}

.boxwrapper .list-container .lineView .productBox .picture img {
    margin: 0 auto;
    max-height: 150px
}

.boxwrapper .list-container .lineView .productBox .title {
    font-weight: 600
}

.boxwrapper .list-container .lineView .productBox .functions .price {
    font-weight: 400
}

.boxwrapper .list-container .lineView .productBox .functions .selectorsBox {
    margin: 10px 0
}

.boxwrapper .list-container .lineView .productBox .functions .form-group {
    margin-bottom: 0;
    margin-top: 10px
}

.boxwrapper .list-container .lineView .productBox .functions input.amount {
    float: right;
    width: 90px
}

.boxwrapper .list-container .dropdown-wrapper {
    display: inline-block;
    position: relative
}

.refineParams {
    margin-bottom: 0
}

.refineParams.bottomParams {
    text-align: center
}

.refineParams .pagination {
    margin: 0
}

@media(max-width: 768px) {
    .refineParams .options .btn-group,.refineParams .options .btn-group button {
        width:100%
    }
}

.btn-primary.active[disabled],.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary.focus[disabled],.btn-primary[disabled],.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    color: #c7c7c7
}

.freeButton {
    display: inline-block;
    margin-bottom: 5px;
    width: 250px
}

@media(max-width: 768px) {
    .freeButton {
        width:100%
    }
}

.tobasket #toBasket {
    font-weight: 600;
    width: 100%
}

.tobasket .input-group {
    width: 250px
}

@media(max-width: 768px) {
    .tobasket .input-group {
        width:100%
    }
}

#variants button {
    min-width: 250px
}

@media(max-width: 768px) {
    #variants button {
        width:100%
    }
}

#variants .dropdown-wrapper {
    margin-bottom: 5px
}

@media(max-width: 768px) {
    #variants .dropdown-wrapper {
        width:100%
    }
}

#variants .variant-label {
    margin-bottom: 0
}

.brandLogo {
    margin-bottom: 20px;
    text-align: center
}

@media(max-width: 768px) {
    .brandLogo {
        margin-top:20px
    }
}

.input-group-tweak {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.input-group-tweak #toBasket {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

@media(max-width: 768px) {
    .list-filter .btn-group,.list-filter .btn-group button {
        width:100%
    }

    .page-header h1 {
        font-size: 2em
    }

    .cart-buttons .btn,.cart-buttons form {
        width: 100%
    }

    .cart-buttons a.btn {
        margin-bottom: 5px
    }

    #empty-basket-warning a.btn {
        margin-bottom: 5px;
        width: 100%
    }

    .productBox {
        margin-bottom: 40px
    }
}

@media(min-width: 992px) {
    #header {
        margin-bottom:20px
    }

    .promotion-hero-top {
        margin-top: -20px
    }
}

@media(max-width: 1199px) {
    .control-label.col-xs-12 {
        text-align:left
    }
}

@media(max-width: 991px) {
    body.cl-details #zoom1 img {
        margin:0 auto
    }
}

@media(max-width: 767px) {
    #header .header-box .menus-col .menu-dropdowns .languages-menu .dropdown-menu {
        float:right
    }

    body.cl-details #detailsItemsPager {
        font-size: 70%
    }

    body.cl-details #detailsItemsPager .pager-current-page {
        line-height: 24px
    }

    body.cl-account_order .panel-heading {
        font-size: 70%
    }

    body.cl-thankyou ol.checkoutSteps,body.is-checkout ol.checkoutSteps {
        height: 20px
    }

    body.cl-thankyou ol.checkoutSteps .text,body.is-checkout ol.checkoutSteps .text {
        display: none
    }

    body.cl-thankyou #basketSummary,body.is-checkout #basketSummary {
        width: 100%!important
    }

    .boxwrapper .list-container .gridView,.boxwrapper .list-container .infogridView {
        text-align: center
    }

    .boxwrapper .list-container .infogridView .productBox .picture {
        border-bottom: 1px dashed #eee;
        margin-bottom: 15px
    }

    .boxwrapper .list-container .lineView .productBox .functions input.amount {
        float: right;
        width: 45px
    }

    #footer {
        text-align: center
    }

    #footer .footer-box {
        margin-bottom: 20px
    }
}

@media(max-width: 425px) {
    .hidden-xxs {
        display:none!important
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

.container:after,.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media(min-width: 768px) {
    .container {
        width:auto
    }
}

@media(min-width: 992px) {
    .container {
        width:960px
    }
}

@media(min-width: 1200px) {
    .container {
        width:auto
    }
}

@media(min-width: 1460px) {
    .container {
        width:1440px
    }
}

@media(min-width: 425px)and (max-width:767px) {
    .col-xsm-1,.col-xsm-2,.col-xsm-3,.col-xsm-4,.col-xsm-5,.col-xsm-6,.col-xsm-7,.col-xsm-8,.col-xsm-9,.col-xsm-10,.col-xsm-11,.col-xsm-12 {
        float:left
    }

    .col-xsm-1 {
        width: 8.3333333333%
    }

    .col-xsm-2 {
        width: 16.6666666667%
    }

    .col-xsm-3 {
        width: 25%
    }

    .col-xsm-4 {
        width: 33.3333333333%
    }

    .col-xsm-5 {
        width: 41.6666666667%
    }

    .col-xsm-6 {
        width: 50%
    }

    .col-xsm-7 {
        width: 58.3333333333%
    }

    .col-xsm-8 {
        width: 66.6666666667%
    }

    .col-xsm-9 {
        width: 75%
    }

    .col-xsm-10 {
        width: 83.3333333333%
    }

    .col-xsm-11 {
        width: 91.6666666667%
    }

    .col-xsm-12 {
        width: 100%
    }

    .col-xsm-pull-0 {
        right: auto
    }

    .col-xsm-pull-1 {
        right: 8.3333333333%
    }

    .col-xsm-pull-2 {
        right: 16.6666666667%
    }

    .col-xsm-pull-3 {
        right: 25%
    }

    .col-xsm-pull-4 {
        right: 33.3333333333%
    }

    .col-xsm-pull-5 {
        right: 41.6666666667%
    }

    .col-xsm-pull-6 {
        right: 50%
    }

    .col-xsm-pull-7 {
        right: 58.3333333333%
    }

    .col-xsm-pull-8 {
        right: 66.6666666667%
    }

    .col-xsm-pull-9 {
        right: 75%
    }

    .col-xsm-pull-10 {
        right: 83.3333333333%
    }

    .col-xsm-pull-11 {
        right: 91.6666666667%
    }

    .col-xsm-pull-12 {
        right: 100%
    }

    .col-xsm-push-0 {
        left: auto
    }

    .col-xsm-push-1 {
        left: 8.3333333333%
    }

    .col-xsm-push-2 {
        left: 16.6666666667%
    }

    .col-xsm-push-3 {
        left: 25%
    }

    .col-xsm-push-4 {
        left: 33.3333333333%
    }

    .col-xsm-push-5 {
        left: 41.6666666667%
    }

    .col-xsm-push-6 {
        left: 50%
    }

    .col-xsm-push-7 {
        left: 58.3333333333%
    }

    .col-xsm-push-8 {
        left: 66.6666666667%
    }

    .col-xsm-push-9 {
        left: 75%
    }

    .col-xsm-push-10 {
        left: 83.3333333333%
    }

    .col-xsm-push-11 {
        left: 91.6666666667%
    }

    .col-xsm-push-12 {
        left: 100%
    }

    .col-xsm-offset-0 {
        margin-left: 0
    }

    .col-xsm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-xsm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-xsm-offset-3 {
        margin-left: 25%
    }

    .col-xsm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-xsm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-xsm-offset-6 {
        margin-left: 50%
    }

    .col-xsm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-xsm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-xsm-offset-9 {
        margin-left: 75%
    }

    .col-xsm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-xsm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-xsm-offset-12 {
        margin-left: 100%
    }
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5px
}

.flex-col-xs-6 {
    flex: 2 50%;
    flex-direction: column;
    max-width: 50%
}

@use "~bootstrap-sass/assets/stylesheets/bootstrap/grid" as *;.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.icon-mr {
    margin-right: .5rem
}

.icon-ml {
    margin-left: .5rem
}

.h-100 {
    height: 100%
}

.section {
    margin-bottom: 20px
}

.section-lg {
    margin: 40px 0
}

.section-xl {
    margin: 70px 0
}

.ml-0 {
    margin-left: 0
}

.ml-1 {
    margin-left: 5px
}

.ml-2 {
    margin-left: 10px
}

.ml-3 {
    margin-left: 15px
}

.ml-4 {
    margin-left: 20px
}

.ml-5 {
    margin-left: 40px
}

.pl-0 {
    padding-left: 0
}

.pl-1 {
    padding-left: 5px
}

.pl-2 {
    padding-left: 10px
}

.pl-3 {
    padding-left: 15px
}

.pl-4 {
    padding-left: 20px
}

.pl-5 {
    padding-left: 40px
}

.mt-0 {
    margin-top: 0
}

.mt-5 {
    margin-top: 40px
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: 5px
}

.pt-2 {
    padding-top: 10px
}

.pt-3 {
    padding-top: 15px
}

.pt-4 {
    padding-top: 20px
}

.pt-5 {
    padding-top: 40px
}

.mr-0 {
    margin-right: 0
}

.mr-1 {
    margin-right: 5px
}

.mr-2 {
    margin-right: 10px
}

.mr-3 {
    margin-right: 15px
}

.mr-4 {
    margin-right: 20px
}

.mr-5 {
    margin-right: 40px
}

.pr-0 {
    padding-right: 0
}

.pr-1 {
    padding-right: 5px
}

.pr-2 {
    padding-right: 10px
}

.pr-3 {
    padding-right: 15px
}

.pr-4 {
    padding-right: 20px
}

.pr-5 {
    padding-right: 40px
}

.mb-0 {
    margin-bottom: 0
}

.mb-5 {
    margin-bottom: 40px
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: 5px
}

.pb-2 {
    padding-bottom: 10px
}

.pb-3 {
    padding-bottom: 15px
}

.pb-4 {
    padding-bottom: 20px
}

.pb-5 {
    padding-bottom: 40px
}

.ml-auto {
    margin-left: auto
}

.mr-auto,.mx-auto {
    margin-right: auto
}

.mx-auto {
    margin-left: auto
}

.my-auto {
    margin-bottom: auto;
    margin-top: auto
}

.clear:after,.clear:before {
    content: " ";
    display: table
}

.clear:after {
    clear: both
}

.d-block {
    display: block;
    width: 100%
}

.d-inline-block {
    display: inline-block
}

.d-flex {
    display: flex
}

.justify-content-between {
    justify-content: space-between
}

.align-content-center {
    align-items: center
}

.alignRight {
    float: right;
    margin: 0 0 20px 20px
}

.alignLeft {
    float: left;
    margin: 0 20px 20px 0
}

@media(max-width: 767px) {
    .alignLeft,.alignRight {
        float:none;
        margin: 0 0 20px;
        max-width: 100%!important
    }

    .alignCenter {
        margin: 0 auto
    }

    .box.alignLeft,.box.alignRight,figure.alignLeft,figure.alignRight,img.alignLeft,img.alignRight {
        float: none;
        margin: 0 0 20px
    }
}

.line-separator {
    border-top: 2px solid #ddd;
    height: 1px;
    margin: 20px 0
}

.line-separator:after,.line-separator:before {
    content: " ";
    display: table
}

.line-separator:after {
    clear: both
}

.kir-line-through {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath stroke-width='2' stroke='%230B2437' d='M0 100 100 0'/%3E%3C/svg%3E");
    background-size: 150% 80%;
    display: inline-block
}

:root {
    --scrollbarWidth: 20px;
    --viewportWidth: calc(100vw - var(--scrollbarWidth))
}

@media(min-width: 1400px) {
    .col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12 {
        float:left
    }

    .col-xxl-1 {
        width: 8.3333333333%
    }

    .col-xxl-2 {
        width: 16.6666666667%
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-4 {
        width: 33.3333333333%
    }

    .col-xxl-5 {
        width: 41.6666666667%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.3333333333%
    }

    .col-xxl-8 {
        width: 66.6666666667%
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-10 {
        width: 83.3333333333%
    }

    .col-xxl-11 {
        width: 91.6666666667%
    }

    .col-xxl-12 {
        width: 100%
    }

    .col-xxl-pull-0 {
        right: auto
    }

    .col-xxl-pull-1 {
        right: 8.3333333333%
    }

    .col-xxl-pull-2 {
        right: 16.6666666667%
    }

    .col-xxl-pull-3 {
        right: 25%
    }

    .col-xxl-pull-4 {
        right: 33.3333333333%
    }

    .col-xxl-pull-5 {
        right: 41.6666666667%
    }

    .col-xxl-pull-6 {
        right: 50%
    }

    .col-xxl-pull-7 {
        right: 58.3333333333%
    }

    .col-xxl-pull-8 {
        right: 66.6666666667%
    }

    .col-xxl-pull-9 {
        right: 75%
    }

    .col-xxl-pull-10 {
        right: 83.3333333333%
    }

    .col-xxl-pull-11 {
        right: 91.6666666667%
    }

    .col-xxl-pull-12 {
        right: 100%
    }

    .col-xxl-push-0 {
        left: auto
    }

    .col-xxl-push-1 {
        left: 8.3333333333%
    }

    .col-xxl-push-2 {
        left: 16.6666666667%
    }

    .col-xxl-push-3 {
        left: 25%
    }

    .col-xxl-push-4 {
        left: 33.3333333333%
    }

    .col-xxl-push-5 {
        left: 41.6666666667%
    }

    .col-xxl-push-6 {
        left: 50%
    }

    .col-xxl-push-7 {
        left: 58.3333333333%
    }

    .col-xxl-push-8 {
        left: 66.6666666667%
    }

    .col-xxl-push-9 {
        left: 75%
    }

    .col-xxl-push-10 {
        left: 83.3333333333%
    }

    .col-xxl-push-11 {
        left: 91.6666666667%
    }

    .col-xxl-push-12 {
        left: 100%
    }

    .col-xxl-offset-0 {
        margin-left: 0
    }

    .col-xxl-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-xxl-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-xxl-offset-3 {
        margin-left: 25%
    }

    .col-xxl-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-xxl-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-xxl-offset-6 {
        margin-left: 50%
    }

    .col-xxl-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-xxl-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-xxl-offset-9 {
        margin-left: 75%
    }

    .col-xxl-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-xxl-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-xxl-offset-12 {
        margin-left: 100%
    }
}

:focus {
    outline: none
}

.small,small {
    font-size: 12px
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-secondary {
    color: #972960
}

.text-clamp {
    display: block;
    display: -webkit-box;
    line-height: 1.42em;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-clamp.row-3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 4.26em
}

.text-clamp.row-2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.84em
}

.author {
    font-size: 12px
}

.font-secondary {
    font-family: Open Sans,sans-serif
}

.ci-color {
    color: #f0a500
}

.ci-red {
    fill: #c50000;
    color: #c50000
}

.ci-gplus {
    background-color: #dc4e41
}

.ci-facebook {
    fill: #3b5998;
    color: #3b5998
}

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

.ci-twitter {
    fill: #52aaed;
    color: #52aaed
}

.ci-twitter-bg {
    background-color: #52aaed
}

.ci-pinterest-bg {
    background-color: #bd0b1e
}

.ci-youtube {
    fill: #cc181e;
    color: #cc181e
}

.ci-youtube-bg {
    background-color: #cc181e
}

.icon-color {
    color: #999
}

.ci-lite-grey {
    color: #777
}

.link-color {
    color: #369
}

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

.rating-color {
    color: #ffdc0f
}

.mhk-bordercol-orange {
    border: 1px solid #c50100
}

.btn-mhk {
    border-radius: 100px;
    color: #000
}

.btn-mhk.btn-primary {
    background: #ffc139;
    background: linear-gradient(180deg,#ffc139 0,#feb410 65%,#f0a500);
    border: 1px solid #dd9a04;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc139",endColorstr="#f0a500",GradientType=0);
    font-weight: 400
}

.btn-mhk.btn-primary:active,.btn-mhk.btn-primary:focus,.btn-mhk.btn-primary:hover {
    background: #ffd06b;
    background: linear-gradient(180deg,#ffd06b 0,#fcc44c 65%,#f0b73c);
    color: #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd06b",endColorstr="#f0b73c",GradientType=0)
}

.btn-mhk.btn-secondary {
    background: #972960;
    border: 1px solid #972960;
    color: #fff;
    font-weight: 400
}

.btn-mhk.btn-secondary:active,.btn-mhk.btn-secondary:focus,.btn-mhk.btn-secondary:hover {
    background: #852455
}

.btn-mhk.btn-default {
    background: #f9f9f9;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjlmOWY5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDF2MUgweiIvPjwvc3ZnPg==);
    background: linear-gradient(180deg,#f9f9f9 0,#ebebeb);
    border: 1px solid #bbb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#ebebeb",GradientType=0)
}

.btn-mhk.btn-default.active,.btn-mhk.btn-default:active,.btn-mhk.btn-default:focus,.btn-mhk.btn-default:hover {
    background: #f2f2f2;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjJmMmYyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDlkOWQ5Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDF2MUgweiIvPjwvc3ZnPg==);
    background: linear-gradient(180deg,#f2f2f2 0,#d9d9d9);
    color: #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#d9d9d9",GradientType=0)
}

.btn-mhk.btn-success {
    background: #28a023;
    background: linear-gradient(180deg,#28a023 0,#23941e 65%,#11810c);
    border: 1px solid #1e7f1a;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#28a023",endColorstr="#11810c",GradientType=0)
}

.btn-mhk.btn-success:active,.btn-mhk.btn-success:focus,.btn-mhk.btn-success:hover {
    background: #4ea14a;
    background: linear-gradient(180deg,#4ea14a 0,#459441 65%,#33822f);
    border: 1px solid #1e7f1a;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4ea14a",endColorstr="#33822f",GradientType=0)
}

.btn-mhk.btn-danger {
    background: #c50000;
    background: linear-gradient(180deg,#c50000 0,#b20000 65%,#a00);
    border: 1px solid #950000;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C50000",endColorstr="#AA0000",GradientType=0)
}

.btn-mhk.btn-danger:active,.btn-mhk.btn-danger:focus,.btn-mhk.btn-danger:hover {
    background: #d50000;
    background: linear-gradient(180deg,#e50000 0,#bd0000 65%,#b50000);
    border: 1px solid #a80000;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C50000",endColorstr="#B50000",GradientType=0)
}

.btn-mhk.btn-laststep {
    padding: 10px 30px
}

.btn-mhk.btn-cta {
    background: #f8f8f8;
    border: 0;
    padding: 10px
}

.btn-mhk.btn-cta i {
    color: #323232;
    margin-right: 5px;
    vertical-align: middle
}

.btn-group-sm>.btn-mhk.btn-cta.btn,.btn-mhk.btn-cta.btn-sm {
    padding: 5px
}

.btn-mhk.btn-cta:active,.btn-mhk.btn-cta:focus,.btn-mhk.btn-cta:hover {
    background: #f2f2f2;
    border: 0;
    color: #000
}

.btn {
    opacity: 1
}

.btn.slick-disabled,.btn:disabled {
    cursor: not-allowed;
    opacity: .4
}

.btn.btn-pagination {
    background-color: transparent;
    border: 0;
    color: #333;
    outline: 0
}

.btn.btn-pagination:hover {
    color: #f0a500;
    text-decoration: none
}

.btn.btn-default {
    background-color: #fff;
    color: #000;
    outline: 0
}

.btn.btn-default.active,.btn.btn-default.active:hover,.btn.btn-default:active,.btn.btn-default:focus,.btn.btn-default:hover {
    background-color: #fff;
    border: 1px solid #868686;
    box-shadow: none;
    color: #000;
    outline: 0
}

.btn.btn-compare.active i,.btn.btn-wishlist.active i {
    color: #972960;
    font-weight: 700
}

.btn.btn-burger {
    background: none;
    color: #000
}

.btn.btn-burger:hover i:before {
    color: #f0a500
}

#detailsVideoTrigger {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative
}

#detailsVideoTrigger img {
    width: 100%
}

#detailsVideoTrigger svg {
    height: 40px;
    opacity: .8;
    position: absolute;
    width: 43px
}

#detailsVideoTrigger:active:before,#detailsVideoTrigger:focus:before,#detailsVideoTrigger:hover:before {
    opacity: 1
}

.btn-radio {
    border: 0;
    color: #323232;
    cursor: pointer;
    font-size: 14px
}

.btn-radio,.btn-radio.active {
    box-shadow: none;
    outline: none
}

.btn-radio:first-of-type {
    margin-right: 10px
}

.btn-facebook {
    background-color: #4965b5;
    border-color: #3f589d;
    color: #fff
}

.btn-facebook:active,.btn-facebook:focus,.btn-facebook:hover {
    background-color: #3f589d;
    border-color: #374d89;
    color: #fff
}

.pp-express-btn {
    background: none;
    border: 0;
    display: block;
    margin: 0 auto 20px;
    max-width: 200px;
    outline: 0;
    padding: 0;
    width: 100%
}

.pp-express-btn img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}

.pp-express-btn:hover {
    background: none;
    border: 0;
    outline: 0
}

.pp-express-btn[disabled] {
    opacity: .5
}

button.js-link {
    border: 0;
    box-shadow: none;
    color: #369;
    outline: 0;
    padding: 0
}

button.js-link:hover {
    text-decoration: underline
}

.btn-slide,.btn-slide-next,.btn-slide-prev {
    align-items: center;
    background: #000!important;
    border: none!important;
    color: #fff!important;
    display: inline-flex;
    height: 41px;
    justify-content: center;
    margin: 0;
    width: 41px
}

.btn-slide-next.slick-disabled,.btn-slide-prev.slick-disabled,.btn-slide.slick-disabled {
    background-color: #e6e6e6!important;
    opacity: 1!important
}

.btn-slide-next .fal,.btn-slide-prev .fal,.btn-slide .fal {
    font-weight: 900!important
}

.img-bordered {
    border: 1px solid #ddd
}

.image-box {
    position: relative
}

.image-box--preview {
    background: url(https://www.kirstein.de/images/pattern/stripes-light.png) repeat
}

img.image-absolute {
    display: inline-block;
    height: auto;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

img.center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.img-banner-full {
    border-radius: 8px 8px 0 0;
    margin-top: -31px;
    width: 100%
}

.banner-full {
    margin: -20px 0
}

.image-4_3 {
    display: block;
    overflow: hidden;
    padding-top: 75%;
    position: relative
}

.image-4_3 img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.banner-top-full img,.img-fluid {
    display: block;
    height: auto;
    max-width: 100%
}

.image-bg {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%
}

.image-bg.top-center {
    background-position: top
}

.image-bg.top-left,.image-bg.top-right {
    background-position: 0 0
}

.image-bg.bottom-center {
    background-position: bottom
}

.image-bg.bottom-left {
    background-position: 0 100%
}

.image-bg.bottom-right {
    background-position: 100% 100%
}

input.payment-radio {
    display: none
}

.kir-form-field {
    margin-bottom: 15px
}

.kir-form-field label {
    color: #323232;
    display: block;
    font-size: 12px;
    font-weight: 400
}

.kir-form-field label.req {
    color: #000;
    font-weight: 600
}

.kir-form-field.has-error {
    margin-bottom: 5px
}

.kir-form-field.has-error label {
    color: #c50000
}

.kir-form-field.has-error input {
    border-color: #c50000
}

.form-control-rd {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: #ddd;
    box-shadow: none;
    color: #000;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    max-width: 100%;
    padding: 6px 12px
}

.has-feedback label~.form-control-feedback {
    line-height: 34px;
    top: 22px;
    vertical-align: middle
}

.has-feedback .form-control-feedback {
    line-height: 34px
}

.text-block-xl {
    max-width: 960px
}

.text-block-md {
    max-width: 720px
}

.text-block-sm {
    max-width: 480px
}

.text-block-xs {
    max-width: 320px
}

.text-block--spacer {
    background-color: #ddd;
    height: 1px;
    margin: 2rem 0
}

.salutation .btn.btn-radio {
    border: 2px solid #ddd;
    border-radius: 10px;
    height: 74px;
    width: 74px
}

.salutation .btn.btn-radio.active,.salutation .btn.btn-radio:hover {
    border-color: #972960
}

.salutation .btn.btn-radio input[type=radio] {
    display: none
}

.salutation .gender-icon {
    margin-bottom: 10px
}

table td {
    font-size: 14px
}

table.table-sm {
    font-size: 12px
}

table.table-usp {
    background-color: #fff;
    margin: 0
}

table.table-usp a {
    color: #000
}

table.table-usp td {
    background-color: transparent;
    border: 0;
    padding: 5px;
    vertical-align: middle
}

table.table-usp tr:first-child td {
    border: 0
}

table.table-usp svg.usp {
    fill: #999;
    height: 23px;
    margin: 0;
    vertical-align: middle;
    width: 23px
}

table.table-manuals tr:first-child td {
    border-top: 0
}

table.table-attributes {
    max-width: 500px
}

table.table-attributes>tbody>tr>td,table.table-attributes>tbody>tr>th {
    padding: 6px
}

table.table-attributes th {
    border-top: 1px solid #ddd
}

table.table-noborder>tbody>tr>td,table.table-noborder>tbody>tr>th,table.table-noborder>tfoot>tr>td,table.table-noborder>tfoot>tr>th,table.table-noborder>thead>tr>td,table.table-noborder>thead>tr>th {
    border: 0
}

.table-responsive {
    margin-bottom: 10px
}

.attribute-table {
    list-style: none;
    max-width: 530px;
    padding: 0;
    width: 100%
}

.attribute-table li {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    transition: background-color .1s;
    width: 100%
}

.attribute-table li:hover {
    background-color: #f6f6f6
}

.attribute-table li:last-child {
    border: none
}

.attribute-title,.attribute-value {
    width: 50%
}

.attribute-title {
    font-weight: 700;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    padding-right: 10px
}

.navbar-light {
    background-color: #f8f8f8;
    border: 0
}

.navbar-light .navbar-nav>li>a {
    color: #000
}

.nav-aside {
    margin-bottom: 20px
}

.nav-aside a {
    background-color: #fff;
    border-bottom: 0;
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 10px
}

.nav-aside a i {
    margin-right: 5px
}

.nav-aside a:first-child {
    border-top: 0
}

.nav-aside a:last-child {
    border-bottom: 0
}

.nav-aside a:hover {
    background-color: #f8f8f8;
    text-decoration: none
}

.nav-aside a.active {
    background-color: #eee
}

.nav-aside.dd-menu {
    margin-bottom: 0
}

.nav-aside.dd-menu a:first-child {
    border-top: 0
}

.nav-aside.dd-menu a:last-child {
    border-bottom: 0
}

.nav-aside.nav-aside-sm a {
    font-size: 13px;
    padding: 5px
}

.box-content .nav-aside {
    margin: 0
}

.dropdown-menu.full-size {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    width: 100%
}

.dropdown-menu.full-size.container {
    padding-bottom: 10px;
    padding-top: 20px;
    position: inherit!important
}

.dropdown-menu.full-size.container,.dropdown-menu.inside {
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu.inside {
    border: 0;
    left: 0;
    margin: 0 auto;
    padding: 30px 20px 20px;
    right: 0
}

#header .nav>li {
    position: inherit
}

#header .nav>li>a {
    color: #000
}

#header .nav>li>a:active,#header .nav>li>a:focus,#header .nav>li>a:hover {
    color: #fff
}

#header .nav li ul .nav-strong {
    margin-bottom: 10px;
    margin-left: -10px
}

#header .nav li ul a,#header .nav li ul a:active,#header .nav li ul a:focus,#header .nav li ul a:hover {
    color: #000
}

.nav-color {
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.nav-spacer {
    border-top: 1px solid #ddd;
    height: 1px;
    margin: 10px -10px
}

.nav-list-header {
    margin-bottom: 10px
}

.nav-list-header>a {
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 5px
}

.nav-list-header.hasSubs>a {
    font-weight: 600
}

.nav-list-header.no-link {
    color: #000;
    font-size: 1.1em;
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 5px
}

ul.nav-subs {
    list-style: none;
    padding-left: 1em
}

@media(min-width: 768px) {
    #mainnav .nav>li>a {
        padding:10px 20px
    }
}

@media(min-width: 992px) {
    #mainnav .nav>li>a,.lang-fr #mainnav .nav>li>a,.lang-it #mainnav .nav>li>a {
        padding:10px 9px
    }
}

@media(min-width: 1440px) {
    #mainnav .nav>li>a {
        padding:10px 20px
    }
}

#header-usp .usp-icon {
    fill: #999;
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
    width: 18px
}

a.guaranteelink,a.guaranteelink:hover {
    color: #000
}

.details-usp {
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    width: 20px
}

.details-usp-3 {
    fill: #c50000
}

.details-usp-60 {
    fill: #3aaa35
}

.svg-icon-express {
    fill: #3aaa36
}

.svg-icon-truck.prime {
    fill: #e2b007
}

.icon-svg {
    display: inline-block;
    height: 14px;
    width: 17px
}

.fileicon-pdf {
    background-image: url(//www.kirstein.de/images/icons/file/pdficon_small.png)
}

.fileicon-pdf,.fileicon-zip {
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    width: 16px
}

.fileicon-zip {
    background-image: url(//www.kirstein.de/images/icons/file/zip.png)
}

.mhk-list-check {
    padding-left: 0
}

.mhk-list-check li:before {
    color: #f0a500;
    content: "\f00c";
    font-family: Font Awesome\ 5 Pro;
    margin: 0 5px 0 0
}

body.lang-de [class^=mhk-payment-] {
    background-image: url(//www.kirstein.de/images/icons/sprite-header-footer-de.png);
    background-repeat: no-repeat
}

body.lang-en [class^=mhk-payment-] {
    background-image: url(//www.kirstein.de/images/icons/sprite-header-footer-en.png);
    background-repeat: no-repeat
}

body.lang-fr [class^=mhk-payment-] {
    background-image: url(//www.kirstein.de/images/icons/sprite-header-footer-fr.png);
    background-repeat: no-repeat
}

body.lang-it [class^=mhk-payment-] {
    background-image: url(//www.kirstein.de/images/icons/sprite-header-footer-it.png);
    background-repeat: no-repeat
}

body.lang-nl [class^=mhk-payment-] {
    background-image: url(//www.kirstein.de/images/icons/sprite-header-footer-nl.png);
    background-repeat: no-repeat
}

body.lang-es [class^=mhk-payment-] {
    background-image: url(//www.kirstein.de/images/icons/sprite-header-footer-es.png);
    background-repeat: no-repeat
}

.mhk-payment-paypal {
    background-position: 1px -146px;
    height: 47px;
    width: 74px
}

.mhk-payment-paypal:hover {
    background-position: 1px -95px
}

.mhk-payment-visa {
    background-position: -75px -146px;
    height: 47px;
    width: 74px
}

.mhk-payment-visa:hover {
    background-position: -75px -95px
}

.mhk-payment-mastercard {
    background-position: -151px -146px;
    height: 47px;
    width: 74px
}

.mhk-payment-mastercard:hover {
    background-position: -151px -95px
}

.mhk-payment-amazon {
    background-position: -227px -146px;
    height: 47px;
    width: 74px
}

.mhk-payment-amazon:hover {
    background-position: -227px -95px
}

.mhk-payment-sofort {
    background-position: -303px -146px;
    height: 47px;
    width: 74px
}

.mhk-payment-sofort:hover {
    background-position: -303px -95px
}

.mhk-payment-klarna {
    background-position: -379px -146px;
    height: 47px;
    width: 74px
}

.mhk-payment-klarna:hover {
    background-position: -379px -95px
}

.mhk-payment-commerzfinanz {
    background-position: -455px -146px;
    height: 47px;
    width: 74px
}

.mhk-payment-commerzfinanz:hover {
    background-position: -455px -95px
}

.mhk-payment-vorauskasse {
    background-position: -531px -146px;
    height: 47px;
    width: 74px
}

.mhk-payment-vorauskasse:hover {
    background-position: -531px -95px
}

.mhk-payment-abholung {
    background-position: -683px -146px;
    height: 47px;
    width: 74px
}

.mhk-payment-abholung:hover {
    background-position: -683px -95px
}

.rating-star-filled {
    color: #ffdc0f
}

.rating-star-empty {
    color: #cdcdcd
}

.svg-star {
    display: inline-block;
    height: 17px;
    width: 17px
}

.svg-star.rating-star-empty {
    fill: #cdcdcd
}

.svg-star.rating-star-filled,.svg-star.rating-star-half {
    fill: #ffdc0f
}

.mhk-rating-stars {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    vertical-align: middle
}

.mhk-rating-stars-2x .svg-star {
    height: 34px;
    width: 34px
}

.rating .icon-star,.rating .icon-star-empty,.rating .icon-star-half,.rating .icon-star-half-empty,.star-ratings .icon-star,.star-ratings .icon-star-empty,.star-ratings .icon-star-half,.star-ratings .icon-star-half-empty {
    color: #f0a500
}

.rating a,.star-ratings a {
    cursor: pointer;
    text-decoration: none
}

.review-count {
    color: #700
}

[class^=stock-status-] {
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    width: 26px
}

[class^=stock-status-].dot {
    height: 13px;
    width: 13px
}

[class^=stock-status-].tiny {
    height: 9px;
    width: 11px
}

[class^=stock-status-].vertical {
    height: 25px;
    width: 14px
}

.stock-status-1 {
    fill: #36a53d
}

.stock-status-2,.stock-status-3,.stock-status-4,.stock-status-11 {
    fill: #89b326
}

.stock-status-5,.stock-status-6,.stock-status-7 {
    fill: #ffdc0f
}

.stock-status-9 {
    fill: #e32727
}

.stock-status-10 {
    fill: #cdcdcd
}

.stock-status-12,.stock-status-13 {
    fill: #f0a500
}

.usp-list {
    display: flex;
    margin: 0 -5px;
    padding-bottom: 20px
}

.usp-list .usp-box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-left: 5px;
    margin-right: 5px;
    width: 16.66666%
}

.usp-box {
    background-color: transparent;
    display: block;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
    text-decoration: none
}

.usp-box:focus,.usp-box:hover,.usp-box:visited {
    background-color: #f8f8f8;
    text-decoration: none
}

.usp-box .h3 {
    font-weight: 600;
    margin: 5px 0
}

.usp-box p {
    margin: 0
}

.usp-list-vertical .usp-box {
    border-bottom: 1px solid #ddd;
    display: flex;
    margin: 0;
    padding: 10px 0;
    text-align: left
}

.usp-list-vertical .usp-box:focus,.usp-list-vertical .usp-box:hover,.usp-list-vertical .usp-box:visited {
    background-color: transparent
}

.usp-list-vertical .usp-box img {
    display: block;
    margin-right: 20px;
    max-width: 80px
}

.link-box {
    grid-gap: 10px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media(min-width: 767px) {
    .link-box {
        flex-direction:row
    }
}

.link-box a {
    text-decoration: none!important
}

.link-box-item {
    border: 1px solid #ddd;
    border-radius: 100px;
    color: #000;
    flex: 1;
    font-size: 1.5rem;
    font-weight: 300;
    padding: .75rem 2rem;
    text-align: center
}

@media(min-width: 767px) {
    .link-box-item {
        flex:auto;
        width: calc(50% - 5px)
    }
}

.link-box .label {
    color: #000
}

.link-box-icon {
    color: #c50000
}

ul.circle {
    padding-left: 25px
}

ul.circle li {
    list-style: circle!important
}

ul.list-check {
    margin-bottom: 0;
    padding-left: 0
}

ul.list-check li {
    list-style: none;
    padding: 3px 0 3px 20px;
    position: relative
}

ul.list-check li:before {
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    display: inline-block;
    font-family: font awesome\ 5 pro;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-rendering: auto;
    top: 3px
}

ul.list-check-grey li:before {
    color: #b7b7b7
}

ul.list-check-primary li:before {
    color: #f0a500
}

ul.list-details-usp li:first-child {
    margin-bottom: 5px
}

ul.list-sparset-icons {
    list-style: none;
    padding-left: 0
}

ul.list-sparset-icons li {
    border: 1px solid #ddd;
    display: block;
    float: left;
    height: 60px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 3px;
    position: relative;
    text-align: center;
    width: 60px
}

ul.list-sparset-icons li.icon {
    border: 0;
    line-height: 60px;
    width: auto
}

ul.list-sparset-icons img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 53px;
    max-width: 53px;
    position: absolute;
    right: 0;
    top: 0
}

.kir-payment-methods {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.payment-method {
    align-self: flex-start;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    flex: 1 1 80px;
    height: 50px;
    margin: 5px;
    min-width: 100px;
    padding: 5px
}

.payment-method.br-0 {
    border: 0
}

.payment-method img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%
}

.miniwishlist-delete {
    color: #777;
    cursor: pointer;
    display: inline-block
}

.miniwishlist-delete:active,.miniwishlist-delete:focus,.miniwishlist-delete:hover {
    color: #000;
    cursor: pointer;
    text-decoration: underline
}

#manufacturerNav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0
}

#manufacturerNav ul li {
    flex: 1 1 50%;
    list-style-type: none;
    margin: 0 2px
}

#manufacturerNav ul li button {
    padding: 4px 2px;
    width: 100%
}

@media(min-width: 1200px) {
    #manufacturerNav ul li button {
        padding:6px 12px
    }
}

.bg-drop {
    -webkit-backdrop-filter: grayscale(.8);
    backdrop-filter: grayscale(.8);
    background-color: rgba(0,0,0,.6);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color .2s ease-in-out,-webkit-backdrop-filter .2s ease-in-out;
    transition: backdrop-filter .2s ease-in-out,background-color .2s ease-in-out;
    transition: backdrop-filter .2s ease-in-out,background-color .2s ease-in-out,-webkit-backdrop-filter .2s ease-in-out;
    z-index: 2000
}

body.drop--show .bg-drop {
    display: block
}

body.drop--show #header {
    position: relative;
    z-index: 2001
}

body.no-scroll {
    margin-right: 20px;
    margin-right: var(--scrollbarWidth)
}

body .buorg {
    background-color: #fff;
    border: 0;
    box-shadow: 0 0 15px 10px rgba(0,0,0,.45);
    color: #000;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    margin-bottom: 20px
}

body .buorg-pad {
    padding: 20px 20px 0
}

body .buorg-mainmsg {
    display: inline-block
}

body .buorg-moremsg {
    display: block;
    margin: 10px 0 20px
}

body .buorg-mainmsg {
    font-size: 1.2em
}

body .buorg-buttons {
    margin-top: 10px
}

body #buorgig,body #buorgpermanent,body #buorgul {
    background-color: #23941e;
    box-shadow: none;
    line-height: 1.428571429;
    margin-bottom: 20px;
    padding: 6px 12px
}

body #buorgig:hover,body #buorgpermanent:hover,body #buorgul:hover {
    background-color: #176114
}

body #buorgig {
    background-color: #f0ad4e
}

body #buorgig:hover {
    background-color: #eb9316
}

@media only screen and (max-width: 700px) {
    body .buorg div {
        padding:20px 10px 10px
    }
}

#trustpilot-widget {
    margin: 0 auto;
    width: 144px
}

#trustpilot-widget a {
    color: #5d5d5d;
    display: block;
    font-size: .9rem
}

#trustpilot-widget .ts-logo {
    margin-bottom: 5px
}

#trustpilot-widget .ts-stars {
    margin-bottom: 4px
}

.internal-tab--trigger {
    border: 0;
    border-radius: 0!important;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.internal-tab--container {
    background-color: #eee;
    display: none;
    padding: 2rem
}

.internal-tab--container.active {
    display: block
}

.internal-tab--container table tr td,.internal-tab--container table tr th {
    border-right: 2px solid #ddd
}

.internal-tab--container table tr td:last-child,.internal-tab--container table tr th:last-child {
    border-right: 0
}

.internal-tab--iframe {
    height: 100%;
    width: 100%
}

.category-list--head {
    align-items: center;
    display: flex
}

.category-list--element {
    margin-bottom: 3rem
}

.category-list--header {
    font-size: 2.5rem;
    font-weight: 700
}

h3.category-list--header {
    font-size: 1.8rem;
    margin-top: 2rem
}

.category-list--subs {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    grid-column: 2/3;
    list-style: none;
    margin: 0;
    padding: 0
}

.category-list--image {
    align-items: center;
    display: flex;
    height: 75px;
    justify-content: center;
    margin-right: 1rem;
    width: 75px
}

.category-list--sub {
    font-size: 16px;
    letter-spacing: -.08px;
    line-height: 24px;
    list-style: none;
    margin: 0;
    padding: 0
}

.category-list--link {
    color: #000;
    display: inline-block;
    outline: none;
    padding: 8px 0
}

.category-list--link:hover {
    text-decoration: underline
}

.category-list--sub-link {
    padding-left: 0
}

@media(min-width: 768px) {
    .category-list--subs {
        grid-column-gap:16px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px
    }

    .category-list--header {
        font-size: 3rem
    }

    h3.category-list--header {
        font-size: 2.2rem
    }

    .category-list--head {
        display: contents
    }

    .category-list--image {
        align-items: baseline;
        grid-row: span 2/auto;
        height: auto;
        margin: 0;
        width: auto
    }

    .category-list--element {
        display: grid;
        grid-template-columns: 240px auto
    }
}

@media(min-width: 992px) {
    .category-list--subs {
        grid-column-gap:24px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

.login-link-form {
    border: 1px solid #ddd;
    border-radius: 25px;
    color: #999;
    margin-bottom: 2rem;
    padding: 2rem;
    position: relative
}

.login-link-form--icon {
    background-color: #fff;
    font-size: 2rem;
    left: 50%;
    padding: 0 1rem;
    position: absolute;
    top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.login-link-form--header {
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center
}

#sendPassLinkForm {
    padding: 2rem
}

.manufacturer-novelties {
    background-color: #f4f4f4;
    border-radius: 25px;
    padding: 1rem
}

.pswp__button--close,.pswp__button--zoom,.pswp__counter {
    display: none!important
}

.kir-gallery {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative
}

.kir-gallery__carousel {
    align-items: center;
    display: flex;
    height: 0;
    justify-content: center;
    margin-bottom: 5px;
    padding-top: min(67%,380px);
    position: relative;
    width: 100%
}

@media(min-width: 1200px) {
    .kir-gallery__carousel {
        height:576px;
        padding-top: 0
    }
}

.kir-gallery__carousel a {
    --current-translate: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(var(--current-translate),-50%);
    transform: translate(var(--current-translate),-50%);
    width: 100%
}

.kir-gallery__carousel img {
    display: block;
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.kir-gallery__carousel svg {
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 55px
}

.kir-gallery__carousel__video {
    display: block;
    max-width: 900px;
    overflow: hidden;
    position: relative
}

.kir-gallery__carousel__video:after,.kir-gallery__carousel__video:before {
    background-color: transparent;
    content: "";
    height: calc(100% - 57px);
    position: absolute;
    top: 0;
    width: calc(50% - 34px);
    z-index: 62
}

.kir-gallery__carousel__video:after {
    left: 0
}

.kir-gallery__carousel__video:before {
    right: 0
}

.kir-gallery__carousel__video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.kir-gallery__carousel__video svg {
    cursor: pointer;
    height: 61.88px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 68px
}

.kir-gallery__lightbox {
    --pswp-bg: #fff;
    --pswp-placeholder-bg: #222;
    --pswp-root-z-index: 100000;
    --pswp-preloader-color: rgba(79,79,79,0.4);
    --pswp-preloader-color-secondary: hsla(0,0%,100%,0.9);
    --pswp-icon-color: #000;
    --pswp-icon-color-secondary: transparent;
    --pswp-icon-stroke-color: transparent;
    --pswp-icon-stroke-width: 2px;
    --pswp-error-text-color: var(--pswp-icon-color)
}

.kir-gallery__lightbox .btn-slide {
    border-radius: 100%
}

.kir-gallery__lightbox .btn--close {
    position: absolute;
    right: 15px;
    top: 15px
}

.kir-gallery__lightbox button[\:has\(.btn-slide\)] {
    display: none
}

.kir-gallery__lightbox button:has(.btn-slide) {
    display: none
}

@media(min-width: 992px) {
    .kir-gallery__lightbox button[\:has\(.btn-slide\)] {
        display:inline;
        display: initial
    }

    .kir-gallery__lightbox button:has(.btn-slide) {
        display: inline;
        display: initial
    }
}

.kir-gallery__lightbox__thumbs {
    align-items: center;
    bottom: 0;
    height: calc(55px + 2rem);
    position: absolute;
    width: 100%;
    z-index: 1000000
}

.kir-gallery__lightbox__thumbs,.kir-gallery__thumbs {
    display: flex;
    justify-content: center
}

.kir-gallery__thumbs__thumb {
    background-color: #ddd;
    border-radius: 50%;
    height: 8px;
    margin-right: 10px;
    position: relative;
    transition: .1s;
    width: 8px
}

.kir-gallery__thumbs__thumb:last-of-type {
    margin-right: 0
}

.kir-gallery__thumbs__thumb.active {
    background-color: #aaa
}

.kir-gallery__thumbs__thumb img {
    display: none
}

.kir-gallery__thumbs__thumb svg {
    display: none;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 30px
}

@media(min-width: 992px) {
    .kir-gallery__thumbs {
        justify-content:start
    }

    .kir-gallery__thumbs__thumb {
        align-items: center;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        cursor: pointer;
        display: flex;
        height: 59px;
        justify-content: center;
        margin-right: 5px;
        padding: 2px;
        width: 59px
    }

    .kir-gallery__thumbs__thumb:last-of-type {
        margin-right: 0
    }

    .kir-gallery__thumbs__thumb.active {
        background-color: #fff;
        border-color: #868686
    }

    .kir-gallery__thumbs__thumb:hover {
        -webkit-filter: brightness(.95);
        filter: brightness(.95)
    }

    .kir-gallery__thumbs__thumb img {
        display: block;
        max-height: calc(100% - 4px);
        max-width: calc(100% - 4px)
    }

    .kir-gallery__thumbs__thumb svg {
        display: inline;
        display: initial
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translate(var(--current-translate),-50%);
        transform: translate(var(--current-translate),-50%)
    }

    to {
        -webkit-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%)
    }
}

@keyframes slideLeft {
    0% {
        -webkit-transform: translate(var(--current-translate),-50%);
        transform: translate(var(--current-translate),-50%)
    }

    to {
        -webkit-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%)
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translate(var(--current-translate),-50%);
        transform: translate(var(--current-translate),-50%)
    }

    to {
        -webkit-transform: translate(100%,-50%);
        transform: translate(100%,-50%)
    }
}

@keyframes slideRight {
    0% {
        -webkit-transform: translate(var(--current-translate),-50%);
        transform: translate(var(--current-translate),-50%)
    }

    to {
        -webkit-transform: translate(100%,-50%);
        transform: translate(100%,-50%)
    }
}

.slide-in-left,.slide-in-right,.slide-out-left,.slide-out-right {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    pointer-events: none;
    position: absolute
}

.slide-in-left,.slide-out-left {
    -webkit-animation-name: slideLeft;
    animation-name: slideLeft
}

.slide-in-right,.slide-out-right {
    -webkit-animation-name: slideRight;
    animation-name: slideRight
}

.slide-in-left,.slide-in-right {
    animation-direction: reverse
}

.slide-out-left,.slide-out-right {
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.gridProduct {
    height: 360px
}

.gridProduct a {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 25px;
    color: #000;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 25px;
    text-decoration: none;
    width: 100%
}

.gridProduct a:hover {
    border-color: #868686
}

.gridProduct__rating {
    margin-top: 20px
}

.gridProduct__image {
    align-items: center;
    display: flex;
    height: 150px;
    justify-content: center;
    position: relative
}

.gridProduct__title {
    flex-grow: 1;
    margin-bottom: 5px
}

.gridProduct .btn {
    background-color: transparent;
    font-size: 1.5em;
    padding: 0 7px
}

.gridProduct .btn.active {
    box-shadow: none
}

.gridProduct .btn:focus {
    outline: none
}

.gridProduct .bottom {
    grid-gap: 3px;
    gap: 3px;
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    justify-self: flex-end
}

.gridProduct .bottom .price {
    text-align: right
}

.gridProduct .bottom .spacer {
    flex-grow: 1
}

@-webkit-keyframes skeleton-loading {
    0% {
        background-color: #f4f4f4
    }

    to {
        background-color: #f2f2f2
    }
}

@keyframes skeleton-loading {
    0% {
        background-color: #f4f4f4
    }

    to {
        background-color: #f2f2f2
    }
}

.skeleton-text-line {
    -webkit-animation: skeleton-loading 1s linear infinite alternate;
    animation: skeleton-loading 1s linear infinite alternate;
    border-radius: .25rem;
    height: 1rem;
    margin-bottom: .5rem;
    margin-top: 3px
}

.cl-basket .fixedWidthScroller .h2 {
    font-weight: 700
}

.fixedWidthScroller__container {
    padding-bottom: 20px;
    position: relative
}

.fixedWidthScroller__overlay {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .2s ease;
    width: 20px
}

.fixedWidthScroller__overlay--left {
    left: 0
}

.fixedWidthScroller__overlay--right {
    right: 0
}

.fixedWidthScroller__overflow-hidden {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%
}

.fixedWidthScroller__button {
    align-items: center;
    background-color: #000;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 41px;
    justify-content: center;
    outline: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 10px));
    transform: translateY(calc(-50% - 10px));
    transition: all .2s ease-in-out;
    width: 41px;
    z-index: 1
}

.fixedWidthScroller__button:hover {
    background-color: #111
}

.fixedWidthScroller__button--left {
    left: 0
}

.fixedWidthScroller__button--right {
    right: 0
}

.fixedWidthScroller__button:disabled {
    cursor: default;
    opacity: 0
}

.fixedWidthScroller__scroller {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    justify-self: flex-start;
    overflow-x: auto;
    overflow-y: hidden
}

.fixedWidthScroller__scroller>* {
    margin-right: 20px
}

.fixedWidthScroller__scroller>:last-of-type {
    margin-right: 0
}

.fixedWidthScroller__scroller div {
    scroll-snap-align: start;
    flex-shrink: 0
}

.fixedWidthScroller__scroller::-webkit-scrollbar {
    display: none
}

.fixedWidthScroller .control-dots {
    cursor: default;
    margin: 0
}

.fixedWidthScroller .control-dots .dot {
    cursor: default
}

.fixedWidthScroller .h2 {
    display: flex;
    justify-content: space-between
}

.fixedWidthScroller .h2 .pageIndicator {
    align-self: flex-end;
    color: #000;
    flex-shrink: 0;
    font-size: .6em;
    font-weight: 400
}

.kirreact-ssr-manufacturer {
    height: 360px;
    width: 230px
}

.kirreact-ssr-manufacturer a {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 25px;
    display: flex;
    height: 170px;
    justify-content: center;
    margin-bottom: 20px;
    padding: 25px
}

.kirreact-ssr-manufacturer a:hover {
    border-color: #868686
}

.kirreact-ssr-manufacturer a img {
    max-height: 100%
}

.languages-menu svg.flag {
    height: 14px;
    margin-right: 5px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    width: 19px
}

#header nav .dropdown-menu .loader-icon {
    align-items: center;
    color: #000;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

#header-topmenu {
    background-color: #f8f8f8
}

#header-topmenu .btn-link,#header-topmenu a {
    color: #666
}

#header-topmenu .btn-link:focus,#header-topmenu .btn-link:hover,#header-topmenu a:focus,#header-topmenu a:hover {
    color: #000;
    text-decoration: underline
}

#header-topmenu .btn-link:focus .usp-icon,#header-topmenu .btn-link:hover .usp-icon,#header-topmenu a:focus .usp-icon,#header-topmenu a:hover .usp-icon {
    fill: #000
}

#header-topmenu .btn-link:focus i,#header-topmenu .btn-link:hover i,#header-topmenu a:focus i,#header-topmenu a:hover i {
    color: #000
}

@media(max-width: 330px) {
    .lang-es #header-topmenu .btn-account,.lang-nl #header-topmenu .btn-account {
        padding:6px 2px
    }
}

.btn-usp {
    line-height: 18px;
    vertical-align: middle
}

.header-box {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.header-box .btn-link,.header-box .btn.dropdown-toggle {
    color: #000
}

.header-box .btn-link:focus,.header-box .btn-link:hover,.header-box .btn.dropdown-toggle:focus,.header-box .btn.dropdown-toggle:hover {
    color: #f0a500;
    text-decoration: none
}

.header-box .menus-col {
    margin-left: auto
}

.header-box .menus-col .dropdown-toggle {
    font-size: 12px
}

.header-box .menus-col .dropdown-toggle i {
    vertical-align: middle
}

@media(min-width: 992px) {
    .header-box {
        flex-wrap:nowrap
    }
}

.btn.kir-menu-toggle {
    margin-right: 10px
}

.btn.kir-menu-toggle.active:focus,.btn.kir-menu-toggle:focus {
    border: 1px solid transparent;
    outline: 0
}

.kir-logo {
    display: inline-block;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s,-webkit-transform .1s;
    width: 150px
}

.kir-logo img {
    max-width: 100%
}

.kir-logo:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

#mainnav {
    background-color: #323232;
    display: none
}

#mainnav .nav>li {
    border: 0
}

#mainnav .nav>li>a {
    color: #fff
}

#mainnav .nav>li>a:focus,#mainnav .nav>li>a:hover {
    background-color: rgba(0,0,0,.35)
}

.search-col {
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    width: 100%
}

.search-col .input-group .form-control {
    border-color: #f0a500;
    border-radius: 4px 0 0 4px;
    height: 34px;
    padding: 8px 20px
}

.search-col .input-group .form-control:focus,.search-col .input-group .form-control[focus-within] {
    box-shadow: none;
    outline: 0
}

.search-col .input-group .form-control:focus,.search-col .input-group .form-control:focus-within {
    box-shadow: none;
    outline: 0
}

.search-col .input-group .input-group-btn .btn {
    border-radius: 0 4px 4px 0
}

.trust-col {
    display: none
}

.trust-col,.usp-col {
    margin-left: auto;
    margin-right: auto
}

.usp-col a {
    margin-left: 20px
}

.usp-col a:first-child {
    margin-left: 0
}

@media(min-width: 992px) {
    #mainnav {
        display:block
    }

    .search-col {
        width: 320px
    }

    .lang-es .search-col {
        width: 300px
    }

    .lang-fr .search-col,.lang-it .search-col,.lang-nl .search-col {
        width: 320px
    }

    .trust-col {
        display: block
    }

    .header-box .menus-col .btn .text {
        display: inline
    }

    .kir-logo {
        display: inline-block;
        margin-right: 0;
        width: 200px
    }

    .kir-logo img {
        max-width: 100%
    }
}

@media(min-width: 1200px) {
    .search-col {
        padding:0;
        width: 420px
    }

    .lang-es .search-col,.lang-fr .search-col,.lang-nl .search-col {
        width: 420px
    }
}

@media(max-width: 991px) {
    .kir-logo {
        width:200px
    }

    .menu-dropdowns .btn.dropdown-toggle,.menu-dropdowns .btn.search-toggle {
        padding: 5px
    }

    #header .search-col {
        display: none
    }

    body.search-open #header .search-col {
        display: block;
        margin: 10px 0 0;
        order: 10
    }
}

@media(max-width: 767px) {
    #header .header-box {
        margin-left:-10px;
        margin-right: -10px;
        padding: 10px 0
    }

    #header .search-col {
        margin-bottom: 10px
    }

    .kir-logo {
        width: 160px
    }
}

@media(max-width: 400px) {
    .header-box .btn-link,.header-box .btn.dropdown-toggle,.header-box .btn.kir-menu-toggle {
        font-size:12px!important
    }

    .header-box .btn-burger {
        margin-right: 0
    }

    .header-box .kir-logo {
        width: 137px
    }
}

@media(max-width: 330px) {
    .header-box .kir-logo {
        width:127px
    }
}

#logoMain img {
    height: auto;
    margin-top: 0;
    max-height: 40px;
    max-width: 233px;
    width: auto
}

@media(max-width: 991px) {
    body.user.is-checkout .login {
        border-bottom:1px solid #ddd
    }
}

@media(max-width: 767px) {
    body.user.is-checkout .login {
        border-bottom:1px solid #ddd
    }
}

#sidebar .nav-root-list.nav-pills>li>a {
    border-radius: 4px;
    margin-bottom: 5px
}

#sidebar .nav-root-list.nav-pills>li>a.page-color-bg,#sidebar .nav-root-list.nav-pills>li>a.page-color-bg .itemCount {
    color: #fff
}

#sidebar .nav-parent-cat {
    background-color: #eee
}

#sidebar .itemCount {
    color: #777
}

#sidebar .nav-pills>li>a {
    color: #000
}

#sidebar ul.nav-subcats {
    border: 1px solid #ddd;
    border-radius: 4px
}

#sidebar ul.nav-subcats.nav-pills>li.disabled>a {
    background-color: #ededed
}

#sidebar ul.nav-subcats.nav-pills>li>a {
    border-radius: 0;
    padding: 8px 10px
}

#footer {
    background-color: #f2f2f2;
    padding: 30px 20px 20px
}

#footer .footer-usp {
    padding: 30px 0;
    text-align: center
}

#footer .footer-usp img {
    display: inline-block;
    max-width: 100%;
    padding: 5px
}

#footer ul.information {
    margin-bottom: 20px
}

@media(max-width: 364px) {
    #footer .footer-usp img {
        height:auto;
        width: 80px
    }
}

#footer .footer-box ul li {
    list-style: none
}

#footer .footer-box .inner-box {
    border-top: 1px solid transparent;
    height: 220px;
    margin: 0 -10px 20px -11px
}

#footer .footer-box .icon {
    font-size: 50px;
    margin-top: 15px;
    text-align: center
}

#footer .footer-box .h3,#footer .footer-box .h4,#footer .footer-box .title,#footer .footer-box h3,#footer .footer-box h4 {
    color: #333;
    display: block;
    font-weight: 700;
    text-align: center
}

#footer .footer-box .content {
    text-align: center
}

#footer .footer-box.footer-box-lg .inner-box {
    height: 350px;
    margin-top: -1px
}

#footer .footer-box.footer-box-lg .content {
    padding: 0 15px 15px;
    text-align: left
}

#footer .footer-box.footer-box-lg .h3,#footer .footer-box.footer-box-lg .h4,#footer .footer-box.footer-box-lg .title {
    padding: 0 15px;
    text-align: left
}

#footer .footer-box.mail {
    margin: -1px 0;
    text-align: center
}

#footer .footer-box.mail .mailto {
    line-height: 1em;
    margin: 0 auto;
    width: 321px
}

#footer .footer-box.mail .inner-box {
    padding: 15px 0;
    text-align: center;
    width: auto
}

#footer .footer-box.mail .icon {
    float: none;
    font-size: 50px;
    line-height: 50px
}

#footer .footer-box.mail .content {
    font-size: 24px;
    line-height: 50px;
    width: auto
}

#footer .footer-box.hotline a.h4 {
    color: #333
}

#footer .footer-box.hotline a.h4:hover {
    color: #333;
    text-decoration: none
}

#footer .footer-box.newsletter .inner-box {
    background-color: #f0a500;
    margin: 0;
    position: relative;
    width: 100%
}

#footer .footer-box.newsletter .content {
    height: 100%;
    width: 100%
}

@media(min-width: 1460px) {
    #footer .footer-box.newsletter .content {
        padding-left:120px
    }
}

#footer .footer-box.newsletter .h3,#footer .footer-box.newsletter .h4,#footer .footer-box.newsletter .title {
    text-align: left
}

#footer .footer-box.newsletter .nl-badge {
    left: 0;
    max-width: 100px;
    position: absolute;
    top: -1px
}

#footer .footer-box.newsletter p.info {
    margin: 10px 60px 0 0
}

#footer .footer-box.newsletter .nl_text-content {
    margin: auto;
    max-width: 350px;
    position: relative
}

@media(min-width: 1460px) {
    #footer .footer-box.newsletter .nl_text-content {
        margin:0
    }
}

#footer .footer-box.newsletter .nl_text-content .nl-btn-row {
    grid-gap: 10px;
    gap: 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px
}

@media(min-width: 450px) {
    #footer .footer-box.newsletter .nl_text-content .nl-btn-row {
        flex-direction:row
    }
}

#footer .footer-box.newsletter .nl_text-content .nl-btn {
    background-color: #777;
    border: none;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 700;
    padding: .75rem;
    text-decoration: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

@media(min-width: 400px) {
    #footer .footer-box.newsletter .nl_text-content .nl-btn {
        font-size:14px;
        padding: .75rem 1rem
    }
}

#footer .footer-box.newsletter .nl_text-content .nl-btn:hover {
    background-color: #666
}

#footer .footer-box.newsletter .nl_text-content .nl-btn-secondary {
    background-color: #972960
}

#footer .footer-box.newsletter .nl_text-content .nl-btn-secondary:hover {
    background-color: #852455
}

#footer .footer-box.newsletter .nl_text-content input {
    border: 1px solid #ccc!important;
    box-shadow: none!important;
    margin: auto;
    max-width: 90%
}

#footer .footer-box.newsletter .nl__testimonial__footer {
    bottom: 0;
    display: none;
    height: 100%;
    position: absolute;
    right: 0
}

@media(min-width: 1460px) {
    #footer .footer-box.newsletter .nl__testimonial__footer {
        display:block
    }
}

#footer .footer-box.newsletter .nl__testimonial__footer img {
    height: 100%
}

#footer .footer-box.newsletter .nl__testimonial__footer p {
    bottom: 5px;
    color: #972960;
    font-size: 10px;
    font-weight: 700;
    max-width: 200px;
    position: absolute;
    right: 0;
    text-align: center
}

#footer .times {
    display: block
}

#footer .times:first-child {
    margin-top: 10px
}

#footer .social-networks svg {
    height: 38px;
    width: 42px
}

#footer .social-networks a {
    color: #777
}

#footer .social-networks a:active,#footer .social-networks a:focus,#footer .social-networks a:hover {
    color: #333;
    text-decoration: none
}

#footer .payment-icons {
    padding: 30px 15px 0
}

#footer .payment-icons a {
    display: block;
    text-align: center;
    text-decoration: none
}

#footer .payment-icons a:active,#footer .payment-icons a:focus,#footer .payment-icons a:hover {
    text-decoration: none
}

#footer .payment-icons i {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 34px
}

#footer .payment-icons i:last-child {
    margin-right: 0
}

#footer .quick-links {
    padding: 30px 0 0
}

#footer .quick-links .footer-box .inner-box {
    border: 0;
    height: auto;
    text-align: left
}

#footer .quick-links .footer-box .title {
    margin-top: 0;
    text-align: left
}

#footer .quick-links .footer-box .content {
    text-align: left
}

#footer .quick-links .ts {
    margin-right: 90px
}

#footer #tsTrustBadge {
    padding-top: 15px
}

#footer #tsTrustBadge>div {
    max-width: 200px!important
}

@media(min-width: 992px) {
    #footer .social-networks {
        display:flex;
        padding-left: 15px;
        text-align: left
    }

    #footer .social-networks a {
        margin: 0 10px
    }

    #footer .social-networks a:first-of-type,#footer .social-networks a:last-of-type {
        margin: 0
    }

    #footer .footer-box.newsletter .inner-box {
        padding-left: 0
    }

    #footer .footer-box .content {
        padding-left: 15px;
        text-align: left
    }

    #footer .footer-box .h3,#footer .footer-box .h4,#footer .footer-box h3,#footer .footer-box h4 {
        text-align: left
    }

    #footer .footer-box .icon {
        margin-left: 15px;
        text-align: left
    }
}

.legal {
    border-radius: 0;
    padding: 20px 10px 0
}

@media(max-width: 991px) {
    .legal .deliveryInfo,.legal .uvpInfo {
        display:block
    }

    #footer.footer-b2b nav a {
        display: block;
        margin: 0 auto 20px;
        max-width: 100%;
        width: 320px
    }

    #footer .payment-icons i {
        margin-right: 12px
    }

    #footer .quick-links .ts {
        margin-right: 50px
    }

    #footer .quick-links .footer-box .inner-box {
        height: auto;
        padding: 0;
        text-align: center
    }

    #footer .quick-links .footer-box .title {
        display: block;
        text-align: left
    }

    #footer .quick-links .footer-box .icon {
        display: none
    }

    #footer .quick-links .footer-box .content {
        margin-top: 15px;
        width: auto
    }

    #footer .quick-links .footer-box ul li {
        text-align: left
    }

    #footer .footer-box {
        height: auto;
        min-height: 0
    }

    #footer .footer-box.mail .content,#footer .footer-box.mail .icon {
        float: left
    }

    #footer .footer-box.newsletter .nl-badge {
        max-width: 125px
    }

    #footer .footer-box.newsletter p.info {
        margin: 10px 90px 0 0
    }

    #footer .footer-box.footer-box-lg .inner-box {
        height: 260px;
        text-align: left
    }

    #footer .footer-box.footer-box-lg .title {
        display: block
    }

    #footer .footer-box.footer-box-lg .icon {
        display: none
    }

    #footer .footer-box.footer-box-lg .content {
        margin-top: 15px;
        width: auto
    }

    #footer .col-legal {
        margin-bottom: 10px;
        text-align: center
    }

    #footer .footer-box .inner-box {
        height: auto;
        min-height: 0;
        padding: 30px 0;
        text-align: center
    }

    #footer .footer-box .icon {
        display: inline-block;
        line-height: 1em;
        margin-right: 30px;
        margin-top: 0
    }

    #footer .footer-box .content {
        display: inline-block;
        text-align: left;
        width: 250px
    }

    #footer .footer-box.hotline {
        text-align: center
    }

    #footer .footer-box.hotline a {
        color: #000
    }

    #footer .footer-box.hotline .inner-box {
        padding: 15px 0
    }

    #footer .footer-box.hotline .content {
        margin-top: 15px
    }

    #footer .footer-box .mailto a {
        color: #333
    }

    #footer .footer-box .title {
        display: none
    }

    #footer .footer-box .h3,#footer .footer-box .h4 {
        font-size: 1.6em;
        margin: 0;
        text-align: left
    }

    #footer .payment-icons [class^=mhk-payment-] {
        background-position-y: -146px
    }

    #footer .payment-icons i {
        margin: 0 15px 30px
    }

    #footer .times {
        display: inline
    }

    #footer .quick-links .footer-box .title,#footer .quick-links .footer-box ul li {
        text-align: center
    }
}

@media(max-width: 1199px) {
    #footer .footer-box.newsletter {
        float:none!important;
        margin-bottom: -1px
    }

    #footer .footer-box.newsletter .inner-box .content {
        max-width: none;
        width: auto
    }

    #footer .footer-box.newsletter .nl-badge {
        max-width: 110px
    }

    #footer .footer-box.newsletter p.info {
        margin: 10px 90px 0 0
    }
}

@media(max-width: 767px) {
    #footer .col-legal {
        margin-bottom:10px
    }

    #footer .footer-box {
        height: auto;
        min-height: 0
    }

    #footer .footer-box .icon {
        display: block;
        margin-right: 0
    }

    #footer .footer-box .content {
        text-align: center;
        width: auto
    }

    #footer .footer-box .h3,#footer .footer-box .h4,#footer .footer-box.mail,#footer .footer-box .title,#footer .footer-box h3,#footer .footer-box h4 {
        text-align: center
    }

    #footer .footer-box.mail .inner-box {
        padding: 15px 0;
        text-align: center;
        width: auto
    }

    #footer .footer-box.mail .mailto {
        line-height: 1em;
        margin: 0 auto;
        width: auto
    }

    #footer .footer-box.mail .icon {
        float: none;
        margin-right: 0
    }

    #footer .footer-box.mail .content {
        float: none
    }

    #footer .footer-box.hotline {
        text-align: center
    }

    #footer .footer-box.hotline .inner-box {
        padding: 15px 0
    }

    #footer .footer-box.hotline .content {
        margin-top: 15px
    }

    #footer .footer-box.newsletter {
        float: none!important
    }

    #footer .footer-box.newsletter p.info {
        margin: 10px 0 0
    }

    #footer .footer-box.newsletter .h4 {
        margin-bottom: 10px
    }

    #footer .footer-box.newsletter .nl-badge {
        display: none!important
    }

    #footer .footer-box.footer-box-lg .inner-box {
        height: auto;
        text-align: center
    }

    #footer .footer-box.footer-box-lg .title {
        display: block;
        text-align: center
    }

    #footer .footer-box.footer-box-lg ul {
        padding-left: 0
    }

    #footer .footer-box.footer-box-lg ul li {
        display: block;
        list-style: none!important;
        text-align: center
    }

    #footer .footer-box.footer-box-lg .icon {
        display: none
    }

    #footer .footer-box.footer-box-lg .content {
        display: block;
        margin-top: 15px;
        text-align: center;
        width: auto
    }

    #footer .quick-links .footer-box .content,.information,.services {
        display: block;
        width: 100%
    }

    .information li a,.services li a {
        background-image: none;
        background: #f9f9f9;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjlmOWY5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDF2MUgweiIvPjwvc3ZnPg==);
        background: linear-gradient(180deg,#f9f9f9 0,#ebebeb);
        border: 1px solid #ddd;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        display: block;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#ebebeb",GradientType=0);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.428571429;
        margin-bottom: 10px;
        padding: 6px 12px;
        text-align: center;
        touch-action: manipulation;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
        width: 100%
    }

    .information li a.active.focus,.information li a.active:focus,.information li a.focus,.information li a:active.focus,.information li a:active:focus,.information li a:focus,.services li a.active.focus,.services li a.active:focus,.services li a.focus,.services li a:active.focus,.services li a:active:focus,.services li a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .information li a.focus,.information li a:focus,.information li a:hover,.services li a.focus,.services li a:focus,.services li a:hover {
        color: #333;
        text-decoration: none
    }

    .information li a.active,.information li a:active,.services li a.active,.services li a:active {
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        outline: 0
    }

    .information li a.disabled,.information li a[disabled],.services li a.disabled,.services li a[disabled],fieldset[disabled] .information li a,fieldset[disabled] .services li a {
        box-shadow: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        opacity: .65
    }

    .information li a a.disabled,.services li a a.disabled,fieldset[disabled] .information li a a,fieldset[disabled] .services li a a {
        pointer-events: none
    }

    .information li a.active,.information li a:active,.information li a:focus,.information li a:hover,.services li a.active,.services li a:active,.services li a:focus,.services li a:hover {
        background: #f2f2f2;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjJmMmYyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDlkOWQ5Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDF2MUgweiIvPjwvc3ZnPg==);
        background: linear-gradient(180deg,#f2f2f2 0,#d9d9d9);
        color: #000;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#d9d9d9",GradientType=0)
    }

    .information li:last-child a,.services li:last-child a {
        margin-bottom: 0
    }

    .link-divider {
        display: none
    }

    .legal {
        margin-bottom: 0;
        text-align: center!important
    }
}

#incVatMessage {
    background-color: hsla(0,0%,100%,.5);
    border-radius: 4px 0 0 0;
    bottom: 0;
    padding: 2px 5px;
    position: fixed;
    right: 0;
    z-index: 500
}

#incVatInfo {
    float: right;
    padding-right: 10px
}

.category-banner {
    background-color: #323232;
    color: #fff;
    height: 320px;
    margin-bottom: 20px;
    margin-top: -20px;
    position: relative;
    width: 100%
}

.category-banner h1 {
    color: #fff;
    font-size: 2.2em;
    margin: 0;
    padding: 0
}

.category-banner .category-banner--content {
    padding: 20px
}

.category-banner .category-shortdescription {
    color: #fff;
    margin-bottom: 20px;
    width: 250px
}

.category-banner .breadcrumb {
    color: #fff;
    margin-bottom: 15px;
    padding: 0
}

.category-banner .breadcrumb>.active a,.category-banner .breadcrumb>li+li:before,.category-banner .breadcrumb>li a {
    color: #fff
}

.categoryDescription {
    margin-bottom: 40px
}

.categoryDescription .category-thumb {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 320px
}

.categoryDescription .category-thumb img {
    display: inline-block;
    height: auto;
    max-width: 100%
}

@media(max-width: 767px) {
    .categoryDescription .category-thumb {
        max-width:150px
    }
}

@media(max-width: 480px) {
    #categoryListLocator .refineParams .options {
        width:100%
    }
}

@media(max-width: 768px) {
    .ff-result-count {
        margin-bottom:10px
    }

    .category-banner.category-banner--mobile {
        height: 160px;
        margin-top: 0!important
    }

    .category-banner.category-banner--mobile h1 {
        display: none
    }

    .category-banner:not(.category-banner--mobile) {
        background-color: transparent;
        background-image: unset!important;
        height: unset!important;
        margin: 0;
        padding: unset!important
    }

    .category-banner:not(.category-banner--mobile) h1 {
        color: #000;
        font-size: 1.8em
    }

    .category-banner:not(.category-banner--mobile) .category-article-count {
        color: #000;
        margin-bottom: unset
    }

    .category-banner:not(.category-banner--mobile) .category-banner--content {
        margin: 0;
        padding: 0
    }

    .category-banner:not(.category-banner--mobile) .category-shortdescription {
        color: #000;
        margin-bottom: unset
    }

    .category-banner:not(.category-banner--mobile) .breadcrumb>.active a,.category-banner:not(.category-banner--mobile) .breadcrumb>li+li:before,.category-banner:not(.category-banner--mobile) .breadcrumb>li a {
        color: #000
    }

    .category-banner:not(.category-banner--mobile) .listRefine {
        padding-top: 0
    }

    .category-banner:not(.category-banner--mobile) .btn.btn-pagination,.category-banner:not(.category-banner--mobile) .btn.btn-pagination:hover,.category-banner:not(.category-banner--mobile) .pagination-simple {
        color: #000
    }

    .category-banner:not(.category-banner--mobile) #categoryListLocator ff-paging {
        color: #000;
        font-size: 12px
    }

    .category-banner:not(.category-banner--mobile) #categoryListLocator .refineParams .options {
        margin-top: 3px
    }
}

.account-orderlist .order {
    border-top: 1px solid #ddd;
    padding: 10px
}

.radio>label>input {
    display: none
}

.radio label {
    display: block
}

.radio i {
    color: #972960;
    margin-right: .5rem
}

.radio input[type=radio]:checked+.inner-content i:before,.radio input[type=radio]:checked+i:before {
    content: "";
    font-weight: 700
}

.radio input[type=radio]:checked~.payment-method-info {
    display: block
}

.radio input[type=radio]:checked~.payment-method-info .kp-method {
    display: block!important
}

.checkbox-with-icon input {
    display: none
}

.checkbox-with-icon label {
    padding: 5px 0
}

.checkbox-with-icon i {
    color: #972960;
    margin-right: .5rem
}

.checkbox-with-icon input[type=checkbox]:checked+i:before {
    content: "";
    font-weight: 700
}

.jumping-label {
    display: block;
    margin-bottom: 1rem;
    position: relative
}

.jumping-label label {
    color: #777;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    pointer-events: none;
    text-align: left;
    width: 100%
}

.jumping-label input,.jumping-label select,.jumping-label textarea {
    background-color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #000;
    display: block;
    padding: 15px 10px 10px;
    width: 100%
}

.jumping-label input.white-bg,.jumping-label select.white-bg,.jumping-label textarea.white-bg {
    background-color: #fff
}

.jumping-label input::-webkit-input-placeholder {
    color: transparent
}

.jumping-label input::-moz-placeholder {
    color: transparent
}

.jumping-label input:-ms-input-placeholder {
    color: transparent
}

.jumping-label input::placeholder {
    color: transparent
}

.jumping-label.has-error input,.jumping-label.has-error textarea {
    border-color: #d9534f
}

.jumping-label.has-error label {
    color: #d9534f
}

.jumping-label.has-success i {
    color: #23941e
}

.jumping-label i.fv-plugins-icon {
    top: 8px
}

.jumping-label textarea~i.fv-plugins-icon {
    top: 0!important
}

.jumping-label .help-block {
    font-size: 12px;
    margin: 0;
    padding: 3px 10px;
    text-align: left
}

.jumping-label[\:has\(\:-moz-placeholder-shown\)] label {
    left: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transition: .2s;
    transition: .2s
}

.jumping-label[\:has\(\:-ms-input-placeholder\)] label {
    left: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transition: .2s;
    transition: .2s
}

.jumping-label[\:has\(\:placeholder-shown\)] label {
    left: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .2s
}

.jumping-label:has(:-moz-placeholder-shown) label {
    left: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transition: .2s;
    transition: .2s
}

.jumping-label:has(:-ms-input-placeholder) label {
    left: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transition: .2s;
    transition: .2s
}

.jumping-label:has(:placeholder-shown) label {
    left: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .2s
}

.jumping-label.has-error label,.jumping-label[focus-within] label,.jumping-label label {
    left: 10px;
    position: absolute;
    top: 3px;
    -webkit-transform: translateY(0) scale(.8);
    transform: translateY(0) scale(.8);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.jumping-label.has-error label,.jumping-label:focus-within label,.jumping-label label {
    left: 10px;
    position: absolute;
    top: 3px;
    -webkit-transform: translateY(0) scale(.8);
    transform: translateY(0) scale(.8);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

input.focus-visible {
    outline: 1px solid #ddd
}

input:focus-visible {
    outline: 1px solid #ddd
}

#orderRemark {
    background-color: #f4f4f4;
    border: 0;
    border-radius: 25px;
    padding: 1rem
}

#basketBottom {
    margin-bottom: 10px
}

#basketBottom .rd-section-spacer span {
    background-color: #f4f4f4
}

#basketVoucher {
    text-align: center
}

#basketVoucher .input-group {
    width: 450px
}

#basketVoucher .fv-plugins-icon {
    left: 0
}

#basketVoucher .has-feedback .form-control {
    padding-left: 35px;
    padding-right: 0
}

.cart-vat-message {
    border-top: 1px solid #ddd;
    padding-top: 5px
}

#coupon {
    margin-bottom: 20px
}

.kir-basketitem .wishlist-btn {
    display: inline-block
}

.kir-basketitem {
    padding: 20px 0
}

.kir-basketitem #basketDeliveryGross,.kir-basketitem .unit-price {
    font-size: 15px
}

.kir-basketitem--bestprice,.kir-basketitem--stock-alert,.kir-basketitem-actions {
    text-align: center
}

.kir-basketitem .title-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.kir-basketitem .title-container .title {
    margin: auto;
    text-align: center
}

.kir-basketitem .title-container .amount {
    margin: auto auto 10px
}

.kir-basketitem .savings {
    font-size: 12px;
    margin-top: 10px
}

.kir-basketitem .rsp {
    text-decoration: line-through
}

.kir-basketitem .total-price {
    font-size: 1.4rem;
    font-weight: 700
}

.kir-basketitem .price-col {
    margin-top: 10px;
    text-align: center
}

.kir-basketitem .picture-col a {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: flex-start
}

.kir-basketitem .stockStatus {
    margin-bottom: 10px;
    text-align: center
}

.kir-basketitem-amount--display {
    font-size: 15px
}

.kir-basketitem-amount--change {
    color: #369;
    cursor: pointer;
    font-size: 13px;
    text-transform: lowercase
}

.kir-basketitem-amount--change:hover {
    text-decoration: underline
}

.kir-basketitem-amount--field {
    max-width: 90px
}

.kir-basketsummary {
    padding: 5px 0
}

.kir-basketsummary-block .kir-basketsummary.vat {
    color: #777;
    font-size: 12px;
    padding: 0 0 5px
}

.kir-basketitem-title {
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 10px
}

.kir-basketitem--remove {
    color: #369;
    cursor: pointer;
    font-size: 12px;
    margin: 0
}

.kir-basketitem--remove:hover {
    text-decoration: underline
}

.kir-basketsummary-total {
    font-size: 1.4rem;
    margin-bottom: 2rem
}

.deliverydate-header {
    font-size: 1.4rem;
    font-weight: 700
}

.basketContentsHolder {
    margin: 0 auto;
    max-width: 776px
}

.box-deliverydate {
    border: 2px solid #23941e;
    border-radius: 25px;
    margin: 40px 0 20px;
    padding: 40px 20px 20px;
    position: relative;
    text-align: center
}

.box-deliverydate .fa-stack {
    font-size: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -40px
}

.box-deliverydate .fa-stack-1x {
    color: #23941e
}

.box-deliverydate .fa-stack-2x {
    color: #f4f4f4
}

.box-deliverydate .spacer {
    padding: 20px 0
}

.box-alert {
    border: 2px solid #f0ad4e;
    border-radius: 25px;
    margin: 40px 0 20px;
    padding: 40px 20px 20px;
    position: relative;
    text-align: center
}

.box-alert .fa-stack {
    font-size: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -40px
}

.box-alert .fa-stack-1x {
    color: #f0ad4e
}

.box-alert .fa-stack-2x {
    color: #f4f4f4
}

.box-alert .spacer {
    padding: 20px 0
}

.box-alert.box-alert-danger {
    border-color: #d9534f
}

.box-alert.box-alert-danger .fa-stack-1x {
    color: #d9534f
}

.box-alert.box-alert-success {
    border-color: #23941e
}

.box-alert.box-alert-success .fa-stack-1x {
    color: #23941e
}

@media(max-width: 767px) {
    #basketVoucher .input-group {
        width:100%
    }

    #basketBottom {
        border: 0;
        border-radius: 0;
        margin: 0 -10px;
        padding: 20px;
        width: calc(100% + 20px)
    }

    .kir-basketitem .total-price {
        font-size: 1rem
    }

    .picture-col {
        margin-bottom: 10px
    }

    .kir-basketitem .picture-col a {
        height: auto
    }
}

@media(max-width: 480px) {
    .kir-basketsummary-total {
        font-size:1.2rem
    }
}

@media(min-width: 768px) {
    .kir-basketitem--bestprice,.kir-basketitem--stock-alert,.kir-basketitem-actions,.kir-basketitem .stockStatus {
        text-align:left
    }

    .price-col {
        margin-top: 0
    }

    .kir-basketitem .title-container {
        flex-direction: row
    }

    .kir-basketitem .title-container .title {
        margin: 0;
        padding-right: 1rem;
        text-align: left
    }

    .kir-basketitem .title-container .amount {
        margin: 0
    }

    #basketVoucher {
        text-align: left
    }
}

@media(min-width: 1200px) {
    .cl-basket .basket-grid {
        grid-gap:0 40px;
        gap: 0 40px;
        display: grid;
        grid-template-columns: minmax(0,7fr) minmax(0,5fr)
    }

    .cl-basket .basket-grid .h1.checkout-header {
        grid-column: 1/3
    }

    .cl-basket .basket-grid .basketContentsSummaryContainer {
        grid-column: 2;
        grid-row-end: span 10
    }
}

.account-advantages-list {
    display: inline-block;
    max-width: 260px
}

.account-advantages-list li:before {
    color: #23941e!important
}

.box-options {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.shipping-method {
    margin: 0 0 1rem
}

.shipping-method-header {
    width: calc(100% - 2rem)
}

.shipping-method-info {
    width: 100%
}

.shipping-method label {
    align-items: flex-start;
    border: 1px solid #ddd;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 1rem;
    width: 100%
}

.shipping-method label:hover {
    border-color: #aaa
}

.shipping-method i {
    margin-right: 1rem;
    margin-top: 3px
}

.shipping-method.active label {
    border-color: #972960
}

.shipping-method.active .shipping-date {
    margin-bottom: 5px
}

.shipping-method.active .shipping-method-costs {
    margin: 0 0 0 auto;
    padding: 0;
    text-align: left
}

.description-row {
    align-items: start;
    display: flex;
    flex-direction: column;
    width: 100%
}

.description {
    width: 100%
}

.shipping-method-header {
    display: flex;
    justify-content: space-between
}

.payment-method-name,.shipping-method-name {
    font-weight: 700
}

.payment-method-info {
    display: none
}

.payment-method-icon {
    height: 50px;
    margin-left: auto;
    width: 100px
}

.payment-info {
    margin-bottom: 2rem
}

.radio-list .list-item {
    margin: 0 0 20px
}

.radio-list .list-item>label {
    border: 1px solid #ddd;
    border-radius: 25px;
    display: block;
    margin: 0;
    padding: 1rem;
    width: 100%
}

.radio-list .list-item>label .inner-content {
    align-items: center;
    display: flex;
    width: 100%
}

.radio-list .list-item>label:hover {
    border-color: #aaa
}

.radio-list .list-item i {
    margin-right: 1rem
}

.fcpo-form .form-group label {
    font-size: 12px;
    padding: 0
}

.shipping-method-info {
    padding-top: .5rem
}

@media(min-width: 768px) {
    .description-row {
        align-items:center;
        flex-direction: row
    }

    .shipping-method .description {
        margin-bottom: 0
    }

    .shipping-method-costs {
        margin-left: auto;
        padding-left: 1rem;
        text-align: right
    }
}

.payment-method-info,.shipping-method-info {
    margin-left: 2rem
}

.cl-order .kir-basketitem .price-col {
    text-align: center
}

.cl-order .trust-icon-list {
    justify-content: center
}

#orderEditCart {
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 2rem 1rem
}

#orderEditCart .checkout-header {
    text-align: center
}

.order-info-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0
}

.order-info-row .col {
    display: flex;
    margin-bottom: 20px
}

.col-12,.order-info-box,.order-info-row .col.col-12 {
    width: 100%
}

.order-info-box .payment {
    align-items: center;
    display: inline-flex
}

.order-info-box .payment img {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: auto;
    margin-right: 10px;
    padding: 5px;
    width: 75px
}

.order-footer-trustedshops {
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 20px;
    text-align: center
}

.order-footer-trustedshops .ts-review-carousel {
    height: auto
}

.order-footer-trustedshops .ts-review-text {
    margin: 0 auto;
    max-width: 400px
}

.order-footer-trustedshops .svg-star {
    height: 25px;
    width: 25px
}

.order-footer-col {
    margin-bottom: 2rem;
    width: 100%
}

.order-vat-message {
    display: block;
    font-size: .65rem;
    font-weight: 400
}

.order-footer-image {
    background-image: url(https://www.kirstein.de/images/shop/checkout/order/armin-weiser-lager-mobil.jpg);
    background-position: 0 0;
    background-size: cover;
    border-radius: 25px;
    overflow: hidden;
    padding-bottom: 80%
}

.order-footer-boxes {
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    flex-direction: column
}

#orderEditCart {
    margin-bottom: 20px
}

#orderEditCart .total-price {
    font-size: 1.4rem;
    font-weight: 700
}

#orderEditCart #basketBottom {
    border-top: 1px solid #ddd;
    margin-top: 1rem;
    padding-top: 1rem
}

#orderEditCart .kir-basketitem-amount {
    font-size: 1.4rem;
    font-weight: 700
}

@media(min-width: 768px) {
    .order-info-row {
        flex-direction:row
    }

    .kir-basketitem .price-col {
        text-align: right
    }
}

@media(min-width: 992px) {
    .order-footer-boxes {
        flex:1;
        flex-direction: row
    }

    #orderEditCart,.order-info-row .col {
        margin-bottom: 40px
    }

    .order-footer-col {
        width: 50%
    }

    .order-footer-image {
        background-image: url(https://www.kirstein.de/images/shop/checkout/order/armin-weiser-lager-desktop.jpg);
        padding-bottom: 19.8%
    }

    .order-footer-trustedshops {
        background-image: url(https://www.kirstein.de/images/trustedshops/ts-badge-80.png);
        background-position: right 1rem top 1rem;
        background-repeat: no-repeat;
        background-size: 60px 60px
    }

    .cl-order .trust-icon-list {
        justify-content: end
    }
}

.cl-thankyou .trust-icon-list {
    justify-content: center
}

.thankyou-ordernr {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-decoration: underline
}

.thankyou-footer-box {
    border: 1px solid #ddd;
    border-radius: 25px;
    height: 100%;
    padding: 20px 10px;
    width: 100%
}

.thankyou-footer-box .icon {
    font-size: 6rem
}

#partnerRow>div {
    margin-bottom: 20px
}

.thankyou-block {
    padding-bottom: 20px;
    padding-top: 20px
}

@media(max-width: 767px) {
    .cl-thankyou .trust-icon-list {
        display:none
    }
}

.step-container {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    overflow: hidden;
    padding: 2rem 0 4rem
}

.step-container.success .step-item.active .step-counter {
    background-color: #23941e
}

.step-container.success .step-item.active .step-name {
    color: #23941e
}

.step-container.success .step-item.active:before,.step-container.success .step-item.last-step.active:after {
    border-color: #23941e
}

.step-item {
    flex: 1;
    flex-direction: column
}

.step-item,.step-item .step-counter {
    align-items: center;
    display: flex;
    position: relative
}

.step-item .step-counter {
    background: #ddd;
    border-radius: 50%;
    height: 50px;
    justify-content: center;
    margin-bottom: 6px;
    width: 50px;
    z-index: 5
}

.step-item.active .step-counter {
    background-color: #f0a500
}

.step-item.active .step-name {
    color: #f0a500
}

.step-item.active:after {
    border-bottom: 6px solid #ddd;
    left: 50%
}

.step-item.active:after,.step-item.active:before {
    content: "";
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 3
}

.step-item.active:before {
    border-bottom: 6px solid #f0a500
}

.step-item:before {
    left: -50%
}

.step-item:after,.step-item:before {
    border-bottom: 6px solid #ddd;
    content: "";
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 2
}

.step-item:after {
    left: 50%
}

.step-item.last-step.active:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 3
}

.step-name {
    color: #ddd;
    font-size: 1rem
}

.step-counter {
    color: #fff;
    font-size: 2rem;
    font-weight: 700
}

.step-link {
    align-items: center;
    display: flex;
    flex-direction: column
}

.step-link,.step-link:active,.step-link:focus,.step-link:hover {
    color: inherit;
    text-decoration: none
}

@media(max-width: 767px) {
    .step-name {
        display:none
    }

    .step-counter {
        font-size: 1.5rem
    }
}

.checkout-nav-bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 1rem 0
}

.checkout-nav-bottom .buttons {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem
}

.checkout-nav-bottom .prevStep {
    margin: 0;
    order: 2
}

.checkout-nav-bottom .nextStep {
    margin: 0 0 20px;
    order: 1
}

.checkout-nav-bottom .trust-icon-list {
    margin-left: 0
}

@media(min-width: 992px) {
    .checkout-nav-bottom {
        flex-direction:row;
        padding: 2rem 0
    }

    .checkout-nav-bottom .buttons {
        flex-direction: row;
        margin: 0
    }

    .checkout-nav-bottom .prevStep {
        margin-right: 1rem;
        order: 1
    }

    .checkout-nav-bottom .nextStep {
        margin: 0 0 0 auto;
        order: 2
    }

    .checkout-nav-bottom .trust-icon-list {
        margin-left: auto
    }
}

.basket-checkout {
    background-color: #f4f4f4;
    border-radius: 25px;
    margin-bottom: 2rem;
    padding: 4rem;
    position: relative
}

.basket-checkout .header {
    font-size: 1.5rem;
    font-weight: 700
}

.basket-checkout .header i {
    color: #f0a500
}

.basket-checkout .edit-icon {
    background-color: transparent;
    color: #000;
    display: block;
    font-size: 1.5rem;
    padding: 1rem;
    position: absolute;
    right: 1rem;
    top: 0
}

.basket-checkout .edit-icon:active,.basket-checkout .edit-icon:focus,.basket-checkout .edit-icon:hover {
    color: #972960
}

.checkout-basket-table {
    margin: 0
}

.checkout-basket-table td.summary-col {
    padding: 2px 5px
}

.checkout-basket-table tr.summary td {
    padding: 10px 0;
    vertical-align: top
}

.checkout-basket-table tr.summary td .line {
    background-color: #ddd;
    height: 1px
}

.checkout-basket-table .label-col {
    vertical-align: top
}

.checkout-basket-table .label-col .amount {
    font-weight: 700;
    margin-right: 1rem
}

.checkout-basket-table .label-col.summary-col {
    -webkit-column-span: 2;
    -moz-column-span: 2;
    column-span: 2
}

.checkout-basket-table .value-col {
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 1%
}

.checkout-basket-table .value-col .price {
    font-weight: 700
}

.checkout-basket-table .value-col .rtp-value {
    color: #8d8d8d;
    font-size: .85rem;
    text-decoration: line-through
}

.checkout-basket-table .amount-col {
    font-weight: 700;
    white-space: nowrap;
    width: 1%
}

.rd-symbol {
    text-align: left
}

@media(min-width: 768px) {
    .rd-symbol {
        text-align:center
    }
}

.checkout-header {
    font-weight: 700
}

.box-checkout {
    background-color: #f4f4f4;
    border-radius: 25px;
    padding: 2rem;
    width: 100%
}

.edit-btn {
    background-color: transparent;
    border: 0;
    color: #000;
    cursor: pointer;
    font-size: 1.5rem;
    padding: 1rem
}

.box-checkout--transparent {
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 3rem 2rem;
    position: relative
}

.box-checkout--transparent .edit-btn {
    position: absolute;
    right: 5px;
    top: 0
}

.trust-icon-list {
    display: flex;
    justify-content: center
}

.trust-icon-list img {
    display: inline-block;
    margin: 0 5px
}

@media(min-width: 480px) {
    .h1.checkout-header,h1.checkout-header {
        font-size:2.2rem
    }

    .h2.checkout-header,h2.checkout-header {
        font-size: 1.8rem
    }

    .h3.checkout-header,h3.checkout-header {
        font-size: 1.6rem
    }

    .h4.checkout-header,h4.checkout-header {
        font-size: 1.4rem
    }

    .h5.checkout-header,h5.checkout-header {
        font-size: 1.2rem
    }
}

.collapsing {
    display: none;
    transition: none
}

.rd-form-alert {
    color: #c50000
}

.rd-address-checkbox {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 10px 0
}

.rd-address-checkbox:hover {
    background-color: #e4e4e4
}

.rd-address-checkbox:last-of-type {
    border-bottom: 0
}

.fc-block {
    display: block;
    width: 100%
}

.form-section {
    margin-bottom: 15px
}

.rd-link {
    margin: 0;
    padding: 0
}

.rd-link,.rd-link.active,.rd-link:active,.rd-link:hover {
    background: none;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #369
}

.rd-link.active,.rd-link:active,.rd-link:hover {
    text-decoration: underline
}

.rd-link:focus {
    background: none;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #369;
    text-decoration: none
}

.rd-checkout-box {
    background-color: #f4f4f4;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 10px
}

.rd-checkout-box.full {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
}

.rd-border-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 10px
}

.rd-delete-shipping-address {
    background-color: #fff;
    display: none;
    padding: 0 10px 10px;
    text-align: right;
    width: 100%
}

.rd-delete-shipping-address:hover {
    background-color: #fff
}

.rd-link-sm {
    font-size: 12px
}

.rd-links {
    padding: 10px
}

.checkout-basket-summary .table {
    margin-bottom: 0
}

.table>tbody>tr>td.checkout-basket-label {
    border: 0;
    font-size: 12px;
    font-weight: 400
}

.table>tbody>tr>td.checkout-basket-label.total-net {
    border-top: 1px solid #ddd
}

.table>tbody>tr>td.checkout-basket-value {
    border: 0;
    font-size: 12px;
    min-width: 100px;
    text-align: right
}

.table>tbody>tr>td.checkout-basket-value.total-net {
    border-top: 1px solid #ddd
}

.table>tbody>tr>td.checkout-basket-label.summary,.table>tbody>tr>td.checkout-basket-value.summary {
    border-top: 1px solid #ddd;
    font-size: 14px;
    font-weight: 600
}

.table>tbody>tr>td.checkout-basket-value.summary {
    text-align: right
}

.kir-checkbox-hidden {
    display: none!important
}

.rd-checkout-box .form-control-rd {
    background-color: #fff
}

.applyAmountChange {
    color: #369;
    cursor: pointer;
    display: none;
    font-size: 13px;
    margin-top: 10px
}

.applyAmountChange:hover {
    text-decoration: underline
}

.form-control-rd.kir-basketitem-amount--field.visible {
    display: inline-block
}

.usp-basket {
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    width: 15px
}

.usp {
    margin-top: 10px
}

.removeFn,.usp {
    font-size: 12px
}

.delcountry-menu {
    background-color: transparent;
    color: #000
}

#basketAddArticleForm {
    margin: 20px 0
}

.skipdiscounts {
    padding: 10px 0
}

.backtoshop {
    padding-top: 7px
}

.tobasketForm {
    display: inline-block
}

.basketnav-bottom .tobasketForm,.rd-info {
    display: block
}

.rd-info {
    padding: 5px 0
}

.btn-lead {
    font-size: 17px;
    font-weight: 400!important;
    line-height: 1.3333333;
    padding: 6px 30px
}

.rd-section-spacer {
    margin: 20px 0 10px;
    position: relative;
    text-align: center
}

.rd-section-spacer span {
    background-color: #fff;
    display: inline-block;
    font-weight: 400;
    margin: 0 auto;
    padding: 4px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.rd-section-spacer:before {
    border-top: 1px solid #ccc;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
    width: 100%;
    z-index: 0
}

@media(max-width: 991px) {
    .rd-section-spacer {
        margin:20px 0 10px
    }
}

.basketProductShortDescription {
    margin-top: 10px
}

.basketProductShortDescription ul {
    margin-left: 15px;
    padding-left: 5px
}

.basketpromotion {
    margin-bottom: 20px
}

#basketExpressInfo {
    background-color: #f8f8f8;
    border-top: 3px solid #ddd;
    color: #000;
    margin: 20px 0;
    padding: 10px;
    text-align: center
}

.choiceSpacer {
    display: inline-block;
    margin: 0 10px
}

.basketProductArtnum,.basketProductShortDescription,.stockStatus {
    font-size: 12px
}

.btn-remove {
    color: #333!important;
    font-size: 11px!important;
    padding: 3px 0!important;
    text-decoration: underline
}

#payWithAmazonDiv,#payWithAmazonDivBottom {
    display: inline-block
}

.payment .paymentInfoText ul {
    padding-left: 20px
}

#shipSetCost {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left
}

.thankyou .partnerbox {
    height: 195px
}

.thankyou .sovendus-container {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    font-family: Open Sans,Verdana,Tahoma,Arial,Helvetica,serif;
    height: 195px;
    margin: 0 0 20px;
    max-width: 100%;
    padding: 20px;
    width: auto
}

.thankyou .sovendus-container .sovendus-headline--h1 {
    font-size: 1.2em
}

.mhk-lt-basket {
    margin-bottom: 20px;
    padding-top: 10px
}

.mhk-lt-basket .table>tbody>tr>td {
    border: none;
    vertical-align: middle
}

.mhk-lt-basket .mhk-lt-icon i {
    margin: 0
}

@media(max-width: 1199px) {
    .thankyou .partnerbox,.thankyou .sovendus-container {
        height:230px
    }

    .thankyou .sovendus-container .sovendus-headline--h1 {
        margin-bottom: 10px
    }

    .thankyou .sovendus-container .sovendus-copy {
        margin-bottom: 10px;
        width: auto
    }

    .thankyou .sovendus-container .sovendus-button,.thankyou .sovendus-container .sovendus-copy .sovendus-copy--txt {
        font-size: 92%
    }
}

@media(max-width: 991px) {
    .thankyou .partnerbox,.thankyou .sovendus-container {
        height:210px
    }

    .thankyou .sovendus-container .sovendus-headline--h1 {
        margin-bottom: 10px
    }

    .thankyou .sovendus-container .sovendus-copy {
        float: right;
        margin-bottom: 20px;
        padding-top: 20px;
        width: 66%
    }

    .thankyou .sovendus-container .sovendus-copy .sovendus-copy--txt {
        font-size: 1em!important
    }

    .thankyou .sovendus-container .sovendus-button {
        float: left;
        font-size: 1em;
        margin-left: 25px;
        margin-top: 0!important
    }
}

@media(max-width: 767px) {
    #basketAddArticleForm {
        float:none
    }

    .tobasketForm {
        display: block
    }

    #basketSummary {
        border-bottom: 4px solid #f8f8f8;
        border-top: 4px solid #f8f8f8
    }

    #basketSummary td {
        text-align: right
    }

    .btn-laststep {
        margin-bottom: 20px
    }

    .checkoutHeader {
        margin-bottom: 10px;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0
    }

    .order #basket_list {
        margin-bottom: 0
    }

    .order #basket_list li:last-child hr {
        display: none!important
    }

    .order #basket_list .totalPrice,.order #basket_list .unitPrice {
        margin-bottom: 0
    }

    .is-checkout #mobileMenuToggle {
        display: none!important
    }

    #payWithAmazonDiv,#payWithAmazonDivBottom,.choiceSpacer {
        display: block;
        float: none!important;
        margin: 0 auto 10px;
        text-align: center
    }

    .infoCol .table td {
        padding: 0
    }

    .infoCol,.infoCol tr td:first-child {
        text-align: right
    }

    #payment #payWithAmazonDiv {
        display: none;
        float: none
    }

    .thankyou .etrustlogocol a {
        display: block
    }

    .thankyou .etrustlogocol a img {
        margin: 0 auto 20px
    }

    .thankyou .partnerbox,.thankyou .sovendus-container {
        height: auto
    }
}

@media(max-width: 479px) {
    .thankyou .sovendus-container .sovendus-headline--h1 {
        margin-bottom:10px
    }

    .thankyou .sovendus-container .sovendus-copy {
        margin-bottom: 10px;
        width: auto
    }

    .thankyou .sovendus-container .sovendus-copy .sovendus-copy--txt {
        font-size: 1em
    }

    .thankyou .sovendus-container .sovendus-button {
        float: none;
        margin: 8px!important
    }
}

.rd-toggle-collapse {
    display: none
}

.rd-toggle-collapse.open {
    display: block
}

.mt-1 {
    margin-top: 5px
}

.mt-2 {
    margin-top: 10px
}

.mt-3 {
    margin-top: 15px
}

.mt-4 {
    margin-top: 20px
}

.mb-1 {
    margin-bottom: 5px
}

.mb-2 {
    margin-bottom: 10px
}

.mb-3 {
    margin-bottom: 15px
}

.mb-4 {
    margin-bottom: 20px
}

.rd-checkout-step {
    background-color: #e3e3e3;
    color: #777;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 1px;
    padding: 10px 20px
}

.rd-checkout-step a {
    color: #777;
    display: block
}

.rd-checkout-step a:hover {
    color: #777;
    text-decoration: none
}

.rd-checkout-step.active {
    background-color: #666
}

.rd-checkout-step.active a {
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-size: 22px;
    font-weight: 400
}

.rd-checkout-step.active a:hover {
    color: #fff
}

.rd-checkout-steps {
    margin-bottom: 20px
}

.kir-label-btn {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%
}

.kir-label-btn label {
    cursor: pointer;
    display: block;
    height: 130px;
    margin: 0;
    padding: 10px
}

.kir-label-btn input {
    display: none
}

.kir-label-btn .kir-payment-icon {
    display: block;
    margin: 0 auto 15px
}

.kir-label-btn .name {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px
}

.kir-label-btn .name,.kir-label-btn .surcharge {
    display: block;
    text-align: center
}

.kir-label-btn.active,.kir-label-btn:hover {
    border-color: #323232
}

.kir-label-btn.active .name {
    font-weight: 600
}

.shipping-methods .kir-label-btn {
    margin-bottom: 20px
}

.highlite {
    display: inline-block;
    font-weight: 700
}

::-moz-placeholder {
    color: #777;
    opacity: 1
}

:-ms-input-placeholder {
    opacity: 1
}

::placeholder {
    color: #777;
    opacity: 1
}

:-moz-placeholder,::-moz-placeholder {
    color: #777;
    opacity: 1
}

:-ms-input-placeholder {
    color: #777
}

::-ms-input-placeholder {
    color: #777
}

::-webkit-input-placeholder {
    color: #777;
    opacity: 1
}

.form--toggle,.form-field--toggle {
    margin-bottom: 10px
}

.form--toggle .rd-link,.form-field--toggle .rd-link {
    font-size: 12px;
    line-height: 1.428571429;
    margin-bottom: 5px;
    vertical-align: top
}

.kir-ucheck--error,.kir-ucheck--loader {
    display: none
}

.author {
    color: #777;
    font-size: 85%
}

.blog-news-item-vertical .blog-news-content {
    padding: 15px
}

.blog-news-item-vertical .blog-news-link {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 25px;
    display: block;
    overflow: hidden;
    text-decoration: none
}

.blog-news-item-vertical .blog-news-link:active .blog-news-title,.blog-news-item-vertical .blog-news-link:focus .blog-news-title,.blog-news-item-vertical .blog-news-link:hover .blog-news-title {
    text-decoration: underline
}

.blog-news-item-vertical .blog-news-title {
    -webkit-line-clamp: 2;
    font-size: 1.2em;
    height: 2.6em;
    margin: 0 0 10px
}

.blog-news-item-vertical .blog-news-excerpt,.blog-news-item-vertical .blog-news-title {
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    line-height: 1.3em;
    overflow: hidden;
    padding: 0
}

.blog-news-item-vertical .blog-news-excerpt {
    -webkit-line-clamp: 5;
    font-size: 1em;
    height: 6.5em;
    position: relative
}

.blog-news-item {
    background-color: #f9f9f9;
    display: table;
    margin: 0 0 20px;
    padding: 0
}

.blog-news-item:first-child {
    margin-top: 10px
}

.blog-news-item .blog-news-image {
    background-position: 50%;
    background-size: cover;
    display: table-cell;
    vertical-align: top;
    width: 33.3333%
}

.blog-news-item .blog-news-image img {
    display: block;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.blog-news-item .blog-news-content {
    display: table-cell;
    margin: 0;
    padding: 20px;
    vertical-align: top
}

.blog-news-item .blog-news-content .h1,.blog-news-item .blog-news-content .h2,.blog-news-item .blog-news-content .h3,.blog-news-item .blog-news-content .h4,.blog-news-item .blog-news-content .h5,.blog-news-item .blog-news-content .h6,.blog-news-item .blog-news-content h1,.blog-news-item .blog-news-content h2,.blog-news-item .blog-news-content h3,.blog-news-item .blog-news-content h4,.blog-news-item .blog-news-content h5,.blog-news-item .blog-news-content h6 {
    color: #000;
    margin-top: 0
}

@media(max-width: 767px) {
    .blog-news-content {
        height:auto
    }

    .blog-news-content .text-fade {
        display: none
    }
}

.teaser-holder {
    padding-bottom: 43.6363636364%
}

.teaser-holder img {
    aspect-ratio: 1100/480
}

body.cl-start .product-list-header {
    border: 0
}

#bigSlide {
    background-color: #fff;
    margin-bottom: 20px;
    position: relative
}

#bigSlide .slick-next,#bigSlide .slick-prev {
    --containerPlusPadding: calc(100% + 20px);
    background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(50% - 500px);
    z-index: 1
}

#bigSlide .slick-next:focus,#bigSlide .slick-next:hover,#bigSlide .slick-prev:focus,#bigSlide .slick-prev:hover {
    color: transparent;
    outline: none
}

#bigSlide .slick-next:focus:before,#bigSlide .slick-next:hover:before,#bigSlide .slick-prev:focus:before,#bigSlide .slick-prev:hover:before {
    opacity: 1
}

#bigSlide .slick-next.slick-disabled:before,#bigSlide .slick-prev.slick-disabled:before {
    opacity: .25
}

#bigSlide .slick-next:before,#bigSlide .slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-family: Font Awesome\ 5 Pro;
    line-height: 1
}

#bigSlide:not(.slick-initialized) {
    height: 0;
    overflow: hidden;
    padding-top: 31.72413793%
}

#bigSlide .slick-next {
    background-color: rgba(0,0,0,.65);
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0
}

#bigSlide .slick-next:before {
    content: "\f105";
    font-size: 94px
}

#bigSlide .slick-prev {
    background-color: rgba(0,0,0,.65);
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute
}

#bigSlide .slick-prev:before {
    content: "\f104";
    font-size: 94px
}

#bigSlide .slick-dots {
    bottom: 0;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

#bigSlide .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0 3px;
    padding: 0;
    position: relative;
    width: auto
}

#bigSlide .slick-dots li button {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: none;
    padding: 3px
}

#bigSlide .slick-dots li button:before {
    color: #fff;
    content: "";
    font-size: 8px;
    height: 8px;
    line-height: 1em;
    width: 8px
}

#bigSlide .slick-dots li button:focus,#bigSlide .slick-dots li button:hover {
    outline: none
}

#bigSlide .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: .75
}

@media(max-width: 991px) {
    #bigSlide {
        margin-bottom:0
    }
}

@media(min-width: 1200px) {
    #bigSlide {
        height:368px
    }

    #bigSlide .slick-dots li,#bigSlide .slick-dots li button {
        height: 10px;
        width: 10px
    }

    #bigSlide .slick-slide {
        margin: 0 10px
    }
}

#productTitle {
    font-size: 1.4rem
}

#productSubTitle,#productTitle {
    font-weight: 400;
    margin: 0 0 10px
}

#productSubTitle {
    font-size: 1.1rem
}

#productSubTitle.b-stock {
    border: 1px solid #c50100;
    border-radius: 3px;
    padding: 10px
}

.details-pricebox-bstock {
    border-top: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px 0
}

#stockReminderModalTrigger {
    color: #333;
    text-align: center;
    white-space: normal
}

#productShortdesc ul {
    margin-bottom: 0;
    padding-left: 0
}

#productShortdesc ul li {
    list-style: none;
    padding: 3px 0 3px 20px;
    position: relative
}

#productShortdesc ul li:before {
    -webkit-font-smoothing: antialiased;
    color: #b7b7b7;
    content: "\f00c";
    display: inline-block;
    font-family: font awesome\ 5 pro;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    left: 0;
    position: absolute;
    text-rendering: auto;
    top: 3px
}

.details-badge-sale {
    position: absolute;
    right: 0;
    top: 0
}

.info-section-header h3,.info-section-header h4 {
    border-top: 10px solid #ddd;
    padding: 10px 0
}

.details-section-header {
    margin: 0 0 20px;
    padding-top: 20px
}

.details-section-header .h2,.details-section-header .h3,.details-section-header .h4,.details-section-header .h5,.details-section-header h2,.details-section-header h3,.details-section-header h4,.details-section-header h5 {
    margin-top: 0
}

#detailsPicContainer {
    position: relative
}

#detailsPicContainer .kir-badge-container {
    z-index: 1
}

.details-contact {
    border: 1px solid #ddd;
    border-radius: 25px;
    overflow: hidden
}

#detailsRelated #manufacturerImage {
    float: right;
    margin: 20px 20px 30px;
    max-width: 150px
}

.buy-box {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 10px;
    position: relative
}

.pricebox__badge-container {
    position: absolute;
    right: 10px;
    top: -6px
}

.pricebox button.mhk-popover-html {
    font-size: 1.1em;
    margin-top: -5px
}

.pricebox .rtp-text {
    display: block;
    font-size: 12px
}

.pricebox .rtp-value {
    display: inline-block;
    font-size: 20px;
    text-decoration: none
}

.pricebox .currency {
    font-size: 20px
}

.mhk-product--price,.pricebox .price-value {
    font-size: 30px;
    font-weight: 700;
    line-height: 1em
}

.mhk-product--price-currency {
    font-size: 20px;
    font-weight: 600
}

.mhk-product--tprice {
    font-size: 20px;
    text-decoration: line-through
}

.mhk-product--tprice-text {
    display: block;
    font-size: .9em;
    margin-top: -10px
}

.mhk-product--deliverytime {
    padding-top: 10px
}

.box-details {
    margin-bottom: 20px
}

.box-details .product {
    border-top: 1px solid #ddd;
    padding: 10px 0
}

.box-details .product:first-child {
    border: 0;
    padding-top: 0
}

.box-details .product:last-child {
    padding-bottom: 0
}

.box-details .product:hover .title {
    text-decoration: underline
}

.box-details .product .title {
    color: #000
}

.box-details .product .title:hover {
    color: #000;
    text-decoration: underline
}

.box-details .product .price {
    font-size: 1em
}

.box-details .product .pic img {
    margin: 0 auto
}

.sparset {
    border-bottom: 1px solid #ddd
}

.sparset:last-child {
    border-bottom: 0
}

.sparset .title {
    color: #000;
    font-size: 1em
}

.sparset .title:hover {
    color: #000;
    text-decoration: underline
}

.sparset .table-condensed {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

.sparset .table-condensed td {
    border: 0!important;
    padding: 2px
}

.sparset .table-condensed tr:last-child td {
    padding-bottom: 10px
}

.sparset .table-condensed.summary {
    border-bottom: 0
}

.sparset .table-condensed.summary tr:last-child td {
    padding-bottom: 0
}

.sparset .vatmsg {
    display: inline-block;
    margin: 0
}

#detailsMain .tobasket .tobasketFunction {
    display: block
}

#description img {
    height: auto;
    max-width: 100%
}

.mhk-faq-question,.mhk-faq-reply {
    border: 1px solid #ddd;
    padding: 10px 20px
}

.mhk-faq-question {
    background-color: #f8f8f8;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.mhk-faq-reply {
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 20px;
    margin-top: -1px
}

.mhk-faq-header {
    font-size: .85em;
    margin-bottom: 10px
}

.mhk-faq-header i {
    font-size: 1.5em
}

.mhk-faq-body {
    padding: 0
}

.mhk-faq-question .mhk-faq-body {
    font-weight: 700
}

.mhk-faq-question .mhk-faq-header {
    margin-bottom: 0;
    margin-top: 10px
}

.mhk-faq-reply .mhk-faq-header {
    padding: 0
}

.mhk-faq-form {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 10px
}

.mhk-faq-form-trigger {
    margin-bottom: 20px
}

.mhk-faq__list {
    --clr-muted: #777;
    --clr-neutral: #ddd;
    border: 1px solid var(--clr-neutral);
    border-radius: 25px;
    margin-bottom: 1rem;
    margin-top: 2rem
}

.mhk-faq__wrapper {
    border-bottom: 1px solid var(--clr-neutral);
    padding: 1rem 20px
}

@media(min-width: 768px) {
    .mhk-faq__wrapper {
        padding:3rem
    }
}

.mhk-faq__wrapper:last-of-type {
    border-bottom: none
}

.mhk-faq__header {
    padding: 1rem 20px
}

@media(min-width: 768px) {
    .mhk-faq__header {
        padding:1rem 3rem
    }
}

.mhk-faq__q {
    margin-bottom: 2rem
}

.mhk-faq__q__header {
    color: var(--clr-muted);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1rem
}

.mhk-faq__q__translated {
    font-size: 12px;
    margin-bottom: 0
}

.mhk-faq__q__headline {
    font-size: 16px;
    margin-bottom: 0
}

.mhk-faq__a {
    padding-left: 0;
    position: relative
}

.mhk-faq__a:before {
    align-items: center;
    color: #f0a500;
    content: "";
    display: none;
    font-family: Font Awesome\ 5 Pro,fantasy;
    font-size: 3rem;
    font-weight: 700;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3rem
}

@media(min-width: 768px) {
    .mhk-faq__a:before {
        display:flex
    }

    .mhk-faq__a {
        padding-left: 4rem
    }
}

.mhk-faq__a p:first-child {
    color: #f0a500;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0
}

.mhk-faq__show-original {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0
}

.mhk-faq__show-original:hover {
    text-decoration: underline
}

#xmasDecoContainer {
    height: 95px;
    left: 0;
    max-width: 100vw;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1030
}

#xmasDecoHL,#xmasDecoHR {
    position: absolute
}

#xmasDecoHL {
    display: none;
    left: -20px
}

@media(min-width: 940px) {
    #xmasDecoHL {
        display:block
    }
}

@media(min-width: 990px) {
    #xmasDecoHL {
        left:-70px
    }
}

@media(min-width: 1760px) {
    #xmasDecoHL {
        left:0
    }
}

#xmasDecoHR {
    display: none;
    right: -20px
}

@media(min-width: 940px) {
    #xmasDecoHR {
        display:block
    }
}

@media(min-width: 990px) {
    #xmasDecoHR {
        right:-70px
    }
}

@media(min-width: 1760px) {
    #xmasDecoHR {
        right:0
    }
}

#xmasDecoHC {
    margin: -43px 20px 0
}

body.mm-wrapper_opened #xmasDecoHL,body.mm-wrapper_opened #xmasDecoHR {
    display: none
}

@media(max-width: 480px) {
    #xmasDecoHC,#xmasDecoHL,#xmasDecoHR {
        display:none
    }
}

@media(max-width: 768px) {
    #xmasDecoHC {
        margin:-10px 0 0 auto
    }
}

@media(min-width: 992px) {
    body.sl-xmas .search-col {
        padding:0;
        width: 320px
    }

    body.sl-xmas.lang-nl .search-col {
        width: 300px
    }
}

@media(min-width: 1200px) {
    body.sl-xmas .search-col {
        padding:0;
        width: 400px
    }
}

.pagination-simple {
    float: left
}

#categoryListLocator ff-paging {
    color: #fff
}

#itemsPagerbottom li.ellipsis span {
    padding-left: 4px;
    padding-right: 4px
}

.badge.badge-success {
    background-color: #42b313;
    color: #fff8f8;
    font-size: .5em;
    font-weight: 400
}

.badge.badge-savings {
    background-color: #c50000;
    border-radius: 4px;
    font-weight: 400;
    padding: 6px 12px
}

.badge.badge-open {
    background-color: #42b313;
    color: #fff8f8;
    font-size: 11px;
    font-weight: 400
}

.badge.badge-closed {
    background-color: #f8f8f8;
    color: #000;
    font-size: 11px;
    font-weight: 400
}

.badge.badge-details-savings {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    padding: 6px 12px;
    top: -6px
}

.badge.badge-deal,.badge.badge-details-savings {
    background-color: #c50000;
    border-radius: 4px;
    color: #fff;
    right: 10px
}

.badge.badge-deal {
    font-size: 12px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0
}

.kir-badge-container {
    left: 10px;
    position: absolute;
    top: 10px
}

.product .kir-badge-container {
    left: 0;
    top: 0
}

.svg-badge {
    display: inline-block;
    height: 39px;
    width: 39px
}

.small .svg-badge {
    height: 26px;
    width: 26px
}

.svg-badge-reduziert {
    fill: #c50000
}

.svg-badge-sparset {
    fill: #3aaa35
}

.svg-badge-neu {
    fill: #f0a500
}

.svg-badge-topseller {
    fill: #369
}

.mhk-badge-text {
    align-items: center;
    background-color: #c50000;
    color: #fff;
    display: inline-flex;
    height: 26px;
    padding: 5px 4px;
    vertical-align: top
}

.product-row {
    display: flex;
    margin: 0 -10px 30px
}

[class^=product-col-] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px
}

.product-col-10 {
    width: 10%
}

.product-col-20 {
    width: 20%
}

.product-col-30 {
    width: 30%
}

.product-col-40 {
    width: 40%
}

.product-col-50 {
    width: 50%
}

.product-col-60 {
    width: 60%
}

.product-col-70 {
    width: 70%
}

.product-col-80 {
    width: 80%
}

.product-col-90 {
    width: 90%
}

.product-col-text {
    padding-bottom: 15px;
    padding-top: 10px
}

#description h2 {
    margin-bottom: 30px
}

.rtp {
    color: #777;
    display: inline-block;
    font-weight: 400
}

.product-list-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 20px 0 0;
    padding: 20px 0
}

.product-list-header .h2,.product-list-header .h3,.product-list-header .h4,.product-list-header .h5,.product-list-header h2,.product-list-header h3,.product-list-header h4,.product-list-header h5 {
    margin: 0 auto 0 0
}

.product-list-header .action-links {
    margin: 1rem 0 0;
    min-width: 72px
}

.product-list-header .action-links .btn {
    margin-right: 5px
}

.product-list-header .action-links .btn:last-child {
    margin: 0
}

@media(min-width: 480px) {
    .product-list-header {
        flex-direction:row
    }

    .product-list-header .action-links {
        margin: 0 0 0 auto
    }
}

.product {
    color: #000;
    display: block;
    font-size: 14px
}

.product:active,.product:focus,.product:hover {
    text-decoration: none
}

.product .image {
    display: block;
    position: relative
}

.product .image>img {
    display: inline-block;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.product .star-ratings {
    align-items: center;
    display: flex;
    height: 22px;
    margin-bottom: 5px
}

.product .mhk-badge-container {
    left: 0;
    top: 0
}

.product .title {
    margin-bottom: 5px
}

.product .titlea {
    color: #000
}

.product .key-features ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.product .key-features ul li {
    padding-left: 25px;
    position: relative
}

.product .key-features ul li:before {
    -webkit-font-smoothing: antialiased;
    color: #bcbcbc;
    content: "\f00c";
    display: inline-block;
    font-family: Font Awesome\ 5 Pro;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    left: 0;
    position: absolute;
    text-rendering: auto
}

.product .price {
    font-size: 1.2rem;
    font-weight: 700
}

.product .price .rtp {
    font-size: 1rem;
    font-weight: 400
}

.panel-body .lineView .product {
    border-bottom: none
}

.lineView .product {
    border-bottom: 1px solid #ddd;
    line-height: 1.442;
    margin-bottom: 0;
    padding: 20px 0
}

.lineView .product .image {
    height: 200px
}

.lineView .product .title {
    color: #000;
    display: block;
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 10px
}

.lineView .product .badge-savings {
    margin-bottom: 10px
}

.lineView .product .badge-savings strong {
    font-weight: 600
}

.lineView .product .key-features {
    position: relative
}

.lineView .product .more-features {
    color: #369;
    cursor: pointer;
    display: none;
    font-size: 12px;
    margin-bottom: 10px;
    padding-top: 3px
}

.lineView .product .more-features:hover {
    text-decoration: underline
}

.lineView .product .price {
    font-size: 1.6em
}

.lineView .product .price.rtp {
    color: #777;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px
}

.lineView .product .stockstatus {
    font-size: 12px;
    margin-bottom: 10px
}

.lineView .product .stockstatus.stockstatus-mobile {
    display: none
}

.lineView .product .small {
    font-size: 12px!important
}

.gridView .product,.infogridView .product {
    border: 1px solid #ddd;
    border-radius: 25px;
    margin-bottom: 20px;
    padding: 25px
}

.gridView .product .image,.infogridView .product .image {
    height: 200px
}

.gridView .product .title,.infogridView .product .title {
    font-size: 1.1rem
}

.gridView .product .rtp,.infogridView .product .rtp {
    float: right
}

.gridView .product.product-sm .image,.infogridView .product.product-sm .image {
    height: 150px
}

.gridView .product.product-sm .title,.infogridView .product.product-sm .title {
    font-size: 1rem
}

.gridView .product.product-deal,.infogridView .product.product-deal {
    overflow: hidden
}

.gridView .product.product-deal .header,.infogridView .product.product-deal .header {
    color: #c50000
}

.gridView .product.product-deal .image,.infogridView .product.product-deal .image {
    height: 150px;
    margin: 0 -10px;
    position: relative
}

.gridView .product.product-deal .image>img,.infogridView .product.product-deal .image>img {
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gridView .product.product-deal .price,.infogridView .product.product-deal .price {
    color: #c50000
}

.gridView .product:hover,.infogridView .product:hover {
    border-color: #868686;
    color: #000
}

.gridView .product:hover .title,.infogridView .product:hover .title {
    text-decoration: none
}

.gridView.grid-sm .product .image,.infogridView.grid-sm .product .image {
    height: 150px
}

.gridView.grid-sm .product .title,.infogridView.grid-sm .product .title {
    font-size: 1rem
}

.product-list.slick-slider.grid-sm {
    height: 330px;
    overflow: hidden
}

.product-list .col {
    padding: 0 10px
}

@media(max-width: 767px) {
    .product-row {
        flex-direction:column
    }

    [class^=product-col-] {
        width: 100%
    }

    .product-col-text {
        order: 2
    }

    .lineView .product .key-features {
        height: 60px;
        margin-bottom: 10px;
        overflow: hidden
    }

    .lineView .product.open .key-features {
        height: auto
    }

    .lineView .product.open .more-features {
        display: none
    }

    .lineView .product .more-features {
        display: block;
        visibility: hidden
    }

    .lineView .product.has-more .key-features {
        margin-bottom: 0
    }

    .lineView .product.has-more .more-features {
        visibility: visible
    }

    .lineView .product .price.rtp {
        margin-bottom: 5px;
        padding-top: 10px
    }

    .lineView .product .price-box {
        float: right;
        margin-left: 10px;
        width: 150px
    }

    .lineView .product .stockstatus {
        display: none
    }

    .lineView .product .stockstatus.stockstatus-mobile {
        display: inline-block;
        margin: 0
    }

    .lineView .product .badge-savings small {
        display: none
    }
}

@media(max-width: 480px) {
    .col-xxs-12 {
        width:100%!important
    }

    .lineView .product .image {
        height: 150px!important
    }
}

.box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
    padding: 25px
}

.box .title {
    margin: 0 0 10px
}

.box .image img {
    display: block;
    height: auto;
    max-width: 100%
}

.box .image.full-width {
    margin: -50px 0
}

.box .header {
    margin-bottom: 25px
}

.box.box-support {
    position: relative
}

.box.box-support a {
    display: inline-block;
    padding: 6px 0
}

.box.box-support .badge-oh {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px
}

.box.box-partner {
    min-height: 219px
}

.box.box-nav {
    padding: 10px 20px
}

.box.box-nav .box-header {
    margin: 0;
    padding: 20px 10px 0
}

.box.box-nav .box-content {
    background-color: #fff;
    margin: 0;
    padding: 10px
}

.box.box-sm {
    font-size: 12px
}

.box.box-gray {
    background-color: #f8f8f8
}

.box.box-seo .h1,.box.box-seo .h2,.box.box-seo .h3,.box.box-seo .h4,.box.box-seo .h5,.box.box-seo h1,.box.box-seo h2,.box.box-seo h3,.box.box-seo h4,.box.box-seo h5 {
    margin-top: 0
}

.box.box-info {
    border-top-color: #0e90d2
}

.account-box-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.account-box {
    display: flex;
    flex-direction: column;
    padding: 30px 30px 20px;
    width: 100%
}

.account-box .btn-pill {
    font-weight: 700;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.account-box .head {
    color: #000
}

.account-box .head i {
    color: #972960;
    font-size: 1.5rem
}

.account-box .head a {
    color: inherit!important
}

.account-box p {
    margin-bottom: 15px
}

@media(min-width: 768px) {
    .account-box-list.grid-sm .account-box {
        width:calc(50% - 10px)
    }
}

@media(max-width: 767px) {
    .box.box-partner {
        min-height:auto
    }
}

.mhk-box {
    border-radius: 25px;
    margin-bottom: 15px;
    padding: 15px
}

.lp-box {
    background-color: #fff;
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.05);
    font-size: 14px;
    margin: 0 0 20px;
    padding: 20px
}

.lp-box hr {
    border: 0;
    border-top: 2px solid #eaeaea;
    margin: 2em
}

.lp-banner {
    display: block;
    margin: -20px -20px 20px
}

.lp-banner img {
    margin: 0 auto
}

.vt-box {
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 15px
}

.vt-box-header {
    font-weight: 600;
    margin: 0;
    padding: 15px 0
}

.vt-box-table {
    display: table;
    height: 100%;
    margin: -10px 10px
}

.vt-box-table [class^=col-] {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top
}

.vt-box-table .vt-box {
    height: 100%;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .vt-box-table {
        margin:-10px
    }

    .vt-box-table,.vt-box-table [class^=col-] {
        display: block;
        height: auto
    }

    .vt-box-table .vt-box {
        height: auto;
        margin-bottom: 20px
    }
}

.box-clean {
    border: 1px solid #ddd;
    border-radius: 25px;
    display: block;
    margin-bottom: 2rem;
    padding: 1rem
}

.box-sale {
    border: 1px solid #972960;
    border-radius: 25px;
    overflow: hidden;
    padding: 50px 1rem 1rem;
    position: relative
}

.box-sale--percent,.box-sale--product-title,.box-sale--title {
    color: #972960
}

.box-sale--title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.box-sale--product-title {
    display: block;
    text-align: center
}

.box-sale--product-title:hover {
    color: #972960
}

.box-sale--percent {
    font-size: 1.4rem;
    font-weight: 700
}

.box-sale--percent-icon {
    background-color: #972960;
    border-radius: 0 0 0 100%;
    color: #fff;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px
}

.box-sale--percent-icon span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    right: 9px;
    top: 2px
}

.breadcrumb {
    border-radius: 0;
    font-size: 14px;
    list-style: none;
    margin-bottom: 10px;
    padding: 0
}

.breadcrumb>.active a,.breadcrumb>li+li:before,.breadcrumb>li a {
    color: #777
}

.breadcrumb>li+li:before {
    content: "/";
    font-family: Font Awesome\ 5 Pro
}

@media(max-width: 767px) {
    .breadcrumb {
        display:none;
        margin-bottom: 10px;
        padding: 0
    }

    .breadcrumb>.active a,.breadcrumb>li+li:before,.breadcrumb>li a {
        color: #777
    }
}

.crumb {
    --crumb-clr: #ddd;
    --crumb-clr-hover: #ccc;
    color: #212121;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

.crumb li {
    background-color: var(--crumb-clr);
    margin: 0 2px 2px 0;
    padding: .5rem .5rem .5rem calc(.5rem + 15px);
    position: relative;
    text-overflow: ellipsis;
    transition: background-color .2s;
    white-space: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.crumb li:after,.crumb li:before {
    border-bottom: 17px solid transparent;
    border-top: 17px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    transition: border .2s;
    width: 0
}

.crumb li:before {
    border-left: 15px solid #fff;
    left: 0
}

.crumb li:after {
    border-left: 15px solid var(--crumb-clr);
    right: -15px
}

.crumb li:first-child:after {
    z-index: 1
}

.crumb li:nth-child(2):after {
    z-index: 2
}

.crumb li:nth-child(3):after {
    z-index: 3
}

.crumb li:nth-child(4):after {
    z-index: 4
}

.crumb li:nth-child(5):after {
    z-index: 5
}

.crumb li:nth-child(6):after {
    z-index: 6
}

.crumb li:nth-child(7):after {
    z-index: 7
}

.crumb li:nth-child(8):after {
    z-index: 8
}

@media(hover: hover) {
    .crumb li:hover {
        --crumb-clr:var(--crumb-clr-hover);
        cursor: pointer
    }
}

.crumb li:first-child {
    padding-left: .5rem
}

.crumb li:first-child:before {
    display: none
}

.crumb.crumb-primary,.crumb.last-primary>li:last-child {
    --crumb-clr: #f0a500;
    --crumb-clr-hover: #d79301;
    color: #fff
}

.crumb.crumb-dark,.crumb.last-dark>li:last-child {
    --crumb-clr: #323232;
    --crumb-clr-hover: #525252;
    color: #fff
}

.crumb.last-light li:last-child {
    --crumb-clr: #ddd;
    --crumb-clr-hover: #ccc;
    color: #212121
}

.categorylist a.category {
    border: 1px solid #ddd;
    border-radius: 25px;
    color: #000;
    display: block;
    margin-bottom: 20px;
    padding: 25px
}

.categorylist a.category .category-image {
    margin-right: 10px;
    max-height: 111px;
    max-width: 100%
}

.categorylist a.category img {
    margin: 0 auto;
    max-height: 111px;
    max-width: 100%
}

.categorylist a.category:hover {
    border-color: #868686;
    color: #000;
    text-decoration: none
}

.categorylist .cat-title {
    padding-top: 10px;
    text-align: center
}

.categorylist .arrow {
    display: none
}

body.display-mobile .categorylist a.category {
    align-items: center;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #ddd;
    color: #000;
    display: flex;
    justify-content: left;
    margin: 0;
    padding: 10px
}

body.display-mobile .categorylist a.category .category-image {
    height: 37px;
    margin-right: 10px;
    width: 50px
}

body.display-mobile .categorylist a.category img {
    margin: 0;
    max-height: 50px;
    max-width: 50px
}

body.display-mobile .categorylist a.category:first-child {
    border-top: 0
}

body.display-mobile .categorylist a.category:focus,body.display-mobile .categorylist a.category:hover {
    background-color: #f8f8f8;
    color: #000;
    text-decoration: none
}

body.display-mobile .categorylist .cat-title {
    font-size: 14px;
    padding-top: 0
}

body.display-mobile .categorylist .arrow {
    display: inline-block;
    margin-left: auto
}

body.display-mobile .categorylist:last-child {
    border-bottom: 1px solid #ddd
}

.categorylist.manufacturer a.category {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-height: 125px;
    padding: 1rem
}

.categorylist.manufacturer a.category .cat-img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    width: 25%
}

.categorylist.manufacturer a.category .cat-info {
    width: 75%
}

.categorylist.manufacturer a.category:hover {
    border-color: #868686;
    color: #000;
    text-decoration: none
}

.categorylist.manufacturer a.category.category-compact {
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem
}

.categorylist.manufacturer a.category.category-compact .cat-img {
    height: 200px;
    margin-bottom: 20px;
    margin-right: 0;
    width: 50%
}

.categorylist.manufacturer a.category.category-compact .cat-title {
    text-align: center
}

.categorylist.manufacturer .cat-title {
    font-size: 16px;
    font-weight: 700;
    padding-top: 0;
    text-align: left
}

.categorylist.manufacturer .description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    height: 4.2em;
    line-height: 1.4em;
    margin-bottom: 0;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.categorylist.manufacturer .arrow {
    display: none
}

.review-intro {
    border: 1px solid #ddd;
    border-radius: 25px 25px 0 0;
    margin: 20px 0 0;
    padding: 30px
}

.review-intro h1,.review-intro h2 {
    color: #000;
    margin: 0;
    padding: 0 0 20px
}

.review-intro .mhk-rating-stars {
    line-height: 35px
}

.review-intro .svg-star {
    height: 25px;
    width: 25px
}

.review-intro .progress {
    border-radius: 4px
}

.review-intro .progress-bar {
    background-color: #ffdc0f
}

.review-rating-summary {
    display: flex;
    flex-direction: column;
    line-height: 35px;
    vertical-align: middle
}

.review-rating-summary .show-all-reviews {
    margin-bottom: 20px
}

.review-rating-average {
    display: inline-block;
    font-size: 35px;
    font-weight: 700
}

#reviewList {
    margin: 0;
    padding: 0
}

.review-heading {
    line-height: 20px
}

.review-count {
    color: #777;
    line-height: 22px;
    margin-left: 5px;
    vertical-align: top
}

.review-list--item {
    border: 1px solid #ddd;
    border-top: 0;
    margin: 0;
    padding: 20px
}

.review-list--item .review-author {
    font-weight: 600
}

.review-list--item .mhk-rating-stars {
    display: inline-block
}

.review-list--item .mhk-rating-stars .svg-star {
    height: 20px;
    width: 20px
}

.review-comment {
    background-color: #ffdc0e;
    border-radius: 25px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 25px
}

.review-comment-header {
    font-family: Open Sans,sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 5px
}

.review-rating-max {
    display: inline-block;
    font-size: 1.5em
}

.review-avatar img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 70px
}

.review-title {
    display: block;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0
}

.review-text {
    font-size: 14px;
    max-width: 720px;
    overflow: hidden;
    text-overflow: clip
}

.review-summary {
    color: #777;
    font-size: 12px
}

.review-date {
    font-size: 85%
}

.review-verified {
    font-size: 12px
}

.review-banner {
    margin-bottom: 20px;
    position: relative
}

.review-translation {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 10px
}

.review-list-filter {
    border: 1px solid #ddd;
    border-radius: 0;
    border-top: 0;
    margin: 0;
    padding: 0 30px
}

.review-list-filter .filter {
    margin: 0 0 20px;
    min-height: 34px
}

.review-list-filter .filter label {
    font-size: 12px
}

.review-list-footer {
    border: 1px solid #ddd;
    border-radius: 0 0 25px 25px;
    border-top: 0;
    margin-bottom: 20px;
    padding: 30px
}

.rating-table td {
    line-height: 12px!important;
    vertical-align: middle!important
}

.rating-table td:first-child {
    width: 100px
}

.rating-table .progress {
    height: 12px!important;
    margin: 0
}

#review_form {
    background-color: #f8f8f8;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px
}

#review_form.state--closed {
    display: none
}

#review_form .h4 {
    margin-bottom: 20px
}

#review_form #reviewRating {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    padding-top: 7px
}

#review_form #reviewRating i {
    font-size: 1.2em
}

#review_form #ratingMsg {
    font-weight: 700
}

.reviews-total {
    margin-bottom: 20px
}

#no-review-container {
    margin-bottom: 10px
}

.cl-kir_rl_page .review-intro {
    border-bottom: 0;
    margin-top: 0
}

@media(min-width: 991px) {
    .review-list--item {
        padding:20px 0
    }

    .review-list--item .review-text {
        padding-right: 20px
    }

    .review-rating-summary .show-all-reviews {
        margin-bottom: 0
    }
}

.k-slide-item:hover .link {
    border-color: #afafaf
}

.k-slide-items {
    margin: 0 -10px;
    overflow: hidden
}

.k-slide-item {
    float: left;
    margin: 0 0 20px;
    padding: 0 10px
}

.k-slide-items .k-slide-item,.k-slide-items.slick-initialized .k-slide-item {
    display: none
}

.k-slide-item--image {
    bottom: 0;
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: auto;
    max-height: calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding: 1px;
    position: absolute;
    right: 0;
    top: 0;
    transition: -webkit-transform .25s cubic-bezier(.25,.8,.25,1) 0s;
    transition: transform .25s cubic-bezier(.25,.8,.25,1) 0s;
    transition: transform .25s cubic-bezier(.25,.8,.25,1) 0s,-webkit-transform .25s cubic-bezier(.25,.8,.25,1) 0s;
    width: auto
}

.k-slide .link {
    border: 1px solid #ddd;
    border-radius: 25px;
    display: block;
    height: 150px;
    padding: 25px;
    position: relative;
    text-align: center;
    width: 100%
}

.link:hover .k-slide-item--image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0)
}

.k-slide-header {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    position: relative
}

.k-slide-header .action-links {
    margin-left: auto;
    min-width: 72px
}

.k-slide .slick-track {
    min-width: 100%
}

.k-slide-article-items {
    height: 268px
}

.k-slide-article-items.k-slide-article-items-3cols {
    height: 258px
}

.k-slide-article-items .adView .productData {
    margin-bottom: 0
}

.k-slide-article-items .productData {
    margin-bottom: 20px
}

.k-slide-article-items .adView .productData {
    display: none
}

.k-slide-article-items .adView.slick-initialized .productData {
    display: block
}

.control-dots {
    margin: -20px 0 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 100%
}

.control-dots .dot {
    background-color: #868686;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0 5px;
    opacity: .4;
    transition: opacity .25s ease-in;
    width: 8px
}

.control-dots .dot.selected,.control-dots .dot.selected button {
    opacity: 1
}

.carousel .control-dots {
    margin-top: -10px
}

#bigSlide .control-dots {
    margin-top: -5px
}

#bigSlide .control-dots li {
    background-color: #868686;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0 5px;
    opacity: .4;
    transition: opacity .25s ease-in;
    width: 8px
}

#bigSlide .control-dots li.slick-active {
    opacity: 1
}

#bigSlide .control-dots li button {
    display: none
}

.product-list.slick-list {
    margin: 0 -10px
}

.product-list .slick-slide {
    height: auto
}

#cookieNote {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,.2);
    display: none!important;
    min-height: 211px;
    padding: 20px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1242
}

#cookieNote.desktop {
    bottom: 40px;
    opacity: 0;
    right: -300px;
    width: 334px
}

.cookienote--header {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 15px
}

.cookienote--icon {
    height: 37px;
    margin-right: 15px
}

.cookienote-info {
    margin-bottom: 15px
}

@media(max-width: 991px) {
    #cookieNote.desktop {
        bottom:20px!important;
        box-shadow: 0 2px 9px 0 rgba(0,0,0,.2);
        right: 20px!important
    }
}

@media(max-width: 767px) {
    #cookieNote,#cookieNote.desktop {
        bottom:0!important;
        box-shadow: 0 2px 9px 0 rgba(0,0,0,.2);
        opacity: 1;
        right: 0!important;
        width: 100%
    }
}

.promotion {
    margin-bottom: 20px
}

.promotion img {
    margin: 0 auto
}

.promotion-hero {
    margin-bottom: 20px
}

.promotion-hero .promotion {
    margin-bottom: 0
}

.guide {
    float: left;
    height: auto;
    margin-bottom: 20px;
    padding: 0 10px 0 0
}

.guide .image {
    max-height: 150px;
    overflow: hidden
}

.guide .image img {
    display: inline-block;
    width: 100%
}

.guide .title {
    color: #000;
    font-weight: 600;
    margin: 5px 0
}

.guide .link {
    display: block
}

.guide .desc {
    color: #000;
    font-size: 12px;
    line-height: 1.3rem
}

.guide a:hover {
    text-decoration: none
}

.guides-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.guides-list .guide {
    flex: 25%;
    margin-bottom: 20px;
    max-width: 25%;
    padding: 0 10px
}

@media screen and (max-width: 1090px) {
    .guides-list .guide {
        flex:33.33%;
        max-width: 33.33%
    }
}

@media screen and (max-width: 840px) {
    .guides-list .guide {
        flex:50%;
        max-width: 50%
    }
}

@media screen and (max-width: 480px) {
    .guides-list .guide {
        flex:100%;
        max-width: 100%
    }
}

.box.share .buttons {
    grid-gap: 20px;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 50px 50px
}

.share-button {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center
}

.share-button .icon-svg {
    height: 28px;
    width: 34px
}

.share-button span {
    color: #000;
    font-size: .8em
}

.share-button:active,.share-button:focus,.share-button:hover {
    text-decoration: none
}

.share-button-fb svg {
    fill: #3b5998
}

.share-button-fb:active svg,.share-button-fb:focus svg,.share-button-fb:hover svg {
    fill: #2d4373
}

.share-button-twitter {
    -ms-grid-column: 2
}

.share-button-twitter svg {
    fill: #00acee
}

.share-button-twitter:active svg,.share-button-twitter:focus svg,.share-button-twitter:hover svg {
    fill: #0087bb
}

.share-button-pinterest {
    -ms-grid-column: 3
}

.share-button-pinterest svg {
    fill: #e60023
}

.share-button-pinterest:active svg,.share-button-pinterest:focus svg,.share-button-pinterest:hover svg {
    fill: #b3001b
}

.share-button-whatsapp {
    -ms-grid-row: 2
}

.share-button-whatsapp svg {
    fill: #25d366
}

.share-button-whatsapp:active svg,.share-button-whatsapp:focus svg,.share-button-whatsapp:hover svg {
    fill: #1da851
}

.share-button-link {
    -ms-grid-column: 3;
    -ms-grid-row: 2
}

.share-button-link i {
    color: #999
}

.share-button-link:active i,.share-button-link:focus i,.share-button-link:hover i {
    color: grey
}

.share-button-email {
    -ms-grid-column: 2;
    -ms-grid-row: 2
}

.share-button-email i {
    color: #999
}

.share-button-email:active i,.share-button-email:focus i,.share-button-email:hover i {
    color: grey
}

.modal {
    -webkit-overflow-scrolling: touch
}

.exit-modal .modal-body {
    padding: 0
}

.exit-modal .close {
    color: #fff;
    opacity: .6;
    position: absolute;
    right: 10px;
    top: 10px
}

body.no-scroll,body.vt-modal-open {
    overflow: hidden
}

.vt-modal {
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.vt-modal.in {
    display: block
}

.vt-modal .vt-loader {
    display: block;
    margin: 40px auto;
    text-align: center
}

.vt-modal .vt-modal-bg {
    background-color: rgba(0,0,0,.8);
    min-height: 100%;
    padding: 20px;
    width: 100%
}

.vt-modal .vt-modal-content {
    cursor: auto;
    margin: auto;
    position: relative
}

.vt-modal .vt-modal-content.vt-modal-lg {
    max-width: 1160px
}

.vt-modal .vt-modal-content.vt-modal-md {
    max-width: 860px
}

.vt-modal .vt-modal-content.vt-modal-sm {
    max-width: 320px
}

.vt-modal .vt-modal-header {
    background-color: transparent;
    padding: 0
}

.vt-modal .vt-modal-header .btn {
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vt-modal .vt-modal-header:after,.vt-modal .vt-modal-header:before {
    content: " ";
    display: table
}

.vt-modal .vt-modal-header:after {
    clear: both
}

.vt-modal .vt-modal-title {
    margin: 0;
    padding: 6px 0
}

.vt-modal .vt-modal-body {
    background-color: #fff;
    border-radius: 4px 0 0 0;
    overflow: hidden;
    padding: 15px
}

.vt-modal .vt-modal-body:after,.vt-modal .vt-modal-body:before {
    content: " ";
    display: table
}

.vt-modal .vt-modal-body:after {
    clear: both
}

.vt-modal .vt-modal-footer {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #ddd;
    padding: 15px
}

.vt-modal .vt-modal-footer:after,.vt-modal .vt-modal-footer:before {
    content: " ";
    display: table
}

.vt-modal .vt-modal-footer:after {
    clear: both
}

.vt-modal-close,[data-dismiss=vt-modal] {
    border-radius: #ddd #ddd 0 0
}

.modal-loader {
    min-height: 300px;
    position: relative;
    width: 100%
}

.modal-loader .loader-text {
    margin-bottom: 10px
}

.modal-loader .loader-icon {
    display: inline-block;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.modal-loader .loader-icon i {
    font-size: 4em
}

#lastseen {
    margin-bottom: 20px
}

.mhk-details-varianten--top {
    margin-bottom: 10px
}

.mhk-details-varianten--top .btn-slick-next {
    position: absolute;
    right: -15px;
    top: 13px
}

.mhk-details-varianten--track {
    height: 62px;
    overflow: hidden;
    position: relative
}

.mhk-details-varianten--track.state--focus {
    overflow: visible;
    width: 100%
}

.mhk-details-varianten--track.state--focus .mhk-details-varianten--thumbs {
    height: 100%;
    overflow-y: visible;
    position: absolute;
    right: 0;
    top: 0
}

.mhk-details-varianten--header {
    align-items: center;
    background-color: transparent;
    color: #000;
    display: flex;
    font-family: Open Sans,sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 5px
}

.mhk-details-varianten--header button {
    align-self: end
}

.mhk-details-varianten--thumbs {
    height: 58px;
    min-width: 100%;
    overflow-y: hidden
}

.display-mobile .mhk-details-varianten--track {
    height: unset
}

.display-mobile .mhk-details-varianten--thumbs {
    display: flex;
    flex-wrap: wrap;
    height: unset;
    max-width: 100%
}

.display-mobile .mhk-details-varianten--thumb {
    margin-bottom: 4px
}

.mhk-details-varianten--thumb {
    cursor: pointer;
    float: left;
    padding: 0 2px
}

.mhk-details-varianten--thumb .inner {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 58px!important;
    max-width: 100%;
    min-width: 58px;
    padding: 5px;
    position: relative
}

.mhk-details-varianten--thumb img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    right: 0;
    top: 0
}

.mhk-details-varianten--thumb:hover {
    z-index: 1000
}

.mhk-details-varianten--thumb:hover .inner {
    border-color: #868686
}

ul.list-float>li:last-child .mhk-details-varianten--thumb {
    border-right: 1px solid #ddd
}

ul.list-float {
    margin: 0;
    padding: 0
}

ul.list-float li {
    float: left
}

.mhk-details-varianten--info {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: none;
    padding: 25px;
    position: absolute;
    right: 0;
    top: 62px;
    width: 450px
}

.--focus {
    display: block;
    z-index: 1001
}

.mhk-details-varianten--info--title {
    font-size: 1em;
    font-weight: 600;
    height: 1.8rem;
    margin-bottom: 20px
}

.mhk-details-varianten--comm {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 24px
}

.mhk-details-varianten--comm[\:has\(\%3E\%20.mhk-details-varianten--price-box\%20\%3E\%20.mhk-details-varianten--tprice\%20\%3E\%20.rtp-holder\)] {
    margin-top: 0
}

.mhk-details-varianten--comm:has(>.mhk-details-varianten--price-box>.mhk-details-varianten--tprice>.rtp-holder) {
    margin-top: 0
}

.mhk-details-varianten--info--shortdescription {
    height: 150px;
    margin: 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.mhk-details-varianten--info--shortdescription ul {
    margin: 0 0 0 20px;
    padding: 0
}

.mhk-details-varianten--price {
    font-size: 1.2em;
    font-weight: 600
}

.mhk-details-varianten--pic {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%
}

.mhk-bestprice--basket {
    color: #369;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0
}

.mhk-bestprice--details {
    display: inline-block;
    font-weight: 400
}

#countrySelect li {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    line-height: 24px;
    padding: 5px 10px
}

#countrySelect li:last-child {
    border-bottom: 0
}

#countrySelect li:hover {
    background-color: #eee
}

.kir-flyout {
    border-radius: 25px;
    padding: 20px!important
}

.kir-flyout ul {
    padding: 0
}

.kir-flyout .rd-section-spacer {
    margin: 10px 0
}

.kir-flyout .rd-section-spacer span {
    background-color: #fff
}

@media(max-width: 768px) {
    .kir-flyout {
        margin:0 10px;
        width: calc(100vw - 20px)
    }
}

.flyout-content {
    --distance-to-top: 450px;
    max-height: calc(100vh - var(--distance-to-top));
    max-height: calc(100svh - var(--distance-to-top));
    min-height: 60px;
    overflow-y: auto;
    padding: 0
}

.flyout-content table tr:first-child td {
    border: 0
}

.flyout-content td a,.flyout-content td a:hover {
    color: #000
}

#detailsRecommendationsHolder {
    height: 491px;
    margin: 40px 0;
    padding: 15px 0 10px;
    position: relative
}

@media(min-width: 372px) {
    #detailsRecommendationsHolder {
        height:461px
    }
}

#detailsRecommendationsHolder .product-list-header {
    border: 0;
    padding-top: 0
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    #detailsRecommendationsHolder {
        display: none
    }
}

.details-hero {
    --containerPlusPadding: calc(100% + 20px);
    background-color: #f8f8f8;
    height: 100%;
    left: calc(-50vw - -10px - var(--containerPlusPadding)/-2);
    left: calc(var(--viewportWidth)/-2 - var(--containerPlusPadding)/-2);
    margin-left: -10px;
    position: absolute;
    top: 0;
    width: calc(100vw - 20px);
    width: var(--viewportWidth)
}

#jumptotop {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 50%;
    bottom: 40px;
    cursor: pointer;
    display: block;
    font-size: 45px;
    height: 40px;
    opacity: 0;
    position: fixed;
    right: 35px;
    transition: opacity .3s,visibility 0s linear .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    width: 40px;
    z-index: 1000
}

#jumptotop :focus,#jumptotop:hover {
    border-color: #868686;
    outline: none
}

#jumptotop img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

#jumptotop.show {
    opacity: .5;
    transition: opacity .3s;
    visibility: visible
}

#jumptotop.show:hover {
    opacity: 1
}

.mhk-cal-date {
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin: 0 10px 10px 0;
    text-align: center;
    width: 110px
}

.mhk-cal-date .month {
    background-color: #b41117;
    color: #fff;
    padding: 10px 0;
    transition: all .2s
}

.mhk-cal-date .day {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0 5px
}

.mhk-cal-date .weekday {
    margin-bottom: 5px
}

.mhk-cal-date.disabled {
    cursor: not-allowed
}

.mhk-cal-date.disabled .day,.mhk-cal-date.disabled .weekday {
    color: #888
}

.mhk-cal-date.disabled .month {
    background-color: #ccc;
    color: #888
}

.mhk-cal-date.active,.mhk-cal-date:hover:not(.disabled) {
    border: 1px solid #ccc
}

.mhk-cal-date.active .month,.mhk-cal-date:hover:not(.disabled) .month {
    background-color: #11b45f
}

#delTime .btn.active {
    background-color: #11b45f!important;
    color: #fff
}

#delTime .deltime-time {
    font-size: 12px
}

.filter-cloud {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 10px 0
}

.filter-cloud .badge {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100px;
    color: #000;
    cursor: pointer;
    margin: 0 5px 5px 0;
    padding: .75rem 1.5rem
}

.filter-cloud .badge:hover {
    border-color: #868686
}

.filter-cloud .badge.ff-filter-reset {
    background-color: #ddd;
    font-weight: 400
}

.filter-cloud .badge i {
    margin-left: 5px
}

.filter-cloud .badge .group {
    font-weight: 400
}

.ff-filter-cloud-head {
    display: inline-block;
    line-height: 25px;
    margin: 0 10px 10px 0;
    vertical-align: middle
}

#details .widgetBox.reviews .dd-ts-reviews dl {
    display: none
}

#sidebar .dd-ts-rating_widget img {
    margin-bottom: 15px;
    max-width: 172px
}

#sidebar .ts-rating-light.skyscraper_vertical {
    height: auto!important;
    width: auto!important
}

#sidebar .ts-rating-light.skyscraper_vertical .ts-reviews .ts-reviews-list,#sidebar .ts-rating-light.skyscraper_vertical .ts-wrapper {
    height: auto!important
}

.dd-ts-review_sticker-footer {
    background: #f2f2f2;
    padding: 15px 10px 20px
}

.dd-ts-review_sticker-footer .testimonial {
    margin-bottom: 40px!important
}

.dd-ts-review_sticker-footer+#footer {
    margin-top: 0;
    padding-top: 0
}

.dd-ts-review_sticker-footer .ts-rating-light {
    margin: 0 auto
}

.ts-rating-light.testimonial .carousel {
    border: 1px solid #ddd!important;
    border-radius: 4px
}

.ts-rating-light.testimonial .carousel .carousel-inner .item .review {
    font-weight: 600
}

#cookiescript_wrapper {
    background-color: #fff!important;
    background-image: none;
    border-radius: 4px!important;
    width: 80%!important
}

.cs-lead {
    color: #6bbe6b!important;
    font-weight: 600
}

#cookiescript_manageicon {
    display: none!important
}

#cookiescript_checkboxs,#cookiescript_cookietablewrap {
    background-color: #fff!important
}

.cookie-img-desktop-style {
    text-align: left!important
}

#cookiescript_manage,#cookiescript_readmore {
    color: #686868!important;
    text-decoration: underline;
    text-transform: none
}

#cookiescript_manage:hover,#cookiescript_readmore:hover {
    text-decoration: underline
}

#cookiescript_header {
    margin-left: 0!important
}

#cookiescript_accept {
    font-size: 16px!important;
    padding: 0 50px!important
}

#cookiescript_description,#cookiescript_header,#cookiescript_manage_wrap {
    text-align: left!important
}

#cookiescript_reportdate {
    display: none!important
}

@media(min-width: 768px) {
    #cookiescript_wrapper {
        width:650px!important
    }

    #cookiescript_buttons,#cookiescript_description,#cookiescript_header,#cookiescript_manage_wrap {
        text-align: left!important
    }

    #cookiescript_accept {
        padding: 0 50px!important
    }
}

#gutscheinconnection-container .sovendus-banner {
    max-width: 100%;
    min-height: 219px
}

#gutscheinconnection-container .sovendus-headline {
    font-size: 1.2em;
    margin-bottom: 20px
}

#gutscheinconnection-container .sovendus-text-cnt {
    margin-bottom: 20px
}

#gutscheinconnection-container .sovendus-text-cnt:after,#gutscheinconnection-container .sovendus-text-cnt:before {
    content: " ";
    display: table
}

#gutscheinconnection-container .sovendus-text-cnt:after {
    clear: both
}

#gutscheinconnection-container .sovendus-button {
    max-width: 250px
}

.payWithAmazonButton {
    background: url(https://www.kirstein.de/images/icons/payment/cta_amazon-pay_x2.png) no-repeat 0;
    background-size: contain;
    cursor: pointer;
    margin: 0 auto;
    max-width: 200px;
    overflow: hidden!important
}

.payWithAmazonButton .amazonpay-button-inner-image {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    padding-bottom: 24.5762711864%;
    width: 100%
}

.loginWithAmazon .amazonpay-button-inner-image {
    margin: 0 auto;
    max-width: 100%
}

#detailsExpressCheckoutContainer .payWithAmazonButton {
    margin-bottom: 20px
}

#mobile-menu .has--pic {
    padding-left: 40px
}

#mobile-menu .has--pic img {
    left: 7px;
    max-height: 2em;
    max-width: 2em;
    position: absolute
}

#mobile-menu .mm-divider {
    background-color: #f8f8f8;
    height: 20px;
    margin-bottom: -1px;
    margin-top: -1px
}

#mobile-menu .mm-divider:before {
    content: unset
}

#mobile-menu i {
    margin-right: 10px
}

.ts-rating-light.testimonial,.ts-rating-light.testimonial .carousel {
    max-width: 100%!important
}

.ts-review-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 1rem;
    font-weight: 700;
    height: 4.2rem;
    line-height: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.ts-review-carousel {
    height: 148px;
    overflow: hidden
}

.ts-review-carousel .ts-review {
    height: 100%
}

.ts-review-carousel .slick-dots {
    margin: 0;
    padding: 10px 0 0;
    text-align: center
}

.payment-logo-col,body.amzCheckout #paymentCheckoutNavBottom {
    display: none
}

@media(min-width: 767px) {
    .payment-logo-col {
        display:block
    }
}

.product-description {
    font-size: 1.3rem
}

.product-description p {
    line-height: 2rem;
    margin-bottom: 1rem
}

.product-description .h2,.product-description .h3,.product-description .h4,.product-description .h5,.product-description h2,.product-description h3,.product-description h4,.product-description h5 {
    margin: 0;
    padding: 2rem 0
}

.product-description>.text-component:first-child {
    padding-top: 4rem
}

.product-description .img-banner {
    margin: 0;
    padding: 2rem 0
}

.content-section {
    margin-bottom: 4rem
}

.text-component {
    padding: 0 0 2rem
}

.card-component {
    padding: 2rem 0
}

.card-component .card-content {
    padding: 0 1rem 1rem
}

.row.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.row.flex-row .text-component {
    max-width: 720px;
    padding: 4rem 2rem
}

.row.flex-row .text-component .h2,.row.flex-row .text-component .h3,.row.flex-row .text-component .h4,.row.flex-row .text-component .h5,.row.flex-row .text-component h2,.row.flex-row .text-component h3,.row.flex-row .text-component h4,.row.flex-row .text-component h5 {
    margin: 0 0 2rem
}

.row.flex-row [class^=col-] {
    display: flex;
    height: auto
}

.col-text {
    align-items: center;
    order: 2
}

.col-image {
    order: 1
}

@media(min-width: 769px) {
    .col-text {
        align-items:center;
        order: 1
    }

    .col-image,.rtl .col-text {
        order: 2
    }

    .rtl .col-image {
        order: 1
    }
}

.image-holder {
    height: 100%;
    position: relative
}

.image-holder>img,.image-holder iframe {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

article.story {
    font-size: 1.2rem;
    line-height: 2rem
}

article.story .h1,article.story .h2,article.story .h3,article.story h1,article.story h2,article.story h3 {
    margin: 0;
    padding: 1rem 0 2rem
}

article.story p {
    margin-bottom: 1.5rem
}

article.story .page-header {
    border: 0;
    margin: 0;
    padding: 1rem 0 2rem
}

article.story .section-text,article.story .text-block {
    margin-bottom: 2rem
}

.sources-wrapper {
    color: #777
}

.sources-list-header {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .5rem;
    text-decoration: underline
}

.sources-list-header:hover {
    color: #000
}

.sources-list {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0
}

.sources-list li {
    display: block;
    font-size: .85rem
}

.story-toc {
    margin-bottom: 2rem
}

.toc-buttons-wrapper {
    align-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.toc-menu,.toc-prev {
    margin: 0 .5rem 1rem 0
}

.toc-menu {
    color: #777
}

.toc-counter {
    color: #777;
    margin-bottom: 2rem
}

.toc-next {
    margin: 0 0 1rem
}

.toc-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    column-count: 1;
    list-style: none;
    margin: 0;
    padding: 1rem 0
}

.toc-list li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    border-bottom: 1px solid #ddd;
    break-inside: avoid-column;
    display: flex;
    padding: .5rem 1rem
}

.toc-item-index {
    color: #777;
    display: inline-block;
    margin-right: 1rem
}

.toc-item {
    color: #000
}

.toc-item:hover {
    color: #369
}

.active .toc-item {
    font-weight: 700
}

@media(min-width: 480px) {
    .toc-list {
        -webkit-columns:auto 2;
        -moz-columns: auto 2;
        columns: 2
    }
}

@media(min-width: 992px) {
    .toc-list {
        -webkit-columns:auto 3;
        -moz-columns: auto 3;
        columns: 3
    }
}
