/* Variables */
:root {
    --global-transition: all 0.2s ease-in;
}

.d-block {
    display: block !important;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.flex--top {
    align-items: flex-start;
}

.flex--middle {
    align-items: center;
}

.flex--center{
    justify-content: center;
}

.flex--wrap {
    flex-flow: wrap;
}

.flex-grow-1 {
    flex: 1;
}

@media screen and (min-width: 768px) {
    .flex-grow-md-1 {
        flex: 1;
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    text-align: center;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: a 1s steps(12) infinite;
    animation: a 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'
}

.ui-widget,
.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(/_static/img/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(/_static/img/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(/_static/img/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(/_static/img/ui-icons_777620_256x240.png)
}

.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
    background-image: url(/_static/img/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(/_static/img/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    box-shadow: 0 0 5px #666
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connect {
    background: #3fb8af;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    transition: background .45s
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    background: url(/_static/img/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAAvCAYAAAAvgRLNAAAAc0lEQVR42u3cMQ0AMAwDQRMMfyreWgItgEg3HAHrZyfJQAyAEBACQuCl7QEhIASEgBAQAkJACAgBISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQWBmCRzHc6yEEhIAQ+Lk2kd2he1OQxgAAAABJRU5ErkJggg==) 0 0 repeat-x
}

div.pp_default .pp_top .pp_right {
    background: url(/_static/img/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAACCCAYAAAD1/sBJAAAAqklEQVR42u3PMQoAIAwEwXzQ/38lXawECem1mIPtb6Kqondt9TKzfmv6eQCjDxoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhr6NXoD3OwLVcVtPZoAAAAASUVORK5CYII=) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAACCCAYAAAD1/sBJAAAAqklEQVR42u3PMQoAIAwEwXzQ/38lXawECem1mIPtb6Kqondt9TKzfmv6eQCjDxoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhr6NXoD3OwLVcVtPZoAAAAASUVORK5CYII=) 100% 0 repeat-y;
    padding-right: 13px
}

div.pp_default .pp_next:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAeCAYAAAA/xX6fAAABJ0lEQVR42u3XsWqDUBgFYN+sjyABEQUFRUUTFBSXPoOLk7gp4uDcIZC97yAEdVGhk9jRIeVUL6Sk3VK4tx0yHNePH/97PXIAOJYhj2VZrnla87JmXAMKudyCz5SQb7mC22QXluArC+wWfGcN4gH+CThNE+q6ZgOO44jdbgdZlhHHMX2wLEuoqgpJkgiapildcBgGaJqG/X4P27ZhWdav0LveYdu2CMOQoL7vQxAERFFEd0ubpkEQBCSKooDneRyPR3pg13VfoOd5cF0Xp9OJDng+n8lUhmFA13WCJklCb2lM04TjOGR5NjTPc3pLU1UVRFEk6DZZURR0j0Xf9zgcDmRDsyxjc7XN80yOxuNr8S9B5hWDeYliXhOZF+GfVf+NEvjBsf6Z+QSTQiu+5+GfbAAAAABJRU5ErkJggg==) 100% no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAeCAYAAADdGWXmAAABHUlEQVR42u2XO2qFQBSGXVggteACfBSCiE9QFIQsQrAQtVNs7LMBzSosFAtRSCeBNBaBP85UKW5zITOBcIuv/phz/jlzRgAg8EI4zxMM2C9eL54viIOp7CcvPGVfF0+8ZIQ3nrIPnjI8ZDcZxxHHcbCXlWUJURRhWRa2bWMny/MciqJAlmVIkoS6rtnI0jSFaZpwXRe+7yOOYzYny7IMjuPAMAwqJCzL8vs96/uelo0IoihCEASYpolNGodhgOd5VGTbNpIkwTzP7KJfVRV0Xae9UlWViu8R3h2Qtm1pz4hI0zQqXteVXfSLoqAnJGUlgem6ju2lbpoGYRjSwOz7zn5ckTRyGVePJ+avZJ//cuHhusoxX1Lfb67fPD8W37RnuK+mKgeTAAAAAElFTkSuQmCC) 0 no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(/_static/img/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_expand:hover {
    background: url(/_static/img/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}

div.pp_default .pp_contract {
    background: url(/_static/img/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_contract:hover {
    background: url(/_static/img/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(/_static/img/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default .pp_gallery ul li a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAhCAIAAAAUH2/TAAACO0lEQVR42s2WyY7aQBCG6/k48Q7cQT7xCpx5klwAISEEXAAJCJtAILaAMQYMISGZyTKT5JMtIeKZTNz2pb+D1VX919J22275rSWiaVu/tESetUSetETXtn5qifzQEvkeGcdxFovFaDR678IAE2eUnPItApfLZTweT6dT27YZ4yEjA0ycTHnOEMhjWI7HY6fT2W63ZMF8uAMTJ1MIkIVILg+hOJ1O7XZ7v9/7GvI1hwAZYtX88lWd6/Xa6/VM03yjp1tnyBATolRCvqhDpeFw+N+ebp0hJkSphHxWhF08GAzW67UvkWEYPK9XayAmhMDgVeSTImyUer1+Pp99tROJRDweT6VSL5tDTAiBwavIRZHD4VCr1V6uz3BJJpOxWCydTjebzftZQggMXkU+KsI3qVqtcgN86zPuyGQy3LPbFGUqlQqBwavIWZHdbsfSufoSeQ1ls9nZbMZPjVfPtxJCgleRkyJkbzQak8nE57815O2/exATQmDwKnJUhOz9fp8t7PyN15DzGogJITB4FTkowhNZLpflcpl3PogeGWJCCAxeRfbqeJ/TQqHAYcF+E/7WyLzPqVIJsdWxLIvVt1qtXC7HScb6B0whQIYYU6mE7ELB6tngHBCKxSIvf7fb5SRjujDAxMkUAmQ4VfOLFZbNZjOfz3mO7OhSqZTP59+5MMDEyRQCZCGSyzYClFytVtweOmBr91wYYOJkCkG4zGJGhj8xHbCBFi4MMHFGySkbLdG1rbWWyActkZWW/AFJheFlTqjvNQAAAABJRU5ErkJggg==) 50% #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_next,
div.pp_default .pp_gallery a.pp_arrow_previous {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
    background: url(/_static/img/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
    background: url(/_static/img/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia, 'Apple Color Emoji', 'Segoe UI Emoji';
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px
}

div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_nav .pp_play:hover {
    opacity: .7
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
    background: url(/_static/img/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAAvCAYAAAAvgRLNAAAAc0lEQVR42u3cMQ0AMAwDQRMMfyreWgItgEg3HAHrZyfJQAyAEBACQuCl7QEhIASEgBAQAkJACAgBISAEhIAQEAJCQAgIASEgBISAEBACQkAICAEhIASEgBAQAkJACAgBISAEhIAQWBmCRzHc6yEEhIAQ+Lk2kd2he1OQxgAAAABJRU5ErkJggg==) 0 100% repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(/_static/img/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(/_static/img/loader.gif) 50% no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(/_static/img/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
    background: url(/_static/img/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
    background: url(/_static/img/btnNext.png) 100% no-repeat;
    cursor: pointer
}

div.light_rounded .pp_previous:hover {
    background: url(/_static/img/btnPrevious.png) 0 no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand {
    background: url(/_static/img/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand:hover {
    background: url(/_static/img/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract {
    background: url(/_static/img/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract:hover {
    background: url(/_static/img/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(/_static/img/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_nav .pp_play {
    background: url(/_static/img/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_nav .pp_pause {
    background: url(/_static/img/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_arrow_previous {
    background: url(/_static/img/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
    background: url(/_static/img/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
    background: url(/_static/img/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
    background: url(/_static/img/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(/_static/img/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(/_static/img/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAHUlEQVR42mNgYGDYT2U8auCogaMGjho4auDINBAAxD4qgC38bKIAAAAASUVORK5CYII=) 0 0 repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAHUlEQVR42mNgYGDYT2U8auCogaMGjho4auDINBAAxD4qgC38bKIAAAAASUVORK5CYII=) 100% 0 repeat-y
}

div.dark_rounded .pp_next:hover {
    background: url(/_static/img/btnNext.png) 100% no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_previous:hover {
    background: url(/_static/img/btnPrevious.png) 0 no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand {
    background: url(/_static/img/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand:hover {
    background: url(/_static/img/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract {
    background: url(/_static/img/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract:hover {
    background: url(/_static/img/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(/_static/img/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff
}

div.dark_rounded .pp_nav .pp_play {
    background: url(/_static/img/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(/_static/img/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_arrow_previous {
    background: url(/_static/img/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
    background: url(/_static/img/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(/_static/img/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(/_static/img/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(/_static/img/loader.gif) 50% no-repeat
}

div.dark_square .pp_content,
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right {
    background: #000
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
    background: url(/_static/img/loader.gif) 50% no-repeat
}

div.dark_square .pp_expand {
    background: url(/_static/img/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_expand:hover {
    background: url(/_static/img/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract {
    background: url(/_static/img/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract:hover {
    background: url(/_static/img/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(/_static/img/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_square .pp_nav {
    clear: none
}

div.dark_square .pp_nav .pp_play {
    background: url(/_static/img/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_nav .pp_pause {
    background: url(/_static/img/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_arrow_previous {
    background: url(/_static/img/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
    background: url(/_static/img/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
    background: url(/_static/img/btnNext.png) 100% no-repeat;
    cursor: pointer
}

div.dark_square .pp_previous:hover {
    background: url(/_static/img/btnPrevious.png) 0 no-repeat;
    cursor: pointer
}

div.light_square .pp_expand {
    background: url(/_static/img/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_expand:hover {
    background: url(/_static/img/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract {
    background: url(/_static/img/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract:hover {
    background: url(/_static/img/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(/_static/img/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_square .pp_nav .pp_play {
    background: url(/_static/img/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_nav .pp_pause {
    background: url(/_static/img/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_arrow_previous {
    background: url(/_static/img/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
    background: url(/_static/img/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
    background: url(/_static/img/btnNext.png) 100% no-repeat;
    cursor: pointer
}

div.light_square .pp_previous:hover {
    background: url(/_static/img/btnPrevious.png) 0 no-repeat;
    cursor: pointer
}

div.facebook .pp_top .pp_left {
    background: url(/_static/img/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAKElEQVR42mNgYGBooDIeNXDUwGFo4J49e05TEzP8pzIYNXDUwMFgIACxcW1KTOCWoQAAAABJRU5ErkJggg==) 0 0 repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(/_static/img/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAIUlEQVR42mNgYGBoIBb/JwIwjBo4auCogaMGjho4Ug0EAFdBO16zqYrCAAAAAElFTkSuQmCC) 0 0 repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAIElEQVR42mP4TwRgYGBoIBqPGjhq4KiBowaOGjhSDQQAKdU7XjHyePQAAAAASUVORK5CYII=) 100% 0 repeat-y
}

div.facebook .pp_expand {
    background: url(/_static/img/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_expand:hover {
    background: url(/_static/img/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract {
    background: url(/_static/img/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract:hover {
    background: url(/_static/img/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(/_static/img/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(/_static/img/loader.gif) 50% no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(/_static/img/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default
}

div.facebook .pp_arrow_next {
    background: url(/_static/img/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default
}

div.facebook .pp_nav {
    margin-top: 0
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px
}

div.facebook .pp_nav .pp_play {
    background: url(/_static/img/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_nav .pp_pause {
    background: url(/_static/img/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_next:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAvCAYAAABZl2IDAAAB6ElEQVR42u3asUsCcRQHcNG/QKjNXYpzuMGhJSdxcroMHB1s0oIWI0lCkiCLg4YggoaWhghq8U/ov3A4iYPg4o7LMiy7fg9+t8RB/bw77/d79uA76KDvg6J3v/diMe+KkyyRKCQbJC2S/RmmRd9XoX3EvZp0HOdP8aoFkuqMUb+lSvsKBLlC0uQM6KZJ+/OFzHOK+5n8tEhJEKAbiRWZINkWDLkJfbMgM4IB3WRYkIqgSIUFWRMUucWC3BEUuceCDLyBbrd7NwtopMjRaPSuquo9euRkMvnqdDq3qJHkxR2ANhqNa9RIqE9S9Xr9CjUSajwef1QqlUvUSCh4rlwuXwiHdBhrOBy+FovFM9RIKNu2X3K53ClqJJRlWXY2m1VRI6EMw3iWJOkYNRJK1/WndDp9hBoJNRgM9FQqdYgaCdXr9R5QI/v9vpZMJg/QIjVNe5z2qyoE0u+PDvfIIP4+uEaapmnJsnyC9oonyEs6Lu9Cgr445w4Jj0ul0jna+8mwbpi5QYZ59MHNaV2Yh1iRI99IhX0cGTmy3W7f8HaCLuosZHceplq1//nkPE6aE3QGL9QAlnVnYC62P9wqCAIs+FlWgv21VRhT8zo+p/3FMe/WLQa5QOh+qsska3RbMQoYvO867cPXluQ3kIUSSfvQ4ZwAAAAASUVORK5CYII=) 100% no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAvCAYAAABZl2IDAAAB9UlEQVR42u2aQUsCQRiGRX+BUDfvUqwHDx665Ek8edoMPHqwkxZ0MZIkJAmyWOgQRNChS4cI6uJP6F942CUWAsNlswzLplmbAVmUGmfVmc9eeK8778MuOzPf9/kQQr6/eIT82EvYKvYGdhl7f4ouk3VVksM/NCUH5AJ2bspQvzlHcnkCuYJdEgyQukTycUEmBIVzOzEupCIJILXCChnA3pYMcrOfmwEyIhkgdYQFUpUUUmWBzEsKucUCuSMp5B4L5MQD1Wq1u4k8WxRITdPuO53OO1jIarV62+v1vsBCFovFawcQr4FAQhYKhatPLEQEDjKbzV52u90PNCBQkJlM5sIBQi6BgUylUmftdvsVMUoayHg8fmrb9gsaQ1JAxmIxzbIsG40p4SEVRTluNpvPiENCQ4bD4SPTNJ8Qp4SFDIVCh4ZhmMgDCQtZr9cfkEcSFjIYDB40Gg0dNCT9ZHVdfwQN6dXPR4p9kncbkebEE41GT1qtlgUakudoJ90tZNQhHdx9Mp1On7uvWyArA+6LM9gaz2AJBHS1jhazQEPSsuQbFmhIx5VK5WbWkLL2QnbnoauV/+9PzmOnOUB68HI1YBlnBuZi+oMqKQlgkmdYyZlfW+23qUVtn//k80OerVv0coCQvtVl7DUyrTgLMGfddZJj6JTkN+wBEkn/8TuAAAAAAElFTkSuQmCC) 0 no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    background: url(/_static/img/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAKElEQVR42mP4T2XAMGrgqIGDwcA9e/acpiZmAIIGKuNRA0cNHH4GAgDmBm1KlUJAgwAAAABJRU5ErkJggg==) 0 0 repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(/_static/img/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: none
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden
}

.pp_nav,
.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_next,
a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0
}

.pp_gallery ul a {
    border: 1px solid rgba(0, 0, 0, .5);
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    background: url(data:image/gif;base64,R0lGODlhMgAhAMQAAAAAAP///2lpaXt7ewkJCTAwMOHh4VpaWgYGBvPz8zMzMxgYGBISEiEhIZycnMnJyfDw8MDAwPb29khISJmZmdXV1XJych4eHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAyACEAAAVgICCOZGmeaKqubOu+cCzPdG3feK7vfO//OcUFCBNIBgRiSxAIGA7KFbMZeBSiqCk14FhgS9ptYoD4isLUysR83gYgljIbEKYw5qNp5IrPP/slDUmAhIWGh4iJiouMjYghADs=) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
    margin-top: 7px !important
}

a.pp_next {
    background: url(/_static/img/btnNext.png) 10000px 10000px no-repeat;
    float: right
}

a.pp_next,
a.pp_previous {
    display: block;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(/_static/img/btnNext.png) 10000px 10000px no-repeat;
    float: left
}

a.pp_contract,
a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    right: 30px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close,
a.pp_contract,
a.pp_expand {
    position: absolute;
    text-indent: -10000px
}

a.pp_close {
    right: 0;
    top: 0;
    display: block;
    line-height: 22px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}

#pp_full_res {
    line-height: 1 !important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}

div.light_rounded .pp_content,
div.pp_default .pp_content {
    background-color: #fff
}

div.facebook #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.pp_default #pp_full_res .pp_inline {
    color: #000
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover,
div.pp_default .pp_gallery ul li.selected a,
div.pp_default .pp_gallery ul li a:hover {
    border-color: #fff
}

div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.facebook .pp_details,
div.light_rounded .pp_details,
div.light_square .pp_details,
div.pp_default .pp_details {
    position: relative
}

div.facebook .pp_content,
div.light_rounded .pp_bottom .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_top .pp_middle,
div.light_square .pp_content,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right {
    background: #fff
}

div.light_rounded .pp_description,
div.light_square .pp_description {
    margin-right: 85px
}

div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous {
    margin-top: 12px !important
}

div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_rounded .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}

div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_rounded .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
    background: url(/_static/img/loader.gif) 50% no-repeat
}

div.dark_rounded .pp_bottom .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_top .pp_middle {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAHUlEQVR42mNgYGDYT2U8auCogaMGjho4auDINBAAxD4qgC38bKIAAAAASUVORK5CYII=) 0 0 repeat
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

.pp_bottom,
.pp_top {
    height: 20px;
    position: relative
}

* html .pp_bottom,
* html .pp_top {
    padding: 0 20px
}

.pp_bottom .pp_left,
.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_bottom .pp_middle,
.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_bottom .pp_middle,
* html .pp_top .pp_middle {
    left: 0;
    position: static
}

.pp_bottom .pp_right,
.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_fade,
.pp_gallery li.default a img,
.qtip {
    display: none
}

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0;
    z-index: 10 !important;
}

.qtip-content {
    padding: 5px 9px;
    text-align: left;
    word-wrap: break-word
}

.qtip-content,
.qtip-titlebar {
    position: relative;
    overflow: hidden
}

.qtip-titlebar {
    padding: 5px 35px 5px 10px;
    border-width: 0 0 1px;
    font-weight: 700
}

.qtip-titlebar+.qtip-content {
    border-top-width: 0 !important
}

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: medium none;
    border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
    top: 16px
}

.qtip-icon .ui-icon,
.qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}

.qtip-icon,
.qtip-icon .ui-icon {
    border-radius: 3px;
    text-decoration: none
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal 700 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: transparent none no-repeat -100em -100em
}

.qtip-default {
    border: 1px solid #f1d031;
    background-color: #ffffa3;
    color: #555
}

.qtip-default .qtip-titlebar {
    background-color: #ffef93
}

.qtip-default .qtip-icon {
    border-color: #ccc;
    background: #f1f1f1;
    color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #aaa;
    color: #111
}

.qtip-light {
    background-color: #fff;
    border-color: #e2e2e2;
    color: #454545
}

.qtip-light .qtip-titlebar {
    background-color: #f1f1f1
}

.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3
}

.qtip-dark .qtip-titlebar {
    background-color: #404040
}

.qtip-dark .qtip-icon {
    border-color: #444
}

.qtip-dark .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-cream {
    background-color: #fbf7aa;
    border-color: #f9e98e;
    color: #a27d35
}

.qtip-cream .qtip-titlebar {
    background-color: #f0de7d
}

.qtip-cream .qtip-close .qtip-icon {
    background-position: -82px 0
}

.qtip-red {
    background-color: #f78b83;
    border-color: #d95252;
    color: #912323
}

.qtip-red .qtip-titlebar {
    background-color: #f06d65
}

.qtip-red .qtip-close .qtip-icon {
    background-position: -102px 0
}

.qtip-red .qtip-icon,
.qtip-red .qtip-titlebar .ui-state-hover {
    border-color: #d95252
}

.qtip-green {
    background-color: #caed9e;
    border-color: #90d93f;
    color: #3f6219
}

.qtip-green .qtip-titlebar {
    background-color: #b0de78
}

.qtip-green .qtip-close .qtip-icon {
    background-position: -42px 0
}

.qtip-blue {
    background-color: #e5f6fe;
    border-color: #add9ed;
    color: #5e99bd
}

.qtip-blue .qtip-titlebar {
    background-color: #d0e9f5
}

.qtip-blue .qtip-close .qtip-icon {
    background-position: -2px 0
}

.qtip-shadow {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15)
}

.qtip-bootstrap,
.qtip-rounded,
.qtip-tipsy {
    border-radius: 5px
}

.qtip-rounded .qtip-titlebar {
    border-radius: 4px 4px 0 0
}

.qtip-youtube {
    border-radius: 2px;
    box-shadow: 0 0 3px #333;
    color: #fff;
    border: 0 solid transparent;
    background: #4a4a4a;
    background-image: -o-linear-gradient(top, #4a4a4a 0, #000 100%)
}

.qtip-youtube .qtip-titlebar {
    background-color: #4a4a4a;
    background-color: transparent
}

.qtip-youtube .qtip-content {
    padding: .75em;
    font: 12px arial, sans-serif;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"
}

.qtip-youtube .qtip-icon {
    border-color: #222
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-jtools {
    background: #232323;
    background: rgba(0, 0, 0, .7);
    background-image: -o-linear-gradient(top, #717171, #232323);
    border: 2px solid #ddd;
    border: 2px solid #f1f1f1;
    border-radius: 2px;
    box-shadow: 0 0 12px #333
}

.qtip-jtools .qtip-titlebar {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"
}

.qtip-jtools .qtip-content {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"
}

.qtip-jtools .qtip-content,
.qtip-jtools .qtip-titlebar {
    background: transparent;
    color: #fff;
    border: 0 dashed transparent
}

.qtip-jtools .qtip-icon {
    border-color: #555
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
    border-color: #333
}

.qtip-cluetip {
    box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    background-color: #d9d9c2;
    color: #111;
    border: 0 dashed transparent
}

.qtip-cluetip .qtip-titlebar {
    background-color: #87876a;
    color: #fff;
    border: 0 dashed transparent
}

.qtip-cluetip .qtip-icon {
    border-color: #808064
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
    border-color: #696952;
    color: #696952
}

.qtip-tipsy {
    background: #000;
    background: rgba(0, 0, 0, .87);
    color: #fff;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: Lucida Grande, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    font-weight: 700;
    line-height: 16px;
    text-shadow: 0 1px #000
}

.qtip-tipsy .qtip-titlebar {
    padding: 6px 35px 0 10px;
    background-color: transparent
}

.qtip-tipsy .qtip-content {
    padding: 6px 10px
}

.qtip-tipsy .qtip-icon {
    border-color: #222;
    text-shadow: none
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-tipped {
    border: 3px solid #959fa9;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #454545;
    font-weight: 400;
    font-family: serif, 'Apple Color Emoji', 'Segoe UI Emoji'
}

.qtip-tipped .qtip-titlebar {
    border-bottom-width: 0;
    color: #fff;
    background: #3a79b8;
    background-image: -o-linear-gradient(top, #3a79b8, #2e629d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"
}

.qtip-tipped .qtip-icon {
    border: 2px solid #285589;
    background: #285589
}

.qtip-tipped .qtip-icon .ui-icon {
    background-color: #fbfbfb;
    color: #555
}

.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box
}

.qtip-bootstrap .qtip-titlebar {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
    right: 11px;
    top: 45%;
    border-style: none
}

.qtip-bootstrap .qtip-content {
    padding: 9px 14px
}

.qtip-bootstrap .qtip-icon {
    background: transparent
}

.qtip-bootstrap .qtip-icon .ui-icon {
    width: auto;
    height: auto;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}

.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
    -webkit-filter: none;
    filter: none;
    -ms-filter: none
}

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10
}

.qtip .qtip-tip,
x:-o-prefocus {
    visibility: hidden
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
    position: absolute;
    color: #123456;
    background: transparent;
    border: 0 dashed transparent
}

.qtip .qtip-tip canvas {
    top: 0;
    left: 0
}

.qtip .qtip-tip .qtip-vml {
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible
}

#qtip-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#qtip-overlay.blurs {
    cursor: pointer
}

#qtip-overlay div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.qtipmodal-ie6fix {
    position: absolute !important
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp__bg {
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.pswp__bg,
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    right: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img,
.pswp__item {
    position: absolute;
    left: 0;
    top: 0
}

.pswp__zoom-wrap {
    transform: translate3d(0, 0, 0) !important;
}

.pswp__img {
    position: absolute;
    left: 0;
    top: 2rem;
    width: 100% !important;
    height: 100% !important;
    max-height: 500px;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .pswp__img {
        top: calc(50% - 250px);
    }
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    transition: opacity .2s;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:1.1dppx),
(min-resolution:105dpi) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(/_static/img/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: "";
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: d .5s linear infinite;
    animation: d .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: b 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: b 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes b {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiselect-container .input-group {
    margin: 5px
}

.multiselect-container>li {
    padding: 0
}

.multiselect-container>li>a.multiselect-all label {
    font-weight: 700
}

.multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 20px;
    height: 100%;
    font-weight: 700
}

.multiselect-container>li.multiselect-group-clickable label {
    cursor: pointer
}

.multiselect-container>li>a {
    padding: 0
}

.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px
}

.multiselect-container>li>a>label.checkbox,
.multiselect-container>li>a>label.radio {
    margin: 0
}

.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

html {
    font-family: sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    -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;
    cursor: pointer;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    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, 'Apple Color Emoji', 'Segoe UI Emoji';
    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
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(/_static/fonts/glyphicons-halflings-regular.eot);
    src: url(/_static/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/_static/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/_static/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/_static/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/_static/img/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.collapse-arrow,
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20AC"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270F"
}

.glyphicon-glass:before {
    content: "\E001"
}

.glyphicon-music:before {
    content: "\E002"
}

.glyphicon-search:before {
    content: "\E003"
}

.glyphicon-heart:before {
    content: "\E005"
}

.glyphicon-star:before {
    content: "\E006"
}

.glyphicon-star-empty:before {
    content: "\E007"
}

.glyphicon-user:before {
    content: "\E008"
}

.glyphicon-film:before {
    content: "\E009"
}

.glyphicon-th-large:before {
    content: "\E010"
}

.glyphicon-th:before {
    content: "\E011"
}

.glyphicon-th-list:before {
    content: "\E012"
}

.glyphicon-ok:before {
    content: "\E013"
}

.glyphicon-remove:before {
    content: "\E014"
}

.glyphicon-zoom-in:before {
    content: "\E015"
}

.glyphicon-zoom-out:before {
    content: "\E016"
}

.glyphicon-off:before {
    content: "\E017"
}

.glyphicon-signal:before {
    content: "\E018"
}

.glyphicon-cog:before {
    content: "\E019"
}

.glyphicon-trash:before {
    content: "\E020"
}

.glyphicon-home:before {
    content: "\E021"
}

.glyphicon-file:before {
    content: "\E022"
}

.glyphicon-time:before {
    content: "\E023"
}

.glyphicon-road:before {
    content: "\E024"
}

.glyphicon-download-alt:before {
    content: "\E025"
}

.glyphicon-download:before {
    content: "\E026"
}

.glyphicon-upload:before {
    content: "\E027"
}

.glyphicon-inbox:before {
    content: "\E028"
}

.glyphicon-play-circle:before {
    content: "\E029"
}

.glyphicon-repeat:before {
    content: "\E030"
}

.glyphicon-refresh:before {
    content: "\E031"
}

.glyphicon-list-alt:before {
    content: "\E032"
}

.glyphicon-lock:before {
    content: "\E033"
}

.glyphicon-flag:before {
    content: "\E034"
}

.glyphicon-headphones:before {
    content: "\E035"
}

.glyphicon-volume-off:before {
    content: "\E036"
}

.glyphicon-volume-down:before {
    content: "\E037"
}

.glyphicon-volume-up:before {
    content: "\E038"
}

.glyphicon-qrcode:before {
    content: "\E039"
}

.glyphicon-barcode:before {
    content: "\E040"
}

.glyphicon-tag:before {
    content: "\E041"
}

.glyphicon-tags:before {
    content: "\E042"
}

.glyphicon-book:before {
    content: "\E043"
}

.glyphicon-bookmark:before {
    content: "\E044"
}

.glyphicon-print:before {
    content: "\E045"
}

.glyphicon-camera:before {
    content: "\E046"
}

.glyphicon-font:before {
    content: "\E047"
}

.glyphicon-bold:before {
    content: "\E048"
}

.glyphicon-italic:before {
    content: "\E049"
}

.glyphicon-text-height:before {
    content: "\E050"
}

.glyphicon-text-width:before {
    content: "\E051"
}

.glyphicon-align-left:before {
    content: "\E052"
}

.glyphicon-align-center:before {
    content: "\E053"
}

.glyphicon-align-right:before {
    content: "\E054"
}

.glyphicon-align-justify:before {
    content: "\E055"
}

.glyphicon-list:before {
    content: "\E056"
}

.glyphicon-indent-left:before {
    content: "\E057"
}

.glyphicon-indent-right:before {
    content: "\E058"
}

.glyphicon-facetime-video:before {
    content: "\E059"
}

.glyphicon-picture:before {
    content: "\E060"
}

.glyphicon-map-marker:before {
    content: "\E062"
}

.glyphicon-adjust:before {
    content: "\E063"
}

.glyphicon-tint:before {
    content: "\E064"
}

.glyphicon-edit:before {
    content: "\E065"
}

.glyphicon-share:before {
    content: "\E066"
}

.glyphicon-check:before {
    content: "\E067"
}

.glyphicon-move:before {
    content: "\E068"
}

.glyphicon-step-backward:before {
    content: "\E069"
}

.glyphicon-fast-backward:before {
    content: "\E070"
}

.glyphicon-backward:before {
    content: "\E071"
}

.glyphicon-play:before {
    content: "\E072"
}

.glyphicon-pause:before {
    content: "\E073"
}

.glyphicon-stop:before {
    content: "\E074"
}

.glyphicon-forward:before {
    content: "\E075"
}

.glyphicon-fast-forward:before {
    content: "\E076"
}

.glyphicon-step-forward:before {
    content: "\E077"
}

.glyphicon-eject:before {
    content: "\E078"
}

.glyphicon-chevron-left:before {
    content: "\E079"
}

.glyphicon-chevron-right:before {
    content: "\E080"
}

.glyphicon-plus-sign:before {
    content: "\E081"
}

.glyphicon-minus-sign:before {
    content: "\E082"
}

.glyphicon-remove-sign:before {
    content: "\E083"
}

.glyphicon-ok-sign:before {
    content: "\E084"
}

.glyphicon-question-sign:before {
    content: "\E085"
}

.glyphicon-info-sign:before {
    content: "\E086"
}

.glyphicon-screenshot:before {
    content: "\E087"
}

.glyphicon-remove-circle:before {
    content: "\E088"
}

.glyphicon-ok-circle:before {
    content: "\E089"
}

.glyphicon-ban-circle:before {
    content: "\E090"
}

.glyphicon-arrow-left:before {
    content: "\E091"
}

.glyphicon-arrow-right:before {
    content: "\E092"
}

.glyphicon-arrow-up:before {
    content: "\E093"
}

.glyphicon-arrow-down:before {
    content: "\E094"
}

.glyphicon-share-alt:before {
    content: "\E095"
}

.glyphicon-resize-full:before {
    content: "\E096"
}

.glyphicon-resize-small:before {
    content: "\E097"
}

.glyphicon-exclamation-sign:before {
    content: "\E101"
}

.glyphicon-gift:before {
    content: "\E102"
}

.glyphicon-leaf:before {
    content: "\E103"
}

.glyphicon-fire:before {
    content: "\E104"
}

.glyphicon-eye-open:before {
    content: "\E105"
}

.glyphicon-eye-close:before {
    content: "\E106"
}

.glyphicon-warning-sign:before {
    content: "\E107"
}

.glyphicon-plane:before {
    content: "\E108"
}

.glyphicon-calendar:before {
    content: "\E109"
}

.glyphicon-random:before {
    content: "\E110"
}

.glyphicon-comment:before {
    content: "\E111"
}

.glyphicon-magnet:before {
    content: "\E112"
}

.collapse-arrow:before,
.glyphicon-chevron-up:before {
    content: "\E113"
}

.collapsed .collapse-arrow:before,
.glyphicon-chevron-down:before {
    content: "\E114"
}

.glyphicon-retweet:before {
    content: "\E115"
}

.glyphicon-shopping-cart:before {
    content: "\E116"
}

.glyphicon-folder-close:before {
    content: "\E117"
}

.glyphicon-folder-open:before {
    content: "\E118"
}

.glyphicon-resize-vertical:before {
    content: "\E119"
}

.glyphicon-resize-horizontal:before {
    content: "\E120"
}

.glyphicon-hdd:before {
    content: "\E121"
}

.glyphicon-bullhorn:before {
    content: "\E122"
}

.glyphicon-bell:before {
    content: "\E123"
}

.glyphicon-certificate:before {
    content: "\E124"
}

.glyphicon-thumbs-up:before {
    content: "\E125"
}

.glyphicon-thumbs-down:before {
    content: "\E126"
}

.glyphicon-hand-right:before {
    content: "\E127"
}

.glyphicon-hand-left:before {
    content: "\E128"
}

.glyphicon-hand-up:before {
    content: "\E129"
}

.glyphicon-hand-down:before {
    content: "\E130"
}

.glyphicon-circle-arrow-right:before {
    content: "\E131"
}

.glyphicon-circle-arrow-left:before {
    content: "\E132"
}

.glyphicon-circle-arrow-up:before {
    content: "\E133"
}

.glyphicon-circle-arrow-down:before {
    content: "\E134"
}

.glyphicon-globe:before {
    content: "\E135"
}

.glyphicon-wrench:before {
    content: "\E136"
}

.glyphicon-tasks:before {
    content: "\E137"
}

.glyphicon-filter:before {
    content: "\E138"
}

.glyphicon-briefcase:before {
    content: "\E139"
}

.glyphicon-fullscreen:before {
    content: "\E140"
}

.glyphicon-dashboard:before {
    content: "\E141"
}

.glyphicon-paperclip:before {
    content: "\E142"
}

.glyphicon-heart-empty:before {
    content: "\E143"
}

.glyphicon-link:before {
    content: "\E144"
}

.glyphicon-phone:before {
    content: "\E145"
}

.glyphicon-pushpin:before {
    content: "\E146"
}

.glyphicon-usd:before {
    content: "\E148"
}

.glyphicon-gbp:before {
    content: "\E149"
}

.glyphicon-sort:before {
    content: "\E150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\E151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\E152"
}

.glyphicon-sort-by-order:before {
    content: "\E153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\E154"
}

.glyphicon-sort-by-attributes:before {
    content: "\E155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\E156"
}

.glyphicon-unchecked:before {
    content: "\E157"
}

.glyphicon-expand:before {
    content: "\E158"
}

.glyphicon-collapse-down:before {
    content: "\E159"
}

.glyphicon-collapse-up:before {
    content: "\E160"
}

.glyphicon-log-in:before {
    content: "\E161"
}

.glyphicon-flash:before {
    content: "\E162"
}

.glyphicon-log-out:before {
    content: "\E163"
}

.glyphicon-new-window:before {
    content: "\E164"
}

.glyphicon-record:before {
    content: "\E165"
}

.glyphicon-save:before {
    content: "\E166"
}

.glyphicon-open:before {
    content: "\E167"
}

.glyphicon-saved:before {
    content: "\E168"
}

.glyphicon-import:before {
    content: "\E169"
}

.glyphicon-export:before {
    content: "\E170"
}

.glyphicon-send:before {
    content: "\E171"
}

.glyphicon-floppy-disk:before {
    content: "\E172"
}

.glyphicon-floppy-saved:before {
    content: "\E173"
}

.glyphicon-floppy-remove:before {
    content: "\E174"
}

.glyphicon-floppy-save:before {
    content: "\E175"
}

.glyphicon-floppy-open:before {
    content: "\E176"
}

.glyphicon-credit-card:before {
    content: "\E177"
}

.glyphicon-transfer:before {
    content: "\E178"
}

.glyphicon-cutlery:before {
    content: "\E179"
}

.glyphicon-header:before {
    content: "\E180"
}

.glyphicon-compressed:before {
    content: "\E181"
}

.glyphicon-earphone:before {
    content: "\E182"
}

.glyphicon-phone-alt:before {
    content: "\E183"
}

.glyphicon-tower:before {
    content: "\E184"
}

.glyphicon-stats:before {
    content: "\E185"
}

.glyphicon-sd-video:before {
    content: "\E186"
}

.glyphicon-hd-video:before {
    content: "\E187"
}

.glyphicon-subtitles:before {
    content: "\E188"
}

.glyphicon-sound-stereo:before {
    content: "\E189"
}

.glyphicon-sound-dolby:before {
    content: "\E190"
}

.glyphicon-sound-5-1:before {
    content: "\E191"
}

.glyphicon-sound-6-1:before {
    content: "\E192"
}

.glyphicon-sound-7-1:before {
    content: "\E193"
}

.glyphicon-copyright-mark:before {
    content: "\E194"
}

.glyphicon-registration-mark:before {
    content: "\E195"
}

.glyphicon-cloud-download:before {
    content: "\E197"
}

.glyphicon-cloud-upload:before {
    content: "\E198"
}

.glyphicon-tree-conifer:before {
    content: "\E199"
}

.glyphicon-tree-deciduous:before {
    content: "\E200"
}

.glyphicon-cd:before {
    content: "\E201"
}

.glyphicon-save-file:before {
    content: "\E202"
}

.glyphicon-open-file:before {
    content: "\E203"
}

.glyphicon-level-up:before {
    content: "\E204"
}

.glyphicon-copy:before {
    content: "\E205"
}

.glyphicon-paste:before {
    content: "\E206"
}

.glyphicon-alert:before {
    content: "\E209"
}

.glyphicon-equalizer:before {
    content: "\E210"
}

.glyphicon-king:before {
    content: "\E211"
}

.glyphicon-queen:before {
    content: "\E212"
}

.glyphicon-pawn:before {
    content: "\E213"
}

.glyphicon-bishop:before {
    content: "\E214"
}

.glyphicon-knight:before {
    content: "\E215"
}

.glyphicon-baby-formula:before {
    content: "\E216"
}

.glyphicon-tent:before {
    content: "\26FA"
}

.glyphicon-blackboard:before {
    content: "\E218"
}

.glyphicon-bed:before {
    content: "\E219"
}

.glyphicon-apple:before {
    content: "\F8FF"
}

.glyphicon-erase:before {
    content: "\E221"
}

.glyphicon-hourglass:before {
    content: "\231B"
}

.glyphicon-lamp:before {
    content: "\E223"
}

.glyphicon-duplicate:before {
    content: "\E224"
}

.glyphicon-piggy-bank:before {
    content: "\E225"
}

.glyphicon-scissors:before {
    content: "\E226"
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\E227"
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: "\A5"
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
    content: "\20BD"
}

.glyphicon-scale:before {
    content: "\E230"
}

.glyphicon-ice-lolly:before {
    content: "\E231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\E232"
}

.glyphicon-education:before {
    content: "\E233"
}

.glyphicon-option-horizontal:before {
    content: "\E234"
}

.glyphicon-option-vertical:before {
    content: "\E235"
}

.glyphicon-menu-hamburger:before {
    content: "\E236"
}

.glyphicon-modal-window:before {
    content: "\E237"
}

.glyphicon-oil:before {
    content: "\E238"
}

.glyphicon-grain:before {
    content: "\E239"
}

.glyphicon-sunglasses:before {
    content: "\E240"
}

.glyphicon-text-size:before {
    content: "\E241"
}

.glyphicon-text-color:before {
    content: "\E242"
}

.glyphicon-text-background:before {
    content: "\E243"
}

.glyphicon-object-align-top:before {
    content: "\E244"
}

.glyphicon-object-align-bottom:before {
    content: "\E245"
}

.glyphicon-object-align-horizontal:before {
    content: "\E246"
}

.glyphicon-object-align-left:before {
    content: "\E247"
}

.glyphicon-object-align-vertical:before {
    content: "\E248"
}

.glyphicon-object-align-right:before {
    content: "\E249"
}

.glyphicon-triangle-right:before {
    content: "\E250"
}

.glyphicon-triangle-left:before {
    content: "\E251"
}

.glyphicon-triangle-bottom:before {
    content: "\E252"
}

.glyphicon-triangle-top:before {
    content: "\E253"
}

.glyphicon-console:before {
    content: "\E254"
}

.glyphicon-superscript:before {
    content: "\E255"
}

.glyphicon-subscript:before {
    content: "\E256"
}

.glyphicon-menu-left:before {
    content: "\E257"
}

.glyphicon-menu-right:before {
    content: "\E258"
}

.glyphicon-menu-down:before {
    content: "\E259"
}

.glyphicon-menu-up:before {
    content: "\E260"
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-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,
    .progress-bar-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 {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    font-size: 13px;
    line-height: 1.7;
    color: #000;
    background-color: #121a21;
}

body * {
    font-family: Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

.body__wrapper {
    display: flex;
    flex-direction: column;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #2e9f09;
    text-decoration: none
}

a:focus,
a:hover {
    color: #2a9108;
    text-decoration: underline;
    cursor: pointer;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 3.23077px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.7;
    background-color: #121a21;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #e6e6e6
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    font-weight: 700;
    line-height: 1.1;
    color: inherit
}

.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 {
    font-weight: 400;
    line-height: 1;
    color: #8a96a4
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

.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-top: 11px;
    margin-bottom: 11px
}

.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: 40px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 20px
}

.h4,
.h5,
h4,
h5 {
    font-size: 13px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 19.5px
    }
}

.small,
small {
    font-size: 100%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.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
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #8a96a4
}

.text-primary {
    color: #f30c21
}

a.text-primary:focus,
a.text-primary:hover {
    color: #c20a1a
}

.text-success {
    color: #2e9f09
}

a.text-success:focus,
a.text-success:hover {
    color: #206f06
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #f8ae20
}

a.text-warning:focus,
a.text-warning:hover {
    color: #de9407
}

.text-danger {
    color: #f30c21
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c20a1a
}

.bg-primary {
    color: #fff;
    background-color: #f30c21
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #c20a1a
}

.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 {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #e6e6e6
}

@media screen and (min-width: 768px) {
    .page__wrapper {
        padding-inline: 20px;
    }
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 11px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dd,
dt {
    line-height: 1.7
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    display: table;
    content: " "
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 14px;
    border-left: 5px solid #2e9f09 !important;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.7;
    color: #8a96a4
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014   \A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #2e9f09;
    border-left: 0
}

.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: "\A0   \2014"
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.7
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace, 'Apple Color Emoji', 'Segoe UI Emoji'
}

code {
    color: #c7254e;
    background-color: #f9f2f4
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 3px
}

kbd {
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 12px;
    line-height: 1.7;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.container.order-edit {
    padding-top: 10px !important;
}

.container:after,
.container:before {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 740px
    }
}

@media (min-width:992px) {
    .container {
        width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1280px
    }
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid:after,
.container-fluid:before {
    display: table;
    content: " "
}

.container-fluid:after {
    clear: both
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.row:after,
.row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 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 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.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.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

table {
    background-color: transparent
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #8a96a4
}

caption,
th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 5px 8px;
    line-height: 1.7;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.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: #121a21
}

.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 {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .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 {
    min-width: 0;
    margin: 0
}

fieldset,
legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    position: relative;
}

label.required::after {
    content: '*';
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    top: -2px;
    color: #fd1b43;
    margin-left: 0.5rem;
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

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 {
    display: block;
    padding-top: 6px;
    font-size: 13px;
    line-height: 1.7;
    color: #555
}

.dataTables_filter input,
.dataTables_length select,
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 5px 16px;
    font-size: 13px;
    line-height: 1.7;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.dataTables_filter input:focus,
.dataTables_length select:focus,
.form-control:focus {
    border-color: #cbcbcb;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px hsla(0, 0%, 80%, .6)
}

.dataTables_filter input::-moz-placeholder,
.dataTables_length select::-moz-placeholder,
.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .4);
    opacity: 1
}

.dataTables_filter input:-ms-input-placeholder,
.dataTables_length select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.dataTables_filter input::-webkit-input-placeholder,
.dataTables_length select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.dataTables_filter input::-ms-expand,
.dataTables_length select::-ms-expand,
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .dataTables_filter input[type=date],
    .dataTables_filter input[type=datetime-local],
    .dataTables_filter input[type=month],
    .dataTables_filter input[type=time],
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .dataTables_filter .input-group-sm>input[type=date],
    .dataTables_filter .input-group-sm>input[type=datetime-local],
    .dataTables_filter .input-group-sm>input[type=month],
    .dataTables_filter .input-group-sm>input[type=time],
    .input-group-sm>.input-group-btn>input.btn[type=date],
    .input-group-sm>.input-group-btn>input.btn[type=datetime-local],
    .input-group-sm>.input-group-btn>input.btn[type=month],
    .input-group-sm>.input-group-btn>input.btn[type=time],
    .input-group-sm>input.form-control[type=date],
    .input-group-sm>input.form-control[type=datetime-local],
    .input-group-sm>input.form-control[type=month],
    .input-group-sm>input.form-control[type=time],
    .input-group-sm>input.input-group-addon[type=date],
    .input-group-sm>input.input-group-addon[type=datetime-local],
    .input-group-sm>input.input-group-addon[type=month],
    .input-group-sm>input.input-group-addon[type=time],
    .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: 24px
    }

    .dataTables_filter .input-group-lg>input[type=date],
    .dataTables_filter .input-group-lg>input[type=datetime-local],
    .dataTables_filter .input-group-lg>input[type=month],
    .dataTables_filter .input-group-lg>input[type=time],
    .input-group-lg>.input-group-btn>input.btn[type=date],
    .input-group-lg>.input-group-btn>input.btn[type=datetime-local],
    .input-group-lg>.input-group-btn>input.btn[type=month],
    .input-group-lg>.input-group-btn>input.btn[type=time],
    .input-group-lg>input.form-control[type=date],
    .input-group-lg>input.form-control[type=datetime-local],
    .input-group-lg>input.form-control[type=month],
    .input-group-lg>input.form-control[type=time],
    .input-group-lg>input.input-group-addon[type=date],
    .input-group-lg>input.input-group-addon[type=datetime-local],
    .input-group-lg>input.input-group-addon[type=month],
    .input-group-lg>input.input-group-addon[type=time],
    .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: 47px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.checkbox label,
.radio label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.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-top: 0;
    margin-left: 10px
}

.form-control-static {
    min-height: 35px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0
}

.dataTables_filter .input-group-lg>input.form-control-static,
.dataTables_filter .input-group-sm>input.form-control-static,
.dataTables_length .input-group-lg>select.form-control-static,
.dataTables_length .input-group-sm>select.form-control-static,
.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-right: 0;
    padding-left: 0
}

.dataTables_filter .input-group-sm>input,
.dataTables_length .input-group-sm>select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 24px;
    padding: 2px 16px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 3px
}

.dataTables_length .input-group-sm>select,
.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: 24px;
    line-height: 24px
}

.dataTables_length .input-group-sm>select[multiple],
.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.dataTables_filter .form-group-sm input,
.dataTables_length .form-group-sm select,
.form-group-sm .dataTables_filter input,
.form-group-sm .dataTables_length select,
.form-group-sm .form-control {
    height: 24px;
    padding: 2px 16px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 3px
}

.dataTables_length .form-group-sm select,
.form-group-sm .dataTables_length select,
.form-group-sm select.form-control {
    height: 24px;
    line-height: 24px
}

.dataTables_length .form-group-sm select[multiple],
.form-group-sm .dataTables_length select[multiple],
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 24px;
    min-height: 35px;
    padding: 3px 16px;
    font-size: 13px;
    line-height: 1.4
}

.dataTables_filter .input-group-lg>input,
.dataTables_length .input-group-lg>select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 47px;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 1.9;
    border-radius: 3.23077px
}

.dataTables_length .input-group-lg>select,
.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: 47px;
    line-height: 47px
}

.dataTables_length .input-group-lg>select[multiple],
.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.dataTables_filter .form-group-lg input,
.dataTables_length .form-group-lg select,
.form-group-lg .dataTables_filter input,
.form-group-lg .dataTables_length select,
.form-group-lg .form-control {
    height: 47px;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 1.9;
    border-radius: 3.23077px
}

.dataTables_length .form-group-lg select,
.form-group-lg .dataTables_length select,
.form-group-lg select.form-control {
    height: 47px;
    line-height: 47px
}

.dataTables_length .form-group-lg select[multiple],
.form-group-lg .dataTables_length select[multiple],
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 47px;
    min-height: 36px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.9
}

.has-feedback {
    position: relative
}

.dataTables_filter .has-feedback input,
.dataTables_length .has-feedback select,
.has-feedback .dataTables_filter input,
.has-feedback .dataTables_length select,
.has-feedback .form-control {
    padding-right: 42.5px
}

.dataTables_filter .form-group-lg input+.form-control-feedback,
.dataTables_filter .input-group-lg>input+.form-control-feedback,
.dataTables_length .form-group-lg select+.form-control-feedback,
.dataTables_length .input-group-lg>select+.form-control-feedback,
.form-group-lg .dataTables_filter input+.form-control-feedback,
.form-group-lg .dataTables_length select+.form-control-feedback,
.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 {
    width: 47px;
    height: 47px;
    line-height: 47px
}

.dataTables_filter .form-group-sm input+.form-control-feedback,
.dataTables_filter .input-group-sm>input+.form-control-feedback,
.dataTables_length .form-group-sm select+.form-control-feedback,
.dataTables_length .input-group-sm>select+.form-control-feedback,
.form-group-sm .dataTables_filter input+.form-control-feedback,
.form-group-sm .dataTables_length select+.form-control-feedback,
.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 {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.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: #2e9f09
}

.dataTables_filter .has-success input,
.dataTables_length .has-success select,
.has-success .dataTables_filter input,
.has-success .dataTables_length select,
.has-success .form-control {
    border-color: #2e9f09;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.dataTables_filter .has-success input:focus,
.dataTables_length .has-success select:focus,
.has-success .dataTables_filter input:focus,
.has-success .dataTables_length select:focus,
.has-success .form-control:focus {
    border-color: #206f06;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #51f21c
}

.has-success .input-group-addon {
    color: #2e9f09;
    background-color: #dff0d8;
    border-color: #2e9f09
}

.has-success .form-control-feedback {
    color: #2e9f09
}

.has-success .glyphicon {
    position: absolute;
    top: 10px;
}

.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: #f8ae20
}

.dataTables_filter .has-warning input,
.dataTables_length .has-warning select,
.has-warning .dataTables_filter input,
.has-warning .dataTables_length select,
.has-warning .form-control {
    border-color: #f8ae20;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.dataTables_filter .has-warning input:focus,
.dataTables_length .has-warning select:focus,
.has-warning .dataTables_filter input:focus,
.has-warning .dataTables_length select:focus,
.has-warning .form-control:focus {
    border-color: #de9407;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fbd283
}

.has-warning .input-group-addon {
    color: #f8ae20;
    background-color: #fcf8e3;
    border-color: #f8ae20
}

.has-warning .form-control-feedback {
    color: #f8ae20
}

.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: #f30c21
}

.dataTables_filter .has-error input,
.dataTables_length .has-error select,
.has-error .dataTables_filter input,
.has-error .dataTables_length select,
.has-error .form-control {
    border-color: #f30c21
}

.dataTables_filter .has-error input:focus,
.dataTables_length .has-error select:focus,
.has-error .dataTables_filter input:focus,
.has-error .dataTables_length select:focus,
.has-error .form-control:focus {
    border-color: #c20a1a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f86d7a
}

.has-error .input-group-addon {
    color: #f30c21;
    background-color: #f2dede;
    border-color: #f30c21
}

.has-error .form-control-feedback {
    color: #f30c21
}

/* .has-feedback label~.form-control-feedback {
    top: 27px
} */

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .dataTables_filter .form-inline input,
    .dataTables_length .form-inline select,
    .form-inline .dataTables_filter input,
    .form-inline .dataTables_length select,
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .dataTables_filter .form-inline .input-group input,
    .dataTables_length .form-inline .input-group select,
    .form-inline .input-group .dataTables_filter input,
    .form-inline .input-group .dataTables_length select,
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .dataTables_filter .form-inline .input-group>input,
    .dataTables_length .form-inline .input-group>select,
    .form-inline .dataTables_filter .input-group>input,
    .form-inline .dataTables_length .input-group>select,
    .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-top: 0;
        margin-bottom: 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] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 6px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 28px
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 6px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 10px;
        font-size: 14px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 3px;
        font-size: 13px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 5px 16px;
    line-height: 1.7;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.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;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    border-color: #e7e7e7
}

.btn-default.focus,
.btn-default:focus {
    border-color: #a7a7a7
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    border-color: #c8c8c8
}

.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: #c6c6c6;
    border-color: #a7a7a7
}

.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: #f1f1f1;
    border-color: #e7e7e7
}

.btn-primary {
    border-color: #db0b1e
}

.btn-primary.focus,
.btn-primary:focus {
    border-color: #61050d
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    border-color: #a00816
}

.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: #a00816;
    border-color: #61050d
}

.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: #f30c21;
    border-color: #db0b1e
}

.btn-success {
    border-color: #799e47
}

.btn-success.focus,
.btn-success:focus {
    border-color: #364620
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    border-color: #587434
}

.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: #587434;
    border-color: #364620
}

.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: #86b04f;
    border-color: #799e47
}

.btn-info {
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    border-color: #269abc
}

.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
}

.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-warning {
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    border-color: #d58512
}

.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
}

.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-danger {
    border-color: #b30000
}

.btn-danger.focus,
.btn-danger:focus {
    border-color: #300
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    border-color: #750000
}

.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: #750000;
    border-color: #300
}

.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: #c00;
    border-color: #b30000
}

.btn-blue{
    background-color: #1F79E9;
    color: #fff;
    border-bottom-width: 2px !important;
    border-bottom-color: #135395;
}

.btn-blue:hover,
.btn-blue:focus{
    color: #fff;
    background-color: #135395;
}

.btn-link {
    font-weight: 400;
    color: #2e9f09;
    border-radius: 0
}

.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 {
    color: #2a9108;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #8a96a4;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 9px 20px;
    font-size: 14px;
    line-height: 1.9;
    border-radius: 3.23077px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 2px 16px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 3px
}

.btn-block {
    display: 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 {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu,
.topmenu>.topmenu-item>ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right,
.topmenu>.topmenu-item>ul.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider,
.topmenu>.topmenu-item>ul .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a,
.topmenu>.topmenu-item>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.topmenu>.topmenu-item>ul>li>a:focus,
.topmenu>.topmenu-item>ul>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.topmenu>.topmenu-item>ul>.active>a,
.topmenu>.topmenu-item>ul>.active>a:focus,
.topmenu>.topmenu-item>ul>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f30c21;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.topmenu>.topmenu-item>ul>.disabled>a,
.topmenu>.topmenu-item>ul>.disabled>a:focus,
.topmenu>.topmenu-item>ul>.disabled>a:hover {
    color: #8a96a4
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.topmenu>.topmenu-item>ul>.disabled>a:focus,
.topmenu>.topmenu-item>ul>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu,
.topmenu>.topmenu-item.open>ul {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.7;
    color: #8a96a4;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu,
.topmenu>.topmenu-item.pull-right>ul {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.dropup .topmenu>.topmenu-item>ul,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .dropdown .topmenu>.topmenu-item>ul {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:992px) {

    .navbar-right .dropdown-menu,
    .navbar-right .topmenu>.topmenu-item>ul {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.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 {
    display: table;
    content: " "
}

.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-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-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-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 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;
    border-bottom-width: 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;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    display: table;
    content: " "
}

.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-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.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-right-radius: 0;
    border-bottom-left-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 {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.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,
.btn-group-justified>.btn-group .topmenu>.topmenu-item>ul {
    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] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.dataTables_filter .input-group input,
.dataTables_length .input-group select,
.input-group .dataTables_filter input,
.input-group .dataTables_length select,
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.dataTables_filter .input-group input:focus,
.dataTables_length .input-group select:focus,
.input-group .dataTables_filter input:focus,
.input-group .dataTables_length select:focus,
.input-group .form-control:focus {
    z-index: 3
}

.dataTables_filter .input-group input,
.dataTables_length .input-group select,
.input-group-addon,
.input-group-btn,
.input-group .dataTables_filter input,
.input-group .dataTables_length select,
.input-group .form-control {
    display: table-cell
}

.dataTables_filter .input-group input:not(:first-child):not(:last-child),
.dataTables_length .input-group select:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .dataTables_filter input:not(:first-child):not(:last-child),
.input-group .dataTables_length select: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 {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 5px 16px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 3px
}

.dataTables_filter .input-group-sm>input.input-group-addon,
.dataTables_length .input-group-sm>select.input-group-addon,
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 2px 16px;
    font-size: 13px;
    border-radius: 3px
}

.dataTables_filter .input-group-lg>input.input-group-addon,
.dataTables_length .input-group-lg>select.input-group-addon,
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 9px 20px;
    font-size: 14px;
    border-radius: 3.23077px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.dataTables_filter .input-group input:first-child,
.dataTables_length .input-group select:first-child,
.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 .dataTables_filter input:first-child,
.input-group .dataTables_length select:first-child,
.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.dataTables_filter .input-group input:last-child,
.dataTables_length .input-group select:last-child,
.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 .dataTables_filter input:last-child,
.input-group .dataTables_length select:last-child,
.input-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-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 {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:after {
    clear: both
}

.nav>li,
.nav>li>a {
    position: relative;
    display: block
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #e6e6e6
}

.nav>li.disabled>a {
    color: #8a96a4
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #8a96a4;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #e6e6e6;
    border-color: #2e9f09
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.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 {
    margin-right: 2px;
    line-height: 1.7;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #e6e6e6 #e6e6e6 #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #f30c21;
    border: 1px solid #f30c21;
    border-bottom-color: transparent
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 3px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #f30c21
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.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,
.nav-justified>.dropdown .topmenu>.topmenu-item>ul {
    top: auto;
    left: 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 {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    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: 3px 3px 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,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #121a21
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu,
.nav-tabs .topmenu>.topmenu-item>ul {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar:after,
.navbar:before {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media (min-width:992px) {
    .navbar {
        border-radius: 3px
    }
}

.navbar-header:after,
.navbar-header:before {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media (min-width:992px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 10px;
    padding-left: 10px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 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:992px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width:992px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:992px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    padding: 16.5px 10px;
    font-size: 14px;
    line-height: 22px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:992px) {

    .navbar>.container-fluid .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -10px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 10px;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:992px) {
    .navbar-toggle {
        display: none
    }
}

@media (max-width:991px) {

    .navbar-nav .open .dropdown-menu,
    .navbar-nav .open .topmenu>.topmenu-item>ul {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .topmenu>.topmenu-item>ul .dropdown-header,
    .navbar-nav .open .topmenu>.topmenu-item>ul>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .topmenu>.topmenu-item>ul>li>a {
        line-height: 22px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .topmenu>.topmenu-item>ul>li>a:focus,
    .navbar-nav .open .topmenu>.topmenu-item>ul>li>a:hover {
        background-image: none
    }
}

.navbar-form {
    padding: 10px;
    margin: 10.5px -10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .dataTables_filter .navbar-form input,
    .dataTables_length .navbar-form select,
    .navbar-form .dataTables_filter input,
    .navbar-form .dataTables_length select,
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .dataTables_filter .navbar-form .input-group input,
    .dataTables_length .navbar-form .input-group select,
    .navbar-form .input-group .dataTables_filter input,
    .navbar-form .input-group .dataTables_length select,
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .dataTables_filter .navbar-form .input-group>input,
    .dataTables_length .navbar-form .input-group>select,
    .navbar-form .dataTables_filter .input-group>input,
    .navbar-form .dataTables_length .input-group>select,
    .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-top: 0;
        margin-bottom: 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] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:991px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu,
.topmenu.navbar-nav>li.topmenu-item>ul {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu,
.navbar-fixed-bottom .topmenu.navbar-nav>li.topmenu-item>ul {
    margin-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 10.5px;
    margin-bottom: 10.5px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 15.5px;
    margin-bottom: 15.5px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs,
.navbar-text {
    margin-top: 16.5px;
    margin-bottom: 16.5px
}

@media (min-width:992px) {
    .navbar-text {
        float: left;
        margin-right: 10px;
        margin-left: 10px
    }
}

@media (min-width:992px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -10px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #1ca32a;
    border-color: #1ca32a
}

.navbar-default .navbar-brand {
    color: #fff
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #e6e6e6;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #fff
}

.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 {
    color: #fff;
    background-color: #066706;
    cursor: pointer;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #178522
}

@media (max-width:991px) {

    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-default .navbar-nav .open .topmenu>.topmenu-item>ul>li>a {
        color: #fff
    }

    .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,
    .navbar-default .navbar-nav .open .topmenu>.topmenu-item>ul>.active>a,
    .navbar-default .navbar-nav .open .topmenu>.topmenu-item>ul>.active>a:focus,
    .navbar-default .navbar-nav .open .topmenu>.topmenu-item>ul>.active>a:hover,
    .navbar-default .navbar-nav .open .topmenu>.topmenu-item>ul>li>a:focus,
    .navbar-default .navbar-nav .open .topmenu>.topmenu-item>ul>li>a:hover {
        color: #fff;
        background-color: #178522
    }

    .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,
    .navbar-default .navbar-nav .open .topmenu>.topmenu-item>ul>.disabled>a,
    .navbar-default .navbar-nav .open .topmenu>.topmenu-item>ul>.disabled>a:focus,
    .navbar-default .navbar-nav .open .topmenu>.topmenu-item>ul>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.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: #1ca32a
}

.navbar-default .btn-link,
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover,
.navbar-default .navbar-link,
.navbar-default .navbar-link:hover {
    color: #fff
}

.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: #b5bdc5
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #b5bdc5
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #090909
}

@media (max-width:991px) {

    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header,
    .navbar-inverse .navbar-nav .open .topmenu>.topmenu-item>ul>.dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider,
    .navbar-inverse .navbar-nav .open .topmenu>.topmenu-item>ul .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav .open .topmenu>.topmenu-item>ul>li>a {
        color: #b5bdc5
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .topmenu>.topmenu-item>ul>li>a:focus,
    .navbar-inverse .navbar-nav .open .topmenu>.topmenu-item>ul>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .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,
    .navbar-inverse .navbar-nav .open .topmenu>.topmenu-item>ul>.active>a,
    .navbar-inverse .navbar-nav .open .topmenu>.topmenu-item>ul>.active>a:focus,
    .navbar-inverse .navbar-nav .open .topmenu>.topmenu-item>ul>.active>a:hover {
        color: #fff;
        background-color: #090909
    }

    .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,
    .navbar-inverse .navbar-nav .open .topmenu>.topmenu-item>ul>.disabled>a,
    .navbar-inverse .navbar-nav .open .topmenu>.topmenu-item>ul>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .topmenu>.topmenu-item>ul>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.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: #b5bdc5
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #b5bdc5
}

.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-nav{
    position: relative;
    overflow: auto;
}

@media (min-width: 768px){
    .breadcrumb-nav{
        overflow: hidden;
    }
}

.breadcrumb {
    padding: 0;
    margin-bottom: 22px;
    list-style: none;
    background-color: transparent;
    border-radius: 3px
}

.breadcrumb a {
    color: #000
}

.breadcrumb span.last {
    color: #1fb243;
}

.breadcrumb .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
    font-size: 8px;
    margin-left: 10px;
    margin-right: 10px
}

@media screen and (max-width:480px) {
    .breadcrumb .icon {
        font-size: 5px
    }
}

.breadcrumb>li {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.breadcrumb>li+li:before {
    content: '';
    position: relative;
    width: 10px;
    height: 10px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 38' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M18.479 16c0 .576-.219 1.151-.66 1.591L3.97 31.406a2.26 2.26 0 0 1-1.596.662 2.26 2.26 0 0 1-2.258-2.25c0-.597.239-1.169.662-1.589l12.255-12.228L.778 3.775a2.245 2.245 0 0 1 0-3.181 2.27 2.27 0 0 1 3.192 0L17.819 14.41c.439.439.66 1.015.66 1.591V16Z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
    background-size: contain ;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 8px;
}

.breadcrumb>.active {
    color: #8a96a4
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 3px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.7;
    color: #2e9f09;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #2a9108;
    background-color: #e6e6e6;
    border-color: #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: auto;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: auto;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f30c21;
    border-color: #f30c21
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #8a96a4;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    font-size: 14px;
    line-height: 1.9
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 3.23077px;
    border-bottom-left-radius: 3.23077px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 3.23077px;
    border-bottom-right-radius: 3.23077px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 2px 16px;
    font-size: 13px;
    line-height: 1.4
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pagination--muted > li + li{
    margin-left: 6px;
}

.pagination--muted > li a,
.pagination--muted > li span:not(.pt){
    width: auto;
    min-width: 24px
}

.pagination--muted>li.disabled>span{
    color: #363636
}

.pagination--muted > li > span:not(.pt),
.pagination--muted > li > a{
    background-color: #DDDDDD !important;
    border: 2px solid transparent;
    border-bottom-color: #ABABAB !important;
    color: #676565 !important;
    margin-top: 4px;
}

.pagination--muted > li.active > span:not(.pt),
.pagination--muted > li.active > a{
    background-color: #363636 !important;
    border-color: #363636 !important;
    color: #DCDCDC !important;
    margin-top: 4px;
}

@media (min-width: 767px){
    .pagination--right{
        justify-content: flex-end;
    }
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    text-align: center;
    list-style: none
}

.pager:after,
.pager:before {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #e6e6e6
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #8a96a4;
    cursor: not-allowed;
    background-color: #fff
}

.label,
.progress-bar-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty,
.progress-bar-label:empty {
    display: none
}

.btn .label,
.btn .progress-bar-label {
    position: relative;
    top: -1px
}

a.label:focus,
a.label:hover,
a.progress-bar-label:focus,
a.progress-bar-label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #8a96a4
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #6e7c8d
}

.label-primary {
    background-color: #f30c21
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #c20a1a
}

.label-success {
    background-color: #22a330
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #197924
}

.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: #c00
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #900
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #8a96a4;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #2e9f09;
    background-color: #fff
}

.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;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #e6e6e6
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #cdcdcd
}

.container-fluid .jumbotron,
.container .jumbotron {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 3.23077px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container-fluid .jumbotron,
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 59px
    }
}

.thumbnail,
.topcat-images {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.7;
    background-color: #121a21;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img,
.topcat-images>img,
.topcat-images a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption,
.topcat-images .caption {
    padding: 9px;
    color: #000
}

a.active.topcat-images,
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover,
a.topcat-images:focus,
a.topcat-images:hover {
    border-color: #2e9f09
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 3px;
    flex-flow: row wrap;
}

.alert--vertical {
    flex-flow: column nowrap;
    align-items: flex-start;
}

.alert ul > li {
    font-size: 14px;
    line-height: 20px;
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.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 {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #2e9f09;
    background-color: #23d160;
    border-color: #23d160
}

.alert-success hr {
    border-top-color: #1fbb56
}

.alert-success .alert-link {
    color: #206f06
}

.alert-info {
    color: #31708f;
    background-color: #4c97af;
    border-color: #4c97af
}

.alert-info hr {
    border-top-color: #44889d
}

.alert-info .alert-link {
    color: #245269
}

.alert-highlight{
    background-color: #81FF81;
    border-color: #7EDB7E;
}

.alert.alert-map {
    background-color: #D2ECFB;
    border: 1px dashed #9AC5F0 !important;
}

.alert-warning {
    color: #f8ae20;
    background-color: #ffdd57;
    border-color: #ffdd57
}

.alert-warning hr {
    border-top-color: #ffd83e
}

.alert-warning .alert-link {
    color: #de9407
}

.alert-danger {
    color: #f30c21;
    background-color: #ff3860;
    border-color: #ff3860
}

.alert-danger hr {
    border-top-color: #ff1f4c
}

.alert-danger .alert-link {
    color: #c20a1a
}

@-webkit-keyframes c {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes c {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 22px;
    margin-bottom: 22px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #f30c21;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}

.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: c 2s linear infinite;
    animation: c 2s linear infinite
}

.progress-bar-success {
    background-color: #86b04f
}

.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: #c00
}

.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)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    max-width: 1025px;
    border: 1px solid #dddddd;
    padding: 10px 15px;
    width: 100%;
    background: #f5f5f5;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #8a96a4;
    cursor: not-allowed;
    background-color: #e6e6e6
}

.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: #8a96a4
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #f30c21;
    border-color: #f30c21
}

.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: #fdced3
}

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 {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item-success {
    color: #2e9f09;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #2e9f09
}

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 {
    color: #2e9f09;
    background-color: #d0e9c6
}

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 {
    color: #fff;
    background-color: #2e9f09;
    border-color: #2e9f09
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

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 {
    color: #31708f;
    background-color: #c4e3f3
}

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 {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #f8ae20;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #f8ae20
}

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 {
    color: #f8ae20;
    background-color: #faf2cc
}

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 {
    color: #fff;
    background-color: #f8ae20;
    border-color: #f8ae20
}

.list-group-item-danger {
    color: #f30c21;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #f30c21
}

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 {
    color: #f30c21;
    background-color: #ebcccc
}

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 {
    color: #fff;
    background-color: #f30c21;
    border-color: #f30c21
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.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-width: 1px 0;
    border-radius: 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: 2px;
    border-top-right-radius: 2px
}

.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-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.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-right: 15px;
    padding-left: 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: 2px;
    border-top-right-radius: 2px
}

.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: 2px
}

.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: 2px
}

.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-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.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: 2px
}

.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: 2px
}

.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 {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 22px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px
}

.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 {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #f30c21
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #f30c21;
    border-color: #f30c21
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f30c21
}

.panel-primary>.panel-heading .badge {
    color: #f30c21;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #f30c21
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #2e9f09;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #2e9f09
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #f8ae20;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #f8ae20
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #f30c21;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #f30c21
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.block_zvyraz_text,
.product-variants-item,
.topcat-item,
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well.well--green {
    background-color: #D0FFCA;
}

.block_zvyraz_text blockquote,
.product-variants-item blockquote,
.topcat-item blockquote,
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 3.23077px
}

.topcat-item,
.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
    /* filter: alpha(opacity=20); */
    /* opacity: .2 */
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    /* filter: alpha(opacity=50);
  opacity: .5 */
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

@media (max-width: 480px) {
    body.modal-open{
        touch-action: manipulation;
        /* position: fixed;
        width: 100%;     */
        /* overflow-y: scroll; */
        /* -webkit-overflow-scrolling: touch;     */
        overscroll-behavior-y: contain;
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px 10px 20px 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3.23077px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
    display: table;
    content: " "
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.7
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 40px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 600px
    }
}

@media (min-width: 1180px) {
    .modal-lg {
        width: 1140px
    }
}

.modal-dialog--delivery .modal__close{
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border: none;
    border-top: 2px solid #8B0000;
    background: rgb(122,0,0);
    background: linear-gradient(0deg, rgba(122,0,0,1) 0%, rgba(242,0,0,1) 60%, rgba(226,4,4,1) 100%);

}

.modal-dialog--delivery {
    margin: 0 auto !important;
    height: 100%;
}

.modal-dialog--delivery .modal-content {
    height: 100%;
}

.modal-dialog--delivery .modal-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

.modal-dialog--delivery .modal-body__iframe {
    display: block;
    width: 100%;
    flex: 1;
}

@media (min-width:768px) {

    .modal-dialog--delivery .modal-content {
        height: 700px;
    }

    .modal-dialog--delivery {
        margin: 10px auto !important;
    }

    .modal-dialog--delivery .modal-body {
        padding: 10px !important;
    }

    .modal-dialog--delivery .modal-body__iframe {
        width: 100%;
        height: 700px;
    }

    .modal-dialog--delivery .modal__close {
        display: none;
    }
}

.modal-dialog--address .modal-body {
    padding: 0 !important;
}

.modal-dialog--address .modal-body__iframe {
    height: 90vh;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 13px;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Roboto, Helvetica, Arial, sans-serif, 'Segoe UI Emoji';
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 13px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3.23077px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.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 {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 13px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 2.23077px 2.23077px 0 0
}

.popover-content {
    padding: 9px 14px
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
    .carousel-inner>.item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .0001));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001), rgba(0, 0, 0, .5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif, 'Segoe UI Emoji';
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203A"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

/* .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
} */

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.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-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
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .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
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .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
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .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
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .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
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:480px) and (max-width:767px) {
    .hidden-xs {
        display: block !important
    }
}

@media (min-width:480px) {

    .col-ms-1,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9,
    .col-ms-10,
    .col-ms-11,
    .col-ms-12 {
        float: left
    }

    .col-ms-1 {
        width: 8.33333%
    }

    .col-ms-2 {
        width: 16.66667%
    }

    .col-ms-3 {
        width: 25%
    }

    .col-ms-4 {
        width: 33.33333%
    }

    .col-ms-5 {
        width: 41.66667%
    }

    .col-ms-6 {
        width: 50%
    }

    .col-ms-7 {
        width: 58.33333%
    }

    .col-ms-8 {
        width: 66.66667%
    }

    .col-ms-9 {
        width: 75%
    }

    .col-ms-10 {
        width: 83.33333%
    }

    .col-ms-11 {
        width: 91.66667%
    }

    .col-ms-12 {
        width: 100%
    }

    .col-ms-pull-0 {
        right: auto
    }

    .col-ms-pull-1 {
        right: 8.33333%
    }

    .col-ms-pull-2 {
        right: 16.66667%
    }

    .col-ms-pull-3 {
        right: 25%
    }

    .col-ms-pull-4 {
        right: 33.33333%
    }

    .col-ms-pull-5 {
        right: 41.66667%
    }

    .col-ms-pull-6 {
        right: 50%
    }

    .col-ms-pull-7 {
        right: 58.33333%
    }

    .col-ms-pull-8 {
        right: 66.66667%
    }

    .col-ms-pull-9 {
        right: 75%
    }

    .col-ms-pull-10 {
        right: 83.33333%
    }

    .col-ms-pull-11 {
        right: 91.66667%
    }

    .col-ms-pull-12 {
        right: 100%
    }

    .col-ms-push-0 {
        left: auto
    }

    .col-ms-push-1 {
        left: 8.33333%
    }

    .col-ms-push-2 {
        left: 16.66667%
    }

    .col-ms-push-3 {
        left: 25%
    }

    .col-ms-push-4 {
        left: 33.33333%
    }

    .col-ms-push-5 {
        left: 41.66667%
    }

    .col-ms-push-6 {
        left: 50%
    }

    .col-ms-push-7 {
        left: 58.33333%
    }

    .col-ms-push-8 {
        left: 66.66667%
    }

    .col-ms-push-9 {
        left: 75%
    }

    .col-ms-push-10 {
        left: 83.33333%
    }

    .col-ms-push-11 {
        left: 91.66667%
    }

    .col-ms-push-12 {
        left: 100%
    }

    .col-ms-offset-0 {
        margin-left: 0
    }

    .col-ms-offset-1 {
        margin-left: 8.33333%
    }

    .col-ms-offset-2 {
        margin-left: 16.66667%
    }

    .col-ms-offset-3 {
        margin-left: 25%
    }

    .col-ms-offset-4 {
        margin-left: 33.33333%
    }

    .col-ms-offset-5 {
        margin-left: 41.66667%
    }

    .col-ms-offset-6 {
        margin-left: 50%
    }

    .col-ms-offset-7 {
        margin-left: 58.33333%
    }

    .col-ms-offset-8 {
        margin-left: 66.66667%
    }

    .col-ms-offset-9 {
        margin-left: 75%
    }

    .col-ms-offset-10 {
        margin-left: 83.33333%
    }

    .col-ms-offset-11 {
        margin-left: 91.66667%
    }

    .col-ms-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.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .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.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .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.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.visible-ms,
.visible-xs {
    display: none !important
}

.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:479px) {
    .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
    }
}

@media (max-width:479px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:479px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:479px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-ms {
        display: block !important
    }

    table.visible-ms {
        display: table !important
    }

    tr.visible-ms {
        display: table-row !important
    }

    td.visible-ms,
    th.visible-ms {
        display: table-cell !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-ms-block {
        display: block !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-ms-inline {
        display: inline !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-ms-inline-block {
        display: inline-block !important
    }
}

@media (max-width:479px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .hidden-ms {
        display: none !important
    }
}

.stripe,
.stripe-gray-dark,
.stripe-graygrad,
.stripe-primary,
.stripe-shadow {
    margin-left: -1000px;
    margin-right: -1000px;
    padding: 50px 1000px;
    margin-bottom: 10px;
    border-radius: 0
}

@media screen and (max-width:767px) {

    .stripe,
    .stripe-gray-dark,
    .stripe-graygrad,
    .stripe-primary,
    .stripe-shadow {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px
    }
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.overlay-fixed:before,
.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .5);
    z-index: 0;
    transition: .3s ease
}

body.overlay-active {
    overflow: hidden !important;
}

.overlay-fixed.overlay-active:before,
.overlay.overlay-active:before {
    visibility: visible;
    opacity: 1
}

.overlay-fixed:before {
    position: fixed;
    z-index: 100
}

abbr,
acronym {
    border-bottom: 1px dotted;
    cursor: help
}

blockquote {
    padding: 2px 10px;
    line-height: 1.4
}

.tdUnderline,
a {
    text-decoration: underline
}

.btn,
.dropdown-menu a,
.nav *,
.tabs a,
.tdNone,
.tdUnderline-hover,
.tdUnderline:hover,
.tdUnderlineNone,
.topmenu>.topmenu-item>ul a,
a:hover {
    text-decoration: none
}

.tdUnderline-hover:focus,
.tdUnderline-hover:hover {
    text-decoration: underline
}

.btn:active,
.btn:focus,
a:active,
a:focus {
    outline: none
}

.h1 a:not(.btn),
.h2 a:not(.btn),
.h3 a:not(.btn),
.h4 a:not(.btn),
.h5 a:not(.btn),
.h6 a:not(.btn),
h1 a:not(.btn),
h2 a:not(.btn),
h3 a:not(.btn),
h4 a:not(.btn),
h5 a:not(.btn),
h6 a:not(.btn) {
    color: inherit;
    text-decoration: none
}

.h1 a:not(.btn):focus,
.h1 a:not(.btn):hover,
.h2 a:not(.btn):focus,
.h2 a:not(.btn):hover,
.h3 a:not(.btn):focus,
.h3 a:not(.btn):hover,
.h4 a:not(.btn):focus,
.h4 a:not(.btn):hover,
.h5 a:not(.btn):focus,
.h5 a:not(.btn):hover,
.h6 a:not(.btn):focus,
.h6 a:not(.btn):hover,
h1 a:not(.btn):focus,
h1 a:not(.btn):hover,
h2 a:not(.btn):focus,
h2 a:not(.btn):hover,
h3 a:not(.btn):focus,
h3 a:not(.btn):hover,
h4 a:not(.btn):focus,
h4 a:not(.btn):hover,
h5 a:not(.btn):focus,
h5 a:not(.btn):hover,
h6 a:not(.btn):focus,
h6 a:not(.btn):hover {
    text-decoration: underline
}

.heading-reset {
    margin: 0;
    padding: 0
}

.fs-xs {
    font-size: 12px
}

.fs-base,
.fs-sm {
    font-size: 13px
}

.fs-lg {
    font-size: 14px
}

.fs-normal {
    font-size: 16px;
}

.fs-xxl {
    font-size: 21px
}

.fs-xxxl {
    font-size: 26px
}

.fw-normal {
    font-weight: 400
}

.fw-light {
    font-weight: 300
}

.fw-semibold {
    font-weight: 600
}

.bold,
.fw-bold {
    font-weight: 700
}

.lh-base {
    line-height: 1.7
}

.lh-sm {
    line-height: 1.4
}

.lh-lg {
    line-height: 1.9
}

.text-secondary {
    color: #2e9f09
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #206f06
}

.text-white {
    color: #fff
}

a.text-white:focus,
a.text-white:hover {
    color: #e6e6e6
}

.text-quaternary {
    color: #f41647
}

a.text-quaternary:focus,
a.text-quaternary:hover {
    color: #cd0a35
}

.text-tertiary {
    color: #5d6164
}

a.text-tertiary:focus,
a.text-tertiary:hover {
    color: #44474a
}

.text-graylight {
    color: #8a96a4
}

.text-graylighter {
    color: #e6e6e6
}

.text-dark {
    color: #222
}

.text-color {
    color: #000
}

.text-invert,
.text-invert .h1,
.text-invert .h2,
.text-invert .h3,
.text-invert .h4,
.text-invert .h5,
.text-invert .h6,
.text-invert a:not(.btn),
.text-invert h1,
.text-invert h2,
.text-invert h3,
.text-invert h4,
.text-invert h5,
.text-invert h6 {
    color: #fff
}

.striked {
    text-decoration: line-through
}

.td-none {
    text-decoration: none
}

.tt-none {
    text-transform: none
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.nowrap,
.wspace-nowrap {
    white-space: nowrap
}

.wspace-normal {
    white-space: normal
}

.ff-sans-serif,
.ff-serif {
    font-family: Roboto, Helvetica, Arial, sans-serif, 'Segoe UI Emoji'
}

.alignL {
    text-align: left
}

.alignC {
    text-align: center
}

.alignR {
    text-align: right
}

.alignJ {
    text-align: justify
}

.text-line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.title-line2 {
    height: 2.2em
}

.title-line2,
.title-line3 {
    display: inline-block;
    overflow: hidden
}

.title-line3 {
    height: 3.3em
}

.title-line4 {
    height: 4.4em
}

.text-2lines,
.title-line4 {
    display: inline-block;
    overflow: hidden
}

.text-2lines {
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 44px
}

ol,
ul {
    padding-left: 2px;
    list-style-position: inside
}

ol ol,
ol ul,
ul ol,
ul ul {
    padding-left: 20px
}

.list-arrow {
    padding-left: 0
}

.list-arrow>li,
.list-arrow ul>li {
    list-style: none;
    padding-left: 16px
}

.ai {
    font-size: inherit;
    color: inherit;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    overflow: hidden;
    display: inline-block
}

.ai--children {
    list-style: none;
    padding-left: 0
}

.ai--children.ai--after>* {
    padding-right: 16px
}

.ai--children.ai--after>*>.ai {
    margin-right: -16px;
    width: 16px
}

.ai--children:not(.ai--after)>* {
    padding-left: 16px
}

.ai--children:not(.ai--after)>* .ai {
    margin-left: -16px;
    width: 16px
}

.ai--xxs {
    font-size: 11px
}

.ai--xs {
    font-size: 14px
}

.ai--sm {
    font-size: 20px
}

.ai--md {
    font-size: 26px
}

.ai--lg {
    font-size: 30px
}

.ai--xl {
    font-size: 44px
}

.ai--xxl {
    font-size: 50px
}

.ai--x2 {
    font-size: 26px
}

.ai--x4 {
    font-size: 52px
}

.ai--x6 {
    font-size: 78px
}

.ai--x8 {
    font-size: 104px
}

.ai--rounded {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.ai--rounded,
.ai--rounded-xs {
    text-align: center;
    border-radius: 50%;
    background-color: #f30c21
}

.ai--rounded-xs {
    width: 20px;
    height: 20px;
    line-height: 20px
}

.ai--rounded-lg {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f30c21
}

.icon-text,
.icon-text>.icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icon-text>.icon {
    margin-right: 7px
}

.w10 {
    width: 10%
}

.w25 {
    width: 25%
}

.w33 {
    width: 33%
}

.w50 {
    width: 50%
}

.w75 {
    width: 75%
}

.w100 {
    width: 100%
}

.w1perc {
    width: 1%
}

.w1px {
    width: 1px
}

.pt0 {
    padding-top: 0
}

.pr0 {
    padding-right: 0
}

.pb0 {
    padding-bottom: 0
}

.pl0 {
    padding-left: 0
}

.padding0 {
    padding: 0
}

.mt0 {
    margin-top: 0 !important;
}

.mr0 {
    margin-right: 0
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml0 {
    margin-left: 0
}

.margin0 {
    margin: 0
}

.pt5 {
    padding-top: 5px
}

.pr5 {
    padding-right: 5px
}

.pb5 {
    padding-bottom: 5px
}

.pl5 {
    padding-left: 5px
}

.padding5 {
    padding: 5px
}

.mt5 {
    margin-top: 5px
}

.mr5 {
    margin-right: 5px
}

.mb5 {
    margin-bottom: 5px
}

.ml5 {
    margin-left: 5px
}

.margin5 {
    margin: 5px
}

.pt10 {
    padding-top: 10px
}

.pr10 {
    padding-right: 10px
}

.pb10 {
    padding-bottom: 10px
}

.pl10 {
    padding-left: 10px
}

.padding10 {
    padding: 10px
}

.mt10 {
    margin-top: 10px
}

.mr10 {
    margin-right: 10px
}

.mb10 {
    margin-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.margin10 {
    margin: 10px
}

.pt15 {
    padding-top: 15px
}

.pr15 {
    padding-right: 15px
}

.pb15 {
    padding-bottom: 15px
}

.pl15 {
    padding-left: 15px
}

.padding15 {
    padding: 15px
}

.mt15 {
    margin-top: 15px
}

.mr15 {
    margin-right: 15px
}

.mb15 {
    margin-bottom: 15px
}

.ml15 {
    margin-left: 15px
}

.margin15 {
    margin: 15px
}

.pt20 {
    padding-top: 20px
}

.pr20 {
    padding-right: 20px
}

.pb20 {
    padding-bottom: 20px
}

.pl20 {
    padding-left: 20px
}

.padding20 {
    padding: 20px
}

.mt20 {
    margin-top: 20px
}

.mr20 {
    margin-right: 20px
}

.mb20 {
    margin-bottom: 20px
}

.ml20 {
    margin-left: 20px
}

.margin20 {
    margin: 20px
}

.pt25 {
    padding-top: 25px
}

.pr25 {
    padding-right: 25px
}

.pb25 {
    padding-bottom: 25px
}

.pl25 {
    padding-left: 25px
}

.padding25 {
    padding: 25px
}

.mt25 {
    margin-top: 25px
}

.mr25 {
    margin-right: 25px
}

.mb25 {
    margin-bottom: 25px
}

.ml25 {
    margin-left: 25px
}

.margin25 {
    margin: 25px
}

.pt30 {
    padding-top: 30px
}

.pr30 {
    padding-right: 30px
}

.pb30 {
    padding-bottom: 30px
}

.pl30 {
    padding-left: 30px
}

.padding30 {
    padding: 30px
}

.mt30 {
    margin-top: 30px
}

.mr30 {
    margin-right: 30px
}

.mb30 {
    margin-bottom: 30px
}

.ml30 {
    margin-left: 30px
}

.margin30 {
    margin: 30px
}

.pt35 {
    padding-top: 35px
}

.pr35 {
    padding-right: 35px
}

.pb35 {
    padding-bottom: 35px
}

.pl35 {
    padding-left: 35px
}

.padding35 {
    padding: 35px
}

.mt35 {
    margin-top: 35px
}

.mr35 {
    margin-right: 35px
}

.mb35 {
    margin-bottom: 35px
}

.ml35 {
    margin-left: 35px
}

.margin35 {
    margin: 35px
}

.pt40 {
    padding-top: 40px
}

.pr40 {
    padding-right: 40px
}

.pb40 {
    padding-bottom: 40px
}

.pl40 {
    padding-left: 40px
}

.padding40 {
    padding: 40px
}

.mt40 {
    margin-top: 40px
}

.mr40 {
    margin-right: 40px
}

.mb40 {
    margin-bottom: 40px
}

.ml40 {
    margin-left: 40px
}

.margin40 {
    margin: 40px
}

.pt45 {
    padding-top: 45px
}

.pr45 {
    padding-right: 45px
}

.pb45 {
    padding-bottom: 45px
}

.pl45 {
    padding-left: 45px
}

.padding45 {
    padding: 45px
}

.mt45 {
    margin-top: 45px
}

.mr45 {
    margin-right: 45px
}

.mb45 {
    margin-bottom: 45px
}

.ml45 {
    margin-left: 45px
}

.margin45 {
    margin: 45px
}

.pt50 {
    padding-top: 50px
}

.pr50 {
    padding-right: 50px
}

.pb50 {
    padding-bottom: 50px
}

.pl50 {
    padding-left: 50px
}

.padding50 {
    padding: 50px
}

.mt50 {
    margin-top: 50px
}

.mr50 {
    margin-right: 50px
}

.mb50 {
    margin-bottom: 50px
}

.ml50 {
    margin-left: 50px
}

.margin50 {
    margin: 50px
}

.pointer {
    cursor: pointer
}

.border0 {
    border: 0
}

.border-graylight {
    border-color: #8a96a4
}

.border-graylighter {
    border-color: #e6e6e6
}

.db {
    display: block
}

.dib {
    display: inline-block
}

.dtable {
    display: table
}

.dtable-cell {
    display: table-cell
}

.dn {
    display: none
}

.vat {
    vertical-align: top
}

.vam {
    vertical-align: middle
}

.vab {
    vertical-align: bottom
}

.fn {
    float: none
}

.fr {
    float: right
}

.fl {
    float: left
}

@media screen and (min-width:480px) {
    .fn-ms {
        float: none
    }
}

@media screen and (min-width:480px) {
    .fl-ms {
        float: left
    }
}

@media screen and (min-width:480px) {
    .fr-ms {
        float: right
    }
}

@media screen and (min-width:480px) {
    .fn-xs {
        float: none
    }
}

@media screen and (min-width:480px) {
    .fl-xs {
        float: left
    }
}

@media screen and (min-width:480px) {
    .fr-xs {
        float: right
    }
}

@media screen and (min-width:768px) {
    .fn-sm {
        float: none
    }
}

@media screen and (min-width:768px) {
    .fl-sm {
        float: left
    }
}

@media screen and (min-width:768px) {
    .fr-sm {
        float: right
    }
}

@media screen and (min-width:992px) {
    .fn-md {
        float: none
    }
}

@media screen and (min-width:992px) {
    .fl-md {
        float: left
    }
}

@media screen and (min-width:992px) {
    .fr-md {
        float: right
    }
}

@media screen and (min-width:1200px) {
    .fn-lg {
        float: none
    }
}

@media screen and (min-width:1200px) {
    .fl-lg {
        float: left
    }
}

@media screen and (min-width:1200px) {
    .fr-lg {
        float: right
    }
}

.opacity0 {
    opacity: 0
}

.opacity20 {
    opacity: .2
}

.opacity30 {
    opacity: .3
}

.opacity40 {
    opacity: .4
}

.opacity50 {
    opacity: .5
}

.opacity60 {
    opacity: .6
}

.opacity70 {
    opacity: .7
}

.opacity80 {
    opacity: .8
}

.opacity100 {
    opacity: 1
}

.absolute,
.posA {
    position: absolute
}

.posR,
.relative {
    position: relative
}

.posS,
.static {
    position: static
}

.bg-none {
    background: none
}

.dtable-fixed {
    table-layout: fixed
}

.border-radius-sm,
.rounded-corners {
    border-radius: 3px
}

.border-radius-circ,
.rounded-border {
    border-radius: 50%
}

.border-radius-10 {
    border-radius: 10px;
}

.visible-lg-table,
.visible-md-table,
.visible-sm-table,
.visible-xs-table {
    display: none !important
}

@media screen and (min-width:1200px) {
    .visible-lg-table {
        display: table !important
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .visible-md-table {
        display: table !important
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .visible-sm-table {
        display: table !important
    }
}

@media screen and (max-width:767px) {
    .visible-xs-table {
        display: table !important
    }
}

.cleaner:after,
.cleaner:before {
    display: table;
    content: " "
}

.cleaner:after {
    clear: both
}

.row-xs {
    margin-right: -1px;
    margin-left: -1px
}

.row-xs:after,
.row-xs:before {
    display: table;
    content: " "
}

.row-xs:after {
    clear: both
}

.row-xs>[class*=col-] {
    padding-left: 2px;
    padding-right: 2px
}

.row-sm {
    margin-right: -2px;
    margin-left: -1px
}

.row-sm:after,
.row-sm:before {
    display: table;
    content: " "
}

.row-sm:after {
    clear: both
}

.row-sm>[class*=col-] {
    padding-left: 3.33333px;
    padding-right: 3.33333px
}

.row-md {
    margin-right: -4px;
    margin-left: -3px
}

.row-md:after,
.row-md:before {
    display: table;
    content: " "
}

.row-md:after {
    clear: both
}

.row-md>[class*=col-] {
    padding-left: 6.66667px;
    padding-right: 6.66667px
}

.row-lg {
    margin-right: -15px;
    margin-left: -14px
}

.row-lg:after,
.row-lg:before {
    display: table;
    content: " "
}

.row-lg:after {
    clear: both
}

.row-lg>[class*=col-] {
    padding-left: 29.85075px;
    padding-right: 29.85075px
}

.row-xl {
    margin-right: -10px;
    margin-left: -10px
}

.row-xl:after,
.row-xl:before {
    display: table;
    content: " "
}

.row-xl:after {
    clear: both
}

.row-xl>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width:1200px) {
    .row-xxl {
        margin-right: -20px;
        margin-left: -20px
    }

    .row-xxl:after,
    .row-xxl:before {
        display: table;
        content: " "
    }

    .row-xxl:after {
        clear: both
    }

    .row-xxl>[class*=col-] {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width:992px) {
    .row-xxl {
        margin-right: -10px;
        margin-left: -10px
    }

    .row-xxl:after,
    .row-xxl:before {
        display: table;
        content: " "
    }

    .row-xxl:after {
        clear: both
    }

    .row-xxl>[class*=col-] {
        padding-left: 20px;
        padding-right: 20px
    }
}

.row-nogutter {
    margin-right: 0;
    margin-left: 0
}

.row-nogutter:after,
.row-nogutter:before {
    display: table;
    content: " "
}

.row-nogutter:after {
    clear: both
}

.row-nogutter>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.row-reset {
    margin-left: 0;
    margin-right: 0
}

.row-inline {
    font-size: 0
}

.row-inline>[class*=col-] {
    font-size: 13px;
    display: inline-block;
    float: none
}

.col-lg-2-4 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width:1200px) {
    .col-lg-2-4 {
        float: left;
        width: 20%
    }
}

.col-md-2-4 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width:992px) {
    .col-md-2-4 {
        float: left;
        width: 20%
    }
}

.col-sm-2-4 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width:768px) {
    .col-sm-2-4 {
        float: left;
        width: 20%
    }
}

.col-xs-2-4 {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.flexblock {
    display: table
}

.flexblock.flexblock-w100 {
    width: 100%
}

.flexblock.row {
    margin-right: 0;
    margin-left: 0
}

.flexblock-item,
.flexblock.row [class*=col-] {
    display: table-cell;
    float: none
}

@media screen and (max-width:1199px) {
    .flexblock-lg {
        display: block
    }

    .flexblock-lg.flexblock-w100 {
        width: auto
    }

    .flexblock-lg.row [class*=col-] {
        display: block;
        float: none
    }
}

@media screen and (max-width:1199px) and (min-width:992px) {
    .flexblock-lg.row [class*=col-][class*=col-md] {
        float: left
    }
}

@media screen and (max-width:1199px) and (min-width:768px) {
    .flexblock-lg.row [class*=col-][class*=col-sm] {
        float: left
    }
}

@media screen and (max-width:1199px) and (min-width:480px) {
    .flexblock-lg.row [class*=col-][class*=col-ms] {
        float: left
    }
}

@media screen and (max-width:1199px) and (max-width:767px) {
    .flexblock-lg.row [class*=col-][class*=col-xs] {
        float: left
    }
}

@media screen and (max-width:1199px) {
    .flexblock-lg .flexblock-item {
        display: block
    }
}

@media screen and (max-width:991px) {
    .flexblock-md {
        display: block
    }

    .flexblock-md.flexblock-w100 {
        width: auto
    }

    .flexblock-md.row [class*=col-] {
        display: block;
        float: none
    }
}

@media screen and (max-width:991px) and (min-width:992px) {
    .flexblock-md.row [class*=col-][class*=col-md] {
        float: left
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    .flexblock-md.row [class*=col-][class*=col-sm] {
        float: left
    }
}

@media screen and (max-width:991px) and (min-width:480px) {
    .flexblock-md.row [class*=col-][class*=col-ms] {
        float: left
    }
}

@media screen and (max-width:991px) and (max-width:767px) {
    .flexblock-md.row [class*=col-][class*=col-xs] {
        float: left
    }
}

@media screen and (max-width:991px) {
    .flexblock-md .flexblock-item {
        display: block
    }
}

@media screen and (max-width:767px) {
    .flexblock-sm {
        display: block
    }

    .flexblock-sm.flexblock-w100 {
        width: auto
    }

    .flexblock-sm.row [class*=col-] {
        display: block;
        float: none
    }
}

@media screen and (max-width:767px) and (min-width:992px) {
    .flexblock-sm.row [class*=col-][class*=col-md] {
        float: left
    }
}

@media screen and (max-width:767px) and (min-width:768px) {
    .flexblock-sm.row [class*=col-][class*=col-sm] {
        float: left
    }
}

@media screen and (max-width:767px) and (min-width:480px) {
    .flexblock-sm.row [class*=col-][class*=col-ms] {
        float: left
    }
}

@media screen and (max-width:767px) and (max-width:767px) {
    .flexblock-sm.row [class*=col-][class*=col-xs] {
        float: left
    }
}

@media screen and (max-width:767px) {
    .flexblock-sm .flexblock-item {
        display: block
    }
}

@media screen and (max-width:480px) {
    .flexblock-ms {
        display: block
    }

    .flexblock-ms.flexblock-w100 {
        width: auto
    }

    .flexblock-ms.row [class*=col-] {
        display: block;
        float: none
    }
}

@media screen and (max-width:480px) and (min-width:992px) {
    .flexblock-ms.row [class*=col-][class*=col-md] {
        float: left
    }
}

@media screen and (max-width:480px) and (min-width:768px) {
    .flexblock-ms.row [class*=col-][class*=col-sm] {
        float: left
    }
}

@media screen and (max-width:480px) and (min-width:480px) {
    .flexblock-ms.row [class*=col-][class*=col-ms] {
        float: left
    }
}

@media screen and (max-width:480px) and (max-width:767px) {
    .flexblock-ms.row [class*=col-][class*=col-xs] {
        float: left
    }
}

@media screen and (max-width:480px) {
    .flexblock-ms .flexblock-item {
        display: block
    }
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: none;
    border-width: 1px;
    font-size: 13px;
    transition: .3s ease;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-lg>.btn,
.btn-group-sm>.btn,
.btn-group-xs>.btn,
.btn-sm,
.btn-xs {
    font-size: 13px !important;
}

.btn-lg {
    font-size: 16px !important;
}

.btn-xxl {
    font-size: 14px !important;
}

.btn-larger-horizontal {
    padding-left: 30px;
    padding-right: 30px
}

.btn-largest-horizontal {
    padding-left: 48px;
    padding-right: 48px
}

.btn-larger-vertical {
    padding-top: 10.8px;
    padding-bottom: 10.8px
}

.btn-largest-vertical {
    padding-top: 11.7px;
    padding-bottom: 11.7px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 5px 10px
}

.btn-primary {
    color: #fff;
    border-color: transparent
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c20a1a;
    border-color: transparent
}

.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 {
    color: #fff;
    background-color: #c20a1a;
    border-color: #920714
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary {
    pointer-events: none
}

.btn-primary.text-color {
    color: #000 !important
}

.btn-primary .badge {
    color: #f30c21;
    background-color: #fff
}

.btn-primary.btn-outline {
    border-color: #f30c21;
    box-shadow: inset 0 0 0 1px #f30c21;
    background: transparent;
    color: #f30c21
}

.btn-primary.btn-outline:before {
    border-color: #f30c21;
    border-right-color: transparent
}

.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
    background: #c20a1a;
    color: #fff;
    border-color: #c20a1a;
    box-shadow: inset 0 0 0 1px #f30c21
}

.btn-primary.btn-outline:focus.btn-icon .icon,
.btn-primary.btn-outline:hover.btn-icon .icon {
    background-color: #c20a1a
}

.btn-primary.btn-outline.btn-icon .icon {
    background-color: #f30c21;
    color: #fff
}

.btn-primary.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #f30c21;
    text-decoration: underline
}

.btn-primary.btn-unstyled:before {
    border-color: #f30c21;
    border-right-color: transparent
}

.btn-primary.btn-unstyled:focus,
.btn-primary.btn-unstyled:hover {
    text-decoration: none;
    color: #c20a1a;
    background: transparent;
    box-shadow: none
}

.btn-primary.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-primary.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #c20a1a;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-primary.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-primary.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-group-lg>.btn-primary.btn-loading.is-loading.btn,
.btn-primary.btn-loading.btn-lg.is-loading {
    padding-left: 3.33846em
}

.btn-group-lg>.btn-primary.btn-loading.is-loading.btn:before,
.btn-primary.btn-loading.btn-lg.is-loading:before {
    left: 1.23846em
}

.btn-group-sm>.btn-primary.btn-loading.is-loading.btn,
.btn-primary.btn-loading.btn-sm.is-loading {
    padding-left: 3.03077em
}

.btn-group-sm>.btn-primary.btn-loading.is-loading.btn:before,
.btn-primary.btn-loading.btn-sm.is-loading:before {
    left: .93077em
}

.btn-primary.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-primary.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-primary:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-secondary {
    color: #fff;
    border-color: transparent
}

.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.open>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #206f06;
    border-color: transparent
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: #206f06;
    border-color: #123e04
}

.btn-secondary.active,
.btn-secondary:active,
.open>.btn-secondary.dropdown-toggle {
    background-image: none
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary {
    pointer-events: none
}

.btn-secondary.text-color {
    color: #000 !important
}

.btn-secondary .badge {
    color: #2e9f09;
    background-color: #fff
}

.btn-secondary.btn-outline {
    border-color: #2e9f09;
    box-shadow: inset 0 0 0 1px #2e9f09;
    background: transparent;
    color: #2e9f09
}

.btn-secondary.btn-outline:before {
    border-color: #2e9f09;
    border-right-color: transparent
}

.btn-secondary.btn-outline:focus,
.btn-secondary.btn-outline:hover {
    background: #206f06;
    color: #fff;
    border-color: #206f06;
    box-shadow: inset 0 0 0 1px #2e9f09
}

.btn-secondary.btn-outline:focus.btn-icon .icon,
.btn-secondary.btn-outline:hover.btn-icon .icon {
    background-color: #206f06
}

.btn-secondary.btn-outline.btn-icon .icon {
    background-color: #2e9f09;
    color: #fff
}

.btn-secondary.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #2e9f09;
    text-decoration: underline
}

.btn-secondary.btn-unstyled:before {
    border-color: #2e9f09;
    border-right-color: transparent
}

.btn-secondary.btn-unstyled:focus,
.btn-secondary.btn-unstyled:hover {
    text-decoration: none;
    color: #206f06;
    background: transparent;
    box-shadow: none
}

.btn-secondary.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-secondary.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #206f06;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-secondary.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-secondary.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-group-lg>.btn-secondary.btn-loading.is-loading.btn,
.btn-secondary.btn-loading.btn-lg.is-loading {
    padding-left: 3.33846em
}

.btn-group-lg>.btn-secondary.btn-loading.is-loading.btn:before,
.btn-secondary.btn-loading.btn-lg.is-loading:before {
    left: 1.23846em
}

.btn-group-sm>.btn-secondary.btn-loading.is-loading.btn,
.btn-secondary.btn-loading.btn-sm.is-loading {
    padding-left: 3.03077em
}

.btn-group-sm>.btn-secondary.btn-loading.is-loading.btn:before,
.btn-secondary.btn-loading.btn-sm.is-loading:before {
    left: .93077em
}

.btn-secondary.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-secondary.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-secondary:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-tertiary {
    color: #fff;
    background-color: #5d6164;
    border-color: transparent
}

.btn-tertiary.active,
.btn-tertiary.focus,
.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:hover,
.open>.btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #44474a;
    border-color: transparent
}

.btn-tertiary.active.focus,
.btn-tertiary.active:focus,
.btn-tertiary.active:hover,
.btn-tertiary:active.focus,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.open>.btn-tertiary.dropdown-toggle.focus,
.open>.btn-tertiary.dropdown-toggle:focus,
.open>.btn-tertiary.dropdown-toggle:hover {
    color: #fff;
    background-color: #44474a;
    border-color: #2c2e2f
}

.btn-tertiary.active,
.btn-tertiary:active,
.open>.btn-tertiary.dropdown-toggle {
    background-image: none
}

.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary {
    pointer-events: none
}

.btn-tertiary.text-color {
    color: #000 !important
}

.btn-tertiary .badge {
    color: #5d6164;
    background-color: #fff
}

.btn-tertiary.btn-outline {
    border-color: #5d6164;
    box-shadow: inset 0 0 0 1px #5d6164;
    background: transparent;
    color: #5d6164
}

.btn-tertiary.btn-outline:before {
    border-color: #5d6164;
    border-right-color: transparent
}

.btn-tertiary.btn-outline:focus,
.btn-tertiary.btn-outline:hover {
    background: #44474a;
    color: #fff;
    border-color: #44474a;
    box-shadow: inset 0 0 0 1px #5d6164
}

.btn-tertiary.btn-outline:focus.btn-icon .icon,
.btn-tertiary.btn-outline:hover.btn-icon .icon {
    background-color: #44474a
}

.btn-tertiary.btn-outline.btn-icon .icon {
    background-color: #5d6164;
    color: #fff
}

.btn-tertiary.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #5d6164;
    text-decoration: underline
}

.btn-tertiary.btn-unstyled:before {
    border-color: #5d6164;
    border-right-color: transparent
}

.btn-tertiary.btn-unstyled:focus,
.btn-tertiary.btn-unstyled:hover {
    text-decoration: none;
    color: #44474a;
    background: transparent;
    box-shadow: none
}

.btn-tertiary.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-tertiary.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #44474a;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-tertiary.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-tertiary.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-group-lg>.btn-tertiary.btn-loading.is-loading.btn,
.btn-tertiary.btn-loading.btn-lg.is-loading {
    padding-left: 3.33846em
}

.btn-group-lg>.btn-tertiary.btn-loading.is-loading.btn:before,
.btn-tertiary.btn-loading.btn-lg.is-loading:before {
    left: 1.23846em
}

.btn-group-sm>.btn-tertiary.btn-loading.is-loading.btn,
.btn-tertiary.btn-loading.btn-sm.is-loading {
    padding-left: 3.03077em
}

.btn-group-sm>.btn-tertiary.btn-loading.is-loading.btn:before,
.btn-tertiary.btn-loading.btn-sm.is-loading:before {
    left: .93077em
}

.btn-tertiary.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-tertiary.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-tertiary:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-quaternary {
    color: #fff;
    background-color: #f41647;
    border-color: transparent
}

.btn-quaternary.active,
.btn-quaternary.focus,
.btn-quaternary:active,
.btn-quaternary:focus,
.btn-quaternary:hover,
.open>.btn-quaternary.dropdown-toggle {
    color: #fff;
    background-color: #cd0a35;
    border-color: transparent
}

.btn-quaternary.active.focus,
.btn-quaternary.active:focus,
.btn-quaternary.active:hover,
.btn-quaternary:active.focus,
.btn-quaternary:active:focus,
.btn-quaternary:active:hover,
.open>.btn-quaternary.dropdown-toggle.focus,
.open>.btn-quaternary.dropdown-toggle:focus,
.open>.btn-quaternary.dropdown-toggle:hover {
    color: #fff;
    background-color: #cd0a35;
    border-color: #9d0728
}

.btn-quaternary.active,
.btn-quaternary:active,
.open>.btn-quaternary.dropdown-toggle {
    background-image: none
}

.btn-quaternary.disabled,
.btn-quaternary[disabled],
fieldset[disabled] .btn-quaternary {
    pointer-events: none
}

.btn-quaternary.text-color {
    color: #000 !important
}

.btn-quaternary .badge {
    color: #f41647;
    background-color: #fff
}

.btn-quaternary.btn-outline {
    border-color: #f41647;
    box-shadow: inset 0 0 0 1px #f41647;
    background: transparent;
    color: #f41647
}

.btn-quaternary.btn-outline:before {
    border-color: #f41647;
    border-right-color: transparent
}

.btn-quaternary.btn-outline:focus,
.btn-quaternary.btn-outline:hover {
    background: #cd0a35;
    color: #fff;
    border-color: #cd0a35;
    box-shadow: inset 0 0 0 1px #f41647
}

.btn-quaternary.btn-outline:focus.btn-icon .icon,
.btn-quaternary.btn-outline:hover.btn-icon .icon {
    background-color: #cd0a35
}

.btn-quaternary.btn-outline.btn-icon .icon {
    background-color: #f41647;
    color: #fff
}

.btn-quaternary.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #f41647;
    text-decoration: underline
}

.btn-quaternary.btn-unstyled:before {
    border-color: #f41647;
    border-right-color: transparent
}

.btn-quaternary.btn-unstyled:focus,
.btn-quaternary.btn-unstyled:hover {
    text-decoration: none;
    color: #cd0a35;
    background: transparent;
    box-shadow: none
}

.btn-quaternary.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-quaternary.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #cd0a35;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-quaternary.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-quaternary.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-group-lg>.btn-quaternary.btn-loading.is-loading.btn,
.btn-quaternary.btn-loading.btn-lg.is-loading {
    padding-left: 3.33846em
}

.btn-group-lg>.btn-quaternary.btn-loading.is-loading.btn:before,
.btn-quaternary.btn-loading.btn-lg.is-loading:before {
    left: 1.23846em
}

.btn-group-sm>.btn-quaternary.btn-loading.is-loading.btn,
.btn-quaternary.btn-loading.btn-sm.is-loading {
    padding-left: 3.03077em
}

.btn-group-sm>.btn-quaternary.btn-loading.is-loading.btn:before,
.btn-quaternary.btn-loading.btn-sm.is-loading:before {
    left: .93077em
}

.btn-quaternary.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-quaternary.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-quaternary:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-success {
    color: #fff;
    background-color: #86b04f;
    border-color: transparent
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #6b8d3f;
    border-color: transparent
}

.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 {
    color: #fff;
    background-color: #6b8d3f;
    border-color: #506a2f
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success {
    pointer-events: none
}

.btn-success.text-color {
    color: #000 !important
}

.btn-success .badge {
    color: #86b04f;
    background-color: #fff
}

.btn-success.btn-outline {
    border-color: #86b04f;
    box-shadow: inset 0 0 0 1px #86b04f;
    background: transparent;
    color: #86b04f
}

.btn-success.btn-outline:before {
    border-color: #86b04f;
    border-right-color: transparent
}

.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
    background: #6b8d3f;
    color: #fff;
    border-color: #6b8d3f;
    box-shadow: inset 0 0 0 1px #86b04f
}

.btn-success.btn-outline:focus.btn-icon .icon,
.btn-success.btn-outline:hover.btn-icon .icon {
    background-color: #6b8d3f
}

.btn-success.btn-outline.btn-icon .icon {
    background-color: #86b04f;
    color: #fff
}

.btn-success.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #86b04f;
    text-decoration: underline
}

.btn-success.btn-unstyled:before {
    border-color: #86b04f;
    border-right-color: transparent
}

.btn-success.btn-unstyled:focus,
.btn-success.btn-unstyled:hover {
    text-decoration: none;
    color: #6b8d3f;
    background: transparent;
    box-shadow: none
}

.btn-success.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-success.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #6b8d3f;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-success.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-success.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-group-lg>.btn-success.btn-loading.is-loading.btn,
.btn-success.btn-loading.btn-lg.is-loading {
    padding-left: 3.33846em
}

.btn-group-lg>.btn-success.btn-loading.is-loading.btn:before,
.btn-success.btn-loading.btn-lg.is-loading:before {
    left: 1.23846em
}

.btn-group-sm>.btn-success.btn-loading.is-loading.btn,
.btn-success.btn-loading.btn-sm.is-loading {
    padding-left: 3.03077em
}

.btn-group-sm>.btn-success.btn-loading.is-loading.btn:before,
.btn-success.btn-loading.btn-sm.is-loading:before {
    left: .93077em
}

.btn-success.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-success.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-success:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: transparent
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: transparent
}

.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 {
    color: #fff;
    background-color: #ec971f;
    border-color: #c77c11
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning {
    pointer-events: none
}

.btn-warning.text-color {
    color: #000 !important
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-warning.btn-outline {
    border-color: #f0ad4e;
    box-shadow: inset 0 0 0 1px #f0ad4e;
    background: transparent;
    color: #f0ad4e
}

.btn-warning.btn-outline:before {
    border-color: #f0ad4e;
    border-right-color: transparent
}

.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:hover {
    background: #ec971f;
    color: #fff;
    border-color: #ec971f;
    box-shadow: inset 0 0 0 1px #f0ad4e
}

.btn-warning.btn-outline:focus.btn-icon .icon,
.btn-warning.btn-outline:hover.btn-icon .icon {
    background-color: #ec971f
}

.btn-warning.btn-outline.btn-icon .icon {
    background-color: #f0ad4e;
    color: #fff
}

.btn-warning.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #f0ad4e;
    text-decoration: underline
}

.btn-warning.btn-unstyled:before {
    border-color: #f0ad4e;
    border-right-color: transparent
}

.btn-warning.btn-unstyled:focus,
.btn-warning.btn-unstyled:hover {
    text-decoration: none;
    color: #ec971f;
    background: transparent;
    box-shadow: none
}

.btn-warning.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-warning.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #ec971f;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-warning.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-warning.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-group-lg>.btn-warning.btn-loading.is-loading.btn,
.btn-warning.btn-loading.btn-lg.is-loading {
    padding-left: 3.33846em
}

.btn-group-lg>.btn-warning.btn-loading.is-loading.btn:before,
.btn-warning.btn-loading.btn-lg.is-loading:before {
    left: 1.23846em
}

.btn-group-sm>.btn-warning.btn-loading.is-loading.btn,
.btn-warning.btn-loading.btn-sm.is-loading {
    padding-left: 3.03077em
}

.btn-group-sm>.btn-warning.btn-loading.is-loading.btn:before,
.btn-warning.btn-loading.btn-sm.is-loading:before {
    left: .93077em
}

.btn-warning.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-warning.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-warning:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-danger {
    color: #fff;
    background-color: #c00;
    border-color: transparent
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #900;
    border-color: transparent
}

.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 {
    color: #fff;
    background-color: #900;
    border-color: #600
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger {
    pointer-events: none
}

.btn-danger.text-color {
    color: #000 !important
}

.btn-danger .badge {
    color: #c00;
    background-color: #fff
}

.btn-danger.btn-outline {
    border-color: #c00;
    box-shadow: inset 0 0 0 1px #c00;
    background: transparent;
    color: #c00
}

.btn-danger.btn-outline:before {
    border-color: #c00;
    border-right-color: transparent
}

.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:hover {
    background: #900;
    color: #fff;
    border-color: #900;
    box-shadow: inset 0 0 0 1px #c00
}

.btn-danger.btn-outline:focus.btn-icon .icon,
.btn-danger.btn-outline:hover.btn-icon .icon {
    background-color: #900
}

.btn-danger.btn-outline.btn-icon .icon {
    background-color: #c00;
    color: #fff
}

.btn-danger.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #c00;
    text-decoration: underline
}

.btn-danger.btn-unstyled:before {
    border-color: #c00;
    border-right-color: transparent
}

.btn-danger.btn-unstyled:focus,
.btn-danger.btn-unstyled:hover {
    text-decoration: none;
    color: #900;
    background: transparent;
    box-shadow: none
}

.btn-danger.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-danger.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #900;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-danger.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-danger.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-danger.btn-loading.btn-lg.is-loading,
.btn-group-lg>.btn-danger.btn-loading.is-loading.btn {
    padding-left: 3.33846em
}

.btn-danger.btn-loading.btn-lg.is-loading:before,
.btn-group-lg>.btn-danger.btn-loading.is-loading.btn:before {
    left: 1.23846em
}

.btn-danger.btn-loading.btn-sm.is-loading,
.btn-group-sm>.btn-danger.btn-loading.is-loading.btn {
    padding-left: 3.03077em
}

.btn-danger.btn-loading.btn-sm.is-loading:before,
.btn-group-sm>.btn-danger.btn-loading.is-loading.btn:before {
    left: .93077em
}

.btn-danger.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-danger.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-danger:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: transparent
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: transparent
}

.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 {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2390b0
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info {
    pointer-events: none
}

.btn-info.text-color {
    color: #000 !important
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-info.btn-outline {
    border-color: #5bc0de;
    box-shadow: inset 0 0 0 1px #5bc0de;
    background: transparent;
    color: #5bc0de
}

.btn-info.btn-outline:before {
    border-color: #5bc0de;
    border-right-color: transparent
}

.btn-info.btn-outline:focus,
.btn-info.btn-outline:hover {
    background: #31b0d5;
    color: #fff;
    border-color: #31b0d5;
    box-shadow: inset 0 0 0 1px #5bc0de
}

.btn-info.btn-outline:focus.btn-icon .icon,
.btn-info.btn-outline:hover.btn-icon .icon {
    background-color: #31b0d5
}

.btn-info.btn-outline.btn-icon .icon {
    background-color: #5bc0de;
    color: #fff
}

.btn-info.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #5bc0de;
    text-decoration: underline
}

.btn-info.btn-unstyled:before {
    border-color: #5bc0de;
    border-right-color: transparent
}

.btn-info.btn-unstyled:focus,
.btn-info.btn-unstyled:hover {
    text-decoration: none;
    color: #31b0d5;
    background: transparent;
    box-shadow: none
}

.btn-info.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-info.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #31b0d5;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-info.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-info.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-group-lg>.btn-info.btn-loading.is-loading.btn,
.btn-info.btn-loading.btn-lg.is-loading {
    padding-left: 3.33846em
}

.btn-group-lg>.btn-info.btn-loading.is-loading.btn:before,
.btn-info.btn-loading.btn-lg.is-loading:before {
    left: 1.23846em
}

.btn-group-sm>.btn-info.btn-loading.is-loading.btn,
.btn-info.btn-loading.btn-sm.is-loading {
    padding-left: 3.03077em
}

.btn-group-sm>.btn-info.btn-loading.is-loading.btn:before,
.btn-info.btn-loading.btn-sm.is-loading:before {
    left: .93077em
}

.btn-info.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-info.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-info:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-default {
    color: #333;
    background-color: #f1f1f1;
    border-color: transparent
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #d8d8d8;
    border-color: transparent
}

.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 {
    color: #333;
    background-color: #d8d8d8;
    border-color: #c1c1c1
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
    pointer-events: none
}

.btn-default.text-color {
    color: #000 !important
}

.btn-default .badge {
    color: #f1f1f1;
    background-color: #333
}

.btn-default.btn-outline {
    border-color: #f1f1f1;
    box-shadow: inset 0 0 0 1px #f1f1f1;
    background: transparent;
    color: #f1f1f1
}

.btn-default.btn-outline:before {
    border-color: #f1f1f1;
    border-right-color: transparent
}

.btn-default.btn-outline:focus,
.btn-default.btn-outline:hover {
    background: #d8d8d8;
    color: #333;
    border-color: #d8d8d8;
    box-shadow: inset 0 0 0 1px #f1f1f1
}

.btn-default.btn-outline:focus.btn-icon .icon,
.btn-default.btn-outline:hover.btn-icon .icon {
    background-color: #d8d8d8
}

.btn-default.btn-outline.btn-icon .icon {
    background-color: #f1f1f1;
    color: #333
}

.btn-default.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #f1f1f1;
    text-decoration: underline
}

.btn-default.btn-unstyled:before {
    border-color: #f1f1f1;
    border-right-color: transparent
}

.btn-default.btn-unstyled:focus,
.btn-default.btn-unstyled:hover {
    text-decoration: none;
    color: #d8d8d8;
    background: transparent;
    box-shadow: none
}

.btn-default.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-default.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #d8d8d8;
    border-left-color: #333;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-default.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-default.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-default.btn-loading.btn-lg.is-loading,
.btn-group-lg>.btn-default.btn-loading.is-loading.btn {
    padding-left: 3.33846em
}

.btn-default.btn-loading.btn-lg.is-loading:before,
.btn-group-lg>.btn-default.btn-loading.is-loading.btn:before {
    left: 1.23846em
}

.btn-default.btn-loading.btn-sm.is-loading,
.btn-group-sm>.btn-default.btn-loading.is-loading.btn {
    padding-left: 3.03077em
}

.btn-default.btn-loading.btn-sm.is-loading:before,
.btn-group-sm>.btn-default.btn-loading.is-loading.btn:before {
    left: .93077em
}

.btn-default.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-default.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-default:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-inverse {
    color: #000;
    background-color: #fff;
    border-color: transparent
}

.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open>.btn-inverse.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: transparent
}

.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.open>.btn-inverse.dropdown-toggle.focus,
.open>.btn-inverse.dropdown-toggle:focus,
.open>.btn-inverse.dropdown-toggle:hover {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ccc
}

.btn-inverse.active,
.btn-inverse:active,
.open>.btn-inverse.dropdown-toggle {
    background-image: none
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse {
    pointer-events: none
}

.btn-inverse.text-color {
    color: #000 !important
}

.btn-inverse .badge {
    color: #fff;
    background-color: #000
}

.btn-inverse.btn-outline {
    border-color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
    background: transparent;
    color: #fff
}

.btn-inverse.btn-outline:before {
    border-color: #fff;
    border-right-color: transparent
}

.btn-inverse.btn-outline:focus,
.btn-inverse.btn-outline:hover {
    background: #e6e6e6;
    color: #000;
    border-color: #e6e6e6;
    box-shadow: inset 0 0 0 1px #fff
}

.btn-inverse.btn-outline:focus.btn-icon .icon,
.btn-inverse.btn-outline:hover.btn-icon .icon {
    background-color: #e6e6e6
}

.btn-inverse.btn-outline.btn-icon .icon {
    background-color: #fff;
    color: #000
}

.btn-inverse.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #fff;
    text-decoration: underline
}

.btn-inverse.btn-unstyled:before {
    border-color: #fff;
    border-right-color: transparent
}

.btn-inverse.btn-unstyled:focus,
.btn-inverse.btn-unstyled:hover {
    text-decoration: none;
    color: #e6e6e6;
    background: transparent;
    box-shadow: none
}

.btn-inverse.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-inverse.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #e6e6e6;
    border-left-color: #000;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-inverse.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-inverse.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-group-lg>.btn-inverse.btn-loading.is-loading.btn,
.btn-inverse.btn-loading.btn-lg.is-loading {
    padding-left: 3.33846em
}

.btn-group-lg>.btn-inverse.btn-loading.is-loading.btn:before,
.btn-inverse.btn-loading.btn-lg.is-loading:before {
    left: 1.23846em
}

.btn-group-sm>.btn-inverse.btn-loading.is-loading.btn,
.btn-inverse.btn-loading.btn-sm.is-loading {
    padding-left: 3.03077em
}

.btn-group-sm>.btn-inverse.btn-loading.is-loading.btn:before,
.btn-inverse.btn-loading.btn-sm.is-loading:before {
    left: .93077em
}

.btn-inverse.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-inverse.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-inverse:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: transparent
}

.btn-facebook.active,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover,
.open>.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: transparent
}

.btn-facebook.active.focus,
.btn-facebook.active:focus,
.btn-facebook.active:hover,
.btn-facebook:active.focus,
.btn-facebook:active:focus,
.btn-facebook:active:hover,
.open>.btn-facebook.dropdown-toggle.focus,
.open>.btn-facebook.dropdown-toggle:focus,
.open>.btn-facebook.dropdown-toggle:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: #2d4373
}

.btn-facebook.active,
.btn-facebook:active,
.open>.btn-facebook.dropdown-toggle {
    background-image: none
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook {
    pointer-events: none
}

.btn-facebook.text-color {
    color: #000 !important
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-facebook.btn-outline {
    border-color: #3b5998;
    box-shadow: inset 0 0 0 1px #3b5998;
    background: transparent;
    color: #3b5998
}

.btn-facebook.btn-outline:before {
    border-color: #3b5998;
    border-right-color: transparent
}

.btn-facebook.btn-outline:focus,
.btn-facebook.btn-outline:hover {
    background: #2d4373;
    color: #fff;
    border-color: #2d4373;
    box-shadow: inset 0 0 0 1px #3b5998
}

.btn-facebook.btn-outline:focus.btn-icon .icon,
.btn-facebook.btn-outline:hover.btn-icon .icon {
    background-color: #2d4373
}

.btn-facebook.btn-outline.btn-icon .icon {
    background-color: #3b5998;
    color: #fff
}

.btn-facebook.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #3b5998;
    text-decoration: underline
}

.btn-facebook.btn-unstyled:before {
    border-color: #3b5998;
    border-right-color: transparent
}

.btn-facebook.btn-unstyled:focus,
.btn-facebook.btn-unstyled:hover {
    text-decoration: none;
    color: #2d4373;
    background: transparent;
    box-shadow: none
}

.btn-facebook.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-facebook.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #2d4373;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-facebook.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-facebook.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-facebook.btn-loading.btn-lg.is-loading,
.btn-group-lg>.btn-facebook.btn-loading.is-loading.btn {
    padding-left: 3.33846em
}

.btn-facebook.btn-loading.btn-lg.is-loading:before,
.btn-group-lg>.btn-facebook.btn-loading.is-loading.btn:before {
    left: 1.23846em
}

.btn-facebook.btn-loading.btn-sm.is-loading,
.btn-group-sm>.btn-facebook.btn-loading.is-loading.btn {
    padding-left: 3.03077em
}

.btn-facebook.btn-loading.btn-sm.is-loading:before,
.btn-group-sm>.btn-facebook.btn-loading.is-loading.btn:before {
    left: .93077em
}

.btn-facebook.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-facebook.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-facebook:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-twitter {
    color: #fff;
    background-color: #00aced;
    border-color: transparent
}

.btn-twitter.active,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover,
.open>.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #0087ba;
    border-color: transparent
}

.btn-twitter.active.focus,
.btn-twitter.active:focus,
.btn-twitter.active:hover,
.btn-twitter:active.focus,
.btn-twitter:active:focus,
.btn-twitter:active:hover,
.open>.btn-twitter.dropdown-toggle.focus,
.open>.btn-twitter.dropdown-toggle:focus,
.open>.btn-twitter.dropdown-toggle:hover {
    color: #fff;
    background-color: #0087ba;
    border-color: #0087ba
}

.btn-twitter.active,
.btn-twitter:active,
.open>.btn-twitter.dropdown-toggle {
    background-image: none
}

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter {
    pointer-events: none
}

.btn-twitter.text-color {
    color: #000 !important
}

.btn-twitter .badge {
    color: #00aced;
    background-color: #fff
}

.btn-twitter.btn-outline {
    border-color: #00aced;
    box-shadow: inset 0 0 0 1px #00aced;
    background: transparent;
    color: #00aced
}

.btn-twitter.btn-outline:before {
    border-color: #00aced;
    border-right-color: transparent
}

.btn-twitter.btn-outline:focus,
.btn-twitter.btn-outline:hover {
    background: #0087ba;
    color: #fff;
    border-color: #0087ba;
    box-shadow: inset 0 0 0 1px #00aced
}

.btn-twitter.btn-outline:focus.btn-icon .icon,
.btn-twitter.btn-outline:hover.btn-icon .icon {
    background-color: #0087ba
}

.btn-twitter.btn-outline.btn-icon .icon {
    background-color: #00aced;
    color: #fff
}

.btn-twitter.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #00aced;
    text-decoration: underline
}

.btn-twitter.btn-unstyled:before {
    border-color: #00aced;
    border-right-color: transparent
}

.btn-twitter.btn-unstyled:focus,
.btn-twitter.btn-unstyled:hover {
    text-decoration: none;
    color: #0087ba;
    background: transparent;
    box-shadow: none
}

.btn-twitter.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-twitter.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #0087ba;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-twitter.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-twitter.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-group-lg>.btn-twitter.btn-loading.is-loading.btn,
.btn-twitter.btn-loading.btn-lg.is-loading {
    padding-left: 3.33846em
}

.btn-group-lg>.btn-twitter.btn-loading.is-loading.btn:before,
.btn-twitter.btn-loading.btn-lg.is-loading:before {
    left: 1.23846em
}

.btn-group-sm>.btn-twitter.btn-loading.is-loading.btn,
.btn-twitter.btn-loading.btn-sm.is-loading {
    padding-left: 3.03077em
}

.btn-group-sm>.btn-twitter.btn-loading.is-loading.btn:before,
.btn-twitter.btn-loading.btn-sm.is-loading:before {
    left: .93077em
}

.btn-twitter.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-twitter.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-twitter:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: transparent
}

.btn-google-plus.active,
.btn-google-plus.focus,
.btn-google-plus:active,
.btn-google-plus:focus,
.btn-google-plus:hover,
.open>.btn-google-plus.dropdown-toggle {
    color: #fff;
    background-color: #c23321;
    border-color: transparent
}

.btn-google-plus.active.focus,
.btn-google-plus.active:focus,
.btn-google-plus.active:hover,
.btn-google-plus:active.focus,
.btn-google-plus:active:focus,
.btn-google-plus:active:hover,
.open>.btn-google-plus.dropdown-toggle.focus,
.open>.btn-google-plus.dropdown-toggle:focus,
.open>.btn-google-plus.dropdown-toggle:hover {
    color: #fff;
    background-color: #c23321;
    border-color: #c23321
}

.btn-google-plus.active,
.btn-google-plus:active,
.open>.btn-google-plus.dropdown-toggle {
    background-image: none
}

.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus {
    pointer-events: none
}

.btn-google-plus.text-color {
    color: #000 !important
}

.btn-google-plus .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-google-plus.btn-outline {
    border-color: #dd4b39;
    box-shadow: inset 0 0 0 1px #dd4b39;
    background: transparent;
    color: #dd4b39
}

.btn-google-plus.btn-outline:before {
    border-color: #dd4b39;
    border-right-color: transparent
}

.btn-google-plus.btn-outline:focus,
.btn-google-plus.btn-outline:hover {
    background: #c23321;
    color: #fff;
    border-color: #c23321;
    box-shadow: inset 0 0 0 1px #dd4b39
}

.btn-google-plus.btn-outline:focus.btn-icon .icon,
.btn-google-plus.btn-outline:hover.btn-icon .icon {
    background-color: #c23321
}

.btn-google-plus.btn-outline.btn-icon .icon {
    background-color: #dd4b39;
    color: #fff
}

.btn-google-plus.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #dd4b39;
    text-decoration: underline
}

.btn-google-plus.btn-unstyled:before {
    border-color: #dd4b39;
    border-right-color: transparent
}

.btn-google-plus.btn-unstyled:focus,
.btn-google-plus.btn-unstyled:hover {
    text-decoration: none;
    color: #c23321;
    background: transparent;
    box-shadow: none
}

.btn-google-plus.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-google-plus.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #c23321;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-google-plus.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-google-plus.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-google-plus.btn-loading.btn-lg.is-loading,
.btn-group-lg>.btn-google-plus.btn-loading.is-loading.btn {
    padding-left: 3.33846em
}

.btn-google-plus.btn-loading.btn-lg.is-loading:before,
.btn-group-lg>.btn-google-plus.btn-loading.is-loading.btn:before {
    left: 1.23846em
}

.btn-google-plus.btn-loading.btn-sm.is-loading,
.btn-group-sm>.btn-google-plus.btn-loading.is-loading.btn {
    padding-left: 3.03077em
}

.btn-google-plus.btn-loading.btn-sm.is-loading:before,
.btn-group-sm>.btn-google-plus.btn-loading.is-loading.btn:before {
    left: .93077em
}

.btn-google-plus.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-google-plus.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-google-plus:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-youtube {
    color: #fff;
    background-color: #b00;
    border-color: transparent
}

.btn-youtube.active,
.btn-youtube.focus,
.btn-youtube:active,
.btn-youtube:focus,
.btn-youtube:hover,
.open>.btn-youtube.dropdown-toggle {
    color: #fff;
    background-color: #800;
    border-color: transparent
}

.btn-youtube.active.focus,
.btn-youtube.active:focus,
.btn-youtube.active:hover,
.btn-youtube:active.focus,
.btn-youtube:active:focus,
.btn-youtube:active:hover,
.open>.btn-youtube.dropdown-toggle.focus,
.open>.btn-youtube.dropdown-toggle:focus,
.open>.btn-youtube.dropdown-toggle:hover {
    color: #fff;
    background-color: #800;
    border-color: #800
}

.btn-youtube.active,
.btn-youtube:active,
.open>.btn-youtube.dropdown-toggle {
    background-image: none
}

.btn-youtube.disabled,
.btn-youtube[disabled],
fieldset[disabled] .btn-youtube {
    pointer-events: none
}

.btn-youtube.text-color {
    color: #000 !important
}

.btn-youtube .badge {
    color: #b00;
    background-color: #fff
}

.btn-youtube.btn-outline {
    border-color: #b00;
    box-shadow: inset 0 0 0 1px #b00;
    background: transparent;
    color: #b00
}

.btn-youtube.btn-outline:before {
    border-color: #b00;
    border-right-color: transparent
}

.btn-youtube.btn-outline:focus,
.btn-youtube.btn-outline:hover {
    background: #800;
    color: #fff;
    border-color: #800;
    box-shadow: inset 0 0 0 1px #b00
}

.btn-youtube.btn-outline:focus.btn-icon .icon,
.btn-youtube.btn-outline:hover.btn-icon .icon {
    background-color: #800
}

.btn-youtube.btn-outline.btn-icon .icon {
    background-color: #b00;
    color: #fff
}

.btn-youtube.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #b00;
    text-decoration: underline
}

.btn-youtube.btn-unstyled:before {
    border-color: #b00;
    border-right-color: transparent
}

.btn-youtube.btn-unstyled:focus,
.btn-youtube.btn-unstyled:hover {
    text-decoration: none;
    color: #800;
    background: transparent;
    box-shadow: none
}

.btn-youtube.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-youtube.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #800;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-youtube.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-youtube.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-group-lg>.btn-youtube.btn-loading.is-loading.btn,
.btn-youtube.btn-loading.btn-lg.is-loading {
    padding-left: 3.33846em
}

.btn-group-lg>.btn-youtube.btn-loading.is-loading.btn:before,
.btn-youtube.btn-loading.btn-lg.is-loading:before {
    left: 1.23846em
}

.btn-group-sm>.btn-youtube.btn-loading.is-loading.btn,
.btn-youtube.btn-loading.btn-sm.is-loading {
    padding-left: 3.03077em
}

.btn-group-sm>.btn-youtube.btn-loading.is-loading.btn:before,
.btn-youtube.btn-loading.btn-sm.is-loading:before {
    left: .93077em
}

.btn-youtube.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-youtube.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-youtube:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-instagram {
    color: #fff;
    background-color: #517fa4;
    border-color: transparent
}

.btn-instagram.active,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram:focus,
.btn-instagram:hover,
.open>.btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #406582;
    border-color: transparent
}

.btn-instagram.active.focus,
.btn-instagram.active:focus,
.btn-instagram.active:hover,
.btn-instagram:active.focus,
.btn-instagram:active:focus,
.btn-instagram:active:hover,
.open>.btn-instagram.dropdown-toggle.focus,
.open>.btn-instagram.dropdown-toggle:focus,
.open>.btn-instagram.dropdown-toggle:hover {
    color: #fff;
    background-color: #406582;
    border-color: #406582
}

.btn-instagram.active,
.btn-instagram:active,
.open>.btn-instagram.dropdown-toggle {
    background-image: none
}

.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram {
    pointer-events: none
}

.btn-instagram.text-color {
    color: #000 !important
}

.btn-instagram .badge {
    color: #517fa4;
    background-color: #fff
}

.btn-instagram.btn-outline {
    border-color: #517fa4;
    box-shadow: inset 0 0 0 1px #517fa4;
    background: transparent;
    color: #517fa4
}

.btn-instagram.btn-outline:before {
    border-color: #517fa4;
    border-right-color: transparent
}

.btn-instagram.btn-outline:focus,
.btn-instagram.btn-outline:hover {
    background: #406582;
    color: #fff;
    border-color: #406582;
    box-shadow: inset 0 0 0 1px #517fa4
}

.btn-instagram.btn-outline:focus.btn-icon .icon,
.btn-instagram.btn-outline:hover.btn-icon .icon {
    background-color: #406582
}

.btn-instagram.btn-outline.btn-icon .icon {
    background-color: #517fa4;
    color: #fff
}

.btn-instagram.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #517fa4;
    text-decoration: underline
}

.btn-instagram.btn-unstyled:before {
    border-color: #517fa4;
    border-right-color: transparent
}

.btn-instagram.btn-unstyled:focus,
.btn-instagram.btn-unstyled:hover {
    text-decoration: none;
    color: #406582;
    background: transparent;
    box-shadow: none
}

.btn-instagram.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-instagram.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #406582;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-instagram.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-instagram.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-group-lg>.btn-instagram.btn-loading.is-loading.btn,
.btn-instagram.btn-loading.btn-lg.is-loading {
    padding-left: 3.33846em
}

.btn-group-lg>.btn-instagram.btn-loading.is-loading.btn:before,
.btn-instagram.btn-loading.btn-lg.is-loading:before {
    left: 1.23846em
}

.btn-group-sm>.btn-instagram.btn-loading.is-loading.btn,
.btn-instagram.btn-loading.btn-sm.is-loading {
    padding-left: 3.03077em
}

.btn-group-sm>.btn-instagram.btn-loading.is-loading.btn:before,
.btn-instagram.btn-loading.btn-sm.is-loading:before {
    left: .93077em
}

.btn-instagram.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-instagram.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-instagram:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: transparent
}

.btn-linkedin.active,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin:focus,
.btn-linkedin:hover,
.open>.btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #005983;
    border-color: transparent
}

.btn-linkedin.active.focus,
.btn-linkedin.active:focus,
.btn-linkedin.active:hover,
.btn-linkedin:active.focus,
.btn-linkedin:active:focus,
.btn-linkedin:active:hover,
.open>.btn-linkedin.dropdown-toggle.focus,
.open>.btn-linkedin.dropdown-toggle:focus,
.open>.btn-linkedin.dropdown-toggle:hover {
    color: #fff;
    background-color: #005983;
    border-color: #005983
}

.btn-linkedin.active,
.btn-linkedin:active,
.open>.btn-linkedin.dropdown-toggle {
    background-image: none
}

.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin {
    pointer-events: none
}

.btn-linkedin.text-color {
    color: #000 !important
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-linkedin.btn-outline {
    border-color: #007bb6;
    box-shadow: inset 0 0 0 1px #007bb6;
    background: transparent;
    color: #007bb6
}

.btn-linkedin.btn-outline:before {
    border-color: #007bb6;
    border-right-color: transparent
}

.btn-linkedin.btn-outline:focus,
.btn-linkedin.btn-outline:hover {
    background: #005983;
    color: #fff;
    border-color: #005983;
    box-shadow: inset 0 0 0 1px #007bb6
}

.btn-linkedin.btn-outline:focus.btn-icon .icon,
.btn-linkedin.btn-outline:hover.btn-icon .icon {
    background-color: #005983
}

.btn-linkedin.btn-outline.btn-icon .icon {
    background-color: #007bb6;
    color: #fff
}

.btn-linkedin.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #007bb6;
    text-decoration: underline
}

.btn-linkedin.btn-unstyled:before {
    border-color: #007bb6;
    border-right-color: transparent
}

.btn-linkedin.btn-unstyled:focus,
.btn-linkedin.btn-unstyled:hover {
    text-decoration: none;
    color: #005983;
    background: transparent;
    box-shadow: none
}

.btn-linkedin.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-linkedin.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #005983;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-linkedin.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-linkedin.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-group-lg>.btn-linkedin.btn-loading.is-loading.btn,
.btn-linkedin.btn-loading.btn-lg.is-loading {
    padding-left: 3.33846em
}

.btn-group-lg>.btn-linkedin.btn-loading.is-loading.btn:before,
.btn-linkedin.btn-loading.btn-lg.is-loading:before {
    left: 1.23846em
}

.btn-group-sm>.btn-linkedin.btn-loading.is-loading.btn,
.btn-linkedin.btn-loading.btn-sm.is-loading {
    padding-left: 3.03077em
}

.btn-group-sm>.btn-linkedin.btn-loading.is-loading.btn:before,
.btn-linkedin.btn-loading.btn-sm.is-loading:before {
    left: .93077em
}

.btn-linkedin.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-linkedin.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-linkedin:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-rss {
    color: #fff;
    background-color: #f9bf4b;
    border-color: transparent
}

.btn-rss.active,
.btn-rss.focus,
.btn-rss:active,
.btn-rss:focus,
.btn-rss:hover,
.open>.btn-rss.dropdown-toggle {
    color: #fff;
    background-color: #f7ad1a;
    border-color: transparent
}

.btn-rss.active.focus,
.btn-rss.active:focus,
.btn-rss.active:hover,
.btn-rss:active.focus,
.btn-rss:active:focus,
.btn-rss:active:hover,
.open>.btn-rss.dropdown-toggle.focus,
.open>.btn-rss.dropdown-toggle:focus,
.open>.btn-rss.dropdown-toggle:hover {
    color: #fff;
    background-color: #f7ad1a;
    border-color: #f7ad1a
}

.btn-rss.active,
.btn-rss:active,
.open>.btn-rss.dropdown-toggle {
    background-image: none
}

.btn-rss.disabled,
.btn-rss[disabled],
fieldset[disabled] .btn-rss {
    pointer-events: none
}

.btn-rss.text-color {
    color: #000 !important
}

.btn-rss .badge {
    color: #f9bf4b;
    background-color: #fff
}

.btn-rss.btn-outline {
    border-color: #f9bf4b;
    box-shadow: inset 0 0 0 1px #f9bf4b;
    background: transparent;
    color: #f9bf4b
}

.btn-rss.btn-outline:before {
    border-color: #f9bf4b;
    border-right-color: transparent
}

.btn-rss.btn-outline:focus,
.btn-rss.btn-outline:hover {
    background: #f7ad1a;
    color: #fff;
    border-color: #f7ad1a;
    box-shadow: inset 0 0 0 1px #f9bf4b
}

.btn-rss.btn-outline:focus.btn-icon .icon,
.btn-rss.btn-outline:hover.btn-icon .icon {
    background-color: #f7ad1a
}

.btn-rss.btn-outline.btn-icon .icon {
    background-color: #f9bf4b;
    color: #fff
}

.btn-rss.btn-unstyled {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: #f9bf4b;
    text-decoration: underline
}

.btn-rss.btn-unstyled:before {
    border-color: #f9bf4b;
    border-right-color: transparent
}

.btn-rss.btn-unstyled:focus,
.btn-rss.btn-unstyled:hover {
    text-decoration: none;
    color: #f7ad1a;
    background: transparent;
    box-shadow: none
}

.btn-rss.btn-loading {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-rss.btn-loading:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .2em solid #f7ad1a;
    border-left-color: #fff;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out
}

.btn-rss.btn-loading.is-loading {
    padding-left: 3.03077em;
    pointer-events: none
}

.btn-rss.btn-loading.is-loading:before {
    left: .93077em;
    opacity: 1;
    visibility: visible;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.btn-group-lg>.btn-rss.btn-loading.is-loading.btn,
.btn-rss.btn-loading.btn-lg.is-loading {
    padding-left: 3.33846em
}

.btn-group-lg>.btn-rss.btn-loading.is-loading.btn:before,
.btn-rss.btn-loading.btn-lg.is-loading:before {
    left: 1.23846em
}

.btn-group-sm>.btn-rss.btn-loading.is-loading.btn,
.btn-rss.btn-loading.btn-sm.is-loading {
    padding-left: 3.03077em
}

.btn-group-sm>.btn-rss.btn-loading.is-loading.btn:before,
.btn-rss.btn-loading.btn-sm.is-loading:before {
    left: .93077em
}

.btn-rss.btn-loading.btn-unstyled.is-loading {
    padding-left: 1.8em
}

.btn-rss.btn-loading.btn-unstyled.is-loading:before {
    left: 0
}

.btn-rss:not(.btn-unstyled):not(.btn-noeffect) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.btn-link {
    text-decoration: underline
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none
}

.btn-icon {
    position: relative;
    padding-left: 50px
}

.btn-icon .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    padding: 6.66667px;
    height: 100%;
    background-color: rgba(0, 0, 0, .1)
}

.btn-icon .icon:before {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-group-lg>.btn-icon.btn,
.btn-icon.btn-lg {
    padding-left: 67px
}

.btn-group-lg>.btn-icon.btn .icon,
.btn-icon.btn-lg .icon {
    width: 47px;
    padding: 10px
}

.btn-group-sm>.btn-icon.btn,
.btn-icon.btn-sm {
    padding-left: 40px
}

.btn-group-sm>.btn-icon.btn .icon,
.btn-icon.btn-sm .icon {
    width: 24px;
    padding: 5px
}

.btn-icon-right {
    padding-left: 16px;
    padding-right: 50px
}

.btn-icon-right .icon {
    right: 0;
    left: auto
}

.btn-group-lg>.btn-icon-right.btn,
.btn-icon-right.btn-lg {
    padding-left: 20px;
    padding-right: 67px
}

.btn-group-sm>.btn-icon-right.btn,
.btn-icon-right.btn-sm {
    padding-left: 16px;
    padding-right: 40px
}

.btn:not(.btn-icon)>.icon {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.btn:not(.btn-icon)>.icon:not(.icon-only) {
    margin-right: 8px
}

.btn:not(.btn-icon)>.icon:not(.icon-only).icon-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 8px
}

.btn-square {
    width: 34px;
    height: 34px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    overflow: hidden
}

.btn-group-sm>.btn-square.btn,
.btn-square.btn-sm {
    width: 24px;
    height: 24px
}

.btn-group-lg>.btn-square.btn,
.btn-square.btn-lg {
    width: 47px;
    height: 47px
}

.btn-group>.dropdown-toggle:not(.multiselect) {
    min-height: 34px
}

.btn-group.btn-group-lg>.dropdown-toggle:not(.multiselect) {
    min-height: 47px
}

.btn-group.btn-group-sm>.dropdown-toggle:not(.multiselect) {
    min-height: 24px
}

.hidden-submit {
    border: 0 none;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.btn-arrow .ai {
    margin-left: 25px;
    font-size: 17px
}

.btn-text-with-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.dataTables_filter input,
.dataTables_length select,
.form-control {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px
}

.dataTables_filter .input-group-lg>.input-group-btn>input.btn,
.dataTables_filter .input-group-lg>input,
.dataTables_filter input.input-lg,
.dataTables_length .input-group-lg>.input-group-btn>select.btn,
.dataTables_length .input-group-lg>select,
.dataTables_length select.input-lg,
.form-control.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-btn>.form-control.btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px
}

.dataTables_filter .input-group-sm>.input-group-btn>input.btn,
.dataTables_filter .input-group-sm>input,
.dataTables_filter input.input-sm,
.dataTables_length .input-group-sm>.input-group-btn>select.btn,
.dataTables_length .input-group-sm>select,
.dataTables_length select.input-sm,
.form-control.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-btn>.form-control.btn {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px
}

.control-note {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: #8a96a4;
    font-style: italic;
    margin-top: -7.5px
}

.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: #9f3a38
}

.dataTables_filter .has-error input,
.dataTables_length .has-error select,
.has-error .dataTables_filter input,
.has-error .dataTables_length select,
.has-error .form-control {
    border-color: #e0b4b4;
    background-color: #fff6f6;
    color: #9f3a38;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.dataTables_filter .has-error input:focus,
.dataTables_length .has-error select:focus,
.has-error .dataTables_filter input:focus,
.has-error .dataTables_length select:focus,
.has-error .form-control:focus {
    border-color: #d19090;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fefcfc
}

.has-error .input-group-addon {
    color: #9f3a38;
    border-color: #e0b4b4;
    background-color: #fff6f6
}

.has-error .form-control-feedback {
    color: #9f3a38
}

.has-error.checkbox label:before {
    background-color: #fff6f6;
    border-color: #e0b4b4
}

.has-error.checkbox label:after {
    color: #9f3a38
}

.help-block {
    font-size: 13px;
    font-style: italic
}

.form-mandatory,
.mandatory {
    color: #c00;
    margin-left: 5px
}

.dataTables_filter .input-group .form-group input,
.dataTables_length .input-group .form-group select,
.input-group .form-group .dataTables_filter input,
.input-group .form-group .dataTables_length select,
.input-group .form-group .form-control {
    float: none
}

.input-group .form-group+.input-group-btn {
    vertical-align: top;
    padding-top: 27.1px
}

.contact-form textarea {
    padding-bottom: 16px
}

.dropdown-menu,
.topmenu>.topmenu-item>ul {
    padding: 0;
    margin: 0;
    min-width: 190px;
    border: 0;
    z-index: 1000
}

.dropdown-menu .btn-group,
.topmenu>.topmenu-item>ul .btn-group {
    width: 100%
}

.dropdown-menu .btn:not(.multiselect-close),
.topmenu>.topmenu-item>ul .btn:not(.multiselect-close) {
    text-align: left;
    padding: 5px 16px
}

.dropdown-menu .btn-group-sm>.btn:not(.multiselect-close),
.dropdown-menu .btn:not(.multiselect-close).btn-sm,
.topmenu>.topmenu-item>ul .btn-group-sm>.btn:not(.multiselect-close),
.topmenu>.topmenu-item>ul .btn:not(.multiselect-close).btn-sm {
    padding: 2px 16px
}

.dropdown-menu .btn-group-lg>.btn:not(.multiselect-close),
.dropdown-menu .btn:not(.multiselect-close).btn-lg,
.topmenu>.topmenu-item>ul .btn-group-lg>.btn:not(.multiselect-close),
.topmenu>.topmenu-item>ul .btn:not(.multiselect-close).btn-lg {
    padding: 9px 20px
}

.dropdown-menu-sm>li>a:not(.btn) {
    font-size: 13px
}

.dropdown-menu-lg>li>a:not(.btn) {
    font-size: 14px
}

.dropdown-menu-bottom-up {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.dropdown-menu-buttons {
    padding: 0;
    margin: 0
}

.dropdown-menu-buttons .btn {
    width: 100%;
    border-left: 0;
    border-top: 0;
    border-right: 0
}

.dropdown-menu-buttons .btn:last-child {
    border-bottom: 0
}

.list-columns.list-columns-2.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.swiper:not(.initialized) .list-columns.list-columns-2.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.swiper:not(.initialized) .list-columns.list-columns-2.swiper-wrapper.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.swiper:not(.initialized) .list-columns.list-columns-2.swiper-wrapper.swiper-wrapper .swiper-slide {
    height: auto
}

.swiper:not(.initialized) .list-columns.list-columns-2.swiper-wrapper:not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px
}

.swiper:not(.initialized) .list-columns.list-columns-2.swiper-wrapper:not(.swiper-wrapper)>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 640px;
    flex: 1 0 640px;
    margin-left: 10px;
    margin-top: 10px
}

@media (min-width:1300px) {
    .swiper:not(.initialized) .list-columns.list-columns-2.swiper-wrapper:not(.swiper-wrapper)>* {
        max-width: calc(50% - 10px)
    }
}

@media (min-width:1280px) {
    .swiper:not(.initialized) .list-columns.list-columns-2.swiper-wrapper:not(.swiper-wrapper)>* {
        min-width: calc(50% - 10px)
    }
}

.list-columns.list-columns-2:not(.swiper-wrapper) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list-columns.list-columns-2:not(.swiper-wrapper).swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.list-columns.list-columns-2:not(.swiper-wrapper).swiper-wrapper .swiper-slide {
    height: auto
}

.list-columns.list-columns-2:not(.swiper-wrapper):not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px
}

.list-columns.list-columns-2:not(.swiper-wrapper):not(.swiper-wrapper)>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 640px;
    flex: 1 0 640px;
    margin-left: 10px;
    margin-top: 10px
}

@media (min-width:1300px) {
    .list-columns.list-columns-2:not(.swiper-wrapper):not(.swiper-wrapper)>* {
        max-width: calc(50% - 10px)
    }
}

@media (min-width:1280px) {
    .list-columns.list-columns-2:not(.swiper-wrapper):not(.swiper-wrapper)>* {
        min-width: calc(50% - 10px)
    }
}

.list-columns.list-columns-3.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.swiper:not(.initialized) .list-columns.list-columns-3.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.swiper:not(.initialized) .list-columns.list-columns-3.swiper-wrapper.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.swiper:not(.initialized) .list-columns.list-columns-3.swiper-wrapper.swiper-wrapper .swiper-slide {
    height: auto
}

.swiper:not(.initialized) .list-columns.list-columns-3.swiper-wrapper:not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px
}

.swiper:not(.initialized) .list-columns.list-columns-3.swiper-wrapper:not(.swiper-wrapper)>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 426.66667px;
    flex: 1 0 426.66667px;
    margin-left: 10px;
    margin-top: 10px
}

@media (min-width:873.33333px) {
    .swiper:not(.initialized) .list-columns.list-columns-3.swiper-wrapper:not(.swiper-wrapper)>* {
        max-width: calc(50% - 10px)
    }
}

@media (min-width:1310px) {
    .swiper:not(.initialized) .list-columns.list-columns-3.swiper-wrapper:not(.swiper-wrapper)>* {
        max-width: calc(33.33333% - 10px)
    }
}

@media (min-width:1280px) {
    .swiper:not(.initialized) .list-columns.list-columns-3.swiper-wrapper:not(.swiper-wrapper)>* {
        min-width: calc(33.33333% - 10px)
    }
}

.list-columns.list-columns-3:not(.swiper-wrapper) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list-columns.list-columns-3:not(.swiper-wrapper).swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.list-columns.list-columns-3:not(.swiper-wrapper).swiper-wrapper .swiper-slide {
    height: auto
}

.list-columns.list-columns-3:not(.swiper-wrapper):not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px
}

.list-columns.list-columns-3:not(.swiper-wrapper):not(.swiper-wrapper)>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 426.66667px;
    flex: 1 0 426.66667px;
    margin-left: 10px;
    margin-top: 10px
}

@media (min-width:873.33333px) {
    .list-columns.list-columns-3:not(.swiper-wrapper):not(.swiper-wrapper)>* {
        max-width: calc(50% - 10px)
    }
}

@media (min-width:1310px) {
    .list-columns.list-columns-3:not(.swiper-wrapper):not(.swiper-wrapper)>* {
        max-width: calc(33.33333% - 10px)
    }
}

@media (min-width:1280px) {
    .list-columns.list-columns-3:not(.swiper-wrapper):not(.swiper-wrapper)>* {
        min-width: calc(33.33333% - 10px)
    }
}

.list-columns.list-columns-4.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.swiper:not(.initialized) .list-columns.list-columns-4.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.swiper:not(.initialized) .list-columns.list-columns-4.swiper-wrapper.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.swiper:not(.initialized) .list-columns.list-columns-4.swiper-wrapper.swiper-wrapper .swiper-slide {
    height: auto
}

.swiper:not(.initialized) .list-columns.list-columns-4.swiper-wrapper:not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px
}

.swiper:not(.initialized) .list-columns.list-columns-4.swiper-wrapper:not(.swiper-wrapper)>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 320px;
    flex: 1 0 320px;
    margin-left: 10px;
    margin-top: 10px
}

@media (min-width:660px) {
    .swiper:not(.initialized) .list-columns.list-columns-4.swiper-wrapper:not(.swiper-wrapper)>* {
        max-width: calc(50% - 10px)
    }
}

@media (min-width:990px) {
    .swiper:not(.initialized) .list-columns.list-columns-4.swiper-wrapper:not(.swiper-wrapper)>* {
        max-width: calc(33.33333% - 10px)
    }
}

@media (min-width:1320px) {
    .swiper:not(.initialized) .list-columns.list-columns-4.swiper-wrapper:not(.swiper-wrapper)>* {
        max-width: calc(25% - 10px)
    }
}

@media (min-width:1280px) {
    .swiper:not(.initialized) .list-columns.list-columns-4.swiper-wrapper:not(.swiper-wrapper)>* {
        min-width: calc(25% - 10px)
    }
}

.list-columns.list-columns-4:not(.swiper-wrapper) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list-columns.list-columns-4:not(.swiper-wrapper).swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.list-columns.list-columns-4:not(.swiper-wrapper).swiper-wrapper .swiper-slide {
    height: auto
}

.list-columns.list-columns-4:not(.swiper-wrapper):not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px
}

.list-columns.list-columns-4:not(.swiper-wrapper):not(.swiper-wrapper)>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 320px;
    flex: 1 0 320px;
    margin-left: 10px;
    margin-top: 10px
}

@media (min-width:660px) {
    .list-columns.list-columns-4:not(.swiper-wrapper):not(.swiper-wrapper)>* {
        max-width: calc(50% - 10px)
    }
}

@media (min-width:990px) {
    .list-columns.list-columns-4:not(.swiper-wrapper):not(.swiper-wrapper)>* {
        max-width: calc(33.33333% - 10px)
    }
}

@media (min-width:1320px) {
    .list-columns.list-columns-4:not(.swiper-wrapper):not(.swiper-wrapper)>* {
        max-width: calc(25% - 10px)
    }
}

@media (min-width:1280px) {
    .list-columns.list-columns-4:not(.swiper-wrapper):not(.swiper-wrapper)>* {
        min-width: calc(25% - 10px)
    }
}

.list-columns.list-columns-5.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.swiper:not(.initialized) .list-columns.list-columns-5.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.swiper:not(.initialized) .list-columns.list-columns-5.swiper-wrapper.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.swiper:not(.initialized) .list-columns.list-columns-5.swiper-wrapper.swiper-wrapper .swiper-slide {
    height: auto
}

.swiper:not(.initialized) .list-columns.list-columns-5.swiper-wrapper:not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px
}

.swiper:not(.initialized) .list-columns.list-columns-5.swiper-wrapper:not(.swiper-wrapper)>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 256px;
    flex: 1 0 256px;
    margin-left: 10px;
    margin-top: 10px
}

@media (min-width:532px) {
    .swiper:not(.initialized) .list-columns.list-columns-5.swiper-wrapper:not(.swiper-wrapper)>* {
        max-width: calc(50% - 10px)
    }
}

@media (min-width:798px) {
    .swiper:not(.initialized) .list-columns.list-columns-5.swiper-wrapper:not(.swiper-wrapper)>* {
        max-width: calc(33.33333% - 10px)
    }
}

@media (min-width:1064px) {
    .swiper:not(.initialized) .list-columns.list-columns-5.swiper-wrapper:not(.swiper-wrapper)>* {
        max-width: calc(25% - 10px)
    }
}

@media (min-width:1330px) {
    .swiper:not(.initialized) .list-columns.list-columns-5.swiper-wrapper:not(.swiper-wrapper)>* {
        max-width: calc(20% - 10px)
    }
}

@media (min-width:1280px) {
    .swiper:not(.initialized) .list-columns.list-columns-5.swiper-wrapper:not(.swiper-wrapper)>* {
        min-width: calc(20% - 10px)
    }
}

.list-columns.list-columns-5:not(.swiper-wrapper) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list-columns.list-columns-5:not(.swiper-wrapper).swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.list-columns.list-columns-5:not(.swiper-wrapper).swiper-wrapper .swiper-slide {
    height: auto
}

.list-columns.list-columns-5:not(.swiper-wrapper):not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px
}

.list-columns.list-columns-5:not(.swiper-wrapper):not(.swiper-wrapper)>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 256px;
    flex: 1 0 256px;
    margin-left: 10px;
    margin-top: 10px
}

@media (min-width:532px) {
    .list-columns.list-columns-5:not(.swiper-wrapper):not(.swiper-wrapper)>* {
        max-width: calc(50% - 10px)
    }
}

@media (min-width:798px) {
    .list-columns.list-columns-5:not(.swiper-wrapper):not(.swiper-wrapper)>* {
        max-width: calc(33.33333% - 10px)
    }
}

@media (min-width:1064px) {
    .list-columns.list-columns-5:not(.swiper-wrapper):not(.swiper-wrapper)>* {
        max-width: calc(25% - 10px)
    }
}

@media (min-width:1330px) {
    .list-columns.list-columns-5:not(.swiper-wrapper):not(.swiper-wrapper)>* {
        max-width: calc(20% - 10px)
    }
}

@media (min-width:1280px) {
    .list-columns.list-columns-5:not(.swiper-wrapper):not(.swiper-wrapper)>* {
        min-width: calc(20% - 10px)
    }
}

.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px
}

.product-list+div {
    margin-top: -20px;
    margin-top: -21px
}

.product-list>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0
}

@media screen and (min-width:1200px) {
    .noLeftCol .product-list>div {
        width: 25%
    }

    .noLeftCol .product-list>div:not(:last-of-type)>div {
        border-right-width: 0
    }

    .noLeftCol .product-list>div:nth-child(4n)>div {
        border-right-width: 1px
    }

    .noLeftCol .product-list>div>div {
        margin-top: -1px
    }

    .noLeftCol .product-list>div:nth-child(-n+4)>div {
        margin-top: 0
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .noLeftCol .product-list>div {
        width: 33.33333%
    }

    .noLeftCol .product-list>div:not(:last-of-type)>div {
        border-right-width: 0
    }

    .noLeftCol .product-list>div:nth-child(3n)>div {
        border-right-width: 1px
    }

    .noLeftCol .product-list>div>div {
        margin-top: -1px
    }

    .noLeftCol .product-list>div:nth-child(-n+3)>div {
        margin-top: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .noLeftCol .product-list>div {
        width: 33.33333%
    }

    .noLeftCol .product-list>div:not(:last-of-type)>div {
        border-right-width: 0
    }

    .noLeftCol .product-list>div:nth-child(3n)>div {
        border-right-width: 1px
    }

    .noLeftCol .product-list>div>div {
        margin-top: -1px
    }

    .noLeftCol .product-list>div:nth-child(-n+3)>div {
        margin-top: 0
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    .noLeftCol .product-list>div {
        width: 50%
    }

    .noLeftCol .product-list>div:not(:last-of-type)>div {
        border-right-width: 0
    }

    .noLeftCol .product-list>div:nth-child(2n)>div {
        border-right-width: 1px
    }

    .noLeftCol .product-list>div>div {
        margin-top: -1px
    }

    .noLeftCol .product-list>div:nth-child(-n+2)>div {
        margin-top: 0
    }
}

@media screen and (max-width:480px) {
    .noLeftCol .product-list>div {
        width: 100%
    }

    .noLeftCol .product-list>div:not(:last-of-type)>div {
        border-right-width: 0
    }

    .noLeftCol .product-list>div:nth-child(1n)>div {
        border-right-width: 1px
    }

    .noLeftCol .product-list>div>div {
        margin-top: -1px
    }

    .noLeftCol .product-list>div:first-child>div {
        margin-top: 0
    }
}

@media screen and (min-width:1200px) {
    .product-list>div {
        width: 50%
    }

    .product-list>div:not(:last-of-type)>div {
        border-right-width: 0
    }

    .product-list>div:nth-child(2n)>div {
        border-right-width: 1px
    }

    .product-list>div>div {
        margin-top: -1px
    }

    .product-list>div:nth-child(-n+2)>div {
        margin-top: 0
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .product-list>div {
        width: 100%
    }

    .product-list>div:not(:last-of-type)>div {
        border-right-width: 0
    }

    .product-list>div:nth-child(1n)>div {
        border-right-width: 1px
    }

    .product-list>div>div {
        margin-top: -1px
    }

    .product-list>div:first-child>div {
        margin-top: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .product-list>div {
        width: 50%
    }

    .product-list>div:not(:last-of-type)>div {
        border-right-width: 0
    }

    .product-list>div:nth-child(2n)>div {
        border-right-width: 1px
    }

    .product-list>div>div {
        margin-top: -1px
    }

    .product-list>div:nth-child(-n+2)>div {
        margin-top: 0
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    .product-list>div {
        width: 100%
    }

    .product-list>div:not(:last-of-type)>div {
        border-right-width: 0
    }

    .product-list>div:nth-child(1n)>div {
        border-right-width: 1px
    }

    .product-list>div>div {
        margin-top: -1px
    }

    .product-list>div:first-child>div {
        margin-top: 0
    }
}

@media screen and (max-width:480px) {
    .product-list>div {
        width: 100%
    }

    .product-list>div:not(:last-of-type)>div {
        border-right-width: 0
    }

    .product-list>div:nth-child(1n)>div {
        border-right-width: 1px
    }

    .product-list>div>div {
        margin-top: -1px
    }

    .product-list>div:first-child>div {
        margin-top: 0
    }
}

.table>thead tr {
    border: 1px solid #e6e6e6
}

.table>thead td,
.table>thead th {
    border-bottom: 0;
    color: #8a96a4
}

.table-borderbot>tbody>td,
.table-borderbot>tbody>th {
    border-bottom: 1px solid #ddd
}

.table-valignM>*>td,
.table-valignM>*>th {
    vertical-align: middle
}

.text_table td,
.text_table th {
    padding: 0 6px
}

.text_table tr>:first-child {
    padding-left: 0
}

.text_table tr>:last-child {
    padding-right: 0
}

.table-lr-padding-none>tbody td,
.table-lr-padding-none>tbody th {
    padding-left: 0;
    padding-right: 0
}

.table-not-border-start tr:first-child td,
.table-not-border-start tr:first-child th {
    border-top: 0
}

.icon-circular {
    width: 34px;
    height: 34px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f1f1f1;
    color: #333;
    padding: 0;
    font-size: 1.2em;
    line-height: 34px
}

.icon-circular+.icon-circular {
    margin-left: 5px
}

.icon-circular-sm {
    width: 24px;
    height: 24px
}

.icon-circular-lg {
    width: 47px;
    height: 47px
}

.icon-circular-xl {
    width: 50px;
    height: 50px
}

.icon-circular-xxl {
    width: 80px;
    height: 80px
}

.icon-circular-primary {
    color: #fff;
    background-color: #f30c21
}

.icon-circular-secondary {
    color: #fff;
    background-color: #2e9f09
}

.icon-circular-tertiary {
    color: #fff;
    background-color: #5d6164
}

.icon-circular-quaternary {
    color: #fff;
    background-color: #f41647
}

.icon-circular-success {
    color: #fff;
    background-color: #86b04f
}

.icon-circular-warning {
    color: #fff;
    background-color: #f0ad4e
}

.icon-circular-danger {
    color: #fff;
    background-color: #c00
}

.icon-circular-info {
    color: #fff;
    background-color: #5bc0de
}

.icon-circular-default {
    color: #333;
    background-color: #f1f1f1
}

.icon-circular-inverse {
    color: #000;
    background-color: #fff
}

.icon-circular-facebook {
    color: #fff;
    background-color: #3b5998
}

.icon-circular-twitter {
    color: #fff;
    background-color: #00aced
}

.icon-circular-google-plus {
    color: #fff;
    background-color: #dd4b39
}

.icon-circular-youtube {
    color: #fff;
    background-color: #b00
}

.icon-circular-instagram {
    color: #fff;
    background-color: #517fa4
}

.icon-circular-linkedin {
    color: #fff;
    background-color: #007bb6
}

.icon-circular-rss {
    color: #fff;
    background-color: #f9bf4b
}

.icon-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.icon-block.text-center,
.text-center .icon-block {
    margin-left: auto;
    margin-right: auto
}

.icon-block.text-right,
.text-right .icon-block {
    margin-right: auto
}

.section-base {
    position: relative;
    margin-top: 40px;
    margin-bottom: 6.66667px
}

.section-base.section-base-nospace-top {
    margin-top: 0
}

.section-base.section-base-nospace-bottom {
    margin-bottom: 0
}

.section-base.invert,
.section-base.invert .h1,
.section-base.invert .h2,
.section-base.invert .h3,
.section-base.invert .h4,
.section-base.invert .h5,
.section-base.invert .h6,
.section-base.invert a:not(.btn),
.section-base.invert h1,
.section-base.invert h2,
.section-base.invert h3,
.section-base.invert h4,
.section-base.invert h5,
.section-base.invert h6 {
    color: #fff
}

.section-base section+section {
    margin-top: 10px
}

.section-base.tab-content {
    margin-top: 20px;
    padding: 0
}

.section-small {
    position: relative;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .steps {
        float: right
    }

    .steps:after,
    .steps:before {
        display: table;
        content: " "
    }

    .steps:after {
        clear: both
    }
}

.steps li {
    position: relative;
    display: inline-block;
    padding: 12.5px 25px 12.5px 50px;
    margin-right: 3px;
    background: #f1f1f1;
    color: #000
}

.steps li:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .steps li {
        display: block;
        width: 100%;
        padding-left: 25px;
        border-bottom: 1px solid #d8d8d8
    }

    .steps li.activated {
        border-bottom: 1px solid #c20a1a
    }

    .steps li:last-child {
        border-bottom: 0
    }

    .steps li:after,
    .steps li:before {
        display: none
    }
}

.steps li>a {
    text-decoration: none
}

.steps li>a:focus,
.steps li>a:hover {
    color: #000
}

.steps li .badge {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    padding: 0;
    border-radius: 50%;
    background: #d8d8d8;
    color: #000
}

.steps li:after,
.steps li:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 25px inset transparent;
    border-bottom: 25px inset transparent;
    border-left: 25px solid #121a21
}

.steps li:before {
    left: 0
}

.steps li:after {
    right: -25px;
    border-left-color: #f1f1f1;
    z-index: 2
}

.steps li:first-child:before,
.steps li:last-child:after {
    border: 0
}

.steps li:first-child {
    border-radius: 3px 0 0 3px;
    padding-left: 25px
}

.steps li:last-child {
    border-radius: 0 3px 3px 0
}

.steps li.activated {
    background: #f30c21
}

.steps li.activated:after {
    border-left-color: #f30c21
}

.steps li.activated>a {
    color: #fff
}

.steps li.activated .badge {
    background: #c20a1a;
    color: #fff
}

.social-icon-plain {
    text-decoration: none;
    transition: .3s ease-in-out
}

.social-icon-plain+.social-icon-plain {
    margin-left: 20px
}

.social-icon-plain .icon,
.social-icon-plain [class^=ai-] {
    font-size: 20px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle
}

.social-icon-plain:focus.facebook,
.social-icon-plain:hover.facebook {
    color: #3b5998 !important
}

.social-icon-plain:focus.twitter,
.social-icon-plain:hover.twitter {
    color: #00aced !important
}

.social-icon-plain:focus.google-plus,
.social-icon-plain:hover.google-plus {
    color: #dd4b39 !important
}

.social-icon-plain:focus.youtube,
.social-icon-plain:hover.youtube {
    color: #b00 !important
}

.social-icon-plain:focus.instagram,
.social-icon-plain:hover.instagram {
    color: #517fa4 !important
}

.social-icon-plain:focus.linkedin,
.social-icon-plain:hover.linkedin {
    color: #007bb6 !important
}

.social-icon-plain:focus.rss,
.social-icon-plain:hover.rss {
    color: #f9bf4b !important
}

.pagination>li>a,
.pagination>li>span {
    padding: 5px 16px
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 9px 20px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 2px
}

.dataTables_filter .input-group input:focus,
.dataTables_length .input-group select:focus,
.input-group .dataTables_filter input:focus,
.input-group .dataTables_length select:focus,
.input-group .form-control:focus {
    z-index: 2
}

.input-group-btn:last-child>.btn {
    border-radius: 3px;
    margin-left: -3px
}

.input-group-focused .input-group-addon {
    background-color: transparent;
    border-color: #cbcbcb;
    color: #cbcbcb
}

.input-group-focused .input-group-addon * {
    filter: alpha(opacity=100);
    opacity: 1
}

.input-group>.input-group-addon {
    padding: 0
}

.dataTables_filter .input-group>.input-group-addon+input,
.dataTables_length .input-group>.input-group-addon+select,
.input-group>.input-group-addon+.form-control {
    border-left: 0
}

.dataTables_filter .input-group-lg>.input-group-addon+input,
.dataTables_filter .textarea-group-lg>.input-group-addon+input,
.dataTables_length .input-group-lg>.input-group-addon+select,
.dataTables_length .textarea-group-lg>.input-group-addon+select,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-addon+.form-control,
.textarea-group-lg>.input-group-addon,
.textarea-group-lg>.input-group-addon+.form-control {
    padding-left: 20px
}

.textarea-group>.input-group-addon {
    vertical-align: top;
    padding-top: 7px
}

.textarea-group-lg>.input-group-addon {
    padding-top: 10px
}

.admin-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1031;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px
}

@media screen and (max-width:767px) {
    .admin-bar {
        display: none
    }
}

.navbar-scale-active .admin-bar {
    visibility: hidden
}

.admin-bar .admin-bar-link,
.admin-bar .btn,
.admin-bar .label,
.admin-bar .progress-bar-label {
    margin: 0 3px
}

.admin-bar-link,
.admin-bar-link:focus,
.admin-bar-link:hover {
    color: #fff
}

.dropdown.admin-bar-dropdown .caret {
    border-top-color: #fff
}

.admin-bar-dropdown-menu {
    font-size: 13px
}

.admin-bar-dropdown-menu>li {
    position: relative
}

.admin-bar-dropdown-status-off:before,
.admin-bar-dropdown-status-on:before {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    border-radius: 50%;
    left: 6px
}

.admin-bar-dropdown-status-on:before {
    background-color: #86b04f
}

.admin-bar-dropdown-status-off:before {
    background-color: #c00
}

@media screen and (min-width:768px) {

    .adminLista,
    .adminLista .navbar-fixed-top {
        margin-top: 40px
    }
}

.seo-panel .seo-panel-dropdown-menu {
    min-width: 320px;
    padding: 20px
}

.seo-panel>.tit {
    font-weight: 700;
    margin-left: 5px
}

.seo-panel>.ico {
    vertical-align: middle;
    color: #c00
}

.seo-panel>.ico.ok {
    color: #86b04f
}

.seo-panel .items {
    color: #111
}

.seo-panel hr {
    margin: 5px 0
}

.comparison-table {
    position: relative;
    border: 1px solid #ededed;
    overflow: hidden
}

.comparison-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.comparison-columns,
.comparison-features-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.comparison-columns .comparison-features-list>li,
.comparison-features-list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #ededed
}

.comparison-columns .comparison-features-list>li.comparison-larger-column,
.comparison-features-list>li.comparison-larger-column {
    height: 100px
}

.comparison-features {
    position: absolute;
    background-color: hsla(0, 0%, 98%, .95);
    height: 100%;
    border-right: 1px solid #ededed;
    z-index: 1
}

.comparison-features,
.comparison-features .comparison-top-info {
    width: 190px
}

@media screen and (max-width:767px) {

    .comparison-features,
    .comparison-features .comparison-top-info {
        width: 150px
    }
}

.comparison-features .comparison-top-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.comparison-features .comparison-features-list>li,
.comparison-features .comparison-top-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600
}

.comparison-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 190px
}

@media screen and (max-width:767px) {
    .comparison-columns {
        margin-left: 150px
    }
}

.comparison-product,
.comparison-product .comparison-top-info {
    width: 250px
}

@media screen and (max-width:767px) {

    .comparison-product,
    .comparison-product .comparison-top-info {
        width: 150px
    }
}

.comparison-product .comparison-features-list>li,
.comparison-product .comparison-top-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.comparison-product .comparison-features-list>li:last-child {
    border-bottom: 0
}

.comparison-product .comparison-features-list>li,
.comparison-product .comparison-top-info {
    border-right: 1px solid #ededed
}

.comparison-top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 250px;
    border-bottom: 1px solid #ededed
}

.comparison-features-list>li,
.comparison-top-info {
    padding-left: 10px;
    padding-right: 10px
}

.comparison-image-wrapper {
    height: 166.66667px
}

.comparison-image-wrapper img {
    max-height: 100%
}

.comparison-product-title {
    text-align: center
}

.comparison-controls {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 190px;
    width: 100%
}

@media screen and (max-width:767px) {
    .comparison-controls {
        left: 150px
    }
}

.comparison-controls a {
    font-size: 30px;
    position: absolute;
    top: 125px;
    display: inline-block;
    padding: 10px;
    background-color: rgba(46, 159, 9, .5);
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    cursor: pointer;
    transition: .3s ease-in-out;
    z-index: 3
}

.comparison-controls a:focus,
.comparison-controls a:hover {
    background-color: #2e9f09;
    color: #fff
}

@media screen and (max-width:767px) {
    .comparison-controls a {
        font-size: 20px;
        padding: 5px
    }
}

.comparison-controls a.inactive {
    opacity: 0;
    visibility: hidden
}

.comparison-controls a.next {
    right: 205px
}

@media screen and (max-width:767px) {
    .comparison-controls a.next {
        right: 165px
    }
}

.comparison-controls a.prev {
    left: 15px
}

.card {
    background-color: #fff;
    box-shadow: 0 5px 13px rgba(6, 6, 6, .04);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: .3s ease-in-out
}

.swiper-slide .card {
    margin-top: 0;
    margin-bottom: 0
}

.card:focus,
.card:hover {
    -webkit-transform: translateY(-1%);
    transform: translateY(-1%)
}

.card-image {
    padding: 0
}

.card-header {
    padding: 10px;
    background-color: #fff;
    font-size: 13px
}

.card-header:after,
.card-header:before {
    display: table;
    content: " "
}

.card-header:after {
    clear: both
}

.card-header .h1,
.card-header .h2,
.card-header .h3,
.card-header .h4,
.card-header .h5,
.card-header .h6,
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
    margin-top: 0;
    margin-bottom: 0
}

.card-header+.card-content {
    padding-top: 0
}

.card-meta {
    font-size: 13px;
    color: rgba(0, 0, 0, .6)
}

.card-content {
    padding: 10px;
    background-color: #fff
}

.card-content .h1,
.card-content .h2,
.card-content .h3,
.card-content .h4,
.card-content .h5,
.card-content .h6,
.card-content h1,
.card-content h2,
.card-content h3,
.card-content h4,
.card-content h5,
.card-content h6 {
    margin-top: 11px
}

.card-content .h1+.card-meta,
.card-content .h2+.card-meta,
.card-content .h3+.card-meta,
.card-content .h4+.card-meta,
.card-content .h5+.card-meta,
.card-content .h6+.card-meta,
.card-content h1+.card-meta,
.card-content h2+.card-meta,
.card-content h3+.card-meta,
.card-content h4+.card-meta,
.card-content h5+.card-meta,
.card-content h6+.card-meta {
    margin-top: -11px;
    margin-bottom: 11px
}

.card-footer {
    padding: 5px 10px;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    font-size: 13px;
    color: rgba(0, 0, 0, .6)
}

.card-footer:after,
.card-footer:before {
    display: table;
    content: " "
}

.card-footer:after {
    clear: both
}

.favorites-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f1f1;
    padding: 10px
}

@media screen and (max-width:480px) {
    .favorites-toolbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width:480px) {
    .favorites-toolbar-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: auto;
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .favorites-toolbar-right .social-link {
        margin-top: 10px
    }
}

.favorites-toolbar-text {
    margin-right: 10px
}

@media screen and (max-width:991px) {
    .favorites-toolbar-text {
        display: none
    }
}

.multipleorder-offer {
    position: relative
}

.dataTables_filter {
    padding-left: 0;
    font-size: 13px;
    margin-bottom: 15px
}

.dataTables_filter [type=text] {
    font-weight: 400;
    font-size: 13px
}

.dataTables_filter [type=text]::-moz-placeholder {
    color: #dddddd;
    opacity: 1
}

.dataTables_filter [type=text]:-ms-input-placeholder {
    color: #dddddd
}

.dataTables_filter [type=text]::-webkit-input-placeholder {
    color: #dddddd
}

.dataTables_wrapper .top {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px
}

.dataTables_wrapper .bottom {
    margin-top: 15px
}

.dataTables_wrapper .bottom .dataTables_info {
    font-size: 13px;
    margin-bottom: 15px
}

.list_datatable {
    margin-bottom: 15px !important
}

.dataTables_length {
    width: 183px
}

.DataTables_sort_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 13px
}

.DataTables_sort_icon {
    display: inline-block
}

.multipleorder-offer td,
.multipleorder-offer th,
.multipleorder-summary td,
.multipleorder-summary th {
    padding: 0 15px;
    border: 0 !important
}

.multipleorder-offer th {
    padding-top: 10px;
    padding-bottom: 10px
}

.multipleorder-offer tr,
.multipleorder-summary tr {
    border: 0;
    background-color: #fff !important
}

.multipleorder-offer td {
    border-top: 0 !important;
    padding-top: 5px;
    padding-bottom: 5px
}

.multipleorder-offer td.last {
    padding-right: 0
}

.dtnadpis {
    font-weight: 600
}

.multipleorder-offer-count .input-group-btn>.btn {
    border: 1px solid #e6e6e6
}

.userButtons {
    display: table;
    margin-left: auto;
    margin-right: 0
}

.dataTables_paginate {
    height: 35px
}

.dataTables_paginate>span,
.dataTables_paginate>span>span {
    padding: 5px 10px;
    font-size: 13px;
    color: #f30c21;
    background-color: transparent;
    font-weight: 400
}

.dataTables_paginate>span.first,
.dataTables_paginate>span>span.first {
    border-right: 0
}

.dataTables_paginate>span.last,
.dataTables_paginate>span>span.last {
    border-left: 0
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    z-index: 999;
    background-color: #f30c21;
    color: #fff;
    padding: 10px 15px 10px 40px;
    transition: .3s ease-in-out
}

.dataTables_processing:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    display: inline-block;
    margin-top: -.6em;
    border-radius: 50%;
    border: .15em solid transparent;
    border-left-color: #fff;
    background: transparent;
    will-change: opacity, visibility;
    transition: opacity, visibility .3s ease-in-out;
    -webkit-animation: d .75s infinite linear;
    animation: d .75s infinite linear
}

.google-map {
    position: relative;
    background-color: #e5e3df
}

.google-map.loading .google-map-loader,
.google-map.loading .google-map-loader-text,
.google-map.loading .google-map-loader-text:before,
.google-map.loading .google-map-loader:before {
    opacity: 1;
    visibility: visible
}

.google-map.loading .google-map-loader-text:before,
.google-map.loading .google-map-loader:before {
    -webkit-animation: d 1s infinite linear;
    animation: d 1s infinite linear
}

.google-map-loader,
.google-map-loader-text {
    opacity: 0;
    visibility: hidden
}

.google-map-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -15px
}

.google-map-loader:before {
    content: "";
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 1035;
    opacity: 1;
    border: 5px solid rgba(46, 159, 9, .4);
    border-left-color: #2e9f09;
    visibility: hidden;
    transition: opacity .3s linear, visibility 0s linear .3s
}

.wait .google-map-loader:before {
    visibility: visible;
    -webkit-animation: d 1.1s infinite linear;
    animation: d 1.1s infinite linear;
    transition: visibility 0s, opacity .3s linear
}

.google-map-loader-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    margin-top: 38.8px
}

.navbar .adm,
.navbar .editLinkAdm {
    position: absolute;
    top: 0;
    right: 0;
    margin: 3px;
    padding: 3px;
    background-color: #fff;
    color: #1ca32a
}

.navbar-wrapper {
    position: relative
}

.navbar,
.navbar-wrapper {
    z-index: 1000
}

.navbar-right {
    margin-right: 0
}

@media screen and (min-width:480px) {
    .navbar-right {
        float: right
    }
}

.navbar-brand {
    height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0
}

@media screen and (min-width:768px) {
    .navbar-dropdown-xs {
        width: 300px
    }

    .navbar-dropdown-md {
        width: 420px
    }

    .navbar-dropdown-lg {
        width: 470px
    }
}

@media screen and (min-width:992px) {
    .navbar-nav>li:hover .navbar-nav-submenu {
        visibility: visible;
        opacity: 1;
        transition-delay: .2s;
        z-index: 30;
    }
}

.navbar-nav>li .caret {
    margin-left: 10px
}

@media screen and (max-width:991px) {
    .navbar-nav>li .caret {
        display: none
    }
}

@media screen and (max-width:991px) {
    .navbar-main-nav {
        display: none;
    }
}

.navbar-nav-submenu {
    padding-left: 0;
    list-style: none;
    position: absolute;
    opacity: 0;
    background-color: #178522;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    z-index: -1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1)
}

.navbar-nav-submenu>li {
    width: 230px
}

.full-width .navbar-nav-submenu>li {
    float: left;
    width: 20%
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .full-width .navbar-nav-submenu>li {
        width: 25%
    }
}

.navbar-nav-submenu>li>a {
    display: block;
    padding: 10px 15px;
    color: #fff
}

.navbar-nav-submenu>li>a:focus,
.navbar-nav-submenu>li>a:hover {
    color: #fff;
    background-color: #178522;
    text-decoration: underline
}

.navbar-collapse-nav {
    padding-left: 0;
    list-style: none;
    float: left
}

@media screen and (max-width:480px) {
    .navbar-collapse-nav {
        display: none !important
    }
}

@media screen and (min-width:480px) and (max-width:991px) {
    .navbar-collapse-nav {
        display: block
    }
}

@media screen and (max-width:991px) {
    .navbar-collapse-nav {
        margin: 0
    }

    .navbar-collapse-nav>li {
        float: left
    }

    .navbar-collapse-nav>li>a {
        display: block;
        padding: 16.5px 20px;
        color: #fff;
        text-decoration: none
    }

    .navbar-collapse-nav>li>a:focus,
    .navbar-collapse-nav>li>a:hover {
        background-color: #178522;
        color: #fff
    }
}

.navbar-system-nav {
    float: right
}

@media screen and (min-width:768px) {
    .navbar-system-nav {
        margin-left: 20px
    }
}

@media screen and (max-width:767px) {
    .navbar-system-nav>li {
        position: static
    }
}

.navbar-system-nav>li>a {
    font-size: 14px;
    cursor: pointer
}

.navbar-system-nav>li>a.icon-fix {
    font-size: 22px
}

.navbar-system-nav>li>a.icon-fix .icon {
    position: relative;
    top: 2px
}

.navbar-fixed-top~#content {
    margin-top: 90px
}

@media screen and (max-width:991px) {
    .navbar-inline {
        position: static;
        margin-top: 55px
    }
}

.navbar-inline .navbar-brand {
    margin-right: 10px
}

.navbar-inline .navbar-brand:after,
.navbar-inline .navbar-brand:before {
    display: table;
    content: " "
}

.navbar-inline .navbar-brand:after {
    clear: both
}

@media screen and (max-width:991px) {
    .navbar-inline .navbar-brand {
        position: absolute;
        top: -55px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (min-width:992px) {
    .navbar-inline .navbar-brand {
        margin-left: 0
    }
}

.navbar-header {
    position: relative;
    float: none;
    background-color: #121a21;
    z-index: 1000
}

.navbar-scale-active .navbar-header {
    visibility: hidden
}

.navbar-header+.navbar .container,
.navbar-header .container {
    position: relative
}

.navbar-header .navbar-brand {
    height: 90px;
    padding-top: 17px;
    padding-bottom: 17px
}

.navbar-header .navbar-search {
    margin-top: 21.5px;
    margin-bottom: 21.5px
}

.navbar-scale {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.navbar-scale,
.navbar-scale :not(.navbar-nav-submenu) {
    transition: padding .3s, min-height .3s, font-size .3s ease-in-out
}

.navbar-scale.navbar-scale-down {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0
}

.navbar-scale.navbar-scale-down.navbar {
    min-height: 60px
}

.navbar-scale.navbar-scale-down .navbar-brand {
    height: 60px;
    padding-top: 13px;
    padding-bottom: 13px
}

.navbar-scale.navbar-scale-down .navbar-brand img {
    height: 35px
}

.navbar-scale.navbar-scale-down .navbar-nav>li>a {
    padding-top: 19px;
    padding-bottom: 19px
}

.navbar-scale.navbar-scale-down .navbar-text {
    margin-top: 19px;
    margin-bottom: 19px
}

.navbar-scale.navbar-scale-down .navbar-toggle-btn {
    height: 60px
}

.navbar-scale.navbar-scale-down .navbar-toggle-btn>a .icon {
    font-size: 17.14286px
}

/* .navbar-scale.navbar-scale-down .navbar-dropdown {
	top: 60px
} */

@media screen and (max-width:767px) {

    .navbar-header .navbar-brand,
    .navbar-inline .navbar-brand {
        float: none;
        display: table;
        margin: auto
    }
}

@media screen and (max-width:480px) {

    .navbar-header>.container,
    .navbar>.container {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width:991px) {

    #navbar-main,
    #navbar-main>ul.nav.navbar-nav:not(#navSystemLinks) {
        display: none
    }
}

.respond_sidenav {
    /* overflow-y: auto; */
    height: 100%;
    background: #008000;
    z-index: 300;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    will-change: transform, visibility;
    transition: visibility .5s, -webkit-transform .5s;
    transition: transform .5s, visibility .5s;
    transition: transform .5s, visibility .5s, -webkit-transform .5s;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.is-scroll .respond_sidenav {
    height: 100%;
}

/*
@media screen and (max-width:350px) {
	.respond_sidenav {
		width: 280px;
		-webkit-transform: translateX(280px);
		transform: translateX(280px);
	}
} */

.sidenav-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 52px;
    left: 0;
    -webkit-transform: translateX(0) rotateY(-90deg);
    transform: translateX(0) rotateY(-90deg);
    display: block;
    background-color: #c20a1a;
    color: #fff;
    will-change: background-color, color;
    transition: background-color .3s, color .3s, -webkit-transform .6s ease-in-out;
    transition: background-color .3s, color .3s, transform .6s ease-in-out;
    transition: background-color .3s, color .3s, transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

.sidenav-close .ai {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    font-size: 18px;
    font-weight: 400
}

.sidenav-close:focus,
.sidenav-close:hover {
    background-color: #fff;
    color: #2e9f09
}

#footerWrap,
.mainWrap {
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.sidenav-open {
    -webkit-overflow-scrolling: auto;
    overflow: hidden !important;
    position: relative;
    height: 100%;
    touch-action: none;
    min-height: 100%;
}

.sidenav-open:before {
    opacity: 1;
    visibility: visible;
    z-index: 30;
}

.sidenav-open .respond_sidenav__container {
    display: block;
}

/* .sidenav-open.is-scroll {
    overflow-y: scroll;
}

.sidenav-open:before {
    opacity: 1;
    visibility: visible
} */

/* @media screen and (max-width:1199px) {

	.sidenav-open #footerWrap,
	.sidenav-open .mainWrap {
		-webkit-transform: translateX(-300px);
		transform: translateX(-300px)
	}
}

@media screen and (max-width:350px) {

	.sidenav-open #footerWrap,
	.sidenav-open .mainWrap {
		-webkit-transform: translateX(-260px);
		transform: translateX(-260px)
	}
} */

.sidenav-open .respond_sidenav {
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
    will-change: transform, visibility;
    transition: visibility, -webkit-transform .5s;
    transition: transform .5s, visibility;
    transition: transform .5s, visibility, -webkit-transform .5s
}

.sidenav-open .sidenav-close {
    -webkit-transform: translateX(-100%) rotateY(0deg);
    transform: translateX(-100%) rotateY(0deg)
}

.primary-nav,
.secondary-nav {
    padding-left: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    will-change: transform, visibility;
    transition: visibility, -webkit-transform .5s;
    transition: transform .5s, visibility;
    transition: transform .5s, visibility, -webkit-transform .5s;
    background-color: #008000;
    margin-bottom: 0;
}

.secondary-nav {
    bottom: auto;
}

.primary-nav {
    /* height: 100%; */
    -webkit-transform: translate(0) translateZ(0);
    transform: translate(0) translateZ(0);
    z-index: 8;
    overflow-y: auto;
    max-height: 100%;
}

/* .primary-nav.moves-out .secondary-nav {
    bottom: auto;
} */

.primary-nav.moves-out>li {
    visibility: hidden;
}

/* .primary-nav.moves-out+.contact-section {
    visibility: hidden;
    opacity: 0;
} */

.secondary-nav {
    /* height: 100%; */
    -webkit-transform: translate(0) translateZ(0);
    transform: translate(0) translateZ(0);
    visibility: visible;
    z-index: 10;
    /* bottom: auto; */
}

.primary-nav>li.go-back,
.secondary-nav>li.go-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    border-bottom: 0;
}

.primary-nav>li.go-back>a,
.secondary-nav>li.go-back>a {
    background-color: #2e9f09;
    border-bottom: 0;
    height: 43px;
}

.primary-nav>li.section-parent,
.secondary-nav>li.section-parent {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.primary-nav>li.section-parent>a,
.secondary-nav>li.section-parent>a {
    border: none;
    margin-left: 44px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding: 12px 20px;
    background-color: #035603;
    text-align: right;
    text-decoration: underline;
}

.primary-nav>li.section-parent>a:hover,
.secondary-nav>li.section-parent>a:hover {
    text-decoration: none;
}

.primary-nav>li img,
.secondary-nav>li img {
    display: none
}

.primary-nav:not(.moves-out)>li,
.secondary-nav:not(.moves-out)>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.primary-nav>li>a,
.secondary-nav>li>a {
    display: block;
    color: #fff;
    padding: 12px 20px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: background, color, transform;
    transition: background .3s, color .3s, -webkit-transform .5s;
    transition: background .3s, color .3s, transform .5s;
    transition: background .3s, color .3s, transform .5s, -webkit-transform .5s
}

.primary-nav>li.active>a.active,
.secondary-nav>li.active>a.active {
    background-color: #2e9f09;
}

.primary-nav>li>a .active,
.primary-nav>li>a:hover,
.secondary-nav>li>a .active,
.secondary-nav>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #066706;
}

.primary-nav>li.section-parent>a .ai,
.secondary-nav>li.section-parent>a .ai {
    display: none
}

.primary-nav>li.go-back>a,
.secondary-nav>li.go-back>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 10px;
}

.primary-nav>li.go-back>a>svg:first-child,
.secondary-nav>li.go-back>a>svg:first-child {
    font-size: inherit;
    color: inherit;
    fill: currentColor;
    width: 1em;
    height: 1em;
    /* vertical-align: -.15em; */
    overflow: hidden;
    display: inline-block;
    text-transform: none;
    font-size: 22px;
    /* margin-right: 10px; */
    font-weight: 400;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.primary-nav>li.has-submenu>a,
.secondary-nav>li.has-submenu>a {
    position: relative;
}

.primary-nav>li.has-submenu>a>svg:last-child,
.secondary-nav>li.has-submenu>a>svg:last-child {
    position: absolute;
    top: 50%;
    right: 15px;
    text-transform: none;
    font-size: 22px;
    font-weight: 400;
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
    color: #fff;
}

.primary-nav.moves-out>li>a,
.secondary-nav.moves-out>li>a {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw)
}

.primary-nav>li>a {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.primary-nav>li>a .icon {
    font-size: 16px;
    margin-right: 10px;
}

.secondary-nav.is-hidden {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@media screen and (max-width:350px) {
    .secondary-nav.is-hidden {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.cart-summary-item {
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px
}

@media screen and (max-width:480px) {
    .cart-summary-item-img img {
        display: table;
        margin: 0 auto
    }
}

.cart-summary-item-title {
    line-height: 1.4
}

@media screen and (max-width:480px) {
    .cart-summary-item-title {
        margin-top: 10px
    }
}

@media screen and (max-width:991px) {
    .cart-summary-item-title {
        margin-bottom: 10px
    }
}

.cart-summary-item-title>a {
    font-weight: 700;
    text-decoration: underline
}

.cart-summary-item-availability {
    color: #2e9f09;
    font-size: 13px;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width:767px) {
    .cart-summary-item-availability {
        text-align: right
    }
}

.cart-summary-item-price {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    color: #2e9f09
}

@media screen and (min-width:768px) {
    .cart-summary-item-price {
        text-align: right
    }
}

.cart-summary-item-price .sum-sign {
    display: block;
    font-size: 13px;
    font-weight: 300
}

@media screen and (max-width:767px) {
    .cart-summary-item-counter {
        margin: 15px 0 0
    }
}

.cart-summary-item-counter .input-group>.input-group-btn {
    width: auto
}

.cart-summary-item-counter .input-group>input {
    font-size: 14px;
    width: 60px;
    padding: 0;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width:991px) {
    .cart-summary-item-counter .input-group>input {
        width: 45px
    }

    .cart-summary-item-counter .input-group>.input-group-btn>.btn {
        padding: 8px 10px
    }
}

.cart-summary-item-remove {
    text-align: right
}

@media screen and (max-width:767px) {
    .cart-summary-item-remove {
        margin: 15px 0 0
    }
}

.cart-payments-shipping form>label:not(.hidden):last-of-type {
    border: 0
}

.cart-payments-shipping label {
    display: table;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0;
    margin-bottom: 0;
    font-weight: 400
}

.cart-payments-shipping label>* {
    display: table-cell;
    vertical-align: middle
}

.cart-payments-shipping label [type=radio] {
    position: relative;
    top: 2px;
    margin-top: 0;
    margin-right: 10px
}

.cart-payments-shipping label img {
    max-width: 120px
}

.modal-tocart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.modal-tocart-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding: 10px;
    text-align: center
}

.modal-tocart-stockinfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.modal-tocart-stockinfo li {
    padding: 5px 10px;
    border-radius: 5px;
}

.modal-tocart-instock {
    background-color: #C6FDBD;
    border: 2px dashed #97E57D;
    color: #377E22;
}

.modal-tocart-onway {
    background-color: #FEFFBF;
    border: 2px dashed #B1BE60;
    color: #685E1A;
}

@media screen and (max-width:1199px) {
    .modal-tocart-product {
        display: none
    }
}

.modal-tocart-product-price {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.4;
}

.modal-tocart-product-price small {
    display: block;
    color: #8a96a4;
    font-size: 14px;
}

.modal-tocart-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (min-width:1200px) {
    .modal-tocart-content {
        border-left: 1px solid #e6e6e6
    }
}

.modal-header .modal-tocart-title {
    margin: 0;
    font-weight: 700
}

@media screen and (max-width:1199px) {
    .modal-header .modal-tocart-title {
        font-size: 20px
    }
}

.modal-header .modal-tocart-title>a {
    color: #f30c21;
    text-decoration: underline;
    display: block;
}

.modal-header .modal-tocart-title>a:focus,
.modal-header .modal-tocart-title>a:hover {
    color: #000
}

.modal-tocart-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .modal-tocart-buttons-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .modal-tocart-buttons-wrapper .btn+.btn {
        margin-top: 10px
    }
}

.modal-tocart-progress .progress-wrapper {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 20px
}

@media screen and (min-width: 768px) {
    .modal-tocart-progress .progress-wrapper h4 {
        margin-bottom: -20px;
    }
}

@media screen and (max-width:767px) {
    .modal-tocart-progress .progress-wrapper {
        padding: 10px
    }
}

.modal-tocart-progress .progress-anotation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

@media screen and (max-width:480px) {
    .modal-tocart-progress .progress-anotation {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.modal-tocart-progress .progress-anotation .icon {
    font-size: 44px;
    margin-right: 10px
}

@media screen and (max-width:480px) {
    .modal-tocart-progress .progress-anotation .icon {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.modal-tocart-progress .progress-transport {
    height: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    background: #fff
}

.modal-tocart-progress .progress-free-transport {
    font-weight: 700
}

@media screen and (max-width:767px) {
    .modal-tocart-progress .progress-free-transport {
        font-size: 13px
    }
}

.modal-tocart-progress .progress-bar-transport {
    border-radius: 5px;
    background: #6ec681
}

.modal-tocart-progress .progress-bar-transport-filled {
    width: calc(100% - 12px - 10px)
}

.modal-tocart-progress .progress-success-icon {
    padding: 3px;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #6ec681;
    border-radius: 50%;
    font-size: 8px;
    top: -3px
}

.modal-tocart-progress .progress-label {
    text-align: right;
    font-size: 13px;
    font-weight: 700;
    position: relative;
}

.modal-tocart-progress .progress-anotation {
    position: relative;
    z-index: 2;
}

.modal-tocart-progress .progress-great {
    font-size: 13px
}

@media screen and (max-width:767px) {
    .modal-tocart-progress .progress-great {
        font-size: 13px
    }
}

.modal-tocart__tip {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, calc(100% + 20px));
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, .24);
    display: block;
    width: 100%;
    max-width: 640px;
}

@media screen and (min-width:767px) {
    .modal-tocart__tip {
        left: 50%;
        transform: translate(-50%, calc(100% + 40px));
    }
}

.modal-tocart__tip::before {
    content: '';
    position: absolute;
    top: 0;
    left: -140px;
    background-image: url('/_static/img/cs/our-tipe.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 100%;
    display: none;
}

.modal-tocart__tip::after {
    content: attr(data-our-tipe);
    position: absolute;
    top: 44px;
    left: -110px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    transform: rotate(-28deg);
    text-transform: uppercase;
    display: none;
}

.modal-tocart__tip a {
    display: block;
}

@media screen and (min-width:920px) {
    .modal-tocart__tip::after,
    .modal-tocart__tip::before {
        display: block;
    }
}

.modal-tocart__tip img {
    width: 100%;
}

.modal-tocart__tip .headline {
    border-radius: 4px 4px 0 0;
    background: #2e9f09;
    border-bottom: 2px solid #116f11;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(0deg, rgba(17,111,17,1) 1%, rgba(46,159,9,1) 50%);
    text-align: center;
    padding: 4px 20px;
    display: block;
}

@media screen and (min-width:767px) {
    .modal-tocart__tip .headline {
        display: none;
    }
}

.modal-tocart__tip .button {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background: #DEC503;
    padding: 10px 20px;
    border-radius: 0 0 4px 4px;
    text-decoration: none;
    transition: all 0.2s ease-in;
    border-bottom: 1px solid #464103;
    background: linear-gradient(0deg, rgba(147,137,6,1) 1%, rgba(222,197,3,1) 50%);
    overflow: hidden;
}

.modal-tocart__tip .button:hover {
    background: linear-gradient(0deg, rgba(147,137,6,1) 1%, rgba(222,197,3,1) 100%);
    color: #fff;
}

.autocomplete-suggestions {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (min-width:601px) {
    .autocomplete-suggestions {
        width: 450px !important;
    }
}

@media screen and (min-width:319px) and (max-width:600px) {
    .autocomplete-suggestions {
        width: calc(100% - 20px) !important;
        max-height: 400px !important;
        position: fixed !important;
        display: none;
        z-index: 9999 !important;
        top: 165px !important;
        display: none;
        z-index: 9999 !important;
    }

    body.has-banner:not(.is-scroll) .autocomplete-suggestions {
        /*margin-top: 20px !important;*/
    }

    body.is-scroll .autocomplete-suggestions {
        top: 140px !important;
        margin-top: 0 !important;
    }

    .autocomplete-suggestions.offset {
        top: 148px !important;
    }
}

.autocomplete-no-suggestion {
    padding: 5px 10px;
}

.autocomplete-suggestion {
    padding: 8px 10px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    color: #000;
    cursor: pointer
}

.autocomplete-suggestion+.autocomplete-group {
    margin-top: 10px;
}

.autocomplete-suggestion.autocomplete-selected {
    background: #f1f1f1;
    color: #000
}

.autocomplete-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.autocomplete-row>.row {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.autocomplete-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.autocomplete-value strong {
    color: #2e9f09
}

.autocomplete-price {
    color: #f30c21;
    font-weight: 700;
    text-align: right
}

.autocomplete-category {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #8a96a4;
}

.autocomplete-category .autocomplete-manufacturer {
    color: #000;
}

.autocomplete-other-result {
    position: relative;
    padding-left: 40px;
}

.autocomplete-other-result::before {
    content: '';
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.autocomplete-suggestion.manufacturer .autocomplete-other-result {
    padding-left: 10px;
}

.autocomplete-suggestion.category .autocomplete-other-result::before {
    background: url('/themes/Drym2/media/icons/file.svg') no-repeat 50% 50%;
    top: 0;
}

.autocomplete-suggestion.article .autocomplete-other-result::before {
    background: url('/themes/Drym2/media/icons/book.svg') no-repeat 50% 50%;
    top: 2px;
}

.autocomplete-group {
    padding: 10px 0;
    background-color: #fff;
    position: relative;
}

.autocomplete-group::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    z-index: 1;
}

.autocomplete-group span {
    padding: 4px 10px;
    background-color: #fff;
    z-index: 2;
    position: relative;
    font-weight: 700;
    color: #000;
}

.autocomplete-image {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    padding: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 3px;
    border: 1px solid #f1f1f1
}

.autocomplete-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media(min-width: 1024px) {
    .autocomplete-image {
        width: 60px;
        height: 60px;
    }
}

.autocomplete-stock {
    display: inline-block;
}

.stripe {
    background-color: #f1f1f1
}

.stripe.stripe-content {
    margin-left: calc((100vw - 100% - 10px) / 2 * -1);
    margin-right: calc((100vw - 100% - 10px) / 2 * -1);
    padding-left: 10px;
    padding-right: 10px
}

.stripe-graygrad {
    background-color: #e5e5e5;
    border-bottom: 1px solid #e6e6e6
}

.stripe-gray-dark {
    background-color: #333
}

.stripe-gray-dark,
.stripe-gray-dark a:not(.btn) {
    color: #fff
}

.stripe-shadow {
    background-color: #f4f4f6;
    box-shadow: inset 0 30px 30px -30px rgba(0, 0, 0, .1), inset 0 -30px 30px -30px rgba(0, 0, 0, .1)
}

.stripe-primary {
    background-color: #f30c21
}

.stripe-primary,
.stripe-primary a:not(.btn) {
    color: #fff
}

.panels-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-simple .panels-wrap {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:767px) {
    .header-simple .panels-wrap {
        display: none
    }
}

.header-simple .panels-wrap+.navbar-search {
    margin-top: 6px;
    margin-bottom: 6px
}

.panel-textual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #2e9f09;
    margin: 0 5px;
    line-height: 1
}

.panel-textual:focus,
.panel-textual:hover {
    color: #278708
}

.panel-textual:focus .panel-count,
.panel-textual:hover .panel-count {
    background-color: #278708
}

.panel-count {
    font-size: 12px;
    width: 21px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2e9f09;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px
}

.panel-icon {
    font-size: 20px
}

.shadow_bottom {
    box-shadow: 0 8px 6px -8px #727272
}

.bily_ramecek {
    background: #fff;
    border: 1px solid #d8d9d7;
    display: inline-block;
    padding: 9px 20px;
    box-shadow: 0 34px 27px -33px #000;
    margin-bottom: 20px;
    max-width: 100%
}

.topmenu>.topmenu-item>ul {
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 20px
}

.popup {
    position: fixed;
    padding: 30px;
    background-color: #fff;
    border: 1px solid transparent;
    color: #000;
    border-radius: 3px;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, .33);
    opacity: 0;
    visibility: hidden;
    z-index: 1032;
    transition: .3s ease-in-out
}

.popup.popup-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.popup p:last-child {
    margin-bottom: 0
}

.popup-small {
    width: 320px;
    overflow-y: hidden
}

.popup-small,
.popup-small .popup-content {
    max-height: 300px
}

.popup-big {
    width: 100%
}

.popup-big .popup-content {
    max-height: 200px
}

.popup-content {
    overflow-y: auto;
    margin: -30px;
    padding: 30px
}

.popup-top {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border-radius: 0 0 3px 3px
}

.popup-bottom {
    bottom: 0;
    border-radius: 3px 3px 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.popup-left,
.popup-right {
    bottom: 0;
    margin: 20px
}

@media screen and (max-width:480px) {

    .popup-left,
    .popup-right {
        margin: 0
    }
}

.popup-left {
    left: 0
}

.popup-right {
    right: 0
}

.popup-close {
    position: fixed;
    font-size: 20px;
    top: 10px;
    right: 13.33333px;
    opacity: .5
}

.product-card {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #dddddd;
    border-left: 0;
    border-top: 0;
    padding: 10px;
    padding: 20px 10px;
    width: 100%;
    background-color: #fff;
    text-align: left;
    background-image: linear-gradient(#fff, #fff, #fff, #fff, #fff, #e6e4e4)
}

.product-card[style*="padding-top: 66px;"] .product-flags {
    top: 20px;
}

.product-card,
.product-card:after {
    transition: .3s ease-in-out
}

.product-card:focus,
.product-card:hover {
    z-index: 1
}

.product-card:focus .product-card-title>a,
.product-card:hover .product-card-title>a {
    color: #2e9f09
}

.product-card .adm,
.product-card .editLinkAdm {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    margin: 10px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff
}

.product-card .adm:focus,
.product-card .adm:hover,
.product-card .editLinkAdm:focus,
.product-card .editLinkAdm:hover {
    background-color: #000
}

.product-card-img-wrapper {
    position: relative;
    width: 100%
}

.product-card-img-wrapper:focus .product-card-color-variants,
.product-card-img-wrapper:hover .product-card-color-variants {
    bottom: 0
}

.product-card-img-wrapper>a {
    position: relative;
    display: block;
    padding-bottom: 75%;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden
}

.product-card-img-wrapper>a>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-card-title {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    height: 28px;
    min-height: 28px;
    margin-bottom: 0;
    overflow: hidden;
}

.product-card-title>a {
    color: #000;
    position: relative;
    display: block;
}

.product-card-title>a:focus,
.product-card-title>a:hover {
    color: #2e9f09
}

.product-card-price {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1
}

.product-card-price-wrapper {
    margin-bottom: 10px
}

.product-card-price-sale {
    text-decoration: line-through;
    color: rgba(0, 0, 0, .75);
    font-size: 13px;
    white-space: nowrap;
    height: 1.5em
}

.product-card-price-vat {
    color: rgba(0, 0, 0, .5);
    font-size: 13px;
    white-space: nowrap
}

.product-card-info {
    margin-top: auto
}

@media screen and (min-width:480px) {
    .product-card-info-inline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product-card-info-inline .product-card-price-wrapper {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: left
    }

    .product-card-info-inline .product-card-toolbar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .product-card-info-inline .product-card-count-control {
        margin-bottom: 5px
    }

    .product-card-info-inline .product-card-count-control+span {
        margin-right: 0
    }
}

.product-card-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card-count-control {
    float: left;
    width: 60px;
    text-align: center;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px
}

.product-card-count-control+span {
    margin-right: 10px
}

.product-card-stock {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px
}

.product-card-stock .available {
    color: #21ba45
}

.product-card-stock .unavailable {
    color: #db2828
}

.product-card-color-variants {
    position: absolute;
    left: 0;
    bottom: -100%;
    padding: 5px;
    z-index: 2;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: .3s ease-in-out
}

.product-card-color-variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 40px
}

.product-card-color-variant+.product-card-color-variant {
    margin-left: 5px
}

.product-card-color-variant>a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 75%;
    border-radius: 3px;
    overflow: hidden;
    transition: .3s ease-in-out
}

.product-card-color-variant>a:focus,
.product-card-color-variant>a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.product-card-color-variant>a>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%
}

.product-card-color-variant>a>.color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.rangeslider-slider {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 7px;
    border-color: #cfcfcf;
    background-color: #dddddd;
    box-shadow: none;
    width: 100%;
    margin-top: 8px
}

.rangeslider-slider .noUi-connect {
    background: #b6b8b9;
    box-shadow: 0 0 0 1px #919191
}

.rangeslider-slider .noUi-handle {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: -4px;
    left: -6px;
    border: 0;
    background: #5d6164;
    cursor: -webkit-grab;
    cursor: hand;
    box-shadow: none
}

.rangeslider-slider .noUi-handle:after,
.rangeslider-slider .noUi-handle:before {
    content: none
}

.rangeslider-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rangeslider-bottom,
.rangeslider-label-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rangeslider-label-wrapper {
    max-width: 70px
}

.rangeslider-label-wrapper.has-add .rangeslider-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0
}

.rangeslider-label-wrapper.has-add .rangeslider-label-add {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0
}

.rangeslider-label,
.rangeslider-label-add {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #b7b9ba;
    padding: 0;
    text-align: center;
    height: 18px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1;
    margin-top: 8px
}

.rangeslider-label {
    min-width: 30px
}

.rangeslider-label-add {
    padding-right: 5px
}

.product-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    margin-bottom: 6.66667px
}

@media screen and (max-width:767px) {
    .product-top-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product-top-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.product-top-price .btn-group {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 10px
}

.product-top-price .product-card-price-wrapper {
    margin: 0
}

.product-top-price .product-card-price-sale.not-sale {
    display: none
}

.product-top-img-wrap {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:480px) {
    .product-top-img-wrap {
        width: 100%
    }
}

@media screen and (min-width:480px) {
    .product-top-img-wrap {
        width: 33.33333%
    }
}

.product-top-text-wrap {
    padding: 6.66667px 10px 20px
}

@media screen and (max-width:480px) {
    .product-top-text-wrap {
        width: 100%
    }
}

@media screen and (min-width:480px) {
    .product-top-text-wrap {
        width: 66.66667%
    }
}

.top-products-wrap .product-top-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px
}

@media screen and (max-width:767px) {
    .top-products-wrap .product-top-text-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.top-products-wrap .product-top-text-wrap .product-top-title {
    margin: 0;
    padding: 0 10px
}

@media screen and (max-width:767px) {
    .top-products-wrap .product-top-text-wrap .product-top-title {
        padding: 10px 0
    }
}

.top-products-wrap .product-top-img-wrap {
    height: 170px;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .top-products-wrap .product-top-img-wrap {
        width: 100%;
        height: 240px
    }
}

.top-products-wrap .product-top-price {
    margin-top: 0;
    height: 100%;
    min-width: 220px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .top-products-wrap .product-top-price {
        min-width: 0;
        margin-bottom: 10px
    }
}

.top-products-wrap .product-card-price-wrapper {
    float: right
}

.anchorNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 28;
    background: #fff
}

@media screen and (max-width:767px) {
    .anchorNav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.anchorNav.floating {
    position: fixed;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.anchorNav li a {
    text-decoration: underline;
    font-size: 13px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    text-align: center;
    transition: .15s ease-in-out
}

.anchorNav li a.active,
.anchorNav li a:focus,
.anchorNav li a:hover {
    background: transparent;
    text-decoration: none;
    color: #f30c21
}

.detail .compare-button {
    display: block;
    background: #f30c21;
    height: 34px;
    width: 34px;
    text-indent: -99999px;
    float: left;
    margin-left: 10px;
    border-radius: 3px
}

.detail .compare-button:hover {
    background-color: #f30c21
}

#porovnavacPanel {
    background: #f30c21;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    padding-left: 10px;
    padding-right: 15px;
    z-index: 99;
    bottom: 0;
    right: 0
}

#porovnavacPanel i.ico {
    color: #fff;
    line-height: 50px;
    float: left;
    font-size: 23px;
    margin-top: 2px;
    margin-left: 7px
}

#porovnavacPanel span.cancel {
    color: #fff;
    position: absolute;
    right: 5px;
    font-size: 13px;
    cursor: pointer;
    top: -10px
}

#porovnavacPanel span.cancel:hover {
    opacity: .8
}

#porovnavacPanel.off {
    display: none !important
}

#porovnavacPanel.on {
    display: block !important
}

.compare-tel-text {
    background: "../../../../front/images/telefonistka.jpg"no-repeat;
    float: left;
    padding-left: 114px;
    width: 216px;
    height: 127px;
    font-size: 13px;
    padding-top: 20px;
    margin-bottom: 5px
}

#porovnavacPanel a {
    color: #fff
}

.some-handle {
    background: red;
    height: 20px
}

.porovnavac_social #socialBtns {
    display: inline-block
}

.porovnavac_social .fb-like.fb_iframe_widget {
    width: 145px
}

.table_compare_wrp {
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    margin-bottom: 30px
}

.table_compare {
    margin-top: 15px;
    position: relative;
    border-collapse: collapse
}

.table_compare td,
.table_compare th {
    min-width: 220px;
    max-width: 220px;
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
    vertical-align: middle;
    background: #fff;
    transition: .3s ease-in-out
}

.table_compare th {
    text-align: center;
    padding-left: 15px;
    max-width: 210px
}

.table_compare td:nth-child(odd),
.table_compare th:first-child,
.table_compare tr:hover td {
    background: #f1f1f1
}

.table_compare .nazev a {
    font-size: 14px;
    line-height: 22px
}

.table_compare td:first-child,
.table_compare th:first-child {
    border-right: 1px solid #e7e7e7;
    text-align: left
}

.table_compare.fixed-column tr {
    background: #fff
}

.compare_obrazek {
    text-align: center
}

tr.compare-noHover td {
    background: #fff !important;
    text-align: center
}

tr.compare-noHover:hover td {
    background: none
}

.compare_obr_end,
.compare_odebrat {
    text-align: center
}

.compare_obr_end {
    height: 110px;
    padding-bottom: 20px;
    padding-top: 20px
}

.compare_obr_end img,
.compare_obrazek img {
    height: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%
}

.compare_price_row td,
.compare_price_row th {
    height: 40px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    color: #f30c21
}

.compare_price_row td span {
    font-size: 13px
}

.compare_price_row th {
    color: #2e9f09 !important
}

.table_compare input.koupit {
    float: none
}

.compare_phone_tr th {
    background: #fff !important
}

.compare-phone-box {
    font-size: 13px
}

.compare-phone {
    font-size: 14px;
    text-align: center;
    color: #f30c21;
    margin-top: 10px
}

.compare_dostupnost {
    color: #86b04f;
    font-weight: 700;
    text-transform: uppercase
}

.handle-row td,
.handle-row th {
    background: none;
    height: 30px
}

.handle-row td:hover,
.handle-row th:hover {
    background: none
}

.handle-row .some-handle {
    display: none
}

.handle-row th:hover .some-handle {
    display: block
}

#oblibenePanel {
    background: #f30c21;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    padding-left: 10px;
    padding-right: 15px;
    z-index: 99;
    bottom: 0;
    right: 182px
}

.table_compare.fixed-column {
    position: absolute;
    display: inline-block;
    background: #fff;
    z-index: 999;
    max-width: 220px
}

.detail .compare-button {
    clear: both;
    margin-left: 0 !important;
    margin-top: 10px
}

table.table_compare.fixed-column {
    display: none !important
}

@media screen and (max-width:991px) {
    .table_compare.fixed-column {
        z-index: 80 !important
    }

    #stred .compare-tel-text {
        background: none;
        padding-left: 0;
        font-size: 13px
    }

    #stred .compare-phone {
        text-align: left;
        font-size: 15px
    }

    #stred .table_compare td,
    .compare_price_row td span,
    .table_compare th {
        font-size: 12px
    }

    #stred .table_compare th {
        min-width: 140px
    }
}

#fileupload .fileupload-buttonbar {
    overflow: hidden;
    border: 1px solid #ccc;
    border-bottom: 0
}

#fileupload .fileupload-btns {
    overflow: hidden
}

#fileupload .fileupload-btns-obal {
    height: 60px
}

#fileupload .fileupload-btns-left,
#fileupload .fileupload-btns-right {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#fileupload .fileinput-button {
    font-size: 1em
}

#fileupload .fileinput-button input {
    display: none !important
}

#fileupload .files {
    width: 100%
}

#fileupload .files .cancel,
#fileupload .files .delete {
    text-align: right
}

#fileupload .files td {
    padding-top: 5px;
    padding-bottom: 5px
}

#fileupload .files tr:last-child td {
    padding-bottom: 0
}

#fileupload .fileupload-content {
    padding-bottom: 10px;
    border: 1px solid #ccc;
    border-top: 0
}

@media screen and (max-width:767px) {
    #fileupload .fileupload-buttonbar {
        border: 1px solid #ccc
    }

    #fileupload .fileupload-btns-left,
    #fileupload .fileupload-btns-right {
        text-align: center
    }

    #fileupload .fileupload-content {
        margin-top: -11px;
        padding-top: 15px
    }
}

.timelineWrap {
    width: auto;
    min-width: 0;
    margin: 0
}

.timelineWrap .timeline {
    list-style: none !important;
    padding: 20px 0;
    position: relative
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
    left: 50%;
    margin-left: -1.5px
}

.timeline>li {
    margin-bottom: 20px;
    position: relative
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-panel {
    width: calc(50% - 105px);
    width: -webkit-calc(50% - 105px);
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .175);
    color: #222
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

.timeline>li>.timeline-sign {
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 50%;
    font-weight: 700;
    margin-left: -40px;
    background-color: #999;
    z-index: 100;
    padding: 0 !important;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-radius: 50% !important;
    display: table
}

.timeline>li>.timeline-sign em {
    display: table-cell;
    vertical-align: middle
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline-sign.pink {
    background-color: #ff999a !important
}

.timeline-sign.green {
    background-color: #43ab54 !important
}

.timeline-sign.darkblue {
    background-color: #2280ac !important
}

.timeline-sign.blue {
    background-color: #5bc0de !important
}

.timeline-sign.red {
    background-color: #d9534f !important
}

.timeline-sign.yellow {
    background-color: #dcda10 !important
}

.timeline-sign.white {
    background-color: #fff !important;
    color: #222 !important;
    border: 1px solid #d1d1d1
}

.timeline-sign.orange {
    background-color: #dc8913 !important
}

@media (max-width:767px) {
    ul.timeline:before {
        left: 40px
    }

    ul.timeline>li>.timeline-panel {
        width: calc(100% - 145px);
        width: -webkit-calc(100% - 145px)
    }

    ul.timeline>li>.timeline-sign {
        left: 0;
        margin-left: 0;
        top: 0
    }

    ul.timeline>li>.timeline-panel {
        float: right
    }

    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }

    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

ul.timeline.toRight:before {
    left: 40px
}

ul.timeline.toRight>li>.timeline-panel {
    width: calc(100% - 110px)
}

ul.timeline.toRight>li>.timeline-sign {
    left: 0;
    margin-left: 0;
    top: 0
}

ul.timeline.toRight>li>.timeline-panel {
    float: right
}

ul.timeline.toRight>li>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

ul.timeline.toRight>li>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

ul.timeline.toLeft:before {
    right: 40px;
    left: auto
}

ul.timeline.toLeft>li>.timeline-panel {
    width: calc(100% - 110px)
}

ul.timeline.toLeft>li>.timeline-sign {
    left: auto;
    right: 0;
    margin-left: 0;
    top: 0
}

ul.timeline.toLeft>li>.timeline-panel {
    float: left
}

ul.timeline.toLeft>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "
}

ul.timeline.toLeft>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

@media (max-width:767px) {

    ul.timeline.toLeft>li>.timeline-panel:after,
    ul.timeline.toLeft>li>.timeline-panel:before {
        left: auto !important
    }
}

.ak-article-image {
    position: relative;
    overflow: hidden
}

.ak-article-image-bg {
    position: relative;
    background-color: #f1f1f1;
    padding-bottom: 75%
}

.ak-article-image-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: 2;
    background: linear-gradient(0deg, #000, transparent);
    opacity: .8
}

.ak-article-image-bg img {
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ak-article-image-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 50px;
    color: #fff;
    z-index: 2
}

.ak-article-image-content .h1,
.ak-article-image-content .h2,
.ak-article-image-content .h3,
.ak-article-image-content .h4,
.ak-article-image-content .h5,
.ak-article-image-content .h6,
.ak-article-image-content h1,
.ak-article-image-content h2,
.ak-article-image-content h3,
.ak-article-image-content h4,
.ak-article-image-content h5,
.ak-article-image-content h6 {
    color: #fff
}

@media screen and (max-width:480px) {

    .ak-article-image-content .h1,
    .ak-article-image-content .h2,
    .ak-article-image-content .h3,
    .ak-article-image-content .h4,
    .ak-article-image-content .h5,
    .ak-article-image-content .h6,
    .ak-article-image-content h1,
    .ak-article-image-content h2,
    .ak-article-image-content h3,
    .ak-article-image-content h4,
    .ak-article-image-content h5,
    .ak-article-image-content h6 {
        font-size: 20px
    }
}

.invert .ak-article-image-content,
.invert .ak-article-image-content .h1,
.invert .ak-article-image-content .h2,
.invert .ak-article-image-content .h3,
.invert .ak-article-image-content .h4,
.invert .ak-article-image-content .h5,
.invert .ak-article-image-content .h6,
.invert .ak-article-image-content h1,
.invert .ak-article-image-content h2,
.invert .ak-article-image-content h3,
.invert .ak-article-image-content h4,
.invert .ak-article-image-content h5,
.invert .ak-article-image-content h6 {
    color: #000
}

.ak-article-icon {
    width: 70px;
    height: 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f30c21;
    border-radius: 50%
}

.ak-article-icon-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .ak-article-icon-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .ak-article-icon-grid .title-border:after {
        margin-left: auto;
        margin-right: auto
    }
}

.ak-article-icon-grid .ak-article-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media screen and (min-width:768px) {
    .ak-article-icon-grid .ak-article-icon {
        margin-right: 20px
    }
}

.ak-article-box {
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 0 5px 13px rgba(6, 6, 6, .04)
}

.ak-article-box-image {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    height: 130px
}

.ak-article-box-image>img {
    width: 100%;
    max-height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ak-article-box-anotation {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    color: gray
}

.caption-block-small {
    width: 80%;
    padding: 20px 10px;
    margin-top: 31px;
    border-top: 1px solid #8a96a4;
    display: block;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width:767px) {
    .caption-block-small {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .caption-block-small {
        padding: 20px 0
    }
}

.ak-carousel-wrapper {
    position: relative;
    overflow: hidden
}

@media screen and (max-width:1441px) {
    .ak-carousel-wrapper {
        width: calc(100vw - 10px);
        margin-left: calc((-100vw + 100% + 10px) / 2)
    }
}

@media screen and (min-width:1441px) {
    .ak-carousel-wrapper {
        margin-right: -90px;
        margin-left: -90px
    }
}

.ak-carousel-wrapper.inverse {
    color: #000
}

.ak-carousel-wrapper.inverse .ak-carousel .swiper-slide:after {
    display: none
}

.ak-carousel-wrapper.inverse .ak-carousel-slide-content .h1,
.ak-carousel-wrapper.inverse .ak-carousel-slide-content .h2,
.ak-carousel-wrapper.inverse .ak-carousel-slide-content .h3,
.ak-carousel-wrapper.inverse .ak-carousel-slide-content .h4,
.ak-carousel-wrapper.inverse .ak-carousel-slide-content .h5,
.ak-carousel-wrapper.inverse .ak-carousel-slide-content .h6,
.ak-carousel-wrapper.inverse .ak-carousel-slide-content h1,
.ak-carousel-wrapper.inverse .ak-carousel-slide-content h2,
.ak-carousel-wrapper.inverse .ak-carousel-slide-content h3,
.ak-carousel-wrapper.inverse .ak-carousel-slide-content h4,
.ak-carousel-wrapper.inverse .ak-carousel-slide-content h5,
.ak-carousel-wrapper.inverse .ak-carousel-slide-content h6 {
    color: #000
}

.ak-carousel-wrapper.inverse .ak-carousel-slide-anotation,
.ak-carousel-wrapper.inverse .ak-price-block-subtitle,
.ak-carousel-wrapper.inverse .title-caption {
    color: rgba(0, 0, 0, .5)
}

.ak-carousel-wrapper.inverse .ak-carousel-nav {
    color: #000;
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.ak-carousel-wrapper.inverse .ak-carousel-nav .ak-carousel-navItem-title {
    color: #000
}

.ak-carousel-wrapper.inverse .swiper-slide-active .ak-carousel-navItem {
    border-top-color: rgba(0, 0, 0, .5)
}

.ak-carousel {
    position: relative;
    background-color: #f1f1f1;
    color: #fff
}

.ak-carousel:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 47.36842%
}

@media screen and (min-width:768px) and (max-width:991px) {
    .ak-carousel:before {
        padding-top: 69.23077%
    }
}

@media screen and (max-width:767px) {
    .ak-carousel:before {
        padding-top: 81.81818%
    }
}

@media screen and (max-width:480px) {
    .ak-carousel:before {
        padding-top: 112.5%
    }
}

@media screen and (min-width:992px) {

    .ak-carousel .swiper-button-next,
    .ak-carousel .swiper-button-prev {
        top: calc(50% - 57.5px)
    }
}

@media screen and (max-width:480px) {

    .ak-carousel .swiper-button-next,
    .ak-carousel .swiper-button-prev {
        display: none
    }
}

.ak-carousel .swiper-button-next .ai,
.ak-carousel .swiper-button-prev .ai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.4em;
    height: 1.4em
}

@media screen and (min-width:1441px) {
    .ak-carousel .swiper-button-prev {
        left: 90px
    }
}

@media screen and (min-width:1441px) {
    .ak-carousel .swiper-button-next {
        right: 90px
    }
}

.ak-carousel .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ak-carousel .swiper-slide {
    height: auto;
    background-size: cover
}

.ak-carousel .swiper-slide .swiper-lazy-preloader {
    top: auto;
    bottom: 165px
}

@media screen and (max-width:767px) {
    .ak-carousel .swiper-slide .swiper-lazy-preloader {
        bottom: 30px
    }
}

.ak-carousel .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1
}

.ak-carousel .swiper-pagination.swiper-pagination {
    bottom: 10px
}

@media screen and (min-width:480px) {
    .ak-carousel .swiper-pagination.swiper-pagination {
        display: none
    }
}

.ak-carousel .swiper-pagination-bullet {
    background-color: #f30c21;
    opacity: .2
}

.ak-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.ak-carousel-slide-content {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5
}

@media screen and (min-width:480px) {
    .ak-carousel-slide-content {
        top: calc(50% - 57.5px)
    }
}

@media screen and (max-width:767px) {
    .ak-carousel-slide-content {
        top: 50%;
        width: calc(100% - 100px)
    }
}

@media screen and (max-width:480px) {
    .ak-carousel-slide-content {
        width: calc(100% - 20px)
    }
}

.ak-carousel-slide-content .h1,
.ak-carousel-slide-content .h2,
.ak-carousel-slide-content .h3,
.ak-carousel-slide-content .h4,
.ak-carousel-slide-content .h5,
.ak-carousel-slide-content .h6,
.ak-carousel-slide-content h1,
.ak-carousel-slide-content h2,
.ak-carousel-slide-content h3,
.ak-carousel-slide-content h4,
.ak-carousel-slide-content h5,
.ak-carousel-slide-content h6 {
    color: #fff
}

@media screen and (max-width:480px) {
    .ak-carousel-slide-title {
        font-size: 26px
    }
}

.ak-carousel-slide-anotation {
    color: hsla(0, 0%, 100%, .5);
    margin-bottom: 0;
    margin-top: -11px;
    margin-bottom: 10px
}

.ak-carousel-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1260px;
    height: 115px;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
}

@media screen and (max-width:767px) {
    .ak-carousel-nav {
        display: none
    }
}

.ak-carousel-nav .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

@media screen and (min-width:768px) and (max-width:991px) {
    .ak-carousel-nav .swiper-slide {
        width: 50%
    }
}

.ak-carousel-navItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-top: -1px;
    height: 100%;
    border-top: 1px solid transparent;
    opacity: .5;
    transition: .3s ease-in-out;
    cursor: pointer
}

.ak-carousel-navItem:focus,
.ak-carousel-navItem:hover {
    opacity: 1
}

.swiper-slide-active .ak-carousel-navItem {
    border-top-color: hsla(0, 0%, 100%, .5);
    opacity: 1
}

.ak-carousel-navItem-count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    font-size: 26px;
    font-weight: 600
}

.ak-carousel-navItem-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: #fff
}

.ak-carousel-navItem-anotation {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 13px
}

.ak-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #d2d5db;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

@media screen and (min-width:992px) {
    .ak-tabs {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:992px) {
    .ak-tabs>li {
        min-width: 170px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .ak-tabs>li {
        width: 30%
    }
}

.ak-tabs>li>a {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
    border: 1px solid transparent;
    background-color: transparent;
    color: #d2d5db;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    transition: .3s ease-in-out
}

.ak-tabs>li>a:focus,
.ak-tabs>li>a:hover {
    background-color: rgba(0, 0, 0, .01);
    border-color: transparent;
    color: #d2d5db
}

.ak-tabs>li.active>a {
    background-color: transparent;
    border-color: #d2d5db;
    color: #000;
    border-bottom: 1px solid #121a21
}

.ak-tabs li+li {
    margin-left: -1px
}

.ak-tab-content {
    padding: 20px
}

.ak-price-blocks {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding-left: 80px;
    padding-right: 80px
}

@media screen and (max-width:991px) {
    .ak-price-blocks {
        display: block;
        padding-left: 0;
        padding-right: 0
    }
}

.ak-price-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 368px;
    flex: 0 0 368px;
    background-color: #fff;
    text-align: center;
    padding: 60px;
    box-shadow: 0 0 33px rgba(6, 6, 6, .12);
    -webkit-transform: scale(.9);
    transform: scale(.9);
    transition: .3s ease-in-out
}

@media screen and (max-width:991px) {
    .ak-price-block {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .ak-price-block {
        width: 50%;
        float: left
    }

    .ak-price-block.active,
    .ak-price-block.not-active {
        width: 100%;
        float: none
    }
}

@media screen and (max-width:767px) {
    .ak-price-block {
        width: 100%;
        float: none;
        padding: 20px
    }
}

@media screen and (min-width:992px) {

    .ak-price-block.active,
    .ak-price-block.not-active {
        position: absolute;
        top: 0;
        width: 368px;
        left: calc(50% - 184px)
    }

    .ak-price-block.active,
    .ak-price-block:hover {
        z-index: 3;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .ak-price-block.not-active {
        z-index: 2
    }
}

.ak-price-block-subtitle {
    color: #000
}

.ak-price-block-title {
    font-weight: 700
}

.ak-price-block-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 40px
}

.ak-price-block-list .bold,
.ak-price-block-list b,
.ak-price-block-list strong {
    color: #000
}

.ak-photogallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.ak-photogallery-item {
    position: relative;
    width: 25%;
    overflow: hidden;
    border: 0 solid transparent
}

.ak-photogallery-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(243, 12, 33, .2);
    opacity: 0;
    transition: 1s ease-in-out
}

.ak-photogallery-item:before {
    content: "";
    display: block;
    padding-bottom: 75%
}

.ak-photogallery-item:focus:after,
.ak-photogallery-item:hover:after {
    opacity: 1
}

.ak-photogallery-item:focus>img,
.ak-photogallery-item:hover>img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.ak-photogallery-item>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    transition: 1s ease-in-out
}

@media screen and (max-width:767px) {
    .ak-photogallery-item {
        width: 50%
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    .ak-photogallery-item {
        width: 33.33333%
    }
}

.ak-video {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #e6e6e6;
    transition: .3s ease-in-out
}

.ak-video+.ak-video {
    margin-top: 10px
}

.ak-video.ak-video-loaded .ak-video-description,
.ak-video.ak-video-loaded .ak-video-play,
.ak-video.ak-video-loaded:before {
    opacity: 0;
    visibility: hidden;
    z-index: 0
}

.ak-video:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .5);
    transition: .3s ease-in-out;
    z-index: 1
}

.ak-video-inverse .video-description {
    color: #000
}

.ak-video-play {
    position: relative;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 0;
    background-color: #f30c21;
    color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    transition: .3s ease;
    z-index: 2
}

@media screen and (max-width:767px) {
    .ak-video-play {
        width: 75px;
        height: 75px
    }
}

.ak-video-play:focus,
.ak-video-play:hover {
    background-color: #b40918;
    -webkit-transform: translate(-50%, -50%) scale(.95);
    transform: translate(-50%, -50%) scale(.95);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .2)
}

.ak-video-play .icon {
    font-size: 35px;
    height: 35px;
    line-height: 1
}

.ak-video-description {
    position: absolute;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 2
}

@media screen and (min-width:992px) {
    .ak-video-description {
        top: 50%;
        left: 50px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: calc(50% - 50px - 75px)
    }
}

@media screen and (max-width:991px) {
    .ak-video-description {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 20px;
        width: calc(100% - 40px);
        text-align: center
    }
}

@media screen and (max-width:480px) {
    .ak-video-description {
        display: none
    }
}

.ak-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%
}

.ak-stats-rounded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ak-stats-rounded>div {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px
}

.ak-stats-rounded-circle {
    width: 122px;
    height: 122px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    background: transparent;
    border: 6px solid #f30c21;
    border-radius: 50%
}

.ak-stats-rounded-circlea {
    will-change: border-color;
    transition: border-color .3s ease-in-out
}

.ak-stats-rounded-circlea:focus,
.ak-stats-rounded-circlea:hover {
    border-color: #c20a1a
}

.ak-stats-rounded-description {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 11px
}

.ak-stats-rounded-number {
    font-size: 30px;
    font-weight: 600;
    line-height: 1
}

.ak-stats-rounded-label {
    font-size: 13px;
    margin-top: -9.1px;
    padding-top: 5px;
    line-height: 1.4
}

.error-404 {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px
}

.error-404-block {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 40px 70px 90px;
    text-align: left
}

.error-404-block .error-404-title {
    font-size: 55px;
    line-height: 1;
    background: none;
    color: #000;
    margin-bottom: 15px;
    font-family: Roboto, Helvetica, Arial, sans-serif, 'Segoe UI Emoji';
    font-weight: 700;
    letter-spacing: -1px
}

@media screen and (max-width:991px) {
    .error-404-block {
        display: block;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

.error-404-block hr {
    width: 50%;
    display: table;
    margin-left: auto;
    margin-right: auto
}

.error-404-block .life-chart {
    background: url(/_static/img/life-chart.png) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 11%;
    right: -65%;
    background-size: 80%
}

@media screen and (max-width:991px) {
    .error-404-block .life-chart {
        display: none
    }
}

.error-404-title {
    font-size: 40px
}

.error-404-subtitle {
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 13px;
    color: #8a96a4;
    margin-top: 0;
    margin-bottom: -15px
}

@media screen and (min-width:768px) {
    .error-404-subtitle {
        font-size: 40px;
        margin-bottom: -5px
    }
}

.error-404-subtitle,
.error-404-title {
    font-weight: 700
}

.error-404-desc {
    font-size: 14px;
    line-height: 1.5;
    background: none;
    color: #000;
    margin: 30px 0;
    font-family: Roboto, Helvetica, Arial, sans-serif, 'Segoe UI Emoji';
    font-weight: 300;
    max-width: 625px
}

.error-404-btn {
    display: inline;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    box-shadow: 0 0 0 15px #fff
}

@media screen and (max-width:767px) {
    .error-404-btn {
        width: 90%;
        box-shadow: 0 0 0 5px #fff
    }
}

.wait,
.wait * {
    cursor: wait !important
}

.title-border {
    display: inline-block;
    text-align: center;
    padding-bottom: 6.66667px;
    transition: .3s ease-in-out;
    border-bottom: 10px solid #2e9f09
}

.title-border>:first-child {
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    padding-left: 13.33333px;
    padding-right: 13.33333px;
    color: #000;
    margin-bottom: 0
}

.title-border>:not(:first-child) {
    display: block;
    color: #8a96a4;
    font-weight: 700;
    font-size: 13px;
    text-transform: lowercase
}

ul .title-border {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
    border-bottom: 10px solid #e6e6e6
}

ul .title-border>:first-child {
    color: #8a96a4;
    text-decoration: none;
    transition: .3s ease-in-out
}

ul .title-border.active,
ul .title-border:hover {
    border-bottom: 10px solid #2e9f09
}

.block_zvyraz_text,
.product-variants-item,
.topcat-item,
.well {
    box-shadow: none
}

.well-no-bg.block_zvyraz_text,
.well-no-bg.product-variants-item,
.well-no-bg.topcat-item,
.well.well-no-bg {
    background: none
}

.block_zvyraz_text hr,
.product-variants-item hr,
.topcat-item hr,
.well hr {
    border-top-color: #e7e7e7
}

.block_zvyraz_text .h1:first-child,
.block_zvyraz_text .h2:first-child,
.block_zvyraz_text .h3:first-child,
.block_zvyraz_text .h4:first-child,
.block_zvyraz_text .h5:first-child,
.block_zvyraz_text .h6:first-child,
.block_zvyraz_text h1:first-child,
.block_zvyraz_text h2:first-child,
.block_zvyraz_text h3:first-child,
.block_zvyraz_text h4:first-child,
.block_zvyraz_text h5:first-child,
.block_zvyraz_text h6:first-child,
.product-variants-item .h1:first-child,
.product-variants-item .h2:first-child,
.product-variants-item .h3:first-child,
.product-variants-item .h4:first-child,
.product-variants-item .h5:first-child,
.product-variants-item .h6:first-child,
.product-variants-item h1:first-child,
.product-variants-item h2:first-child,
.product-variants-item h3:first-child,
.product-variants-item h4:first-child,
.product-variants-item h5:first-child,
.product-variants-item h6:first-child,
.topcat-item .h1:first-child,
.topcat-item .h2:first-child,
.topcat-item .h3:first-child,
.topcat-item .h4:first-child,
.topcat-item .h5:first-child,
.topcat-item .h6:first-child,
.topcat-item h1:first-child,
.topcat-item h2:first-child,
.topcat-item h3:first-child,
.topcat-item h4:first-child,
.topcat-item h5:first-child,
.topcat-item h6:first-child,
.well .h1:first-child,
.well .h2:first-child,
.well .h3:first-child,
.well .h4:first-child,
.well .h5:first-child,
.well .h6:first-child,
.well h1:first-child,
.well h2:first-child,
.well h3:first-child,
.well h4:first-child,
.well h5:first-child,
.well h6:first-child {
    margin-top: 0
}

.progress-bar-secondary {
    background-color: #2e9f09
}

.progress-striped .progress-bar-secondary {
    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)
}

.label-secondary,
.progress-bar-label {
    background-color: #2e9f09
}

.label-secondary[href]:focus,
.label-secondary[href]:hover,
.progress-bar-label[href]:focus,
.progress-bar-label[href]:hover {
    background-color: #206f06
}

.label,
.progress-bar-label {
    font-size: 13px;
    padding: 1px 10px;
    line-height: 1;
    font-weight: 600;
    border-radius: 3px
}

.flexblock-item.vam label {
    margin-bottom: 0
}

.modal .modal-content {
    border: 0;
    box-shadow: 0 11px 22px rgba(44, 44, 44, .12)
}

.modal.modal-demo a {
    color: #f41647;
    font-weight: 700
}

.modal.modal-demo a:focus,
.modal.modal-demo a:hover {
    color: #e60b3b
}

.modal.modal-demo .close:hover {
    color: #f41647
}

.modal-lg {
    font-weight: 300
}

.modal-lg .modal-title {
    font-size: 50px
}

.modal-lg .modal-body,
.modal-lg .modal-footer {
    padding: 0;
}

@media screen and (min-width:991px) {
    .modal-lg .modal-body,
    .modal-lg .modal-footer {
        padding: 20px;
    }
}

@media screen and (max-width:990px) {
    .modal-lg .modal-body {
        padding: 10px;
    }
}

.modal-header {
    background: #fff;
}

@media screen and (max-width:991px) {
    .modal-header {
        padding: 40px 20px 20px 20px;
    }
}

.modal-header .h1,
.modal-header .h2,
.modal-header .h3,
.modal-header .h4,
.modal-header .h5,
.modal-header .h6,
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
    color: #252d30;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300
}

.modal-header:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    display: table;
    width: 77px;
    height: 4px;
    background-color: #e5e5e5;
    margin-left: auto;
    margin-right: auto
}

.modal .close {
    position: absolute;
    opacity: 1;
    padding: 10px;
    top: 2px;
    right: 0;
    font-size: 28px;
    line-height: 1;
    float: unset;
    z-index: 2;
}

.modal-header .close:hover {
    color: #f30c21
}

.modal-lg .modal-header .modal-title {
    font-size: 50px
}

.modal-footer,
.modal-header {
    text-align: center;
    border: 0
}

.modal-footer {
    padding-top: 0
}

.modal--gls .modal-content {
    border-radius: 10px;
    /* overflow: hidden; */
}

.modal--gls .modal-header {
    background-color: #363636;
    border-radius: 10px 10px 0 0;
}

.modal--gls .modal-body {
    padding: 0 20px;
    border-radius: 0 0 10px 10px;
}

.modal--gls .modal-footer {
    background-color: var(--primary-color);
}

.modal--gls .modal-footer .btn-secondary {
    width: 100%;
    border-color: var(--primary-color);
}

.modal--gls .modal-header {
    padding: 10px 20px;
}

.modal--gls .modal-footer {
    padding: 0;
}

.modal--gls .modal-header .modal-title,
.modal--gls .modal-header .close {
    color: var(--color-white);
    font-size: 20px;
}

.modal--gls .modal-header .close {
    top: 8px;
    padding: 10px;
}

.modal.modal--manual img {
    max-height: 100% !important;
}

@media (min-width: 992px) {
    .modal.modal--manual .modal-dialog {
        width: 800px;
    }
}

embed,
iframe,
object {
    max-width: 100%
}

[name=google_conversion_frame] {
    height: 0 !important;
    display: none
}

html {
    height: 100.5%
}

body {
    font-weight: 400;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden
}

body.noscroll {
    overflow: hidden
}

body>svg {
    display: none
}

@media screen and (min-width:768px) {
    .mainWrap {
        overflow-x: hidden
    }
}

.mainWrap {
    position: relative;
    margin-bottom: auto;
}

#content {
    padding-bottom: 20px
}

.mainTitle {
    margin-top: 0
}

.side-right {
    padding-left: 10px
}

.float_prave_menu .side-right {
    float: right;
    width: 33.3333%
}

.float_prave_menu.noLeftCol .side-right {
    width: 25%
}

.editingOrder .breadcrumb,
.editingOrder header {
    display: none
}

.checklist-table .icon {
    display: inline-block;
    margin: 0;
    line-height: 1;
    font-size: 23px;
    text-align: center !important
}

.checklist-table .icon.text-graylight {
    opacity: .7
}

.checklist-table table {
    border: 0
}

.checklist-table th {
    border: 0 !important;
    font-size: 25px;
    font-weight: 700
}

.checklist-table td {
    font-size: 15px;
    font-weight: 400
}

.checklist-table tr:nth-child(n+2) {
    transition: background-color .3s
}

.checklist-table tr:nth-child(n+2):hover {
    background-color: #e6e6e6
}

.checklist-table tr td:first-child,
.checklist-table tr th:first-child {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 0
}

.checklist-table tr th:first-child {
    padding-left: 0 !important
}

.checklist-table tr td:last-child,
.checklist-table tr th:last-child {
    border-right: 0
}

.checklist-table tr td,
.checklist-table tr th {
    text-align: left;
    vertical-align: middle !important
}

.textBlock1 .h1Wrap,
.textBlock1 .h2Wrap {
    text-align: center
}

.textBlock1 .h1Wrap hr,
.textBlock1 .h2Wrap hr {
    border: 0 solid #dddddd;
    height: 1px;
    position: relative;
    top: 40px;
    max-width: 75%;
    background: #dddddd
}

.textBlock1 .h1Wrap h1,
.textBlock1 .h1Wrap h2,
.textBlock1 .h2Wrap h1,
.textBlock1 .h2Wrap h2 {
    background: #fff;
    padding: 0 20px;
    margin-top: 0;
    display: inline-block;
    position: relative;
    z-index: 80;
    margin-bottom: 20px
}

.textBlock1 p {
    max-width: 746px;
    margin: 0 auto
}

.mapWrapper .blackBox {
    position: absolute;
    width: 300px;
    height: 232px;
    text-align: center;
    display: table;
    padding: 0 20px;
    background: #f30c21;
    color: #fff;
    line-height: 185%;
    font-size: 15px;
    float: left
}

.mapWrapper .blackBox+.mapSubWrapper {
    display: block;
    width: auto;
    margin-left: 300px
}

.mapWrapper .blackBox+.mapSubWrapper iframe {
    width: 100%;
    height: 232px
}

@media screen and (max-width:650px) {
    .mapWrapper .blackBox {
        position: relative;
        width: auto
    }

    .mapWrapper .blackBox+.mapSubWrapper {
        margin-left: 0
    }
}

.mapWrapper .blackBox p {
    vertical-align: middle;
    display: table-cell
}

ul.nav .topmenu>li.topmenu-item.dropdown-hover:hover>ul,
ul.nav li.dropdown-hover:hover>ul.dropdown-menu {
    display: block;
    margin-top: 0
}

@media screen and (max-width:991px) {

    ul.nav .topmenu>li.topmenu-item.dropdown-hover>ul,
    ul.nav li.dropdown-hover>ul.dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        display: block
    }

    ul.nav .topmenu>li.topmenu-item.dropdown-hover>ul>li>a,
    ul.nav li.dropdown-hover>ul.dropdown-menu>li>a {
        color: #fff
    }

    ul.nav .topmenu>li.topmenu-item.dropdown-hover>ul li.active>a,
    ul.nav .topmenu>li.topmenu-item.dropdown-hover>ul li>a:focus,
    ul.nav .topmenu>li.topmenu-item.dropdown-hover>ul li>a:hover,
    ul.nav li.dropdown-hover>ul.dropdown-menu li.active>a,
    ul.nav li.dropdown-hover>ul.dropdown-menu li>a:focus,
    ul.nav li.dropdown-hover>ul.dropdown-menu li>a:hover {
        background: #178522;
        color: #fff
    }
}

.topmenu {
    padding-left: 0;
    list-style: none;
    text-decoration: none
}

@media screen and (max-width:991px) {
    .topmenu {
        display: none
    }
}

.topmenu .topmenu-item {
    position: relative;
    display: inline-block
}

.topmenu .topmenu-item>a {
    padding: 0 6px
}

.topmenu .topmenu-item>a:focus,
.topmenu .topmenu-item>a:hover {
    text-decoration: underline
}

.topmenu .topmenu-item.active>a {
    text-decoration: none;
    font-weight: 700
}

.topmenu .topmenu-item .topmenu-iconsub {
    display: none
}

.topmenu>.topmenu-item>ul {
    position: absolute;
    text-align: left;
    left: 0;
    top: 18.1px;
    z-index: 20
}

.topmenu>.topmenu-item>ul>li {
    display: block
}

@media screen and (max-width:991px) {
    .topmenu>.topmenu-item:hover>ul {
        display: block
    }
}

.topmenu-mobile {
    display: none
}

@media screen and (max-width:991px) {
    .topmenu-mobile {
        display: block
    }
}

@media screen and (max-width:991px) {
    .logininfo {
        display: none
    }
}

.logininfo-link {
    font-weight: 700
}

.partners-form-header {
    text-align: center
}

.partners-form-title {
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 30px;
    margin-bottom: 40px
}

.partners-form-title>svg:first-child {
    display: block;
    color: #e6e6e6;
    font-size: 75px;
    margin: 0 auto 10px
}

.user-login-content .alert {
    display: table;
    margin: -10px auto 30px;
    width: 450px
}

@media screen and (max-width:480px) {
    .user-login-content .alert {
        width: 100%
    }
}

.partners-form-block-small,
.partners-form-small .alert {
    max-width: 450px
}

.partners-form-block,
.partners-form-block-bottom {
    padding: 40px 75px
}

@media screen and (max-width:991px) {

    .partners-form-block,
    .partners-form-block-bottom {
        padding: 40px 20px
    }
}

.partners-form-block-small {
    text-align: center
}

.partners-form-block+.partners-form-block-bottom {
    margin-top: -10px
}

.partners-form-block {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    position: relative;
    margin: 0 auto 10px;
    width: 100%
}

@media screen and (min-width:992px) {
    .partners-form-block>.row>[class^=col-]:last-child {
        border-left: 1px solid #e4e4e4
    }
}

.partners-form-block:after,
.partners-form-block:before {
    content: "";
    position: absolute;
    left: 50%
}

.partners-form-block:before {
    width: 40px;
    height: 40px;
    top: -20px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background-color: #fff;
    box-shadow: 0 0 0 1px #e7e7e7
}

.partners-form-block:after {
    width: 60px;
    height: 40px;
    top: 0;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.partners-form-block .control-label {
    text-align: center
}

.partners-form-block .control-label .link {
    white-space: nowrap;
    font-weight: 700
}

.partners-form-block-bottom {
    background-color: #e4e4e4
}

.partners-form-submit-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px
}

.nav-side {
    margin-bottom: 10px;
    padding: 25px;
    border: 1px solid #e6e6e6
}

.nav-side>li:first-child>a,
.nav-side>li>a {
    border-color: #e6e6e6;
    margin-bottom: 0;
    position: relative
}

.nav-side>li:first-child>a {
    border-width: 1px 0
}

.nav-side>li>a {
    position: relative;
    padding: 15px 15px 15px 0;
    border-radius: 0 !important;
    border-width: 0 0 1px;
    font-weight: 700;
    transition: .3s
}

.nav-side>li>a:focus,
.nav-side>li>a:hover {
    color: #f30c21;
    background-color: transparent;
    border-bottom-color: #f30c21
}

.nav-side>li>a:focus>svg:last-child,
.nav-side>li>a:hover>svg:last-child {
    color: #f30c21
}

.nav-side>li>a>svg:last-child {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 8px;
    line-height: 1;
    color: #ccc;
    transition: .3s
}

.nav-side>li>a.active {
    background-color: transparent;
    color: #f30c21;
    border-bottom-color: #f30c21
}

.nav-side>li>a.active:focus,
.nav-side>li>a.active:hover {
    border-top-color: #e6e6e6;
    background-color: transparent;
    color: #f30c21
}

.nav-side>li>a.active>svg:last-child {
    color: #f30c21
}

.nav-side>li>a.active+ul {
    border-bottom: 1px solid #e6e6e6
}

.nav-side .nav-side-sub ul {
    display: none
}

.nav-side .nav-side-sub.active>ul {
    display: block;
    padding: 15px 0 10px
}

.nav-side li li {
    padding: 5px 0 5px 10px
}

.nav-side li li a {
    font-size: 13px;
    padding: 0;
    position: relative;
    border: 0
}

.nav-side li li a.active,
.nav-side li li a:focus,
.nav-side li li a:hover {
    color: #f30c21 !important;
    background: transparent !important
}

.nav-side li li a.active {
    font-weight: 700
}

.nav-side .nav-side-sub.active li ul {
    padding: 0
}

.nav-side li li li {
    padding: 5px 0 5px 20px
}

.nav-tabs {
    border-bottom: 0;
    margin-left: 10px
}

@media screen and (max-width:767px) {
    .nav-tabs>li {
        width: 100%
    }
}

.nav-tabs>li>a {
    position: relative;
    padding: 13.33333px 20px;
    border-width: 0 1px;
    border-color: #ddd;
    box-shadow: inset 0 1px 0 0 #ddd, inset 0 -35px 30px -30px hsla(0, 0%, 87%, .5);
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, .5);
    transition: all .3s ease-in-out
}

@media screen and (max-width:767px) {
    .nav-tabs>li>a {
        margin-right: 10px
    }
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    background-color: transparent;
    color: #000;
    border-width: 0 1px;
    border-color: #ddd
}

.nav-tabs>li.active>a {
    box-shadow: inset 0 3px 0 0 #f30c21
}

.nav-tabs>li.active>a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff
}

#edetail-tabs .tab-content {
    padding: 10px;
    border: 1px solid #ddd
}

@media screen and (min-width:768px) {
    #edetail-tabs .tab-content {
        padding: 20px 50px
    }
}

.filter-wrap {
    position: relative
}

.filter-bottom {
    margin-top: 20px;
}

.panel-heading {
    display: block
}

.collapse-arrow.caret {
    border-top: 0;
    border-bottom: 4px solid
}

.collapse-arrow.caret,
.collapse-arrow.caret:after,
.collapse-arrow.caret:before {
    content: ""
}

.collapse-button.collapsed .collapse-arrow.caret {
    border-top: 4px solid;
    border-bottom: 0
}

.pgallery {
    font-size: 0;
    margin: 0 -5px
}

.pgallery-thumb {
    float: none;
    font-size: 0;
    vertical-align: top;
    max-width: 100%;
    padding: 5px;
    text-align: center
}

.pgallery-thumb,
.pgallery-thumb img {
    display: inline-block
}

.pgallery-desc {
    font-size: 13px
}

.priloha {
    margin-top: 10px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    width: 120px;
    word-wrap: break-word
}

.hlp {
    cursor: help;
}

.hlp,
a .hlp {
    cursor: pointer;
}

label.hlp {
    display: inline-block
}

.hlp-ico {
    margin-right: 4px
}

.socialButtons iframe {
    max-width: none
}

.socialButtons .fb-like,
.socialButtons .gPlusBtn {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    line-height: 100%
}

.footer-strip .socialButtons {
    padding-top: 10px
}

.social-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #f30c21;
    color: #fff;
    border-radius: 50%;
    margin-right: 7px;
    font-size: 18px;
    transition: .3s ease-in-out
}

.social-icon:hover {
    color: #fff
}

.social-icon.social-icon-facebook {
    background-color: #4863bb
}

.social-icon.social-icon-facebook:hover {
    background-color: #3f58aa
}

.social-icon.social-icon-youtube {
    background-color: #f91e27
}

.social-icon.social-icon-youtube:hover {
    background-color: #f70710
}

.social-icon.social-icon-google {
    background-color: #dd4b39
}

.social-icon.social-icon-google:hover {
    background-color: #d73925
}

.social-icon.social-icon-rss {
    background-color: #f9bf4b
}

.social-icon.social-icon-rss:hover {
    background-color: #f8b632
}

.social-icon.social-icon-linkedin {
    background-color: #187fb8
}

.social-icon.social-icon-linkedin:hover {
    background-color: #156fa1
}

.social-icon.social-icon-twitter {
    background-color: #2aaae0
}

.social-icon.social-icon-twitter:hover {
    background-color: #1f9dd2
}

.counter {
    max-width: 130px;
    width: 130px
}

.multipleorder-summary-values {
    width: 80px;
    text-align: center
}

.multipleorder-summary-price {
    width: 130px;
    text-align: right
}

.table-responsive-vo {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

.table-responsive-vo table {
    min-width: 720px
}

.multipleorder-offer tr,
.multipleorder-summary tr {
    border-bottom: 1px solid #f1f1f1
}

.multipleorder-offer tr.has-joined:not(.first-child),
.multipleorder-summary tr.has-joined:not(.first-child) {
    border-top: 20px solid #fff
}

.multipleorder-offer tr.has-joined td,
.multipleorder-summary tr.has-joined td {
    height: 30px;
    background-color: #e4e4e4
}

.multipleorder-offer tr.joined,
.multipleorder-summary tr.joined {
    border-bottom: 1px solid #e9e9e9
}

.multipleorder-offer tr.joined.joined-last,
.multipleorder-summary tr.joined.joined-last {
    border-bottom: 20px solid #fff
}

.multipleorder-offer tr.joined td,
.multipleorder-summary tr.joined td {
    background-color: #f1f1f1
}

.multipleorder-offer td,
.multipleorder-offer th,
.multipleorder-summary td,
.multipleorder-summary th {
    color: #000;
    font-size: 13px;
    position: relative;
    vertical-align: middle !important
}

.multipleorder-offer tr:first-child td:before,
.multipleorder-offer tr:first-child th:before,
.multipleorder-summary tr:first-child td:before,
.multipleorder-summary tr:first-child th:before {
    display: none
}

.multipleorder-offer td:first-child,
.multipleorder-offer th:first-child,
.multipleorder-summary td:first-child,
.multipleorder-summary th:first-child {
    border-left: 1px solid #e6e6e6
}

.multipleorder-offer td:last-child,
.multipleorder-offer th:last-child,
.multipleorder-summary td:last-child,
.multipleorder-summary th:last-child {
    border-right: 1px solid #e6e6e6
}

.multipleorder-offer td:not(.bold),
.multipleorder-summary td:not(.bold) {
    font-weight: 400
}

.multipleorder-offer .dtnadpis,
.multipleorder-summary .dtnadpis {
    color: #000;
    text-decoration: none
}

.multipleorder-offer .dtnadpis:focus,
.multipleorder-offer .dtnadpis:hover,
.multipleorder-summary .dtnadpis:focus,
.multipleorder-summary .dtnadpis:hover {
    color: #444
}

.multipleorder-offer .vcdph,
.multipleorder-summary .vcdph {
    font-size: 13px;
    font-weight: 400;
    margin-top: -5px
}

.multipleorder-offer td.userButtons,
.multipleorder-summary td.userButtons {
    padding: 0;
    width: 40px;
    height: 100%;
    position: relative
}

.multipleorder-offer td.userButtons .btn,
.multipleorder-summary td.userButtons .btn {
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    display: block
}

.multipleorder-offer td.userButtons .btn-add,
.multipleorder-summary td.userButtons .btn-add {
    padding-left: 6px;
    padding-right: 0
}

.multipleorder-offer td.userButtons .btn-0:after,
.multipleorder-offer td.userButtons .btn-0:before,
.multipleorder-summary td.userButtons .btn-0:after,
.multipleorder-summary td.userButtons .btn-0:before {
    content: "";
    position: absolute !important;
    left: 9px !important;
    top: 50% !important;
    width: 20px !important;
    height: 1px !important;
    background: #000 !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
    opacity: 1;
    transition: none;
    border: none
}

.multipleorder-offer td.userButtons .btn-0:before,
.multipleorder-summary td.userButtons .btn-0:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.multipleorder-offer td.userButtons .btn-0:hover,
.multipleorder-summary td.userButtons .btn-0:hover {
    background: #000;
    border: none
}

.multipleorder-offer td.userButtons .btn-0:hover:after,
.multipleorder-offer td.userButtons .btn-0:hover:before,
.multipleorder-summary td.userButtons .btn-0:hover:after,
.multipleorder-summary td.userButtons .btn-0:hover:before {
    background: #fff !important
}

.multipleorder-offer td.userButtons .btn-0:focus,
.multipleorder-summary td.userButtons .btn-0:focus {
    background-color: #333;
    border-color: #333
}

.multipleorder-offer td.userButtons .btn-0:focus:after,
.multipleorder-offer td.userButtons .btn-0:focus:before,
.multipleorder-summary td.userButtons .btn-0:focus:after,
.multipleorder-summary td.userButtons .btn-0:focus:before {
    background: #fff !important
}

.multipleorder-offer .ks-0 .btn-0,
.multipleorder-offer .ks-1 .btn-add,
.multipleorder-summary .ks-0 .btn-0,
.multipleorder-summary .ks-1 .btn-add {
    display: none !important
}

.multipleorder-offer .last .userButtons,
.multipleorder-summary .last .userButtons {
    margin-right: 10px
}

.multipleorder-offer .last .userButtons .btn,
.multipleorder-summary .last .userButtons .btn {
    width: 30px;
    height: 30px;
    padding: 0
}

.sideBoxes .box-add {
    top: 0 !important;
    right: auto !important
}

.dataTables_filter .multipleorder-offer-count input,
.dataTables_length .multipleorder-offer-count select,
.multipleorder-offer-count .dataTables_filter input,
.multipleorder-offer-count .dataTables_length select,
.multipleorder-offer-count .form-control {
    background: #fff;
    height: 30px;
    border-left: 0;
    border-right: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    box-shadow: none
}

.multipleorder-offer-count .input-group-btn {
    width: auto
}

.multipleorder-offer-count .input-group-btn>.btn {
    font-size: 10px;
    height: 30px
}

.multipleorder-offer-count~div>span {
    font-size: 10px
}

.dataTables_wrapper .table>tbody>tr>td,
.dataTables_wrapper .table>tbody>tr>th,
.dataTables_wrapper .table>tfoot>tr>td,
.dataTables_wrapper .table>tfoot>tr>th,
.dataTables_wrapper .table>thead>tr>td,
.dataTables_wrapper .table>thead>tr>th {
    padding: 18px 8px
}

.dataTables_wrapper .dataTables_info {
    font-weight: 400
}

.dataTables_wrapper .paginate_disabled_next,
.dataTables_wrapper .paginate_disabled_previous,
.dataTables_wrapper .paginate_enabled_next,
.dataTables_wrapper .paginate_enabled_previous {
    padding: 10px
}

.dataTables_length {
    width: 175px
}

.dataTables_length select {
    display: inline-block;
    width: auto;
    margin-left: 15px
}

.dataTables_filter,
.dataTables_length {
    float: none;
    display: inline-block
}

.dataTables_filter {
    width: 472px;
    padding-left: 15px
}

.dataTables_filter input {
    display: inline-block;
    width: 272px;
    margin-left: 15px
}

.box-add-clear {
    padding-top: 0
}

@media screen and (min-width:1200px) {
    .box-add-clear {
        padding-top: 1px
    }
}

.box-add .box-header {
    background: #2e9f09;
    font-size: 26px;
    color: #fff
}

.box-add .box-header .out {
    display: table;
    width: 100%;
    height: 160px
}

.box-add .box-header .in {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2
}

.box-add .box-content {
    position: relative;
    border: 1px solid #e6e6e6;
    border-top: none;
    border-bottom: none
}

.box-add .box-content .icon {
    width: 54px;
    height: 54px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -27px;
    font-size: 18px;
    padding-top: 16px
}

.box-add .box-content .text-1 {
    font-size: 18px;
    color: #8a96a4
}

.box-add .box-content .text-2 {
    font-size: 26px;
    color: #000
}

.box-add .box-content .text-3 {
    font-size: 13px;
    color: #8a96a4
}

.box-add .box-footer {
    border: 1px solid #e6e6e6;
    border-top: none
}

.box-add .box-footer .btn .icon {
    font-size: 17px
}

.loader:before {
    content: "";
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 1035;
    opacity: 1;
    border: 7px solid rgba(46, 159, 9, .4);
    border-left-color: #2e9f09;
    visibility: hidden;
    transition: opacity .3s linear, visibility 0s linear .3s
}

.wait .loader:before {
    visibility: visible;
    -webkit-animation: d 1.1s infinite linear;
    animation: d 1.1s infinite linear;
    transition: visibility 0s, opacity .3s linear
}

.filter-wrap {
    padding-bottom: 20px
}

.ajax_overlay {
    background: url(/_static/img/inprogress.gif) no-repeat 50%
}

.filter-wrap .ajax_overlay {
    background-image: none
}

#filter {
    border-width: 0;
    background-color: #f1f1f1;
    color: #000;
    margin-top: 13.33333px
}

.filter-collapse-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    text-transform: none
}

.filter-collapse-btn .caret {
    margin-left: 6.66667px
}

.filter-item [type=checkbox] {
    position: relative;
    top: 3px;
    width: 15px;
    height: 15px;
    margin-right: 5px
}

.filter-select-items .fliter-item:last-child {
    margin-bottom: 0
}

.filter-select {
    display: block
}

.fliter-item .dropdown-toggle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.filter-panel {
    width: 100%
}

.filter-panel .filter-panel-item.filter-price {
    margin-bottom: 20px
}

.filter-panel .filter-types {
    font-size: 13px;
    white-space: nowrap
}

.filter-panel .filter-types.filter-types-more {
    white-space: normal;
    min-width: 200px
}

.filter-panel .filter-types label {
    margin-left: 0;
    margin-right: 13px
}

.filter-panel .filter-types label:last-child {
    margin-right: 0
}

.filter-panel .filter-types label a {
    color: #000;
    text-decoration: none;
    font-weight: 400
}

.filter-panel .filter-types label [type=checkbox] {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    position: relative;
    top: 3px
}

@media screen and (min-width:992px) {
    .filter-panel .filter-toggle {
        width: 25%;
        padding-right: 20px
    }
}

@media screen and (min-width:1200px) {
    .filter-panel .filter-price {
        width: 55%;
        padding-right: 20px
    }
}

@media screen and (max-width:1199px) {

    .filter-panel .filter-panel-item,
    .filter-panel .filter-types {
        display: block;
        clear: both
    }
}

@media screen and (max-width:991px) {

    .filter-panel .filter-panel-item,
    .filter-panel .filter-types {
        display: block;
        clear: both
    }

    .filter-panel .filter-types {
        white-space: normal
    }

    .filter-panel .filter-panel,
    .filter-panel .filter-toggle {
        display: block
    }

    .filter-panel .filter-toggle {
        margin-bottom: 10px
    }

    .filter-panel .filter-toggle>.btn {
        width: 100%
    }
}

.filtty_values {
    margin-bottom: 15px
}

.filtty_values a>svg:last-child {
    font-size: 11px;
    display: inline-block;
    margin: -2px 3.33333px 0
}

.fliter-item .dropdown-menu,
.fliter-item .topmenu>.topmenu-item>ul {
    width: 100%
}

.vzmaz-filtr {
    top: 4px
}

.modal .modal-load-dumb {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    padding-right: 30px
}

.modal .price {
    margin-top: 10px;
    font-size: 14px
}

.modal .price .product-price-amount {
    font-size: 20px;
    color: #f30c21
}

.modal img {
    max-height: 500px
}

.modal img.modal-tocart-product-image {
    max-height: 200px;
}

.modal img#pickup-place {
    max-height: 50px;
}

@media screen and (min-width:992px) {
    .modal-xl {
        width: 1140px
    }
}

@media screen and (min-width:1200px) {
    .modal-xl {
        width: 1200px
    }
}

.point {
    width: 36px;
    height: 36px;
    border: 3px solid transparent;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    font-size: 25px;
    font-family: arial, Helvetica, Arial, sans-serif, 'Segoe UI Emoji';
    text-align: center
}

.point-default {
    border-color: #555;
    color: #555
}

.searchform .input-group {
    position: relative
}

.searchform .input-group>svg:first-child {
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    z-index: 4
}

@media screen and (max-width:767px) {
    .searchform .input-group>svg:first-child {
        display: none
    }
}

.searchform .input-group .searchform-button {
    text-transform: none
}

.searchform-field {
    font-size: 14px !important;
    border-radius: 3px !important;
    padding-left: 31px !important
}

@media screen and (max-width:991px) {
    .searchform-mobile {
        display: block
    }

    .srchform-header {
        display: none
    }
}

.searchform-content .input-group,
.searchform-content .input-group .input-group-btn>.btn,
.searchform-content .input-group .searchform-field {
    height: 50px
}

@media screen and (min-width:480px) and (max-width:767px) {

    .searchform-content .input-group,
    .searchform-content .input-group .input-group-btn>.btn,
    .searchform-content .input-group .searchform-field {
        height: 37px
    }
}

@media screen and (min-width:768px) {

    .searchform-content .input-group,
    .searchform-content .input-group .input-group-btn>.btn,
    .searchform-content .input-group .searchform-field {
        height: 44px
    }
}

.searchform-content .input-group.is-loading:before {
    content: "";
    border-radius: 50%;
    width: 15px;
    height: 15px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    position: absolute;
    top: calc(50% - 7.5px);
    left: calc(50% - 7.5px);
    z-index: 1035;
    opacity: 1;
    border: 2px solid rgba(46, 159, 9, .4);
    border-left-color: #2e9f09;
    visibility: visible;
    -webkit-animation: d 1.1s infinite linear;
    animation: d 1.1s infinite linear;
    transition: visibility 0s, opacity .3s linear;
    left: 9px
}

.searchform-content .input-group.is-loading>.ai {
    color: transparent
}

.hideAdmLinks .editLinkAdm,
.hideAdmLinks .navbar-main-edit {
    display: none
}

.nextprev {
    padding-left: 0;
    list-style: none;
    float: right;
    margin-bottom: 0;
    margin-top: -12px
}

.nextprev .nextprev-link {
    display: inline-block;
    font-size: 30px;
    margin-left: 8px
}

.nextprev .nextprev-link a {
    color: #b4b4b4;
    text-decoration: none
}

.nextprev .nextprev-link a:hover {
    color: #000
}

.benefits-item p {
    font-size: 13px
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .benefits-item {
        text-align: center
    }

    .benefits-item .flexblock {
        display: block
    }

    .benefits-item .flexblock.flexblock-w100 {
        width: auto
    }

    .benefits-item .flexblock.row [class*=col-] {
        display: block;
        float: none
    }
}

@media screen and (min-width:768px) and (max-width:1199px) and (min-width:992px) {
    .benefits-item .flexblock.row [class*=col-][class*=col-md] {
        float: left
    }
}

@media screen and (min-width:768px) and (max-width:1199px) and (min-width:768px) {
    .benefits-item .flexblock.row [class*=col-][class*=col-sm] {
        float: left
    }
}

@media screen and (min-width:768px) and (max-width:1199px) and (min-width:480px) {
    .benefits-item .flexblock.row [class*=col-][class*=col-ms] {
        float: left
    }
}

@media screen and (min-width:768px) and (max-width:1199px) and (max-width:767px) {
    .benefits-item .flexblock.row [class*=col-][class*=col-xs] {
        float: left
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .benefits-item .flexblock .flexblock-item {
        display: block
    }

    .benefits-item .flexblock-item {
        width: 100%
    }

    .benefits-item .benefits-icon-block {
        height: 60px;
        padding-right: 0
    }
}

@media screen and (max-width:767px) {
    .benefits-item {
        margin-bottom: 10px
    }

    .benefits-item:last-child {
        margin-bottom: 0
    }
}

.benefits-icon-block {
    width: 1%;
    padding-right: 6.66667px
}

@media screen and (max-width:767px) {
    .benefits-icon-block {
        width: 80px;
        text-align: center
    }
}

.benefits-icon-block [class^=ai-] {
    font-size: 50px;
    color: #2e9f09
}

.benefits-icon-block [class^=ai-].ai-truck2 {
    font-size: 60px
}

.benefits-title {
    color: #2e9f09;
    margin-top: 0;
    margin-bottom: 3px
}

.tiles {
    margin-bottom: 20px
}

.tiles>[class*=col-] {
    vertical-align: top;
    background: #5d6164;
    color: #fff;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tiles>[class*=col-]:first-child {
    padding: 0
}

.tiles>[class*=col-]:not(:first-child) .h1,
.tiles>[class*=col-]:not(:first-child) .h2,
.tiles>[class*=col-]:not(:first-child) .h3,
.tiles>[class*=col-]:not(:first-child) .h4,
.tiles>[class*=col-]:not(:first-child) .h5,
.tiles>[class*=col-]:not(:first-child) .h6,
.tiles>[class*=col-]:not(:first-child) h1,
.tiles>[class*=col-]:not(:first-child) h2,
.tiles>[class*=col-]:not(:first-child) h3,
.tiles>[class*=col-]:not(:first-child) h4,
.tiles>[class*=col-]:not(:first-child) h5,
.tiles>[class*=col-]:not(:first-child) h6 {
    margin-top: 0
}

.tiles>[class*=col-] .swiper-slide {
    border-color: transparent
}

.tiles>[class*=col-] a {
    color: #fff
}

.tiles>[class*=col-]+[class*=col-],
.tiles>[class*=col-]+[class*=col-]+[class*=col-] {
    background: #fff;
    color: #000;
    border: 1px solid #e7e7e7
}

@media screen and (max-width:767px) {

    .tiles>[class*=col-]+[class*=col-],
    .tiles>[class*=col-]+[class*=col-]+[class*=col-] {
        border-top-width: 0
    }
}

.tiles>[class*=col-]+[class*=col-]+[class*=col-]+[class*=col-] {
    background: #5d6164
}

#mapWrap {
    margin-bottom: 25px
}

#mapWrap #google_map,
#mapWrap #map_canvas {
    height: 400px;
    width: 100%
}

#mapWrap #google_map .content {
    color: #000;
    padding: 0 !important;
    width: 400px
}

#mapWrap #google_map #content h3 {
    font-weight: 700
}

#mapWrap #google_map #content h3,
#mapWrap #google_map .content .adress {
    color: #000 !important;
    font-size: 90%
}

@media screen and (max-width:991px) {
    .pp_pic_holder {
        width: 100% !important;
        left: 0 !important;
        overflow: hidden
    }

    .pp_pic_holder .pp_content_container .pp_left {
        padding-left: 0 !important
    }

    .pp_pic_holder .pp_content_container .pp_right {
        padding-right: 0 !important
    }

    .pp_content {
        width: 100% !important;
        height: auto !important
    }

    .pp_fade {
        width: 100% !important;
        height: 100% !important
    }

    .pp_bottom,
    .pp_gallery,
    .pp_hoverContainer,
    .pp_top,
    a.pp_contract,
    a.pp_expand {
        display: none !important
    }

    #pp_full_res {
        text-align: center
    }

    #pp_full_res img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important
    }

    .pp_details {
        width: 100% !important;
        padding: 20px;
        background-color: #fff;
        margin-top: -2px !important
    }

    a.pp_close {
        right: 10px !important;
        top: 10px !important
    }
}

.price-table-wrapper {
    font-size: 13px;
    position: relative;
    margin: 40px auto 0;
    background: #fff;
    color: #000
}

.price-table {
    width: 100%
}

.price-table .wrapper-column {
    float: left;
    margin-left: -1px;
    z-index: 1;
    text-align: center;
    font-size: 12px
}

.price-table .wrapper-column .column {
    border: 1px solid #f2f2f2
}

.price-table .top {
    z-index: 10;
    margin-top: -25px;
    box-shadow: 0 0 5px #e3e3e3;
    border-top: 3px solid #f30c21
}

.price-table .top .column {
    min-height: 300px;
    border-bottom: 3px solid #f30c21
}

.price-table .wrapper-column .wrapper {
    padding: 15px
}

.price-table .wrapper-column .Ttitle {
    font-size: 17px;
    font-weight: 600
}

.price-table .wrapper-column .price {
    font-size: 24px;
    font-weight: 700;
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

.price-table .top .price {
    color: #fff;
    background: #f30c21
}

.price-table .wrapper-column .text p {
    line-height: 18px
}

@media screen and (min-width:992px) {
    .price-table .wrapper-column .column {
        min-height: 250px
    }

    .price-table .wrapper-column .text {
        min-height: 400px
    }
}

.empty-page .page-not-found-title {
    font-size: 30px
}

.empty-page .page-not-found-btn {
    padding-left: 30px;
    padding-right: 30px
}

.pointer-block {
    position: absolute;
    z-index: 10
}

.pointer {
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    background-color: #f41647;
    border-radius: 50%;
    box-shadow: 0 0 17px rgba(44, 44, 44, .32);
    transition: .3s ease-in-out
}

.pointer:focus,
.pointer:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ef0b3e;
    box-shadow: none
}

@media screen and (max-width:991px) {
    .pointer {
        display: none
    }
}

.pointer>svg:first-child {
    font-size: 13px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    overflow: hidden;
    margin-left: 45px;
    text-indent: 0;
    transition: margin .3s ease-in-out
}

.pointer:after,
.pointer>svg:first-child {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.pointer:after {
    width: 40px;
    height: 40px;
    content: "";
    left: 0;
    top: 0;
    display: inline-block;
    border: 4px solid #cd0a35;
    border-right-color: transparent;
    border-radius: 50%;
    transition: opacity .3s ease;
    -webkit-animation: 1.2s d infinite linear;
    animation: 1.2s d infinite linear
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes d {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.pointer.pointer-modal-loading:after {
    opacity: 1;
    visibility: visible
}

.pointer.pointer-modal-close {
    background: #fff;
    color: #000 !important;
    text-indent: -50px;
    box-shadow: none;
    transition: .3s ease-in-out;
    z-index: 99
}

.pointer.pointer-modal-close:focus,
.pointer.pointer-modal-close:hover {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    box-shadow: none
}

.pointer.pointer-modal-close>svg:first-child {
    margin-left: 0;
    visibility: visible;
    opacity: 1
}

.pointer-modal {
    position: absolute;
    background: #fff;
    color: #000;
    z-index: 98;
    transition-delay: .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s cubic-bezier(.42, .41, .27, 1.35);
    padding: 30px 25px;
    box-shadow: 0 11px 22px rgba(44, 44, 44, .12);
    text-align: center
}

.pointer-modal-left,
.pointer-modal-right {
    top: 20px;
    min-width: 200px
}

.pointer-modal-bottom,
.pointer-modal-top {
    left: 20px;
    min-width: 350px
}

.pointer-modal-left {
    left: 20px;
    -webkit-transform: translate(-100%, -50%) scale(0);
    transform: translate(-100%, -50%) scale(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.pointer-modal-right {
    left: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.pointer-modal-bottom {
    top: 20px;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.pointer-modal-top {
    top: 20px;
    -webkit-transform: translate(-50%, -100%) scale(0);
    transform: translate(-50%, -100%) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.pointer-modal.opened {
    opacity: 1;
    transition-delay: .3s
}

.pointer-modal.opened.pointer-modal-left {
    -webkit-transform: translate(-100%, -50%) scale(1);
    transform: translate(-100%, -50%) scale(1)
}

.pointer-modal.opened.pointer-modal-right {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.pointer-modal.opened.pointer-modal-bottom {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

.pointer-modal.opened.pointer-modal-top {
    -webkit-transform: translate(-50%, -100%) scale(1);
    transform: translate(-50%, -100%) scale(1)
}

.pointers-panel {
    display: none;
    position: fixed;
    bottom: 0;
    right: 160px;
    padding: 14px 20px;
    background-color: #f41647;
    color: #fff;
    font-weight: 700;
    z-index: 15
}

@media screen and (max-width:991px) {
    .pointers-panel {
        display: none
    }
}

.pointers-panel:focus,
.pointers-panel:hover {
    color: #fff
}

.pointers-panel-shown {
    display: block
}

.pointers-panel-disabled {
    background-color: rgba(244, 22, 71, .5)
}

.flag {
    width: 24px;
    height: 24px;
    display: inline-block
}

.flag.cz {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAInSURBVHja1JYxixNBFMd/s7vZUw9NKisV5Aq/gXIIFn4Gr7FXGwux8FALFcT2sBIsFBtRG60s5SIYEpVTFPU4xMMc8cQTL8nuJtmdnXkWSc5EjJzHpvDB8JZhd377/vPmvVEiwjjNYcw2doACPGAbkMt4bQ10AArXbpYkbGnJ2oCCA0zOz3/k/uN3rH6PslZo0gE8M+FS+9Lg+q0yTyqfySKxetnpOQAmtbS0oR4lPHj0lhv3FmgEcRaAbhZpYwjbmqijiaylVF7m4tw8C++/ZgNIU0sQJjR7IzBCdaXO5bkitx++Qad2ywCvCzA0wphG+JssVrhz9yWV1zVmT0yzf09h0wBr7S+ATg2NoENzhO6V51WOL65x9tRhZo5O/XsEWhuqq03qzc6fX1Y5nLWQD6dn+WSXRi7q5vNd3XftJPH9wQhStHExdjg/BQXKZ0p/40qryMGkRmDdkQCzvt79zqQkOX94D6wo7ABAcEE5HGu/4lyrTEFiQpVDOX8VvutTgyg9LJFV7gZAlE/ehpyPnjGTLBIrhxYOiNmc/iZFGMwiYxBHSC2gfA4ly1yNihwwPwiU3zvZtlcbZcD36yVD88oKpvczXv8ciOegLJzslDjTfoEvhqbyQOzQrgz7Ec/WIHYwAuuyz9S5ZJ5yhCrtHduJUVtvFiKISTcAerqzxIWozG4bUlU5IM6sJyggD+wFChmX6jqw0u9oE325MrQUiNV/f6v4OQCj3YE05c4eVwAAAABJRU5ErkJggg==) 50% no-repeat
}

.flag.sk {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAJHSURBVHja1JY9T1RBFIafmTt3l4VVVkQMxYIaQYFCkcLEn2ChpbHyR5gYKyyMH42FtbGw0phoaWEoTExU/ArGLzQxJmCABITl7l12773zYQELS+MuZrfwdGdmcp6cN++cGeGco5UhaXG0HCAABbQBfpNrJ0BFAVlnzAqy+c0IIfZIoKOFCnVIQLXCSRs1laxJWgFAATghtm2WL18kPjiIn8/jtEbPz5P6+Z3MzVv/Bjh19h5HD+9jZbXChUGP02FIMj2NyufBGOKPn0gR8+jGY+7/qm+G3O42fswsbQG0MQRBRLCaEJc0rhSiRkfwuvaC0aj+PtyXKeJSRBDWBwgpWAuiGkBiKGrDqrFEZYMLi3jd3RBVcFqjenpwr4tE5ZjFZUnad3XsCfhyC5Akhtm5IkuFmKDT4ObnSMYvsXbmHKIUoiaekOrdT5AJmJmTpFN1JColtKXsFiBONInMYJCMvy3Td+Qk0wszvHjZTsYqjrtjjB0Y4Po3ga8c1v4doLVBixqA1hYTh9gwBiB4s8DtofOUFn6Dg1dDJ7j67CG291BDDrLWkegawET5DlkcrlKkutrVP8y13BB+yuNK7ivDnyf5sDjZ2IgoZwk9xcBmB7tyxIUCTqzPO2cMY0/v8mBkFCkE6vl7IhTC8xqcoIrYipqLpjUYg6uKKwQRPnLqHQ6IUul1cD3xqwBrsbZGImMMOIdsb99+ciOXO58TOGM2AYnTmuVKBRqUYCdvggA6gTyQa3LxAjBbfdHSVbmaGBqIxH//q/gzAMUGDSvIdi2pAAAAAElFTkSuQmCC) 50% no-repeat
}

.flag.en {
    background: url(/_static/img/en.png) 50% no-repeat
}

.flag.de {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAFpSURBVHja1JY9UsMwEIU/2TK/GX4aOgouwCEyuSoXoEuXs8DQEmPsAVu7WorYsWEMlVLwKnnW0tPbfeu1MzMOiYwD4+AEDvDACVAkPjsAnx5YrFarbZ7nyW+/Xq+vPXCeZRnL5TLp4ZvNBuDcA15EaNuWsiyxPm87TJ765TRuBm4fNjCHAy6vr9AYAbwHUFWapqFpmiS3L44KJAToC0wIgbquqes6CYH3HlUdCR7kiNP3QKxCGu/ngY9QcDcQmCixeiNW1d87vxfod+QOk25UoNJhZUV8q9I0l3PETkaCGITu6YVYlkkItKrR05OJgi6ABOgLMzb5XE5sEv8lfxLQLh8JTAQ0ws67CSRETCY2vXlULhYGMdUnNFI1CveDgig7hZaIwSKmEwVm0ucvlQRlmGMTAg/ZWSICw2zs5GBReN3KjHtsZnz8dBMzztu/GxxwCdwCV4nHQQk8DxPteEhXQgjQun//V/E1AKhCtJ+oKKhxAAAAAElFTkSuQmCC) 50% no-repeat
}

.flag.pl {
    background: url(/_static/img/pl.png) 50% no-repeat
}

#diskuseVypis {
    overflow: hidden
}

#diskuseVypis .prispevek {
    padding: 20px 0;
    border-bottom: 1px solid #ddd
}

#diskuseVypis .prispevek:first-child {
    border-top: 0
}

#diskuseVypis .prispevek .prispevek-nadpisBase a {
    color: #f30c21
}

#diskuseVypis .prispevek .prispevek-nadpisBase span {
    margin-right: 3px
}

.prispevek-nadpisBase {
    font-weight: 700
}

.replyFormBtn .obal_sub .btn:first-child {
    margin-bottom: 10px
}

@media screen and (min-width:480px) and (max-width:991px) {
    .replyFormBtn .obal_sub .btn:first-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:991px) {
    .odpoved {
        text-align: left
    }

    .reakce {
        padding-left: 20px
    }
}

.well-shareButtons {
    padding: 12px 20px;
    text-align: center;
    position: relative
}

.well-shareButtons:after,
.well-shareButtons:before {
    display: table;
    content: " "
}

.well-shareButtons:after {
    clear: both
}

@media screen and (min-width:992px) {
    .well-shareButtons {
        padding: 20px
    }
}

@media screen and (min-width:768px) {
    .well-shareButtons .btn-share {
        float: right
    }
}

@media screen and (min-width:992px) {
    .well-shareButtons .btn-share {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (min-width:768px) {
    .shareButtons {
        margin-bottom: 0;
        margin-top: 20px;
        float: left
    }

    .shareButtons:after,
    .shareButtons:before {
        display: table;
        content: " "
    }

    .shareButtons:after {
        clear: both
    }
}

@media screen and (min-width:992px) {
    .shareButtons {
        margin-top: 7px
    }
}

.shareButtons li {
    display: inline-block;
    margin-left: 0
}

@media screen and (min-width:768px) {
    .shareButtons li {
        float: left
    }
}

.shareButtons li.title {
    margin-right: 10px;
    display: block;
    float: none;
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .shareButtons li.title {
        float: left;
        clear: none;
        margin-bottom: 0
    }
}

.shareButtons li a {
    display: block;
    text-decoration: none;
    margin-top: -7px
}

.shareButtons li a [class*=facebook] {
    color: #3b5998
}

.shareButtons li a [class*=twitter] {
    color: #00aced
}

.shareButtons li a [class*=google] {
    color: #dd4b39
}

.shareButtons li a:focus,
.shareButtons li a:hover {
    opacity: .8
}

.shareButtons li .form-group {
    margin-top: -1px;
    width: 125px;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .shareButtons li .form-group {
        width: 200px
    }
}

.dataTables_filter .shareButtons li .form-group input,
.dataTables_length .shareButtons li .form-group select,
.shareButtons li .form-group .dataTables_filter input,
.shareButtons li .form-group .dataTables_length select,
.shareButtons li .form-group .form-control {
    height: 30px
}

.categories-list-wrap {
    margin-top: 20px;
    padding: 10px 13.33333px 0;
    background-color: #f1f1f1
}

.categories-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.categories-list-item {
    display: block;
    box-shadow: 0 0 0 1px #e7e7e7;
    padding: 6.66667px 13.33333px;
    background: #fff;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
    margin-bottom: 13.33333px;
    transition: all .3s ease-out
}

.categories-list-item:focus,
.categories-list-item:hover {
    color: #f30c21;
    box-shadow: 0 0 0 2px #f30c21
}

.categories-list-item>span {
    min-height: 38px
}

.categories-list-img {
    width: 38px;
    max-width: none
}

.listWrapLine .moreWrap {
    padding-bottom: 15px
}

.lineList-item {
    width: 100%;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    display: table;
    margin-bottom: 10px
}

.lineList-title {
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0
}

.lineList-desc {
    font-size: 13px
}

.lineList-button,
.lineList-content,
.lineList-price {
    display: table-cell;
    padding: 10px 10px 10px 17px
}

.lineList-content {
    vertical-align: middle
}

.lineList-button,
.lineList-price {
    vertical-align: middle;
    width: 1px
}

.lineList-button {
    padding-right: 17px
}

.lineList-image {
    width: 99px;
    max-width: 99px;
    overflow: hidden;
    display: table-cell;
    background: #fff;
    margin-left: 5px
}

.lineList-image img {
    width: auto
}

@media screen and (max-width:767px) {
    .lineList-image {
        width: auto;
        max-width: 100%;
        display: block;
        text-align: center;
        margin-left: 0
    }

    .lineList-button,
    .lineList-content,
    .lineList-price {
        display: block;
        clear: both
    }

    .lineList-button .product-price,
    .lineList-content .product-price,
    .lineList-price .product-price {
        text-align: left
    }
}

.btn .ui-icon.left,
.more .ui-icon.left {
    margin-left: -5px;
    margin-right: 3px
}

.btn .ui-icon.right,
.more .ui-icon.right {
    margin-right: -5px
}

#loadMoreProducts .loader,
.listWrapLine .loader {
    height: 20px !important
}

.topcat-item {
    display: block;
    height: 73px
}

.topcat-images {
    float: left;
    width: 70px;
    height: 55px
}

@media screen and (max-width:767px) {
    .razeni-wrap .flexblock-item {
        display: block;
        text-align: center
    }
}

.razeni-filter-icons {
    margin: 5px 0 6.66667px
}

.barva {
    margin-top: 23px;
    border-top: 1px solid #e8e8e8;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 800
}

.barva .label,
.barva .progress-bar-label {
    text-transform: uppercase;
    color: #f30c21;
    padding-right: 14px;
    padding-left: 0;
    font-size: 14px
}

.barva .col {
    width: 13px;
    text-indent: -9999px;
    height: 13px;
    display: inline-block;
    margin-right: 3px;
    border: 1px solid #dddddd;
    vertical-align: middle;
    position: absolute;
    top: 44%;
    left: 41%
}

.barva.vypis {
    border-top: 0
}

.barva.vypis .col {
    position: static;
    margin-right: 0
}

.barva a {
    width: 63px;
    height: 80px;
    overflow: hidden;
    display: table;
    float: left;
    text-align: center;
    margin-right: 8px;
    position: relative;
    margin-top: 8px;
    padding: 3px;
    border: 1px solid #fff
}

.barva a span {
    display: table-cell;
    vertical-align: middle
}

.barva .active {
    cursor: default;
    border: 1px solid #dddddd
}

.barva a img {
    max-width: 50px;
    max-height: 50px
}

.barva .obr.active {
    border: 1px solid #dddddd
}

.edetail-color-variants {
    margin-bottom: 10px;
    border-radius: 50%
}

.edetail-color-variants>a {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    background-color: #fff;
    transition: .3s ease-in-out;
    margin-right: 6.66667px
}

.edetail-color-variants>a:last-child {
    margin-right: 0
}

.edetail-color-variants>a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.edetail-color-variants>a:hover img {
    max-height: 50px
}

.progress-bar-label {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    position: absolute;
    right: 0;
    top: 22px;
    line-height: 1.7
}

#porovnavacPanel {
    background-color: #2e9f09
}

.lastVisited-in {
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 20px 30px;
    border: 1px solid #e6e6e6
}

.lastVisited-item {
    border-right: 1px solid #e6e6e6;
    text-align: center
}

@media screen and (min-width:480px) and (max-width:991px) {

    .lastVisited-item:nth-child(3),
    .lastVisited-item:nth-child(4) {
        padding-top: 20px;
        border-bottom: 0
    }

    .lastVisited-item:nth-child(2),
    .lastVisited-item:nth-child(4) {
        border-right: 0
    }
}

@media screen and (max-width:480px) {
    .lastVisited-item {
        width: 100%;
        padding: 13.33333px;
        border-right: 0;
        border-bottom: 1px solid #e6e6e6
    }

    .lastVisited-item:first-child {
        padding-top: 0
    }

    .lastVisited-item:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    .lastVisited-item .lastVisited-img,
    .lastVisited-item .lastVisited-title {
        display: table-cell;
        vertical-align: middle
    }

    .lastVisited-item .lastVisited-img {
        max-width: 80px
    }

    .lastVisited-item .lastVisited-img img {
        height: auto
    }

    .lastVisited-item .lastVisited-title {
        text-align: left;
        padding-left: 10px
    }

    .lastVisited-item .lastVisited-title:after,
    .lastVisited-item .lastVisited-title:before {
        display: table;
        content: " "
    }

    .lastVisited-item .lastVisited-title:after {
        clear: both
    }
}

.side .lastVisited-item {
    width: 100%;
    padding: 13.33333px;
    border-right: 0;
    border-bottom: 1px solid #e6e6e6
}

.side .lastVisited-item:first-child {
    padding-top: 0
}

.side .lastVisited-item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.side .lastVisited-item .lastVisited-img,
.side .lastVisited-item .lastVisited-title {
    display: table-cell;
    vertical-align: middle
}

.side .lastVisited-item .lastVisited-img {
    max-width: 80px
}

.side .lastVisited-item .lastVisited-img img {
    height: auto
}

.side .lastVisited-item .lastVisited-title {
    text-align: left;
    padding-left: 10px
}

.side .lastVisited-item .lastVisited-title:after,
.side .lastVisited-item .lastVisited-title:before {
    display: table;
    content: " "
}

.side .lastVisited-item .lastVisited-title:after {
    clear: both
}

.lastVisited-inline {
    width: 100%;
    padding: 13.33333px;
    border-right: 0;
    border-bottom: 1px solid #e6e6e6
}

.lastVisited-inline:first-child {
    padding-top: 0
}

.lastVisited-inline:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.lastVisited-inline .lastVisited-img,
.lastVisited-inline .lastVisited-title {
    display: table-cell;
    vertical-align: middle
}

.lastVisited-inline .lastVisited-img {
    max-width: 80px
}

.lastVisited-inline .lastVisited-img img {
    height: auto
}

.lastVisited-inline .lastVisited-title {
    text-align: left;
    padding-left: 10px
}

.lastVisited-inline .lastVisited-title:after,
.lastVisited-inline .lastVisited-title:before {
    display: table;
    content: " "
}

.lastVisited-inline .lastVisited-title:after {
    clear: both
}

.lastVisited-img {
    display: table;
    margin-left: auto;
    margin-right: auto
}

.lastVisited-img img {
    height: 80px;
    width: auto
}

.lastVisited-title {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 15px
}

.lastVisited-title>a {
    text-decoration: none
}

.lastVisited-title>a:hover {
    color: #f30c21
}

.lastVisited-price .product-price-amount {
    font-size: 13px
}

@media screen and (max-width:480px) {
    .buyerpanel {
        margin-top: 6.66667px
    }
}

.buyerpanel-count {
    padding-left: 3px;
    padding-right: 3px;
    border-left: 0;
    border-right: 0
}

.buyerpanel-count,
.input-group .buyerpanel-count {
    width: 50px
}

.count-changer {
    font-family: Helvetica, Arial, sans-serif, 'Segoe UI Emoji';
    font-weight: 700;
    font-size: 14px
}

.count-changer,
.input-group .count-changer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 30px;
    border: 1px solid #e6e6e6
}

.count-changer:focus,
.input-group .count-changer:focus {
    border-color: #cbcbcb
}

.input-group .input-group-btn:first-child>.count-changer {
    border-right: 0
}

.input-group .input-group-btn:last-child>.count-changer {
    border-left: 0
}

.price .amount {
    text-decoration: none
}

.edetail-item .product-icos {
    position: absolute !important;
    top: 15px;
    right: 0;
    z-index: 1
}

.edetail-item .product-icos .label,
.edetail-item .product-icos .progress-bar-label {
    display: inline-block;
    margin-bottom: 1px
}

.edetail-item .wrap_nextprevios {
    float: right;
    margin-top: -45px
}

.edetail-price-label {
    font-size: 18px
}

.edetail-well {
    padding: 13.33333px 20px;
    padding: 10px
}

.edetail-well .btn-ico [class^=ai-] {
    position: relative;
    top: -2px
}

.compare-product+.socialButtons {
    margin-top: 13.33333px
}

.compare-product {
    text-align: right
}

@media screen and (max-width:480px) {
    .compare-product {
        text-align: left;
        margin-top: 10px
    }
}

.block_zvyraz_text .well-sep,
.product-variants-item .well-sep,
.topcat-item .well-sep,
.well .well-sep {
    margin: 10px 0
}

.producer-logo-sm {
    max-width: 150px
}

.product-variants {
    margin-bottom: 25px
}

.product-variants-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 6.66667px
}

@media screen and (max-width:480px) {
    .product-variants-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product-variants-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

@media screen and (max-width:480px) {
    .product-variants-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width:480px) {
    .product-variants-content>div+div {
        padding-left: 10px
    }
}

.product-variants-title-block {
    line-height: 1.4
}

@media screen and (max-width:480px) {
    .product-variants-title-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

.product-variants-title-block .kod_individual {
    font-weight: 300
}

.product-variants-title-block .dostupnost:first-letter {
    text-transform: uppercase
}

.product-variants-title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px
}

@media screen and (max-width:767px) {

    .product-variants-price,
    .product-varinats-count {
        padding-top: 6.66667px
    }
}

@media screen and (max-width:480px) {

    .product-variants-price,
    .product-varinats-count {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
}

@media screen and (min-width:480px) {
    .product-variants-price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100px;
        margin-left: auto;
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .product-variants-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product-variants-price>div {
        text-align: left
    }
}

.product-variants-price .product-price-amount {
    font-size: 20px
}

.product-varinats-count>div {
    display: table;
    margin-left: auto
}

.product-variants-cart {
    position: relative;
    padding-left: 0
}

@media screen and (min-width:480px) {
    .product-variants-cart {
        width: 80px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: auto;
        margin-right: 0
    }
}

@media screen and (min-width:480px) {
    .product-variants-cart button {
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        height: 100%;
        width: 100%;
        border: 0;
        max-width: 80px;
        font-size: 13px
    }

    .product-variants-cart button [class*=ai-] {
        margin: 0 auto 5px
    }
}

@media screen and (max-width:480px) {
    .product-variants-cart button {
        width: 100%
    }

    .product-variants-cart button>.ai {
        display: inline-block;
        position: relative;
        top: 4px;
        margin-right: 5px
    }
}

.upoutavka_darek {
    margin-top: 6.66667px;
    margin-bottom: 25px
}

.dar_submit {
    float: right;
    position: relative
}

p.dar_popisek_detail {
    padding: 5px 0 !important
}

.edetail-configurator .cena,
.edetail-configurator label {
    display: inline-block
}

.edetail-configurator .tit {
    font-weight: 800;
    font-family: Roboto, Helvetica, Arial, sans-serif, 'Segoe UI Emoji'
}

.edetail-configurator .cfgPopis {
    font-weight: 400
}

.edetail-configurator .cena {
    font-size: 13px;
    line-height: 1.9
}

.edetail-configurator .konfigurator_box {
    border: 1px solid #ddd;
    border-radius: 3px
}

.edetail-configurator .konfigurator_koupit {
    min-width: 65%;
    margin: 0 auto;
    text-transform: uppercase;
    white-space: normal
}

#config_summary_wrap {
    text-align: center;
    color: #000
}

#config_summary_wrap .konfigurator,
#config_summary_wrap .konfigurator .tit.panel-heading {
    background: #f1f1f1
}

#config_summary_wrap .konfigurator .tit.panel-heading {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    border-color: #ddd;
    margin-bottom: 6.66667px
}

#config_summary_wrap .polozky {
    text-align: left
}

#dalsi_varianty .licha:first-child td {
    border-top: 0
}

#dalsi_varianty tr {
    padding-bottom: 20px
}

.subproducts_table>tbody>tr>td {
    vertical-align: middle;
    padding: 19px 16px
}

.subproducts_table>tbody>tr>td:first-child {
    padding-left: 19px
}

.subproducts_table>tbody>tr>td:last-child {
    padding-right: 19px
}

.subproducts_table .title {
    line-height: 1.3
}

.subproducts_table .nohover .pic {
    border-top: 0;
    width: 83px;
    vertical-align: top !important;
    padding-right: 3px
}

.subproducts_table .nohover .pic img {
    width: 80px
}

.subproducts_table .cena {
    line-height: 1.4;
    padding-right: 5px
}

.subproducts_table .akce_kosik {
    width: 68px;
    padding-left: 5px
}

.subproducts_table .pocet_ks {
    width: 44px;
    height: 43px;
    float: left;
    text-align: center
}

@media screen and (min-width:480px) {
    .subproducts_table td {
        float: left
    }

    .subproducts_table .cena {
        clear: both
    }

    .subproducts_table .cena * {
        text-align: left
    }

    .subproducts_table .akce_kosik {
        float: right
    }

    .subproducts_table .akce_kosik,
    .subproducts_table .cena {
        border-top: 0
    }

    .subproducts_table .pic {
        display: none
    }
}

.vyrobci_list .item.fix {
    height: 90px;
    position: relative
}

.vyrobci_list .item.fix a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vyrobci_list .item.fix a:focus h4,
.vyrobci_list .item.fix a:hover h4 {
    text-decoration: none
}

.vyrobci_list .item.fix a h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-decoration: underline
}

.cartinfo {
    position: relative;
    width: 100%
}

.cartinfo-item {
    margin-bottom: 10px
}

.cartinfo-img-block {
    width: 90px;
    text-align: center;
    padding-right: 10px
}

.cartinfo-title-block {
    width: 230px
}

.cartinfo-quantity-block {
    min-width: 45px;
    font-size: 13px;
    font-weight: 400;
    color: #8a96a4;
    text-align: center
}

.cartinfo-price-block {
    text-align: right
}

.cartinfo-img {
    border: 1px solid #e6e6e6
}

.cartinfo-title>a {
    line-height: 1.4;
    text-decoration: none
}

.cartinfo-title>a:focus,
.cartinfo-title>a:hover {
    color: #2e9f09
}

.cartinfo-price {
    font-size: 14px;
    font-weight: 700
}

.cartinfo-bottom-left blockquote {
    margin-bottom: 0
}

.cartinfo-bottom-right {
    width: 170px;
    text-align: right
}

.cartinfo-summary {
    font-weight: 400
}

.cartinfo-count,
.favorites-count {
    position: absolute;
    right: 25px;
    bottom: 28px;
    background-color: #f30c21;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 5
}

@media screen and (min-width:768px) {
    .cartinfo:hover .cartinfo-content {
        display: block
    }
}

.table-cart {
    border-spacing: 0 10px;
    border-collapse: separate
}

.table-cart>thead>tr>th {
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6
}

.table-cart>thead>tr>th:first-child {
    border-left: 1px solid #e6e6e6
}

.table-cart>thead>tr>th:last-child {
    border-right: 1px solid #e6e6e6
}

.table-cart>tbody>tr>td,
.table-cart>tbody>tr>th {
    background: #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle
}

.table-cart>tbody>tr>td:first-child,
.table-cart>tbody>tr>th:first-child {
    border-left: 1px solid #e6e6e6
}

.table-cart .table-bg-pic {
    background: #fff;
    width: 87px
}

.dataTables_filter .table-cart .pocet_ks input,
.dataTables_length .table-cart .pocet_ks select,
.table-cart .pocet_ks .btn-bordered,
.table-cart .pocet_ks .dataTables_filter input,
.table-cart .pocet_ks .dataTables_length select,
.table-cart .pocet_ks .form-control {
    border-color: #cdcdcd;
    color: #555
}

.table-cart .pocet_ks .input-group {
    margin: 0 auto;
    width: 140px
}

.table-cart>tbody>.subitm {
    background: none !important
}

.table-cart>tbody>.subitm>td,
.table-cart>tbody>.subitm>td:first-child,
.table-cart>tbody>.subitm>th {
    background: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0
}

@media screen and (max-width:767px) {
    .table-cart tr .first {
        display: none
    }

    .table-cart .pocet_ks {
        width: auto
    }

    .table-cart .pocet_ks .input-group {
        display: inline-block;
        width: auto
    }

    .table-cart .pocet_ks .input-group .input-group-btn {
        display: none
    }

    .table-cart [class*=fs-] {
        font-size: 13px
    }

    .table-cart tbody>tr>td,
    .table-cart tbody>tr>th,
    .table-cart thead>tr>td,
    .table-cart thead>tr>th {
        padding-left: 0;
        padding-right: 5px
    }

    .table-cart thead>tr>.first+td,
    .table-cart thead>tr>.first+th {
        padding-left: 5px
    }

    .table-cart thead>tr>.first+th {
        border-left: 1px solid #e6e6e6
    }
}

@media screen and (max-width:480px) {
    .voucher>label {
        flex: 0 0 auto;
        margin-right: 0.5rem;
    }
}

.voucher-toggle {
    display: flex;
    justify-content: flex-start;
}

.checkbox-wrapper {
    display: inline-flex;
    align-items: center;
    margin: 0 0 1rem 0;
    font-weight: 400;
}

.checkbox-wrapper:hover {
    cursor: pointer;
}

.checkbox-wrapper .checkbox {
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    transition: all 0.2s ease-in;
    background-position: center center;
    background-size: 12px;
    background-repeat: no-repeat;
}

.checkbox-wrapper .checkbox:checked {
    background-color: #2e9f09;
    background-image: url('/_static/icons/check-white.svg');
}

.voucher.respFl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.voucher.respFl .has-success .hlp,
.voucher.respFl .has-error .hlp {
    position: absolute;
    right: 10px;
    top: 0;
}

.edit.voucher {
    max-width: 400px;
    text-align: left;
    margin: -20px 0 20px auto
}

.edit.voucher .btn {
    width: 118px
}

@media screen and (max-width:991px) {
    .edit.voucher {
        margin-left: 0
    }
}

@media screen and (max-width:767px) {
    .edit.voucher {
        max-width: none;
        width: 100%;
        margin-top: -30px
    }
}

.cartsummary {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 70px
}

.cartsummary-item:before {
    border-left: 40px solid #fff;
    margin-left: 2px;
    z-index: 1
}

.cartsummary-item:after,
.cartsummary-item:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%
}

.cartsummary-item:after {
    border-left: 40px solid #a5630d;
    z-index: 2
}

.cartsummary-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #efefef;
    padding-right: 0;
    position: relative;
    vertical-align: middle;
    padding-left: 15px;
    width: 25%;
    font-size: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700
}

.cartsummary-item:after {
    border-left-color: #efefef
}

.cartsummary-item [class^=ai-] {
    margin-top: -4px
}

.cartsummary-1st {
    width: 22%
}

.cartsummary-2nd {
    background: #dddddd
}

.cartsummary-2nd:after {
    border-left-color: #dddddd
}

.cartsummary-3rd {
    background: #cacaca
}

.cartsummary-3rd:after {
    border-left-color: #cacaca
}

.cartsummary-4th {
    vertical-align: middle;
    width: 28%;
    background: #2e9f09;
    color: #fff;
    font-size: 18px
}

.cartsummary-4th:after {
    display: none
}

@media screen and (min-width:992px) {

    .cartsummary-2nd,
    .cartsummary-3rd,
    .cartsummary-4th {
        padding-left: 53px
    }
}

@media screen and (max-width:1199px) {
    .cartsummary-item {
        display: block;
        width: auto
    }

    .cartsummary-4th {
        text-align: left;
        padding-left: 15px
    }

    .cartsummary-item {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.doruceni-heading,
.kontakt-heading,
.platba-heading {
    font-size: 26px;
    font-family: Roboto, Helvetica, Arial, sans-serif, 'Segoe UI Emoji'
}

.doruceni-heading-sub {
    margin-bottom: -15px
}

.doruceni-heading-sub,
.kontakt-heading-sub {
    font-size: 13px;
    font-family: Roboto, Helvetica, Arial, sans-serif, 'Segoe UI Emoji';
    margin-top: -6px
}

.doprava_platba .option {
    margin-bottom: 2px;
    min-height: 40px
}

.doprava_platba .option label {
    font-weight: 400
}

.doprava_platba .option .ai-male {
    font-size: 26px
}

.doprava_platba .option [type=checkbox],
.doprava_platba .option [type=radio] {
    margin-right: 5px
}

.doprava_platba .option .hlp {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    opacity: 1
}

.doprava_platba .option img {
    margin-right: 5px
}

.doprava_platba .doruceni .option img,
.doprava_platba .platba .option img {
    width: 100px !important;
    max-height: 35px
}

.showitms-more-icon {
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -2px
}

.not_available {
    display: none
}

#branch-widget-modal h4 {
    font-size: 26px
}

#branch-widget-modal label {
    color: #292929;
    font-weight: 700
}

#branch-widget-modal .logo {
    height: 54px;
    display: table;
    margin: 0 auto;
    width: 120px;
    background-size: 120px auto;
    background-repeat: no-repeat
}

@media screen and (max-width:767px) {
    #branch-widget-modal .logo {
        float: none;
        margin-bottom: 0
    }
}

/* #naPoste .d7 .logo {
    background-image: url(/_static/img/cp-balik-na-postu.png)
}

#naPoste .d9 .logo {
    background-image: url(/_static/img/dpd.png)
}

#naPoste .d10 .logo,
#naPoste .d14 .logo {
    background-image: url(/_static/img/ulozenka.png)
}

#naPoste .d11 .logo,
#naPoste .d15 .logo {
    background-image: url(/_static/img/zasilkovna.png)
}

#naPoste .d16 .logo {
    background-image: url(/_static/img/geis-point.png)
}

#naPoste .d17 .logo {
    background-image: url(/_static/img/ppl.png)
}

#naPoste .d20 .logo {
    background-image: url(/_static/img/heurekapoint.png)
}

#naPoste .d23 .logo {
    background-image: url(/_static/img/cp-balikovna.png)
} */

@media screen and (max-width:767px) {
    #branch-search-result {
        width: auto
    }

    #branch-search-result .table-responsive {
        border: 0
    }

    #branch-search-result .table .openingTime,
    #branch-search-result .table>tbody th,
    #branch-search-result .table>thead tr th {
        display: none
    }

    #branch-search-result .table>tbody>tr>td {
        white-space: normal;
        font-size: 11px
    }

    #branch-search-result .table>tbody>tr>td .hlp {
        display: none;
    }

    #branch-search-result .table>tbody>tr>td:first-child {
        padding-left: 10px
    }

    #branch-search-result .table>tbody>tr>td:last-child {
        padding-right: 10px;
        text-align: right;
    }

    #branch-search-result .table>tbody>tr:last-child>td {
        border-bottom: 1px solid #ddd
    }

    #branch-search-result .table>tbody>tr>td .btn {
        padding: 1px 5px;
        font-size: 13px;
        line-height: 1.4;
        border-radius: 3px
    }
}

#registrovat .zipy {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    height: 26px;
    line-height: 26px
}

#registrovat h4 {
    font-family: Roboto, Helvetica, Arial, sans-serif, 'Segoe UI Emoji';
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.kosik_kontakt {
    text-align: right
}

.kosik_kontakt span {
    font-size: 14px;
    display: block;
    float: right;
    font-weight: 700
}

.kosik_kontakt {
    color: #f30c21;
    font-size: 13px;
    font-family: Roboto, Helvetica, Arial, sans-serif, 'Segoe UI Emoji';
    font-weight: 700
}

.kosik_kontakt span {
    font-size: 13px
}

.favorites-box {
    text-align: center;
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .favorites-box {
        position: absolute;
        top: 0;
        right: 15px
    }
}

.favorites-box .btn .icon {
    font-size: 20px
}

.favorites-box .btn .icon,
.favorites-box .btn .text {
    display: inline-block;
    float: left
}

.favorites-box .box-left {
    font-size: 15px;
    margin-bottom: 15px
}

.favorites-box .box-left p {
    margin: 0;
    color: #000
}

@media screen and (min-width:768px) {
    .favorites-box .box-left {
        width: 320px;
        padding-right: 15px;
        float: left
    }

    .favorites-box .box-left p {
        text-align: left
    }
}

@media screen and (min-width:768px) {
    .favorites-box .box-right {
        float: left
    }
}

.cart-form label {
    font-weight: 400;
    margin-bottom: 0
}

.cart-form .form-group {
    position: relative;
    margin-bottom: 10px
}

.cart-form .dataTables_filter input,
.cart-form .dataTables_length select,
.cart-form .form-control,
.dataTables_filter .cart-form input,
.dataTables_length .cart-form select {
    min-height: 44px;
    background-color: #f3f3f4;
    border: 1px solid #dddddd;
    box-shadow: none
}

.cart-form .dataTables_filter input[readonly],
.cart-form .dataTables_length select[readonly],
.cart-form .form-control[readonly],
.dataTables_filter .cart-form input[readonly],
.dataTables_length .cart-form select[readonly] {
    opacity: .7;
    background-color: #d8d8dc
}

.cart-form .validInfo {
    position: absolute;
    bottom: 13px;
    top: auto;
    right: 20px;
    width: 16px;
    height: 16px
}

.cart-form .zipy>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000
}

.cart-form .zipy>a,
.cart-form .zipy>a:focus,
.cart-form .zipy>a:hover {
    text-decoration: none
}

.cart-form .zipy>a>.collapse-arrow {
    color: #000
}

.cart-form-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 21px;
    margin-right: 21px
}

@media screen and (max-width:767px) {
    .cart-form-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.cart-form-bottom .cart-form-control label,
.cart-form-bottom .cart-form-control label>a {
    color: #000
}

.cart-form-bottom .cart-form-control [type=checkbox] {
    margin-top: 0;
    width: 15px;
    height: 15px;
    background-color: #f3f3f4;
    border: 1px solid #dddddd;
    margin-right: 5px
}

.cart-form-bottom .cart-form-control,
.cart-form-bottom .cart-form-overview {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width:767px) {

    .cart-form-bottom .cart-form-control,
    .cart-form-bottom .cart-form-overview {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .cart-form-bottom .cart-form-control {
        width: 100%;
        text-align: right
    }
}

@media screen and (max-width:767px) {
    .cart-form-bottom .cart-form-overview {
        width: 100%
    }
}

.cart-form-bottom .cart-form-overview .kosik_kontakt {
    color: #000;
    font-size: 20px;
    line-height: 1.2
}

.cart-form-bottom .cart-form-overview .kosik_kontakt>a {
    color: #2e9f09;
    text-decoration: none
}

@media screen and (max-width:991px) {
    .cart-form-bottom .cart-form-overview .kosik_kontakt>a {
        display: block;
        width: 100%
    }
}

.cart-form-bottom .cart-form-overview .kosik_kontakt>a:focus,
.cart-form-bottom .cart-form-overview .kosik_kontakt>a:hover {
    color: #000
}

.cart-form-overview-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    margin-left: auto;
    font-weight: 700
}

.cart-form-overview-row .cart-form-overview-label {
    width: 175px
}

.cart-form-overview-row .cart-form-overview-price {
    margin-left: auto;
    margin-right: 0;
    line-height: 1;
    text-align: right
}

.cart-form-overview-row .cart-form-overview-price:not(.summary) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-form-overview-row .cart-form-overview-price.sale {
    color: #2e9f09
}

.cart-form-overview-row .cart-form-overview-price.summary {
    color: #f30c21
}

.cart-form-overview-row .cart-form-overview-price.summary #total-price {
    white-space: nowrap;
}

.cart-form-overview-row .cart-form-overview-price.summary>.vat-off {
    font-size: 12px;
    color: #000;
    line-height: 1.3;
    font-weight: 400
}

.cart-form-overview-row-large {
    margin-top: 15px;
    font-size: 20px
}

.btn-cart-send {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 275px;
    font-size: 18px !important
}

@media screen and (max-width:767px) {
    .country-not-setted {
        overflow: hidden
    }
}

.country-not-setted .cart-content-inner {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    pointer-events: none
}

.cart-content {
    position: relative
}

.cart-country-modal {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 860px;
    background-color: #f7f7f7;
    box-shadow: 0 0 46px rgba(0, 0, 0, .23);
    z-index: 140;
    padding: 30px 50px
}

.cart-country-modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:480px) {
    .cart-country-modal {
        padding: 20px;
    }
}

@media screen and (max-width:991px) {
    .cart-country-modal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 500px
    }
}

@media screen and (max-width:767px) {
    .cart-country-modal {
        position: fixed;
        top: 105px;
        left: 50%;
        -webkit-transform: translateY(-50%, -50%);
        transform: translateY(-50%, -50%)
    }
}

.cart-country-modal.cart-country-fixed {
    position: fixed;
    top: 300px;
    left: 50%;
}

@media screen and (max-width:767px) {
    .cart-country-modal.cart-country-fixed {
        top: 70px
    }
}

.cart-country-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer
}

.cart-country-close:focus,
.cart-country-close:hover {
    color: #2e9f09
}

.cart-country-content {
    width: 330px;
    position: relative
}

@media screen and (min-width:1200px) {
    .cart-country-content:after {
        content: "";
        position: absolute;
        right: -30px;
        top: 75px;
        display: block;
        width: 97px;
        height: 41px;
        background-size: 100% 100%;
        background-image: url(/_static/img/arrow.png)
    }
}

@media screen and (max-width:1199px) {
    .cart-country-content .mt50 {
        margin-top: 0
    }
}

@media screen and (max-width:480px) {
    .cart-country-content {
        width: 100%
    }
}

.cart-country-content>h2 {
    margin-top: 0
}

.country-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 370px
}

@media screen and (max-width:480px) {
    .country-select {
        width: 100%
    }
}

.country-select-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 175px;
    background-color: #f3f3f3;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    padding: 30px 15px;
    font-size: 14px
}

.country-select-item.active {
    color: #fff;
    background-color: #2e9f09;
    border-color: #2e9f09
}

@media screen and (max-width:480px) {
    .country-select-item {
        font-size: 11px;
        width: calc(50% - 10px);
        padding: 15px 5px;
    }
}

.country-select-item .icon {
    height: 60px;
    font-size: 85px
}

.country-select-item .btn {
    width: 100px
}

.country-select-item .btn .ai {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 7px;
    font-size: 20px;
    height: 20px;
    margin-right: 0 !important;
}

@media screen and (max-width:480px) {
    .country-select-item .btn {
        width: auto
    }
}

.language-switch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

.title-point .language-switch {
    margin-left: auto;
    margin-right: 0
}

@media screen and (max-width:767px) {
    .title-point .language-switch {
        margin-top: 5px;
        width: 100%
    }

    .title-point .language-switch .flag {
        margin-left: 0
    }
}

.title-point .language-switch .flag {
    margin-right: 0
}

.language-switch>a {
    flex: 100%;
    color: #2e9f09 !important;
    text-decoration: underline !important;
    font-size: 13px;
}

@media (min-width:767px) {
    .language-switch>a {
        flex: 0 0 auto;
    }
}

.language-switch>a:focus .ai-sync,
.language-switch>a:hover .ai-sync {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.language-switch .ai-sync,
.language-switch .flag {
    margin-left: 10px;
    margin-right: 10px
}

@media (max-width:767px) {
    .language-switch .ai-sync {
        margin-left: 0 !important;
    }
}

.language-switch .ai-sync {
    font-size: 14px;
    transition: .3s ease
}

.free-transport-alert {
    margin-top: 15px;
    background-color: #d1e7ed;
    color: #25809b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #a1ccd8;
    padding: 10px 15px;
    line-height: 1.2;
    border-radius: 3px;
    font-size: 13px
}

.free-transport-alert .ai-transport-fill {
    font-size: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
    height: 30px
}

@media screen and (min-width:992px) {
    .cart-contact-col-offset {
        margin-top: 36px;
    }
}

.loader-block {
    position: relative
}

.loader-block:before {
    content: "";
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 1035;
    opacity: 1;
    border: 5px solid rgba(46, 159, 9, .4);
    border-left-color: #2e9f09;
    visibility: hidden;
    transition: opacity .3s linear, visibility 0s linear .3s
}

.loader-block.is-loading:before {
    visibility: visible;
    -webkit-animation: d 1.1s infinite linear;
    animation: d 1.1s infinite linear;
    transition: visibility 0s, opacity .3s linear
}

.loader-block.is-loading>* {
    pointer-events: none;
    opacity: .4
}

.alert.alert-processing {
    display: block;
    position: absolute;
    font-style: italic;
    padding-top: 9px;
    padding-bottom: 9px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

@media screen and (min-width:768px) {
    .alert.alert-processing {
        right: 320px
    }
}

@media screen and (max-width:767px) {
    .alert.alert-processing {
        max-width: 400px;
        right: 0;
        bottom: calc(-100% + 10px)
    }
}

.alert.alert-processing.visible {
    opacity: 1;
    visibility: visible
}

.alert.alert-processing>strong {
    display: block;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 5px
}

.alert.alert-processing:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0
}

@media screen and (min-width:768px) {
    .alert.alert-processing:before {
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #4c97af;
        right: -12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (max-width:767px) {
    .alert.alert-processing:before {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #4c97af;
        bottom: -12px;
        right: 20px
    }
}

.swiper-container--delivery {
    margin-bottom: 20px;
}

.swiper-container--delivery .swiper-slide {
    height: auto !important;
}

.delivery-date-cell {
    position: relative;
    height: 100%;
}

.delivery-date__day {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    margin: 6px 0;
    font-weight: 700;
}

.delivery-date__date,
.delivery-date__desc {
    position: relative;
    font-size: 13px;
}

.delivery-date__desc {
    opacity: 0.5;
}

.delivery-date__alert {
    position: relative;
    width: 100%;
    padding: 0 2px;
    margin-top: 6px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #ff1d18;
    border-radius: 10px;
}

.delivery-dates input[type=radio] {
    display: none
}

.delivery-dates input[type=radio]:checked+.delivery-date {
    border-color: #2e9f09;
    background: linear-gradient(0deg, rgba(0,100,0,1) 10%, rgba(5,156,5,1) 100%);
    color: #fff;
}

.delivery-dates input[type=radio]:checked+.delivery-date:focus,
.delivery-dates input[type=radio]:checked+.delivery-date:hover {
    background: linear-gradient(0deg, rgba(0,100,0,1) 10%, rgba(5,156,5,1) 100%);
}

.delivery-date.is-disabled {
    pointer-events: none;
    background: #ffffff;
}

.delivery-date.is-disabled > *:not(.delivery-date__alert) {
    opacity: 0.5;
}

.delivery-date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    padding: 10px 6px;
    background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 50%);
    cursor: pointer;
}

.delivery-date:focus,
.delivery-date:hover {
    border-color: #2e9f09;
    background: linear-gradient(0deg, rgba(0,100,0,1) 10%, rgba(5,156,5,1) 100%);
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    opacity: .85;
    transition: .3s ease-in-out
}

.swiper-button-next:focus,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-prev:hover {
    background-color: #2e9f09
}

.swiper-button-next>.icon,
.swiper-button-prev>.icon {
    position: absolute;
    top: 50%;
    font-size: 10px
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.swiper-button-next {
    right: -24px
}

.swiper-button-next>.icon {
    left: calc(50% - 9px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.swiper-button-prev {
    left: -24px
}

.swiper-button-prev>.icon {
    left: calc(50% + 9px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.swiper-pagination {
    background-color: #fff;
    border-radius: 20px;
    height: 25px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: auto !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    position: absolute;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #bbb
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background-color: #2e9f09
}

.footer {
    position: relative;
    padding: 20px;
    margin-left: -10px;
    margin-right: -10px
}

.footer>.row {
    position: relative;
    z-index: 2
}

.footer:after,
.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #181d22
}

.footer:before {
    background-position: 50%;
    background-size: cover;
    opacity: .5;
    z-index: 1
}

@media screen and (max-width:991px) {
    .footer:before {
        display: none
    }
}

@media screen and (max-width:767px) {
    .footer {
        margin-top: -30px
    }
}

.footer,
.footer .footer-title,
.footer a {
    color: #fff
}

.dataTables_filter .footer input,
.dataTables_length .footer select,
.footer .dataTables_filter input,
.footer .dataTables_length select,
.footer .form-control {
    border-color: hsla(0, 0%, 100%, .15)
}

.dataTables_filter .footer input::-moz-placeholder,
.dataTables_length .footer select::-moz-placeholder,
.footer .dataTables_filter input::-moz-placeholder,
.footer .dataTables_length select::-moz-placeholder,
.footer .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.dataTables_filter .footer input:-ms-input-placeholder,
.dataTables_length .footer select:-ms-input-placeholder,
.footer .dataTables_filter input:-ms-input-placeholder,
.footer .dataTables_length select:-ms-input-placeholder,
.footer .form-control:-ms-input-placeholder {
    color: #fff
}

.dataTables_filter .footer input::-webkit-input-placeholder,
.dataTables_length .footer select::-webkit-input-placeholder,
.footer .dataTables_filter input::-webkit-input-placeholder,
.footer .dataTables_length select::-webkit-input-placeholder,
.footer .form-control::-webkit-input-placeholder {
    color: #fff
}

.footer-text {
    color: #fff;
    opacity: .6
}

.footer-link {
    display: block;
    font-weight: 600;
    color: #2e9f09 !important;
    text-decoration: none
}

.footer-link:focus,
.footer-link:hover {
    color: #278708 !important
}

.footer-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .footer-title {
        margin-top: 30px
    }
}

.footer-list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: -3px
}

.footer-list>li {
    width: 50%;
    padding-right: 10px
}

.footer-list>li>a {
    display: block;
    opacity: .6;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px
}

.footer-list>li>a:focus,
.footer-list>li>a:hover {
    opacity: 1
}

.footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

@media screen and (min-width:480px) and (max-width:767px) {
    .footer-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

@media screen and (min-width:992px) {
    .footer-contact {
        white-space: nowrap
    }
}

.footer-contact>.icon {
    font-size: 60px;
    color: #777e89;
    margin-right: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 38px
}

@media screen and (min-width:480px) and (max-width:767px) {
    .footer-contact>.icon {
        margin-right: 0
    }
}

.footer-contact-content,
.footer-contact-content a {
    color: #f30c21;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none
}

@media screen and (max-width:767px) {

    .footer-contact-content,
    .footer-contact-content a {
        font-size: 20px
    }
}

.footer-contact-content>.small {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 400
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    position: relative;
    text-align: center;
    color: hsla(0, 0%, 100%, .7);
    line-height: 1.3;
    background-color: #111a22;
    margin-left: -10px;
    margin-right: -10px
}

@media screen and (max-width:991px) {
    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 80px
    }
}

@media screen and (min-width:992px) {
    .footer-author {
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute
    }
}

@media screen and (max-width:991px) {
    .footer-author {
        margin-top: 10px
    }
}

.footer-author img {
    width: 78px
}

.before-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding-left: 40px;
    padding-right: 40px;
    border-top: 1px solid #f2f2f2;
    margin-left: -10px;
    margin-right: -10px;
    background-color: #fff
}

@media screen and (max-width:1199px) {
    .before-footer {
        display: none
    }
}

.before-footer .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px
}

.before-footer .logos img+img {
    margin-left: 5px
}

.before-footer .electron,
.before-footer .mastercard,
.before-footer .visa {
    width: 32px
}

.before-footer .maestro {
    width: 25px
}

.before-footer .posta {
    width: 110px
}

.before-footer .gls {
    width: 65px
}

.before-footer .zasilkova {
    width: 95px
}

.before-footer .label-default.progress-bar-label,
.before-footer .label.label-default {
    background-color: #d9d9d9;
    color: #000;
    font-weight: 400
}

.before-footer-col:not(.heureka) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.before-footer-col:not(.heureka)+.before-footer-col {
    padding-left: 50px
}

.footer-heureka {
    position: relative;
    width: 60px;
    height: 60px
}

.heureka-count {
    position: absolute;
    top: 50%;
    right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e7c61f;
    border-radius: 50%;
    font-size: 13px
}

.side-banner a img {
    max-width: none;
    border: 1px solid #e6e6e6
}

.article-header {
    margin-bottom: 30px;
    margin-top: -7px
}

.article-subtitle {
    margin-bottom: 5px;
    color: gray
}

.clist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 15px
}

@media screen and (max-width:480px) {
    .clist-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.clist-image {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 160px;
    margin-right: 20px
}

.clist-image:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%
}

@media screen and (max-width:480px) {
    .clist-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.clist-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px
}

.clist-content {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.clist-title {
    margin-top: 0
}

.clist-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.clist-item-small,
.clist-more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clist-item-small {
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .clist-item-small {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.clist-item-small .clist-title {
    margin-bottom: 5px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 44px;
}

@media screen and (max-width:480px) {
    .clist-item-small .clist-title {
        font-size: 13px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media screen and (max-width:767px) {
    .clist-item-small .clist-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
}

@media screen and (min-width:480px) {
    .clist-item-small .clist-content {
        min-height: 120px
    }
}

.clist-item-small .clist-more {
    margin-top: 5px
}

body {
    background-color: #121a20;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.mainWrap>.page {
    position: absolute;
    top: 48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: calc(100% - 35px);
    background-color: transparent;
    border-radius: 3.2px;
    z-index: -1;
    box-shadow: 0px 10px 10px #000;
}

#content {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff
}

.content--fullheight {
    min-height: 100vh;
}

body:not(.home) #content {
    padding-top: 0
}

#content>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vypis_eshop .mainTitle {
    margin-top: 15px
}

.content-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.eshop-detail .sidebar-wrapper,
.eshop .sidebar-wrapper,
.hledani .sidebar-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media screen and (max-width:991px) {

    .eshop-detail .sidebar-wrapper,
    .eshop .sidebar-wrapper,
    .hledani .sidebar-wrapper {
        padding-right: 0
    }
}

@media screen and (max-width:767px) {
    .sidebar-wrapper {
        margin-bottom: 20px
    }
}

.clanky .sidebar {
    padding-top: 20px
}

@media screen and (min-width:768px) and (max-width:991px) {
    .sidebar:not(.sidebar-eshop) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sidebar:not(.sidebar-eshop).swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .sidebar:not(.sidebar-eshop).swiper-wrapper .swiper-slide {
        height: auto
    }

    .sidebar:not(.sidebar-eshop):not(.swiper-wrapper) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-top: -20px
    }

    .sidebar:not(.sidebar-eshop):not(.swiper-wrapper)>* {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 260px;
        flex: 1 0 260px;
        margin-left: 20px;
        margin-top: 20px
    }
}

@media screen and (min-width:768px) and (max-width:991px) and (min-width:560px) {
    .sidebar:not(.sidebar-eshop):not(.swiper-wrapper)>* {
        max-width: calc(50% - 20px)
    }
}

@media screen and (min-width:768px) and (max-width:991px) and (min-width:520px) {
    .sidebar:not(.sidebar-eshop):not(.swiper-wrapper)>* {
        min-width: calc(50% - 20px)
    }
}

.sidebar.sidebar-eshop {
    margin-left: -10px;
    background-color: #f2f2f2;
    height: auto
}

.sidebar.sidebar-eshop .inner-wrapper-sticky {
    background-color: #f2f2f2;
}

.sidebar.sidebar-eshop .sidebar-eshop {
    margin-left: 0
}

.side-block {
    border-radius: 3px
}

.side-block+.side-block {
    margin-top: 20px
}

@media screen and (max-width:991px) {
    .side-block.block {
        height: 100%
    }
}

.side-block-bordered {
    border: 1px solid #ccc;
    padding: 20px
}

.side-block-bordered>h3 {
    margin-top: 0
}

.side-newsletter {
    border-radius: 3px
}

.side-newsletter .input-group .input-group-btn {
    vertical-align: bottom;
}

@media screen and (max-width:991px) {
    .side-newsletter {
        margin-top: 20px
    }
}

.side-banner {
    position: relative;
    margin-top: 20px;
    max-width: 300px;
}

@media screen and (max-width:991px) {
    .side-banner {
        text-align: center
    }
}

.sidebar-button.btn,
.sidebar-button>.btn {
    height: 45px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    border-radius: 0
}

.sidebar-button.btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.to-top {
    position: fixed;
    bottom: 120px;
    right: calc((100% - 1280px) / 2 - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background-color: #5d6164;
    opacity: 0;
    transition: .3s
}

.to-top.visible {
    opacity: 1
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .to-top {
        right: calc((100% - 960px) / 2 - 50px)
    }
}

@media screen and (max-width:991px) {
    .to-top {
        display: none
    }
}

.to-top .ai {
    position: relative;
    top: -1px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.to-top:focus,
.to-top:hover {
    background-color: #56595c;
    color: #fff
}

.banner {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
    max-height: 107px;
    max-width: 1035px;
}

.breadcrumb+.banner {
    margin-top: 20px;
}

.banner img {
    background: #eee;
    min-height: 100px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .banner {
        display: none
    }
}

.overlaybanner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, .85)
}

.banner:hover .overlaybanner {
    opacity: 1
}

.textbanner {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 0 0 9px #000
}

#showeditems::-webkit-scrollbar {
    width: 6px
}

#showeditems::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5
}

#showeditems::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: hsla(0, 0%, 89%, .8)
}

.padding20.pb0 {
    background: linear-gradient(#f1f1f1, #fff);
    padding-top: 70px
}

@media (max-width:767px) {
    .padding20.pb0 {
        display: none
    }

    .sidebar-wrapper {
        margin-bottom: 0
    }
}

@media (max-width:1279px) and (min-width:1200px) {
    body .container {
        width: 1200px
    }
}

.dataTables_filter input,
.dataTables_length select,
.form-control {
    box-shadow: inset 0 0 0 1px #e6e6e6;
    border-color: #e6e6e6;
    overflow: hidden
}

.dataTables_filter .input-group-lg>input,
.dataTables_length .input-group-lg>select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-btn>form-control.btn,
.input-group-lg>form-control.form-control,
.input-group-lg>form-control.input-group-addon,
form-control.input-lg {
    font-size: 12px
}

.dataTables_filter .edetail-scroll-tab-content input,
.dataTables_length .edetail-scroll-tab-content select,
.edetail-scroll-tab-content .dataTables_filter input,
.edetail-scroll-tab-content .dataTables_length select,
.edetail-scroll-tab-content .form-control {
    background-color: #fff;
    box-shadow: none
}

.dataTables_filter .edetail-scroll-tab-content .has-error input,
.dataTables_length .edetail-scroll-tab-content .has-error select,
.edetail-scroll-tab-content .has-error .dataTables_filter input,
.edetail-scroll-tab-content .has-error .dataTables_length select,
.edetail-scroll-tab-content .has-error .form-control {
    background-color: #fff6f6
}

.control-label {
    font-weight: 400
}

.edetail-scroll-tab-content .control-label {
    opacity: .6;
    margin-bottom: 0
}

.edetail-scroll-tab-content .has-error .control-label {
    opacity: 1
}

.text-danger.help-block {
    color: #fd1b43
}

.btn-primary {
    background-color: #f30c21
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #c20a1a;
    border-color: transparent
}

.btn-primary svg {
    text-shadow: 0 1px 1px #ad1111
}

.btn-secondary {
    background-color: #2e9f09
}

.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #268208;
    text-shadow: 0 1px 0 #116f11;
    border-bottom: 2px solid #116f11
}

.btn-secondary svg {
    text-shadow: 0 1px 0 #116f11
}

.btn--plain {
    padding: 0;
    background-color: transparent;
}

.btn--plain:hover {
    background-color: transparent;
}

.btn.instockbutton,
.btn.ontheway {
    font-weight: 400;
    padding-right: 9px;
    padding-left: 9px;
    height: 35px;
    text-align: center;
    width: auto;
    font-weight: 700
}

.btn.instockbutton svg,
.btn.ontheway svg {
    margin-right: 3px;
    margin-top: -2px
}

.btn.ontheway {
    background-color: #c7b906;
    border-bottom: 2px solid #ada105
}

.btn.ontheway:focus,
.btn.ontheway:hover {
    background-color: #ada105
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 3.23077px 3.23077px 0 0
}

@media screen and (max-width:767px) {
    .navbar-header {
        background: #fff;
        background-position: 100% 0
    }

    .navbar-header .searchform-field {
        background-color: #fff
    }
}

@media screen and (min-width:768px) {
    .navbar-header {
        overflow: hidden
    }
}

@media screen and (max-width:767px) {
    .navbar-header {
        border-radius: 0
    }
}

@media screen and (max-width:991px) {
    .container>.navbar-header {
        margin-left: 0;
        margin-right: 0
    }
}

.navbar-header .navbar-search {
    margin-top: 0;
    margin-bottom: 0
}

@media screen and (min-width:768px) and (max-width:991px) {
    .navbar-header .navbar-search {
        margin-top: -20px
    }
}

@media screen and (max-width:767px) {

    .navbar-header,
    .navbar-header .navbar-brand {
        height: 70px
    }
}

@media screen and (max-width:767px) {
    .navbar-header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5)
    }
}

header .container {
    padding-left: 0;
    padding-right: 0
}

.navbar-header-components {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media screen and (min-width:1200px) {
    .navbar-header-components {
        background-repeat: no-repeat;
        background-position: 100% 0
    }
}

@media screen and (max-width:991px) {
    .navbar-header-components {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width:992px) {
    .navbar-brand {
        margin-left: 20px
    }
}

@media screen and (max-width:991px) {
    .navbar-brand {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media screen and (max-width:767px) {
    .navbar-brand {
        margin-right: 0
    }

    .navbar-header .navbar-brand {
        margin-left: 0
    }
}

.navbar-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 315px;
    margin-left: 25px
}

@media screen and (max-width:1199px) {
    .navbar-search {
        width: 280px;
        margin-left: 5px
    }
}

@media screen and (max-width:991px) {
    .navbar-search {
        width: 240px;
        margin-left: 10px
    }
}

@media screen and (max-width:767px) {
    .navbar-search {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 0;
        margin-right: 0;
        padding-left: 10%
    }
}

@media screen and (max-width:600px) {
    .navbar-search {
        display: none
    }
}

.navbar-search .input-group {
    width: 100%
}

@media screen and (max-width:480px) {
    .navbar-search .input-group .btn {
        width: 38px;
        height: 38px;
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-search .input-group .btn .icon {
    font-size: 16px
}

@media screen and (min-width:768px) {
    .navbar-search .input-group .btn .icon {
        display: none
    }
}

@media screen and (max-width:480px) {
    .navbar-search .input-group .btn .text {
        display: none
    }
}

@media screen and (max-width:767px) {

    .dataTables_filter .navbar-search .input-group input,
    .dataTables_length .navbar-search .input-group select,
    .navbar-search .input-group .btn,
    .navbar-search .input-group .dataTables_filter input,
    .navbar-search .input-group .dataTables_length select,
    .navbar-search .input-group .form-control {
        height: 34px
    }

    .navbar-search .input-group .btn {
        position: relative;
        left: 1px;
        border: 0;
        /* border-radius: 3px 0 0 3px */
    }
}

.navbar-seo-text {
    text-transform: uppercase;
    font-weight: 900;
    color: #2e9f09;
    font-size: 13px;
    margin-top: 5px
}

@media screen and (max-width:1023px) {
    .navbar-seo-text {
        display: none
    }
}

.navbar-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    /* margin-left: 10px */
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .navbar-list {
        margin-left: 30px
    }
}

@media screen and (max-width:991px) {
    .navbar-list {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .navbar-list {
        position: absolute;
        top: 65px;
        left: 0;
    }
}

@media screen and (max-width:767px) {
    .navbar-list {
        display: none
    }
}

.navbar-list>li:last-child {
    border-right: none;
    padding-right: 0
}

.navbar-list>li {
    line-height: .9
}

@media screen and (max-width:991px) {
    .navbar-list>li {
        line-height: 1.1;
        border-right: 1px solid #ddd;
        padding-right: 8px
    }
}

@media screen and (max-width:991px) {
    .navbar-list>li+li {
        margin-left: 7px
    }
}

.navbar-list>li>a,
.navbar-list>li>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #000
}

@media screen and (min-width:768px) and (max-width:991px) {

    .navbar-list>li>a,
    .navbar-list>li>span {
        font-size: 11px
    }
}

.navbar-list>li>a.active,
.navbar-list>li>a:focus,
.navbar-list>li>a:hover,
.navbar-list>li>span.active,
.navbar-list>li>span:focus,
.navbar-list>li>span:hover {
    color: #f30c21
}

.navbar-list>li>a.active:before,
.navbar-list>li>a:focus:before,
.navbar-list>li>a:hover:before,
.navbar-list>li>span.active:before,
.navbar-list>li>span:focus:before,
.navbar-list>li>span:hover:before {
    background-color: #f30c21
}

.navbar-list>li>a:before,
.navbar-list>li>span:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 7px;
    background-color: #5d6164
}

@media screen and (max-width:991px) {

    .navbar-list>li>a:before,
    .navbar-list>li>span:before {
        display: none
    }
}

.navbar-toggle-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px
}

@media screen and (max-width:767px) {
    .navbar-toggle-btns {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* margin-right: 10px */
        height: auto;
    }

    /* .navbar-toggle-btns .navbar-toggle-btn:first-child>a {
		border-radius: 3px 0 0 3px
	}
	.navbar-toggle-btns .navbar-toggle-btn:last-child>a {
		border-radius: 0 3px 3px 0
	} */
}

.navbar-toggle-btn a {
    text-decoration: none
}

@media screen and (min-width:768px) {
    .navbar-toggle-btn {
        position: relative
    }
}

@media screen and (max-width:767px) {
    .navbar-toggle-btn {
        width: 38px;
        height: 38px
    }

    .navbar-toggle-btn.search>a {
        background-color: transparent;
        border: none;
        color: #5d6164;
    }

    .navbar-toggle-btn.search>a:hover {
        color: #2e9f09;
        background-color: transparent;
    }

    .navbar-toggle-btn.eshop>a {
        /* background-color: transparent; */
        color: #8B0000;
        border: 1px solid #8B0000;
    }

    .navbar-toggle-btn.eshop>a:hover {
        color: #8B0000;
        background: #fff;
        border-color: #8B0000;
        /* background-color: transparent; */
    }
}

.navbar-toggle-btn>a {
    border: 1px solid #5d6164;
}

@media (min-width: 767px) {
    .navbar-toggle-btn>a {
        border-color: #ff1d18;
    }

    .navbar-toggle-btn>a:hover {
        border-color: #c20a1a;
    }
}

.navbar-toggle-btn>a,
.navbar-toggle-btn>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    width: 100%;
    /* background-color: #fff; */
    color: #fff;
    text-decoration: none;
    transition: .3s ease-in-out;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
}

@media screen and (min-width:768px) {

    .navbar-toggle-btn>a,
    .navbar-toggle-btn>span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.navbar-toggle-btn>a>.text,
.navbar-toggle-btn>span>.text {
    line-height: 1.4;
}

@media (min-width: 768px) {

    .nocount-mobile,
    .nocount-mobile {
        display: none;
    }
}

@media(max-width: 767px) {

    .nocount-desktop,
    .nocount-desktop {
        display: none;
    }
}

@media screen and (max-width:767px) {

    .navbar-toggle-btn.eshop>a>.text,
    .navbar-toggle-btn.eshop>span>.text {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #ff1d18;
        position: absolute;
        top: 2px;
        left: 2px;
        color: #ff1d18;
        font-size: 10px;
        font-weight: 600;
        background: #fff;
    }

    .navbar-toggle-btn.eshop>a>.text .count,
    .navbar-toggle-btn.eshop>span>.text .count {
        position: relative;
    }

    .navbar-toggle-btn.eshop>a>.text .count>span,
    .navbar-toggle-btn.eshop>span>.text .count>span {
        display: none;
    }

    .navbar-toggle-btn.eshop>a>.text strong,
    .navbar-toggle-btn.eshop>span>.text strong {
        display: none;
    }

    .navbar-toggle-btn>a>.text,
    .navbar-toggle-btn>span>.text {
        display: none
    }
}

.navbar-toggle-btn>a>.icon,
.navbar-toggle-btn>span>.icon {
    font-size: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 7px
}

@media screen and (max-width:767px) {

    .navbar-toggle-btn>a>.icon,
    .navbar-toggle-btn>span>.icon {
        /* font-size: 18px;
		height: 18px; */
        margin-bottom: 0
    }
}

.navbar-toggle-btn>a.active,
.navbar-toggle-btn>a:focus,
.navbar-toggle-btn>a:hover {
    background-color: #d8d8d8;
    color: #333
}

@media screen and (max-width:767px) {
    .navbar-toggle-btn.contact {
        display: none
    }
}

@media screen and (min-width:600px) {
    .navbar-toggle-btn.search {
        display: none
    }
}

.navbar-toggle-btn.search>[aria-expanded=true]>.ai-cancel {
    display: inline-block
}

.navbar-toggle-btn.search>[aria-expanded=false]>.ai-cancel,
.navbar-toggle-btn.search>[aria-expanded=true]>.ai-search {
    display: none
}

.navbar-toggle-btn.search>[aria-expanded=false]>.ai-search {
    display: inline-block
}

.navbar-toggle-btn-primary>a,
.navbar-toggle-btn-primary>span {
    background-color: #ff1d18;
    color: #fff
}

.navbar-toggle-btn-primary>a>.text a,
.navbar-toggle-btn-primary>span>.text a {
    color: #fff
}

.navbar-toggle-btn-primary>a.active,
.navbar-toggle-btn-primary>a:focus,
.navbar-toggle-btn-primary>a:hover {
    background-color: #c20a1a;
    color: #fff
}

.navbar-toggle-btn-secondary>a,
.navbar-toggle-btn-secondary>span {
    background-color: #2e9f09;
    color: #fff
}

.navbar-toggle-btn-secondary>a>.text a,
.navbar-toggle-btn-secondary>span>.text a {
    color: #fff
}

.navbar-toggle-btn-secondary>a.active,
.navbar-toggle-btn-secondary>a:focus,
.navbar-toggle-btn-secondary>a:hover {
    background-color: #206f06;
    color: #fff
}

.navbar-toggle-btn-tertiary>a,
.navbar-toggle-btn-tertiary>span {
    background-color: #252525;
    color: #fff
}

.navbar-toggle-btn-tertiary>a>.text a,
.navbar-toggle-btn-tertiary>span>.text a {
    color: #fff
}

.navbar-toggle-btn-tertiary>a.active,
.navbar-toggle-btn-tertiary>a:focus,
.navbar-toggle-btn-tertiary>a:hover {
    background-color: #44474a;
    color: #fff
}

@media screen and (max-width:480px) {
    .navbar {
        display: none
    }
}

.navbar-nav+.navbar-not-home {
    float: right;
    margin-left: -1px
}

@media screen and (min-width:992px) {
    .navbar-nav>li.has-submenu>a:after {
        top: 100%;
        -webkit-transform: translateY(-11px);
        transform: translateY(-11px);
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #066706;
        border-width: 11px;
        margin-left: -11px;
        z-index: -1;
        opacity: 0;
        transition: .3s ease-in-out
    }
}

.navbar-nav>li.has-submenu:hover>a:after {
    top: 100%;
    z-index: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.navbar-nav-submenu {
    background-color: transparent
}

.navbar-nav-submenu li a {
    color: #000
}

.navbar-nav-submenu li a.active,
.navbar-nav-submenu li a:focus,
.navbar-nav-submenu li a:hover {
    color: #2e9f09;
    background-color: transparent
}

.navbar-nav-submenu[data-level="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    padding: 0 30px 30px;
    padding-top: 30px;
    background-color: #fff;
    box-shadow: 0 14px 23px rgba(0, 0, 0, .35);
    border-bottom: 5px solid #2e9f09
}

.navbar-nav-submenu[data-level="2"]>li {
    width: 25%;
    padding: 0 10px
}

.navbar-nav-submenu[data-level="2"]>li>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    font-size: 13px
}

.navbar-nav-submenu[data-level="3"] {
    position: relative;
    left: 0;
    top: 0;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 2
}

.has-image .navbar-nav-submenu[data-level="3"]>li {
    margin-left: 50px
}

.navbar-nav-submenu[data-level="3"]>li>a {
    padding: 0;
    opacity: .8;
    font-size: 13px
}

.navbar-submenu-image {
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}

.navbar-dropdown .searchform-content .btn {
    height: 34px
}

.navbar-dropdown .searchform-content .btn .icon {
    font-size: 17px
}

.navbar-dropdown .searchform-content .btn .text {
    display: inline-block
}

@media screen and (min-width:768px) and (max-width:991px) {
    .navbar-header .navbar-brand {
        padding-top: 10px
    }
}

@media screen and (max-width:767px) {
    .navbar-brand .card-logo .front img {
        margin-left: 10px
    }
}

.list-pjt {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.list-pjt>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 1.2
}

.list-pjt>li+li {
    padding-top: 10px
}

.list-pjt>li:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #2e9f09;
    border-radius: 50%;
    margin-right: 14px
}

.list-pjt>li>a {
    color: #000
}

.list-pjt>li>a:focus,
.list-pjt>li>a:hover {
    color: #2e9f09
}

ul.list-categories {
    border-left: 1px solid #d4d8db
}

@media screen and (max-width:767px) {
    ul.list-categories {
        border-top: 1px solid #d4d8db
    }
}

.list-categories {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list-categories.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.list-categories.swiper-wrapper .swiper-slide {
    height: auto
}

.list-categories:not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-top: -4px
}

.list-categories:not(.swiper-wrapper)>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 235px;
    flex: 1 0 235px;
    margin-left: 4px;
    margin-top: 4px
}

@media (min-width:478px) {
    .list-categories:not(.swiper-wrapper)>* {
        max-width: calc(50% - 4px)
    }
}

@media (min-width:717px) {
    .list-categories:not(.swiper-wrapper)>* {
        max-width: calc(33.33333% - 4px)
    }
}

@media (min-width:705px) {
    .list-categories:not(.swiper-wrapper)>* {
        min-width: calc(33.33333% - 4px)
    }
}

.list-categories .kat-image {
    border: 3px solid #fff;
    background-position: 50%;
    margin-right: 10px;
    height: 46px;
    width: 46px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    text-decoration: none;
    margin-bottom: 1px;
    object-fit: contain;
}

.list-categories>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f2f2f2;
    border: 1px solid #d4d8db;
    border-top: 0;
    border-left: 0;
    color: #000;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    background-image: linear-gradient(90deg, #fff, #f2f2f2, #f2f2f2)
}

.list-categories>li>a:focus,
.list-categories>li>a:hover {
    color: #2e9f09;
    text-decoration: underline
}

.list-categories:not(.swiper-wrapper)>* {
    margin: 0
}

#doporucujeme .swiper-slide {
    margin-right: 0
}

.sub-categories > li:nth-child(-n+3) > a {
    border-top: 1px solid #d4d8db
}

@media screen and (max-width:767px) {
    .sub-categories > li:nth-child(-n+3) > a {
        border-top: 0
    }
}

.list-producers {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list-producers.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.list-producers.swiper-wrapper .swiper-slide {
    height: auto
}

.list-producers:not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px
}

.list-producers:not(.swiper-wrapper)>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 110px;
    flex: 1 0 110px;
    margin-left: 10px;
    margin-top: 10px
}

@media (min-width:240px) {
    .list-producers:not(.swiper-wrapper)>* {
        max-width: calc(50% - 10px)
    }
}

@media (min-width:360px) {
    .list-producers:not(.swiper-wrapper)>* {
        max-width: calc(33.33333% - 10px)
    }
}

@media (min-width:480px) {
    .list-producers:not(.swiper-wrapper)>* {
        max-width: calc(25% - 10px)
    }
}

@media (min-width:600px) {
    .list-producers:not(.swiper-wrapper)>* {
        max-width: calc(20% - 10px)
    }
}

@media (min-width:720px) {
    .list-producers:not(.swiper-wrapper)>* {
        max-width: calc(16.66667% - 10px)
    }
}

@media (min-width:840px) {
    .list-producers:not(.swiper-wrapper)>* {
        max-width: calc(14.28571% - 10px)
    }
}

@media (min-width:960px) {
    .list-producers:not(.swiper-wrapper)>* {
        max-width: calc(12.5% - 10px)
    }
}

@media (min-width:880px) {
    .list-producers:not(.swiper-wrapper)>* {
        min-width: calc(12.5% - 10px)
    }
}

.list-producers>li {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 75px;
    border-radius: 3px;
    border: 1px solid #d4d8db
}

.list-producers>li,
.list-producers>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-producers>li>a {
    line-height: 1.2;
    text-align: center;
    color: #000;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
}

.list-producers>li.active,
.list-producers>li:focus,
.list-producers>li:hover {
    border-color: #2e9f09
}

.list-producers>li.active>a,
.list-producers>li:focus>a,
.list-producers>li:hover>a {
    color: #2e9f09
}

.list-producers>li.active {
    font-weight: 600
}

.list-producers>li.disabled {
    pointer-events: none;
    opacity: .5
}

.list-producers:not(.is-toggled)>li.is-hidden {
    display: none
}

.producer-logo {
    display: block;
    margin-bottom: 5px;
    max-width: 75px;
    height: 45px
}

.producer-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 75px;
    height: 45px;
}

.producer-logo .lazyload-loader:before {
    content: "";
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    z-index: 1035;
    opacity: 1;
    border: 2px solid rgba(46, 159, 9, .4);
    border-left-color: #2e9f09;
    visibility: visible;
    -webkit-animation: d 1.1s infinite linear;
    animation: d 1.1s infinite linear;
    transition: visibility 0s, opacity .3s linear
}

.list-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    border-left: 1px solid #dddddd
}

.list-products.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.list-products.swiper-wrapper .swiper-slide {
    height: auto
}

.list-products:not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 0
}

.list-products:not(.swiper-wrapper)>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 280px;
    flex: 1 0 280px;
    margin-left: 0;
    margin-top: 0
}

@media (min-width:560px) {
    .list-products:not(.swiper-wrapper)>* {
        max-width: 50%
    }
}

@media (min-width:840px) {
    .list-products:not(.swiper-wrapper)>* {
        max-width: 33.33333%
    }
}

@media (min-width:1120px) {
    .list-products:not(.swiper-wrapper)>* {
        max-width: 25%;
        min-width: 25%
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .list-products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .list-products.swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .list-products.swiper-wrapper .swiper-slide {
        height: auto
    }

    .list-products:not(.swiper-wrapper) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-top: -20px
    }

    .list-products:not(.swiper-wrapper)>* {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 280px;
        flex: 1 0 280px;
        margin-left: 20px;
        margin-top: 20px
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .list-products {
        display: -ms-flexbox;
        display: flex
    }

    .list-products.swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .list-products.swiper-wrapper .swiper-slide {
        height: auto
    }

    .list-products:not(.swiper-wrapper) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-top: -20px
    }

    .list-products:not(.swiper-wrapper)>* {
        -ms-flex: 1 0 280px;
        flex: 1 0 280px;
        margin-left: 20px;
        margin-top: 20px
    }
}

@media screen and (min-width:768px) and (max-width:1199px) and (min-width:600px) {
    .list-products:not(.swiper-wrapper)>* {
        max-width: calc(50% - 20px)
    }
}

@media screen and (min-width:768px) and (max-width:1199px) and (min-width:560px) {
    .list-products:not(.swiper-wrapper)>* {
        min-width: calc(50% - 20px)
    }
}

.list-products>:last-child {
    margin-right: 0
}

.alignC.noPrint {
    margin-top: 20px
}

.list-products-small .list-products-small-item {
    margin-top: -1px
}

.boxlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.boxlist.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.boxlist.swiper-wrapper .swiper-slide {
    height: auto
}

.boxlist:not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px
}

.boxlist:not(.swiper-wrapper)>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 130px;
    flex: 1 0 130px;
    margin-left: 20px;
    margin-top: 20px
}

@media (min-width:300px) {
    .boxlist:not(.swiper-wrapper)>* {
        max-width: calc(50% - 20px)
    }
}

@media (min-width:260px) {
    .boxlist:not(.swiper-wrapper)>* {
        min-width: calc(50% - 20px)
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .boxlist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .boxlist.swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .boxlist.swiper-wrapper .swiper-slide {
        height: auto
    }

    .boxlist:not(.swiper-wrapper) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-top: -20px
    }

    .boxlist:not(.swiper-wrapper)>* {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 280px;
        flex: 1 0 280px;
        margin-left: 20px;
        margin-top: 20px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) and (min-width:600px) {
    .boxlist:not(.swiper-wrapper)>* {
        max-width: calc(50% - 20px)
    }
}

@media screen and (min-width:992px) and (max-width:1199px) and (min-width:300px) {
    .boxlist:not(.swiper-wrapper)>* {
        max-width: calc(100% - 20px)
    }
}

@media screen and (min-width:992px) and (max-width:1199px) and (min-width:280px) {
    .boxlist:not(.swiper-wrapper)>* {
        min-width: calc(100% - 20px)
    }
}

#doporucujeme .list-products {
    border-left: 0
}

#doporucujeme .list-products swiper-slide:first-child .product-card {
    border-left: 1px solid #dddddd
}

#doporucujeme .list-products .product-card {
    border-top: 1px solid #dddddd
}

li.producer-item {
    background-image: linear-gradient(180deg, #fff, #fff, #eaeaea)
}

/* #stred .bannerInList {
    display: block;
    width: calc(100% + 1px);
    max-width: 100%;
    margin-left: -1px;
    min-width: 100%;
    padding: 20px 0;
    background: #fff;
} */

/* #stred .bannerInList a:first-child img {
    width: 49.5%;
    margin-right: 1%
}

#stred .bannerInList a:nth-child(2) img {
    width: 49.5%
}

#stred .bannerInList a:hover img:first-child,
#stred .bannerInList a img:nth-child(2) {
    display: none
}

#stred .bannerInList a:hover img:nth-child(2) {
    display: inline-block
} */

/* @media (max-width:1199px) {
    #stred .bannerInList a:first-child img {
        width: 100%;
        margin-right: 0
    }

    #stred .bannerInList a:nth-child(2),
    #stred .bannerInList a:nth-child(2) img {
        display: none
    }
} */

@media (min-width:1120px) and (max-width:1279px) {
    .list-products:not(.swiper-wrapper)>* {
        max-width: 33.33333%;
        min-width: 33.33333%
    }
}

.list-products:not(.swiper-wrapper),
.list-products:not(.swiper-wrapper)>* {
    margin-left: 0;
    margin-top: 0
}

@media (max-width:1119px) {
    .list-products:not(.swiper-wrapper)>* {
        min-width: 50%
    }
}

.tip-na-produkt {
    display: block;
    color: #fff;
    vertical-align: middle
}

.tip-na-produkt .speech-bubble {
    position: relative;
    padding: 5px 3px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 30px
}

.tip-na-produkt .speech-bubble:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 0;
    margin-left: -5px;
    margin-bottom: -5px
}

.tip-na-produkt .tip-text {
    color: #fff;
    padding: 5px
}

.tip-na-produkt.pro-narocne {
    background: #dab905
}

.tip-na-produkt.pro-narocne .speech-bubble {
    background: #a58b03
}

.tip-na-produkt.pro-narocne .speech-bubble:after {
    border-top-color: #a58b03
}

.tip-na-produkt.lidovka {
    background: #31a0ef
}

.tip-na-produkt.lidovka .speech-bubble {
    background: #2481c3
}

.tip-na-produkt.lidovka .speech-bubble:after {
    border-top-color: #2481c3
}

.tip-na-produkt.zlata-stredni-cesta {
    background: #2fb73f
}

.tip-na-produkt.zlata-stredni-cesta .speech-bubble {
    background: #269633
}

.tip-na-produkt.zlata-stredni-cesta .speech-bubble:after {
    border-top-color: #269633
}

.kat.before p {
    margin: 0
}

.kat.before p:last-child {
    margin-bottom: 15px
}

.hledani .filter .filter-row:first-child {
    padding-top: 0
}

@media screen and (min-width:768px) {
    .filter.collapse {
        display: block !important
    }
}

@media screen and (max-width:991px) {
    .filter.collapse {
        padding-bottom: 15px
    }
}

.filter-row {
    padding: 0 20px;
    padding-top: 25px
}

.filter-row:first-child {
    padding-top: 0
}

.filter-row+.filter-row {
    margin-top: -5px
}

.filter-row>.filter-label {
    padding-top: 0
}

.filter-row:not(:first-child)>.filter-label {
    padding-top: 10px;
    border-top: 1px solid #ddd
}

.filter-label {
    display: block;
    font-weight: 700
}

.filter-value {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    color: #000;
    text-decoration: none;
    line-height: 1.1;
    padding: 4px 0
}

.filter-value:focus:not(.active):not(.disabled),
.filter-value:hover:not(.active):not(.disabled) {
    color: #2e9f09 !important
}

.filter-value:focus:not(.active):not(.disabled):before,
.filter-value:hover:not(.active):not(.disabled):before {
    background-color: #ccc
}

.filter-value.active {
    color: #2e9f09 !important
}

.filter-value.active:before {
    background-color: #2e9f09;
    border-color: #2e9f09
}

.filter-value.active .icon {
    opacity: 1;
    color: #fff
}

.filter-value.disabled:not(.active) {
    pointer-events: none;
    opacity: .3
}

.filter-value .icon {
    position: absolute;
    left: 3px;
    top: 8px;
    font-size: 8px;
    opacity: 0
}

.filter-value:before {
    content: "";
    position: relative;
    top: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-right: 15px;
    transition: .3s ease-in-out
}

.filter-more {
    color: #000;
    margin-left: 30px
}

.filter-more,
.filter-more[aria-expanded=true] .collapsed-text {
    display: block
}

.filter-more[aria-expanded=false] .collapsed-text,
.filter-more[aria-expanded=true] .collapse-text {
    display: none
}

.filter-more[aria-expanded=false] .collapse-text {
    display: block
}

.filtered-values-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.filtered-value-label {
    margin-right: 7px
}

.filtered-value {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    padding: 5px 10px;
    background-color: #f2f2f2;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    transition: .3s ease-in-out
}

.filtered-value+.filtered-value {
    margin-left: 5px
}

.filtered-value:focus,
.filtered-value:hover {
    opacity: .5;
    color: #000;
    text-decoration: none
}

.filtered-value .ai {
    font-size: 10px;
    color: #b8b8b8;
    margin-left: 10px
}

.filter-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f1f1f1;
    min-height: 35px;
    border: 1px solid #ddd;
    border-left: 0
}

@media screen and (max-width:480px) {
    .filter-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .filter-top>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

.filter-sort {
    position: relative;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    border-radius: 3px;
    z-index: 11
}

@media screen and (max-width:480px) {
    .filter-sort {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .filter-sort {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 33px;
        z-index: 11
    }

    .filter-sort.open {
        max-height: 500px
    }

    .filter-sort.open .active .icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .filter-sort.open>li:not(.active) {
        display: block
    }
}

.filter-sort>li {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center
}

@media screen and (max-width:767px) {
    .filter-sort>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: 33px;
    }

    .filter-sort>li:not(.active) {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        font-size: 12px;
    }
}

@media screen and (max-width:480px) {
    .filter-sort>li {
        text-align: center
    }

    .filter-sort>li>a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width:768px) {
    .filter-sort>li:not(.active) {
        -webkit-transform: none !important;
        transform: none !important
    }
}

.filter-sort>li>a {
    text-decoration: none;
    padding: 6px 20px;
    color: #000
}

.filter-sort>li>a:focus,
.filter-sort>li>a:hover {
    background-color: hsla(0, 0%, 100%, .6)
}

@media screen and (max-width:767px) {
    .filter-sort>li>a {
        height: 33px;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }

    .filter-sort>li>a.active {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        cursor: pointer
    }

    .filter-sort>li>a.active .icon {
        font-size: 10px;
        transition: .3s ease-in-out;
        margin-right: 4px
    }
}

.filter-sort>li.active>a {
    position: relative;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0
}

@media screen and (max-width:767px) {
    .filter-sort>li.active>a {
        border: 0;
        border-left: 1px solid #ddd
    }
}

.filter-sort>li.active>a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 10
}

.filter-loader {
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, .24);
    z-index: 1000;
    opacity: 0;
    visibility: hidden
}

.filter-loader.is-loading {
    opacity: 1;
    visibility: visible
}

.pagination {
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination>li.active>span,
.pagination>li.disabled>span,
.pagination>li a,
.pagination>li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: transparent;
    color: #000;
    font-weight: 700
}

.pagination>li.active>span>.icon,
.pagination>li.disabled>span>.icon,
.pagination>li a>.icon,
.pagination>li span>.icon {
    font-size: 10px
}

.pagination>li.active>span {
    border-color: #ccc;
    background-color: #f3f3f3
}

.pagination>li.active>span:focus,
.pagination>li.active>span:hover {
    color: #000;
    border-color: #ccc;
    background-color: #f3f3f3
}

.pagination>li.disabled>span {
    color: #ccc
}

.pagination>li.disabled>span:focus,
.pagination>li.disabled>span:hover {
    border-color: transparent;
    background-color: transparent;
    color: #ccc
}

.pagination>li.disabled>span,
.pagination>li a {
    border-color: transparent
}

.pagination>li a:focus,
.pagination>li a:hover {
    border-color: transparent;
    background-color: transparent;
    color: #f30c21
}

.pagination-right {
    display: table;
    margin-left: auto;
    margin-right: 0
}

@media screen and (min-width:768px) {
    .pagination-bottom {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .pagination-bottom {
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px
    }
}

.icon-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    color: #5d6164;
    font-weight: 700;
    line-height: 1.2
}

/*
.icon-text+.icon-text {
    margin-top: 5px
} */

.icon-text.icon-text-lg {
    font-size: 13px
}

.icon-text.icon-text-lg+.icon-text-lg {
    margin-top: 10px
}

.icon-text.icon-text-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.icon-text.icon-text-line > span {
    line-height: 18px;
}

.icon-text .icon-text-note {
    color: rgba(0, 0, 0, .6);
    font-weight: 400;
    display: block
}

.icon-text .icon {
    position: relative;
    top: 1px;
    font-size: 16px;
    margin-right: 7px;
    color: #5d6164
}

.icon-text-plain {
    color: #000;
    font-weight: 400
}

.icon-text-plain .icon {
    color: #b6b6b6;
}

.icon-text-gray {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0, 0, 0, .5)
}

.icon-text-gray .icon {
    color: rgba(0, 0, 0, .2);
    font-size: 25px
}

.icon-text-info,
.icon-text-info .icon {
    color: #0769CE;
}

.icon-text-success,
.icon-text-success .icon {
    color: #2e9f09
}

.icon-text-danger,
.icon-text-danger .icon {
    color: #f30c21
}

.icon-text-warning,
.icon-text-warning .icon {
    color: #f8ae20
}

.edetail-block .icon-text.icon-text-line.icon-text-plain {
    display: inline-block;
    font-size: 11pt;
    padding: 5px 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: black;
}

.edetail-block .icon-text.icon-text-line.icon-text-plain .icon {
    margin-right: 11px !important;
}

.toppanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: transparent;
    height: 35px;
    color: #fff
}

@media screen and (max-width:767px) {
    .toppanel {
        background: #ddd;
        color: gray;
        height: 25px
    }
}

.toppanel-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0
}

@media screen and (max-width:767px) {
    .toppanel-right {
        margin-left: 10px;
        margin-top: 5px;
        width: 100%;
        display: block
    }
}

.toppanel-link,
.toppanel-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 1
}

.toppanel-right .toppanel-link,
.toppanel-right .toppanel-text {
    margin-left: 20px
}

@media screen and (max-width:767px) {

    .toppanel-right .toppanel-link,
    .toppanel-right .toppanel-text {
        font-size: 11px;
        margin-left: 10px
    }
}

.toppanel-link>.icon,
.toppanel-text>.icon {
    font-size: 17px;
    margin-right: 10px
}

@media screen and (max-width:767px) {

    .toppanel-link>.icon,
    .toppanel-text>.icon {
        font-size: 13px;
        margin-right: 5px
    }
}

.toppanel-link {
    color: #fff;
    text-decoration: none
}

@media screen and (max-width:767px) {
    .toppanel-link {
        color: gray;
        font-size: 11px
    }
}

@media screen and (min-width:768px) {

    .toppanel-link-add.contact,
    .toppanel-link.contact {
        display: none
    }
}

@media screen and (max-width:991px) {
    .toppanel-text-storage {
        display: none
    }
}

.news-carousel {
    padding-bottom: 35px
}

.news-carousel .swiper-button-next,
.news-carousel .swiper-button-prev {
    top: 26%;
    opacity: .85
}

.news-carousel .swiper-button-next.swiper-button-disabled,
.news-carousel .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.news-carousel .swiper-pagination {
    bottom: 0
}

.news-carousel-item {
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-carousel-picture {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    position: relative
}

.news-carousel-picture:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%
}

.news-carousel-picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-carousel-controls {
    position: absolute
}

.news-carousel-controls:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%
}

.news-carousel-date {
    font-size: 12px;
    font-weight: 700;
    color: #5d6164
}

.news-carousel-content {
    padding: 15px 20px
}

.mainTitle {
    margin-top: 25px
}

@media screen and (max-width:767px) {
    .mainTitle {
        font-size: 20px;
        margin-bottom: 15px
    }
}

.title-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.title-link>[class^=link-] {
    margin-left: auto;
    margin-right: 0
}

.title-line-wrapper {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 22px
}

.title-line-wrapper .line {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    z-index: 1
}

.title-line {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    display: inline-block;
    z-index: 2;
    margin-top: 0;
    margin-bottom: 0
}

.title-point,
.title-point>.title-point-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.title-point>.title-point-number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #d4d4d4;
    color: #5d6164;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 13px
}

.title-point+p+.subtitle,
.title-point+p {
    margin-left: 48px;
    margin-top: -5px;
}

@media screen and (max-width:480px) {
    .title-point+p+.subtitle,
    .title-point+p {
        line-height: 1.2;
        margin-top: -5px;
        margin-left: 0
    }
}

.link-social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600
}

.link-social .icon {
    margin-right: 5px;
    font-size: 20px
}

.link-social-facebook {
    color: #3b5998 !important;
    text-decoration: underline !important
}

.link-social-facebook:focus,
.link-social-facebook:hover {
    color: #344e86
}

.link-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.link-arrow>.icon {
    margin-left: 7px;
    top: 2px;
    position: relative;
    font-size: 14px
}

.price,
.price-lg {
    display: inline-block;
    line-height: 1;
    margin-right: 20px
}

.price-lg .price-flag,
.price-lg .price-sale,
.price .price-flag,
.price .price-sale {
    width: 50%
}

.price-lg .price-sale,
.price .price-sale {
    position: relative;
    top: 4px;
    font-weight: 600;
    float: left;
    white-space: nowrap;
    letter-spacing: -.3px
}

.price-lg .price-flag,
.price .price-flag {
    float: right;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    font-size: 20px
}

.price-lg .price-summary,
.price .price-summary {
    font-weight: 700;
    color: #f30c21;
    letter-spacing: -.7px;
    white-space: nowrap;
}

.price-lg.sk .price-summary,
.price.sk .price-summary {
    color: #000
}

.price-lg .price-without-vat,
.price .price-without-vat {
    color: rgba(0, 0, 0, .5);
    letter-spacing: -.3px;
    font-weight: 600
}

.price .price-summary {
    font-size: 20px;
}

.price .price-sale,
.price .price-without-vat {
    font-size: 11px
}

.price .price-flag {
    font-size: 14px
}

.price-lg .price-summary {
    font-size: 30px
}

.price-lg .price-flag {
    float: none
}

.price-label {
    font-size: 10px
}

.price-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3
}

.price-sm+.price-sm {
    margin-top: 3px
}

.price-sm>.icon {
    font-size: 17px;
    margin-right: 10px
}

.price-sm.sk {
    color: #a0a0a0
}

.nav-producers {
    padding: 0;
    border: 0;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 0
}

.nav-producers>li>a {
    position: relative;
    display: block;
    padding: 10px 30px 10px 20px;
    background-color: #2a2a2a;
    color: #fff;
    border-bottom: 1px solid #323435 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3
}

.nav-producers>li>a.active,
.nav-producers>li>a:focus,
.nav-producers>li>a:hover {
    background-color: #222;
    color: #2e9f09;
    border-color: #2e9f09 !important
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tags .tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 25px;
    padding: 0 10px;
    background-color: #e7e7e8;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #000;
    text-decoration: none;
    border-radius: 3px
}

.tags .tag:focus,
.tags .tag:hover {
    background-color: #dfdfe1
}

.alert {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 20px;
    line-height: 1.3;
    flex-direction: column;
}

.alert>ul {
    width: 100%;
    display: block;
}

.alert.mb0 {
    margin-bottom: 0
}

.alert.alert-success {
    background-color: #23d160;
    color: #fff
}

.alert.alert-success .alert-link {
    color: #fff;
    text-decoration: underline
}

.alert.alert-info {
    background-color: #4c97af;
    color: #fff
}

.alert.alert-info .alert-link {
    color: #fff;
    text-decoration: underline
}

.alert.alert-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, .8)
}

.alert.alert-warning .alert-link {
    color: rgba(0, 0, 0, .8);
    text-decoration: underline
}

a.alert.alert-danger {
    background-color: #EC0707;
    color: #fff;
    border-color: #FF0000;
    font-size: 20px;
    margin: 0;
    position: relative;
    padding: 8px 20px;
    margin-left: 1rem;
    transition: var(--global-transition);
    text-decoration: none;
}

@media screen and (min-width: 1280px) {
    a.alert.alert-danger {
        top: -6px;
    }
}

a.alert.alert-danger:hover,
a.alert.alert-danger:focus {
    background-color: #FF0000;
    text-decoration: none;
}

.alert.alert-danger {
    background-color: #ff3860;
    color: #fff
}

.alert.alert-danger .alert-link {
    color: #fff;
    text-decoration: underline
}

.alert .icon {
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.count-picker {
    display: -ms-flexbox;
    display: flex;
    height: 34px;
}

.count-picker.count-picker-lg {
    height: 47px;
}

.count-picker>.form-control,
.dataTables_filter .count-picker>input,
.dataTables_length .count-picker>select {
    border-radius: 0;
    width: 52px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    border-width: 1px;
    box-shadow: none
}

.count-picker-btn {
    display: inline-block;
    width: 27px;
    text-align: center;
    padding: 0;
    background-color: #f3f3f3;
    font-weight: 700;
    font-size: 19px;
    line-height: 34px
}

.count-picker-btn-new {
    background-color: #eee;
    border: 1px solid #e6e6e6;
    line-height: 45px;
    display: inline-block;
    width: 27px;
    text-align: center;
    padding: 0;
    font-weight: 700;
    font-size: 19px;
    border-radius: 0;
    height: 45px;
}

.count-picker-btn-new.count-minus {
    border-radius: 4px 0 0 4px;
}

.count-picker-btn-new.count-plus {
    border-radius: 0 4px 4px 0;
}

.count-picker-lg .count-picker-btn {
    line-height: 47px
}

.count-picker-btn:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.count-picker-btn:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.count-picker-pcs {
    display: inline-block;
    line-height: 34px;
    margin-left: 10px
}

.count-picker-lg .count-picker-pcs {
    line-height: 47px
}

.block {
    padding: 8px 20px 30px
}

.block-tertiary {
    background-color: #363738;
}

.block-tertiary,
.block-tertiary .block-link,
.block-tertiary .block-title,
.block-tertiary .dataTables_filter input,
.block-tertiary .dataTables_length select,
.block-tertiary .form-control,
.dataTables_filter .block-tertiary input,
.dataTables_length .block-tertiary select {
    color: #fff
}

.block-tertiary .dataTables_filter input,
.block-tertiary .dataTables_length select,
.block-tertiary .form-control,
.dataTables_filter .block-tertiary input,
.dataTables_length .block-tertiary select {
    border-color: #737779;
    box-shadow: inset 0 0 0 1px #737779
}

.block-tertiary .dataTables_filter input::-moz-placeholder,
.block-tertiary .dataTables_length select::-moz-placeholder,
.block-tertiary .form-control::-moz-placeholder,
.dataTables_filter .block-tertiary input::-moz-placeholder,
.dataTables_length .block-tertiary select::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.block-tertiary .dataTables_filter input:-ms-input-placeholder,
.block-tertiary .dataTables_length select:-ms-input-placeholder,
.block-tertiary .form-control:-ms-input-placeholder,
.dataTables_filter .block-tertiary input:-ms-input-placeholder,
.dataTables_length .block-tertiary select:-ms-input-placeholder {
    color: #fff
}

.block-tertiary .dataTables_filter input::-webkit-input-placeholder,
.block-tertiary .dataTables_length select::-webkit-input-placeholder,
.block-tertiary .form-control::-webkit-input-placeholder,
.dataTables_filter .block-tertiary input::-webkit-input-placeholder,
.dataTables_length .block-tertiary select::-webkit-input-placeholder {
    color: #fff
}

.discuss-item:after,
.discuss-item:before {
    display: table;
    content: " "
}

.discuss-item:after {
    clear: both
}

.discuss-item+.discuss-item {
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
    padding-top: 20px
}

.discuss-item+.discuss-item-small {
    margin-top: 20px
}

.discuss-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700
}

.discuss-item-title>a {
    text-decoration: underline !important
}

.discuss-item-title>a:focus,
.discuss-item-title>a:hover {
    color: #2e9f09
}

.discuss-item-title>.icon {
    color: #2e9f09;
    margin-right: 7px;
    font-size: 17px
}

.discuss-item-date {
    font-size: 13px;
    margin-bottom: 10px
}

.discuss-item-question {
    margin-bottom: 10px
}

.discuss-item-question,
.discuss-item-response {
    line-height: 1.4;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.discuss-item-response-title {
    font-weight: 700;
    color: #000;
    margin-bottom: 5px
}

.discuss-item-response {
    color: rgba(0, 0, 0, .7);
    padding-left: 15px;
    border-left: 2px solid #2e9f09
}

.discuss-link-product {
    margin-bottom: 5px
}

#showeditems {
    padding-right: 12px;
    overflow-y: hidden
}

@media screen and (min-width:992px) {
    #showeditems {
        overflow-y: scroll;
        height: 1080px;
    }
}

#showeditems:before {
    margin-bottom: -20px;
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=0)
}

#showeditems:after,
#showeditems:before {
    /* content: ""; */
    display: block;
    z-index: 2;
    position: relative;
    height: 20px
}

#showeditems:after {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 1%, hsla(0, 0%, 100%, .99) 99%, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0)
}

.product-card-small {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border: 1px solid #e6e6e6
}

.product-card-small .adm,
.product-card-small .editLinkAdm {
    color: #000;
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 13px
}

.product-card-small+.product-card-small {
    margin-top: -2px
}

.product-card-small .product-card-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
    padding-right: 10px
}

.product-card-small .product-card-image>a {
    width: 100%
}

.product-card-small .product-card-title {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.33;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
    min-height: 34px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.product-card-small .prices {
    margin-bottom: 7px
}

.product-card-small .product-card-btn {
    padding-left: 7px;
    padding-right: 7px
}

.product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-bottom: 0;
}

.product-card .adm,
.product-card .editLinkAdm {
    top: 30px;
    font-size: 12px
}

.product-card:focus .product-card-code,
.product-card:hover .product-card-code {
    opacity: 1
}

.product-card .product-card-buyerpanel input[name=kusy] {
    margin-right: 4px
}

.product-card .product-card-buyerpanel-btn {
    font-size: 12px
}

.product-card-img-wrapper>a>img {
    padding-top: 0
}

.product-card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px
}

.product-card-block.availability-block {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-card-block .delivery {
    border: none;
    top: 0;
    margin: 5px 0;
}

.product-card-block .delivery .delivery__info {
    font-size: 13px;
    line-height: 1.6;
    padding: 0;
}

/*.product-card-block:not(.last):after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: -10px;*/
/*    background-color: #dddddd;*/
/*    width: calc(100% + 20px);*/
/*    height: 1px*/
/*}*/

.product-card-block.last {
    padding-bottom: 0
}

.product-card-description {
    font-size: 12px;
    line-height: 1.46;
    margin-bottom: 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 35.04px;
    overflow: hidden
}

.product-card-buyerpanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0
}

.dataTables_filter .product-card-buyerpanel input,
.dataTables_length .product-card-buyerpanel select,
.product-card-buyerpanel .dataTables_filter input,
.product-card-buyerpanel .dataTables_length select,
.product-card-buyerpanel .form-control {
    width: 34px;
    height: 34px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    box-shadow: none
}

.product-card-buyerpanel .form-control-label {
    margin-left: 5px;
    margin-right: 5px;
    display: none
}

.product-card-buyerpanel-btn>.icon {
    font-size: 13px
}

.product-card-tags-area {
    position: absolute;
    top: 10px;
    width: calc(100% - 20px);
    left: 10px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product-tag {
    border-radius: 3px;
    color: #fff;
    padding: 5px 7px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1
}

.product-tag+.product-tag:not(.product-tag-lg):not(.product-tag--cashback):not(.product-tag--voucher-activation-product) {
    margin-left: 3px
}

.product-tag.product-tag-sale {
    background-color: #f30c21
}

.product-tag--cashback {
    padding: 0;
    margin-top: 10px;
    display: inline-block;
}

.product-tag--cashback__no-comments {
    display: block;
    margin-top: 0;
    text-align: left !important;
}

.product-tag-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 65px;
    height: 65px;
    line-height: 1.1;
    text-align: center;
    background-color: #1a7df9;
    text-shadow: 0 1px 3px #0b386f;
    border: 1px solid #115fbf
}

.product-tag-lg .icon {
    font-size: 27px
}

.product-card-code {
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 1;
    background-color: #2e9f09;
    color: #fff;
    display: inline-block;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 0
}

.hodnoceni-komentare {
    display: block;
    float: left;
    position: absolute;
    z-index: 1;
    margin-top: -15px;
    margin-left: -7px;
}

.hodnoceni-komentare:hover {
    z-index: 20;
}

.hodnoceni-komentare .hodnoceni-tag {
    color: #dab908;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    padding: 0;
    border-radius: 3px;
    margin-bottom: 7px;
}

.hodnoceni-komentare .hodnoceni-tag i {
    margin-left: 4px;
    font-style: normal;
    color: #ccc;
    font-weight: 400;
    font-size: 9px;
    text-transform: none;
}

.hodnoceni-komentare .hodnoceni-tag.bez-hodnoceni {
    visibility: hidden;
}

.hodnoceni-komentare .komentar-tag {
    color: #3385d6;
    font-size: 23px;
    width: 18px;
    display: block;
    padding: 0;
    margin-top: -3px
}

.hodnoceni-komentare .komentar-tag strong {
    position: relative;
    display: block;
    font-size: 10px;
    margin-top: -19px;
    margin-left: 3px;
    font-weight: 400;
    color: #fff
}

.videos-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px
}

.videos-list.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.videos-list.swiper-wrapper .swiper-slide {
    height: auto
}

.videos-list:not(.swiper-wrapper) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px
}

.videos-list:not(.swiper-wrapper)>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 130px;
    flex: 1 0 130px;
    margin-left: 20px;
    margin-top: 20px
}

@media (min-width:300px) {
    .videos-list:not(.swiper-wrapper)>* {
        max-width: calc(50% - 20px)
    }
}

@media (min-width:450px) {
    .videos-list:not(.swiper-wrapper)>* {
        max-width: calc(33.33333% - 20px)
    }
}

@media (min-width:600px) {
    .videos-list:not(.swiper-wrapper)>* {
        max-width: calc(25% - 20px)
    }
}

@media (min-width:520px) {
    .videos-list:not(.swiper-wrapper)>* {
        min-width: calc(25% - 20px)
    }
}

@media screen and (max-width:767px) {
    .videos-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .videos-list.swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .videos-list.swiper-wrapper .swiper-slide {
        height: auto
    }

    .videos-list:not(.swiper-wrapper) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-top: -20px
    }

    .videos-list:not(.swiper-wrapper)>* {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 130px;
        flex: 1 0 130px;
        margin-left: 20px;
        margin-top: 20px
    }
}

@media screen and (max-width:767px) and (min-width:300px) {
    .videos-list:not(.swiper-wrapper)>* {
        max-width: calc(50% - 20px)
    }
}

@media screen and (max-width:767px) and (min-width:260px) {
    .videos-list:not(.swiper-wrapper)>* {
        min-width: calc(50% - 20px)
    }
}

.video-picture {
    position: relative;
    display: block
}

.video-picture:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%
}

.video-picture:focus .video-play-icon,
.video-picture:hover .video-play-icon {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.video-picture>img.image-lazy-auto.lazy-loaded,
.video-picture>img:not(.image-lazy-auto) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-picture>img.image-lazy-auto:not(.lazy-loaded) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-title {
    text-align: center;
    font-size: 13px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 33.8px;
    overflow: hidden
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 55px;
    transition: .3s ease-in-out
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 40px;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
}

@media screen and (max-width:480px) {
    .breadcrumb {
        border-top: 1px solid #e6e6e6;
        font-size: 13px
    }
}

.eshop-detail .has-sidebar .breadcrumb,
.vypis_eshop .has-sidebar .breadcrumb {
    padding: 5px 10px 5px 20px;
    margin-left: -20px
}

.nav-collapse-wrapper {
    position: relative
}

@media screen and (max-width:767px) {
    .nav-collapse-wrapper {
        display: none
    }
}

.nav-collapse-toggler {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 40px;
    overflow: hidden;
    height: 40px;
    position: relative;
    padding: 0 30px 0 20px;
    background-color: #5d6164;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    line-height: 40px
}

.nav-collapse-toggler.filter-toggler {
    background-color: #f2f2f2;
    color: #000
}

.nav-collapse-toggler.filter-toggler.active,
.nav-collapse-toggler.filter-toggler:focus,
.nav-collapse-toggler.filter-toggler:hover {
    background-color: #e5e5e5;
    color: #000
}

@media screen and (min-width:768px) {
    .nav-collapse-toggler.filter-toggler {
        display: none
    }
}

.nav-collapse-toggler.active,
.nav-collapse-toggler:focus,
.nav-collapse-toggler:hover {
    text-decoration: none;
    color: #fff;
    background-color: #2a2a2a
}

.nav-collapse-toggler[aria-expanded=true] {
    color: #fff;
    background-color: #2a2a2a
}

.nav-collapse-toggler[aria-expanded=true]>.toggle-icon {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.nav-collapse-toggler.is-opened+.nav-collapse {
    position: relative
}

.nav-collapse-toggler>.toggle-icon {
    position: absolute;
    font-size: 10px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease-in-out
}

.nav-collapse {
    position: absolute;
    z-index: 10;
    width: 100%
}

.nav-collapse,
.nav-collapse ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden
}

.nav-collapse .level-2 .active>span,
.nav-collapse .level-2 a {
    padding-left: 35px;
    background-color: #3a3d40;
    border-bottom: 1px solid #323538
}

.nav-collapse .level-3 .active>span,
.nav-collapse .level-3 a {
    padding-left: 40px;
    background-color: #4c5054;
    border-bottom: 1px solid #323538
}

.nav-collapse li {
    position: relative;
    padding: 0
}

.nav-collapse li a,
.nav-collapse li span {
    position: relative;
    display: block;
    padding: 10px 30px 10px 20px;
    background-color: #2a2a2a;
    color: #fff;
    border-bottom: 1px solid #323435;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3
}

.nav-collapse li a:before,
.nav-collapse li span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    background-color: #2e9f09;
    will-change: transform;
    transition: .3s ease-in-out
}

.nav-collapse li a.active:before,
.nav-collapse li a:focus:before,
.nav-collapse li a:hover:before,
.nav-collapse li span.active:before,
.nav-collapse li span:before,
.nav-collapse li span:focus:before,
.nav-collapse li span:hover:before {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.nav-collapse li button {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    background-color: transparent;
    border: 0;
    font-size: 10px;
    transition: .3s ease-in-out;
    outline: none
}

.nav-collapse li button[aria-expanded=true] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cart-overview {
    margin-bottom: 20px
}

.cart-overview.cart-overview-edit {
    margin-bottom: 0;
}

.cart-overview.cart-overview-edit .cart-overview-row {
    border-radius: 0;
}

.cart-overview.edit {
    font-size: 16px
}

.cart-overview-header,
.cart-overview-info,
.cart-overview-prices,
.cart-overview-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-overview-header {
    height: 40px;
    color: rgba(0, 0, 0, .4);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

@media screen and (max-width:767px) {
    .cart-overview-header {
        display: none;
    }
}

.cart-overview-header-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 110px;
}

.cart-overview-header-count,
.cart-overview-header-price,
.cart-overview-header-price1pcs {
    margin-left: auto;
    margin-right: 35px
}

.cart-overview-header-price1pcs {
    padding-right: 25px;
}

.cart-overview-header-price {
    padding-right: 75px
}

.cart-overview-header-count {
    padding-right: 50px
}

.edit .cart-overview-header-count {
    padding-right: 25px
}

.cart-overview-row {
    /* padding: 15px; */
    height: 85px;
    border: 1px solid #e7e7e7;
}

.cart-overview-row > * + * {
    border-left: 1px solid #e7e7e7;
}

@media screen and (max-width:767px) {
    .cart-overview-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 85px;
        height: auto
    }
}

.cart-overview-row+.cart-overview-row {
    margin-top: 10px
}

.cart-overview-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width:480px) {
    .cart-overview-info {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 10px
    }
}

.cart-overview-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 95px;
    flex-basis: 95px;
    height: 55px;
    padding-right: 14px;
    padding-left: 14px;
}

.cart-overview-image>a {
    position: relative
}

.cart-overview-image>a>img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.cart-overview-title {
    line-height: 1.2;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 31.2px;
    overflow: hidden
}

.cart-overview-title>a {
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.cart-overview-title>a:focus,
.cart-overview-title>a:hover {
    color: #2e9f09;
    text-decoration: underline
}

.cart-overview-count,
.cart-overview-prices,
.cart-overview-remove {
    margin-left: auto;
    margin-right: 0
}

.cart-overview-count,
.cart-overview-prices {
    padding-left: 20px;
    padding-right: 20px
}

.edit .cart-overview-count {
    margin-right: 30px
}

.cart-overview-count .count-picker,
.cart-overview-count .count-picker .dataTables_filter input,
.cart-overview-count .count-picker .dataTables_length select,
.cart-overview-count .count-picker .form-control,
.dataTables_filter .cart-overview-count .count-picker input,
.dataTables_length .cart-overview-count .count-picker select {
    height: 45px
}

.cart-overview-count .count-picker .count-picker-btn {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    line-height: 45px
}

.cart-overview-count .count-picker .count-picker-btn:focus,
.cart-overview-count .count-picker .count-picker-btn:hover {
    background-color: #f2f2f2
}

.cart-overview-count .count-picker .count-picker-btn:first-child {
    border-right: 0
}

.cart-overview-count .count-picker .count-picker-btn:last-child {
    border-left: 0
}

@media screen and (max-width:767px) {
    .cart-overview-count {
        padding-right: 0
    }
}

@media screen and (max-width:480px) {
    .cart-overview-count {
        width: 106px;
        padding-left: 0;
        margin-top: 5px;
        margin-left: 0;
        margin-right: 0
    }
}

.cart-overview-prices {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width:767px) {
    .cart-overview-prices {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width:480px) {
    .cart-overview-prices {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%
    }
}

.cart-overview-price-block {
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 90px;
    flex-basis: 110px;
    width: 110px;
}

@media screen and (max-width:767px) {
    .cart-overview-price-block {
        text-align: right;
        margin-top: 15px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-top: 0;
        margin-left: auto;
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .cart-overview-price-block {
        width: auto
    }
}

.cart-overview-price-block+.cart-overview-price-block {
    margin-left: 10px
}

@media screen and (max-width:480px) {
    .cart-overview-price-block+.cart-overview-price-block {
        margin-left: 20px
    }
}

.cart-overview-price-block.cart-overview-price-block-right {
    text-align: right
}

.cart-overview-price {
    white-space: nowrap;
    font-weight: 700;
    line-height: 1.1
}

@media screen and (max-width:767px) {
    .cart-overview-price {
        font-size: 14px
    }
}

.cart-overview-price.cart-overview-price-primary {
    color: #f30c21;
    font-size: 20px
}

@media screen and (max-width:767px) {
    .cart-overview-price.cart-overview-price-primary {
        font-size: 16px
    }
}

.cart-overview-price-label {
    color: rgba(0, 0, 0, .3);
    font-size: 11px;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    .cart-overview-price-label {
        display: none
    }
}

.cart-overview-remove {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 35px;
    flex-basis: 35px;
    height: 100%;
    background-color: #f2f2f2;
    color: #000;
    font-size: 10px
}

.cart-overview-remove:focus,
.cart-overview-remove:hover {
    color: #000;
    background-color: #eaeaea
}

@media screen and (max-width:767px) {
    .cart-overview-remove {
        flex-basis: 100%;
        margin-top: 15px;
        width: 100%;
        height: 35px;
    }
}

.cart-overview-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-overview-bottom.edit {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:767px) {
    .cart-overview-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.cart-overview-bottom-actions {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (min-width:768px) {
    .cart-overview-bottom-actions.voucher {
        max-width: 400px
    }
}

@media screen and (max-width:767px) {
    .cart-overview-bottom-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:767px) {
    .edit .cart-overview-bottom-actions {
        display: block
    }
}

@media screen and (max-width:767px) {
    .cart-overview-bottom-actions>.btn {
        width: 50%;
        margin-right: 0;
        margin-left: 0
    }

    .cart-overview-bottom-actions>.btn.btn-unstyled {
        padding-left: 0;
        padding-right: 0
    }
}

.cart-overview-bottom-summary {
    margin-left: auto;
    margin-right: 55px;
    text-align: right
}

.edit .cart-overview-bottom-summary {
    margin-top: 15px
}

@media screen and (max-width:767px) {
    .edit .cart-overview-bottom-summary {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0;
        margin-bottom: 25px
    }
}

@media screen and (max-width:767px) {
    .cart-overview-bottom-summary {
        width: 100%;
        margin-right: 15px;
        margin-top: 15px
    }
}

.cart-overview-summary-price {
    font-weight: 700;
    line-height: 1.3
}

.cart-overview-summary-price-primary {
    font-size: 20px
}

.cart-paytra {
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #e6e6e6
}

.cart-paytra-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-weight: 400;
    margin-bottom: 0;
}

.cart-paytra-row:hover {
    cursor: pointer;
}

.cart-paytra-row:hover .cart-paytra-name__title > span:first-child {
    color: #2e9f09;
    text-decoration: underline;
}

.cart-paytra-row .cart-paytra-name__title > span:first-child > span {
    position: relative;
    width: 100%;
    display: inline-block !important;
    text-decoration: none !important;
}

.cart-paytra-row.not_available {
    display: none;
}

@media screen and (max-width:767px) {
    .cart-paytra-row {
        font-size: 13px
    }
}

@media screen and (max-width:480px) {
    .cart-paytra-row {
        height: auto;
        min-height: 60px;
        font-size: 13px
    }
}

.cart-paytra-row+.cart-paytra-row {
    border-top: 1px solid #e6e6e6
}

.cart-paytra-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    height: 60px;
    margin-left: 15px
}

@media screen and (max-width:480px) {
    .cart-paytra-image {
        -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
        height: 30px
    }
}

.cart-paytra-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart-paytra-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
    line-height: 1.2
}

.cart-paytra-name img {
    display: none
}

@media screen and (max-width:480px) {
    .cart-paytra-name {
        font-weight: 600
    }
}

.cart-paytra-delivery,
.cart-paytra-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    margin-left: auto;
    margin-right: 0
}

.cart-paytra-delivery {
    width: 110px
}

@media screen and (max-width:1199px) {
    .cart-paytra-delivery {
        display: none
    }
}

.cart-paytra-price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:480px) {
    .cart-paytra-price {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.cart-paytra-price>.label,
.cart-paytra-price>.progress-bar-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    height: 20px
}

@media screen and (max-width:767px) {

    .cart-paytra-price>.label,
    .cart-paytra-price>.progress-bar-label {
        font-size: 13px;
        height: 18px
    }
}

@media screen and (max-width:480px) {

    .cart-paytra-price>.label,
    .cart-paytra-price>.progress-bar-label {
        font-size: 11px;
        height: 16px
    }
}

.cart-paytra-help {
    font-size: 28px;
    padding-left: 10px;
    color: rgba(0, 0, 0, .3)
}

@media screen and (max-width:480px) {
    .cart-paytra-help {
        font-size: 23px;

    }
}

.cart-paytra-help:focus,
.cart-paytra-help:hover {
    color: #000
}

.lazyload {
    opacity: 0
}

.lazyload+.lazyload-loader:before {
    content: "";
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 1035;
    opacity: 1;
    border: 3px solid rgba(46, 159, 9, .4);
    border-left-color: #2e9f09;
    visibility: visible;
    -webkit-animation: d 1.1s infinite linear;
    animation: d 1.1s infinite linear;
    transition: visibility 0s, opacity .3s linear
}

.lazyloaded {
    opacity: 1
}

.lazyloaded+.lazyload-loader {
    display: none
}

.homepage-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media screen and (max-width:767px) {
    .homepage-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.homepage-top .homepage-slider {
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.homepage-top .homepage-slider .swiper-slide>a {
    position: relative;
    display: block
}

@media screen and (max-width:499px) {
    .homepage-top .homepage-slider .swiper-slide>a:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 67.5%
    }
}

@media screen and (min-width:500px) and (max-width:767px) {
    .homepage-top .homepage-slider .swiper-slide>a:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 43.54839%
    }
}

@media screen and (max-width:767px) {
    .homepage-top .homepage-slider .swiper-slide>a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:767px) {
    .homepage-top .homepage-slider {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%
    }
}

.homepage-top .homepage-newest-articles {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 340px;
    margin-left: auto;
    margin-right: 0;
    background-color: #2a2a2a;
    padding: 30px 40px
}

@media screen and (max-width:767px) {
    .homepage-top .homepage-newest-articles {
        display: none;
    }
}

.newest-articles-title {
    margin-top: 0;
    color: #fff
}

.newest-articles-list {
    padding-left: 0;
    list-style: none
}

.newest-articles-list>li {
    line-height: 1.3
}

.newest-articles-list>li+li {
    padding-top: 20px
}

.newest-articles-list>li>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 16.9px;
    overflow: hidden
}

.newest-articles-list>li>a.active,
.newest-articles-list>li>a:focus,
.newest-articles-list>li>a:hover {
    color: #2e9f09
}

.newest-articles-list>li>a.active:before,
.newest-articles-list>li>a:focus:before,
.newest-articles-list>li>a:hover:before {
    background-color: #2e9f09
}

.newest-articles-list>li>a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #2e9f09
}

@media screen and (max-width:991px) {
    .newest-articles-list>li>a:before {
        display: none
    }
}

.newest-articles-more {
    font-weight: 600;
    font-size: 13px
}

.benefits {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #313131;
    margin-left: -10px;
    margin-right: -10px;
    box-shadow: 0 0 10px #000;
    top: -2px;
}

.home .benefits {
    background-color: #313131;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    box-shadow: none
}

@media screen and (max-width:767px) {
    .benefits {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.benefit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    line-height: 1.3;
    text-decoration: none;
    padding: 15px 60px;
}

.home .benefit-item {
    color: #fff;
    border-right: 1px solid #232322
}

.home .benefit-item:focus,
.home .benefit-item:hover {
    color: hsla(0, 0%, 100%, .7)
}

.home .benefit-item:last-child {
    border-right: 0
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .home .benefit-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
}

.benefit-icon {
    font-size: 26px;
    margin-right: 20px
}

.benefit-icon.ai-transport {
    font-size: 32px
}

@media screen and (min-width:768px) and (max-width:991px) {
    .benefit-icon {
        margin-right: 0;
        margin-bottom: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media screen and (max-width:767px) {
    .home .benefit-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
        border-right: 0
    }

    .home .benefit-item:first-child{
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
    }
    .home .benefit-item:nth-child(2){
        border-left: 1px solid hsla(0, 0%, 100%, 0.25);
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
    }
    .home .benefit-item:nth-child(4){
        border-left: 1px solid hsla(0, 0%, 100%, 0.25);
    }

    .benefit-icon {
        margin-right: 10px;
    }
}

@media screen and (max-width:1199px) {
    .benefit-item {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .benefit-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .benefit-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

.benefit-content {
    width: 100%
}

.benefits-horizontal {
    display: block;
    position: absolute;
    right: calc((100vw - 1280px - 200px) / 2);
    top: 165px;
    width: 90px
}

@media screen and (max-width:1340px) {
    .benefits-horizontal {
        display: none
    }
}

.benefits-horizontal .benefit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 5px;
    white-space: normal;
    text-align: center;
    font-size: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

.benefits-horizontal .benefit-item:nth-child(2n) {
    background-color: #f2f2f4
}

.benefits-horizontal .benefit-content strong {
    display: block;
    margin-bottom: 5px
}

.benefits-horizontal .benefit-content br {
    display: none
}

.benefits-horizontal .benefit-icon {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
}

.benefits-horizontal .benefit-icon.ai-transport {
    font-size: 25px
}

.edetail-related-maintitle {
    background-color: #f3f3f3;
}

.edetail-related-title {
    -webkit-box-orient: vertical;
}

.edetail-variant-buyerpanel {
    display: -webkit-box;
    -webkit-box-flex: 0;
}

.edetail-scroll-tabs-list {
    display: -webkit-box;
    -webkit-box-align: center;
}

.edetail-scroll-tabs.fixed {
    width: 1280px !important;
}

.edetail-scroll-tab-button {
    -webkit-transform: translate(-50%, -50%);
}

@media screen and (max-width:767px) {
    .edetail-scroll-tab-content:not(.edetail-scroll-tab-content-full) {
        padding: 30px 20px !important;
    }
}

@media screen and (min-width:992px) {
    .edetail-scroll-tab-content:not(.edetail-scroll-tab-content-full) {
        padding-left: 100px;
        padding-right: 100px
    }
}

.edetail-scroll-tab-button .icon {
    -webkit-transform: translate(-50%, -50%);
}

.edetail-block .banner-cz-produkt>strong {
    margin-top: 0 !important;
    min-height: 36px;
}

#nedostupnost-detail,
#show-all-related,
#termin-detail,
#toplistproducts {
    display: none
}

.btn-primary {
    border-bottom: 2px solid #ad1111;
    text-shadow: 0 1px 1px #ad1111
}

.btn-secondary {
    text-shadow: 0 1px 0 #116f11;
    border-bottom: 2px solid #116f11
}

.modal-content .btn-default {
    border-bottom: 2px solid #c5c5c5
}

#info-termin {
    text-align: center;
    font-size: 8pt;
    color: #b8b8b8;
    margin-top: -3px;
    display: none
}

#bannery-index {
    display: none;
    margin-top: 25px
}

#bannery-index a,
#bannery-index div {
    display: inline-block
}

#bannery-index div {
    width: 187px;
    height: 255px;
    background-repeat: no-repeat;
    background-position: 50%
}

#bannery-index div:after {
    content: "Zobrazit";
    background-color: rgba(19, 121, 11, .9);
    position: relative;
    text-shadow: 0 2px 0 #132b0d;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 15pt;
    cursor: hand;
    cursor: pointer;
    padding-top: 50%;
    display: inline-block;
    opacity: 0;
    transition: opacity .2s linear
}

#bannery-index div:hover:after {
    opacity: 1
}

@media screen and (min-width:992px) {

    #bannery-index,
    #info-termin {
        display: block
    }

    #show-all-related {
        text-align: center;
        display: block;
        background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 43px 0 0;
        border-radius: 4px;
        font-weight: 700;
        margin-top: -55px;
        color: #000;
        cursor: hand;
        cursor: pointer;
        z-index: 2;
        position: relative;
        text-decoration: underline
    }

    #show-all-related:hover {
        color: #2eb750
    }

    #hide-other-related {
        display: none
    }

    #nedostupnost-detail {
        list-style-type: none;
        margin-top: 10px;
        display: table
    }

    .ned-detail-li {
        padding: 9px 4px 6px;
        width: 16%
    }

    .ned-detail-li,
    .ned-detail-li-ros {
        display: table-cell;
        text-align: center;
        list-style-type: none;
        border: 1px solid #eaeaea;
        border-radius: 3px;
        margin-right: 9px;
        line-height: 1.2;
        background: linear-gradient(#fff, #f9f9f9, #e4e3e3);
        margin-top: 5px;
        font-size: 9pt;
        font-size: 8pt
    }

    .ned-detail-li-ros {
        padding: 9px 4px 12px;
        width: 19%
    }

    .ned-detail-li-cleaner {
        display: table-cell;
        width: 2px
    }

    .ned-detail-li-spec {
        display: table-cell;
        cursor: hand;
        cursor: pointer;
        color: #fff;
        vertical-align: middle;
        text-align: center;
        list-style-type: none;
        border: 1px solid #dd0235;
        border-radius: 3px;
        margin-right: 0;
        line-height: 1.2;
        background: linear-gradient(#e80338, #be022e);
        height: 90px
    }

    li.ned-detail-li-spec a.ajaxForce {
        color: #fff;
        text-decoration: none;
        font-size: 9pt;
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 35%
    }

    .ned-detail-li-spec:hover {
        background: linear-gradient(#e80338, #6d031c)
    }

    .ned-detail-li-spec p {
        margin-top: 5px;
        font-size: 9pt;
        width: 100%;
        height: 100%;
        color: #fff;
        padding: 0 3px
    }

    .ned-detail-li-ros p,
    .ned-detail-li p {
        margin-bottom: 0;
        margin-top: 3px
    }

    #popis {
        padding: 0 0 10px 10px;
        margin: auto;
        width: calc(69% - 25px);
        margin-right: 20px;
        margin-bottom: 30px
    }

    #popis,
    #technicky-popis {
        display: inline-block;
        vertical-align: top
    }

    #technicky-popis {
        padding: 0 0 0 0;
        margin-bottom: 30px;
        width: 31%;
        border-top: 0;
    }

    #technicky-popis .inner-wrapper-sticky {
        background: #f1f1f1;
        border-radius: 4px;
        padding: 20px 0 0 0;
    }

    #technicky-popis h2 {
        padding-left: 20px
    }

    #technicky-popis table th {
        padding-left: 20px;
        width: 40%
    }

    #technicky-popis table td {
        padding-right: 20px
    }

    #technicky-popis .inner-wrapper-sticky:after {
        padding-bottom: 70px;
        background: linear-gradient(#f1f1f1, #fff);
        display: block;
        content: ""
    }

    div#scroll-tabs ul {
        height: 45px;
        padding-left: 0;
        margin-left: 20px
    }

    ul.edetail-scroll-tabs-list li {
        margin-right: 10px
    }

    ul.edetail-scroll-tabs-list li a {
        background: #e7e8e7;
        color: #5a5a5a;
        padding: 4px 22px;
        border-radius: 4px
    }

    ul.edetail-scroll-tabs-list li a:hover {
        color: #fff;
        background: #2eb750
    }

    div#technicky-popis button {
        display: none
    }

    div#diskuze {
        padding-left: 10px;
        padding-right: 10px
    }

    .discuss-link-product.label-default.progress-bar-label,
    .discuss-link-product.label.label-default {
        display: inline-block;
        margin-left: 4px
    }

    #diskuze .discuss-item-date {
        background: #2e9f09
    }

    #technicky-popis .table-striped>tbody>tr:nth-of-type(odd) {
        background-color: #e8e8e8
    }

    div#scroll-tabs {
        border: none
    }

    .posunnahoru {
        margin-top: -10px
    }

    #popis img {
        max-width: none
    }

    .ros-max {
        width: 100%
    }

    .edetail-gallery .swiper-photo-thumbnails .swiper-slide img,
    .main-photo .edetail-gallery .swiper-photo {
        max-width: none;
        width: 140px;
        height: 100px;
        -o-object-fit: cover;
        object-fit: cover
    }

    ul#nedostupnost-detail {
        width: 100%
    }

    .edetail-variants {
        margin-bottom: 10px
    }

    .edetail-variant-row+.edetail-variant-row {
        margin-top: 10px
    }

    #toplistproducts {
        display: block;
        margin-top: 15px
    }

    #toplistproducts strong {
        font-size: 13pt;
        margin-bottom: 10px;
        display: block
    }

    #toplistproducts ol li {
        padding: 2px 0;
        text-indent: -15px;
        margin-left: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px
    }

    .topprodukty .block {
        padding-top: 0;
        margin-top: 20px;
        border-top: 1px solid #ddd
    }

    #toplistproducts a {
        text-decoration: none
    }

}


#termin-detail {
    list-style-type: none;
    margin-top: 10px;
    display: table
}

.termin-detail-li {
    text-align: center;
    list-style-type: none;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 9px 5px;
    display: table-cell;
    margin-right: 12px;
    width: 17%;
    line-height: 1.2;
    background: linear-gradient(#fff, #f9f9f9, #e4e3e3)
}

.termin-detail-li-cleaner {
    display: table-cell;
    width: 2px
}

.termin-detail-li strong {
    display: block;
    margin-top: 5px
}

.termin-detail-label {
    margin: 2px 0;
    padding: 2px 6px;
    color: #fff;
    background-color: #5d6164;
    display: inline-block;
    border-radius: 4px;
}

.termin-detail-li p {
    margin-top: 2px;
    font-size: 9pt
}

@media screen and (max-width:599px) {
    #termin-detail {
        display: block;
    }

    .termin-detail-li {
        display: inline-block;
        width: 100px;
        margin-right: 5px;
        margin-bottom: 6px;
    }

    .termin-detail-li-cleaner {
        display: none;
    }
}




#rating-box {
    display: block;
    margin-top: 25px;
}

#rating-box + .row {
    margin-top: 10px;
}

#rating-box .col-sm-8 {
    width: 65%
}

#rating-box .edetail-related-maintitle {
    background: none
}

#rating-box .col-md-5 {
    width: 35%;
    float: right;
}

#rating-box .rating-star .span {
    display: inline-block;
    width: 75px;
    font-size: 9pt
}

#rating-box .rating-star .progressbar-rating {
    display: inline-block;
    width: 90px;
    border: 2px solid #e5e5e5;
    padding: 2px;
    margin-left: 5px;
    margin-bottom: -2px;
    float: right;
    margin-top: 4px
}

#rating-box .rating-star div:not(.progressbar-rating) {
    background: #22b145;
    height: 5px
}

#rating-box .col-md-7 .ttl-rating {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #000000;
}

#rating-box .col-md-7 .ttl-rating mark{
    display: inline-block;
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 6px;
}

#rating-box .col-md-7 .info-login {
    font-size: 9pt
}

#rating-box .col-md-7 #big-stars {
    width: 175px;
    overflow: hidden
}

#rating-box .col-md-7 #big-stars div {
    float: left;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 34px;
    background-image: url(/themes/Drym2/media/icons/star-rating.png);
    background-repeat: repeat;
}

#rating-box .col-md-7 #big-stars .p {
    display: inline-block;
    background: #ffc018;
    height: 34px;
    position: relative;
    float: left;
    margin-top: -34px
}


@media screen and (max-width:992px) {
    #rating-box .col-md-7 .info-login {
        display: none;
    }

    #rating-box .col-md-5 {
        display: none;
    }

    #rating-box .col-md-7 .info-login {
        display: none;
    }

    #rating-box .edetail-related-maintitle {
        display: none;
    }

    #rating-box {
        margin-top: 10px;
    }

    #rating-box .ttl-rating {
        margin: 0 0;
    }

    #rating-box .col-md-7 #big-stars {
        display: inline-block;
        ;
    }

    #rating-box .col-sm-8 .ttl-rating {
        display: inline-block;
        font-style: italic;
    }
}

@media screen and (max-width:767px) {
    .edetail-block.first h1.h2.edetail-title {
        margin-top: 25px;
    }
}

@media screen and (max-width:1199px) {

    #heurekahodnoceni,
    #patickavyhody {
        display: none !important;
    }

    #rating-box .col-md-5 {
        width: 100%;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #rating-box .col-md-5 {
        width: 100%;
    }
}

.rating-form-wrapper,
.product-rating-form {
    background-color: #f3f3f3;
    border-left: 3px solid #d8d7d7;
    margin-bottom: 10px;
    padding: 20px 10px
}

.rating-form-wrapper textarea,
.product-rating-form textarea {
    background-color: #fff;
}

.product-rating-form--dark {
    padding: 10px;
    background-color: #E4E4E4;
    border-left-color: #9C9C9C;
    border-left-width: 2px;
}

.btn-group-lg>button.btn.btn-secondary.pull-right,
button.btn.btn-secondary.btn-lg.pull-right {
    margin-top: 10px;
    padding: 5px 10px
}

.product-rating-stars {
    display: inline-block;
    margin-top: 15px;
    min-width: 180px
}

.product-rating-stars img {
    margin-left: -2px;
    width: 25px;
    cursor: hand;
    cursor: pointer
}

.form-stars {
    display: flex;
    min-height: 30px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rating-form-descp p {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

#add-rating {
    margin-top: 30px !important;
}

#add-rating,
.nobackround {
    background: none
}

.ft20 {
    font-size: 20px
}

.link-date {
    font-size: 9pt;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 3px;
    text-decoration: none;
    display: block;
    padding: 35px 0
}

.alert.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

.alert.alert-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border-color: #bee5eb
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif, 'Segoe UI Emoji';
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        -webkit-box-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

.ned-detail-li-spec a.ajaxForce.link-date:hover {
    color: #fff
}

ul.heureka-recenze-pros li:before {
    content: url(/themes/Drym2/media/icons/heureka-plus.jpg);
    margin-right: 5px
}

ul.heureka-recenze-cons li:before {
    content: url(/themes/Drym2/media/icons/heureka-minus.jpg);
    margin-right: 5px
}

#heureka-index .product-card-small,
#heureka-index .product-card-small .heureka-prvni {
    display: block
}

#heureka-index .heureka-rew-name {
    display: inline-block;
    color: #48a5d1;
    font-weight: 700;
    font-size: 11pt;
    margin-bottom: 5px
}

#heureka-index .heureka-druha {
    width: 85px;
    overflow: hidden;
    display: inline-block;
    height: 17px;
    float: right
}

#heureka-index .heureka-druha div {
    float: left;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 17px;
    background-image: url(/themes/Drym2/media/icons/star-rating.png);
    background-repeat: repeat-x;
    background-size: contain
}

#heureka-index .heureka-druha p {
    display: inline-block;
    background: #ffc018;
    height: 17px;
    position: relative;
    float: left;
    margin-top: -17px
}

#heureka-index .heureka-recenze-pros {
    list-style: none;
    margin-bottom: 4px;
    padding: 0
}

#heureka-index .heureka-recenze-pros li {
    color: green;
    line-height: 20px
}

#heureka-index .heureka-recenze-cons {
    list-style: none;
    margin-bottom: 4px;
    padding: 0
}

#heureka-index .heureka-recenze-cons li {
    color: red;
    line-height: 20px
}

#heureka-index .heureka-recenze-summary {
    line-height: 18px;
    margin: 0
}

.price-summary svg.ai.ai-cz-flag.icon,
.price-summary svg.ai.ai-sk-flag.icon {
    font-size: 14px;
    vertical-align: top;
    margin-left: 2px
}

#big-stars p {
    background: #ffc018;
    height: 34px;
    margin-bottom: 0
}

@media screen and (max-width:1199px) and (min-width:768px) {
    .list-products.swiper-wrapper .swiper-slide {
        width: calc(50% - 5px);
        margin-right: 10px
    }
}

@media screen and (min-width:1199px) {
    .list-products.swiper-wrapper .swiper-slide {
        max-width: calc(25% - 5px);
        margin-right: 10px
    }
}

@media (max-width:766px) {
    .edetail-scroll-tab-content.edetail-scroll-tab-content-full {
        margin-bottom: 30px
    }
}

.qorder-autocomplete {
    position: absolute;
    left: 0;
    top: -10px;
    width: 571px;
    box-shadow: 0 20px 23px rgba(0, 0, 0, .09);
    border: 1px solid #8a96a4;
    background-color: #fff;
    padding: 0 20px;
    z-index: 100
}

header .qorder-autocomplete {
    right: 0;
    left: auto
}

@media screen and (max-width:767px) {
    .qorder-autocomplete {
        width: calc(100% - 20px)
    }
}

.qorder-autocomplete-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    cursor: pointer
}

.qorder-autocomplete-row+.qorder-autocomplete-row {
    border-top: 1px solid #dddddd
}

.qorder-autocomplete-row>* {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.qorder-autocomplete-row.qorder-autocomplete-disabled {
    position: relative;
    cursor: not-allowed
}

.qorder-autocomplete-row.qorder-autocomplete-disabled:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: hsla(0, 0%, 100%, .75)
}

.qorder-autocomplete-image {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media screen and (max-width:991px) {
    .qorder-autocomplete-image {
        display: none
    }
}

.qorder-autocomplete-image img {
    max-width: 30px;
    max-height: 100%
}

.qorder-autocomplete-action,
.qorder-autocomplete-price {
    text-align: right
}

.qorder-autocomplete-action {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    width: 110px;
    text-transform: uppercase;
    font-size: 12px
}

.qorder-autocomplete-action:focus,
.qorder-autocomplete-action:hover {
    color: #f30c21
}

.qorder-autocomplete-code {
    color: #626262
}

@media screen and (max-width:991px) {
    .qorder-autocomplete-code {
        display: none
    }
}

.qorder-autocomplete-price {
    font-weight: 700;
    color: #f30c21;
    white-space: nowrap
}

.qorder-autocomplete-title {
    font-weight: 700
}

header .quick-order {
    position: relative
}

header .quick-order .col-md-10 {
    width: 100% !important;
    margin-right: 15px
}

.qorder-overview {
    margin-top: 0
}

.qorder-overview .cart-overview-info {
    width: auto
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .qorder-overview .cart-overview-info {
        width: 150px
    }
}

@media screen and (max-width:767px) {
    .qorder-overview .cart-overview-info {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media screen and (max-width:480px) {
    .qorder-overview .cart-overview-info {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.qorder-overview .cart-overview-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width:767px) {
    .qorder-overview .cart-overview-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.qorder-overview .cart-overview-title {
    font-size: 12px;
    font-weight: 700;
    width: 80px;
    padding-right: 15px
}

@media screen and (max-width:767px) {

    .qorder-overview .cart-overview-prices,
    .qorder-overview .cart-overview-title {
        width: auto
    }
}

@media screen and (max-width:1199px) {
    .qorder-overview .cart-overview-prices {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

.qorder-overview .cart-overview-prices>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 30px
}

.qorder-overview .cart-overview-price-summary-vat {
    text-align: center
}

@media screen and (max-width:480px) {
    .qorder-overview .cart-overview-price-summary-vat {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.qorder-overview .cart-overview-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.qorder-overview .cart-overview-count {
    width: 160px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px
}

@media screen and (max-width:991px) {
    .qorder-overview .cart-overview-count {
        padding-right: 0;
        margin-right: 40px
    }
}

@media screen and (max-width:480px) {
    .qorder-overview .cart-overview-count {
        width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        text-align: left !important;
        margin: 0 0 5px
    }
}

.qorder-overview .cart-overview-image .cart-overview-image-full {
    left: 87px;
    bottom: 35px
}

.qorder-overview .cart-overview-title .cart-overview-image-full {
    left: 27px
}

@media screen and (max-width:767px) {
    .qorder-overview .cart-overview-actions {
        position: absolute;
        top: 15px;
        right: 10px
    }
}

.qorder-overview .cart-overview-actions>span {
    cursor: pointer
}

.qorder-overview .cart-overview-actions>span:focus,
.qorder-overview .cart-overview-actions>span:hover {
    color: #f30c21
}

@media screen and (min-width:1200px) {

    .qorder-search,
    .quick-order-content {
        max-width: 480px
    }
}

.quick-order-content {
    position: relative
}

.quick-order {
    margin-top: 20px
}

.qorder-search {
    width: 100%
}

.qorder-search,
.qorder-search:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.qorder-search:before {
    content: "";
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    z-index: 1035;
    opacity: 1;
    border: 3px solid rgba(0, 0, 0, .4);
    border-left-color: #000;
    visibility: hidden;
    transition: opacity .3s linear, visibility 0s linear .3s
}

.qorder-search.is-loading:before {
    visibility: visible;
    -webkit-animation: d 1.1s infinite linear;
    animation: d 1.1s infinite linear;
    transition: visibility 0s, opacity .3s linear
}

.qorder-search:after {
    top: 16px;
    right: 0;
    left: 13px
}

.qorder-search .btn {
    width: 118px
}

header .qorder-search {
    margin-top: 0;
    margin-bottom: 0
}

.qorder-search.is-loading .input-icon {
    opacity: 0
}

.qorder-search .close-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.navbar-qorder-search {
    margin-left: auto;
    margin-right: 0
}

.qorder-catalog {
    position: relative
}

.qorder-catalog:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 135.77586%
}

.qorder-catalog iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:991px) {
    .qorder-catalog {
        margin-bottom: 20px
    }
}

@media print {
    html {
        height: 100% !important
    }

    html p {
        font-size: 12px
    }

    .topmenu,
    .toppanel-content {
        display: none
    }

    .navbar {
        display: block !important
    }

    .navbar #navbar-wrapper,
    .navbar .toggle-btns-block {
        display: none
    }

    .navbar-brand {
        margin: 0 auto;
        text-align: center
    }

    .navbar-brand,
    .navbar-brand img {
        display: block !important
    }

    .boxlist-item {
        width: 240px !important;
        float: left !important;
        page-break-inside: avoid
    }

    #dalsi_akce,
    .product-buttons {
        display: none
    }

    .edetail-gallery {
        margin: 0;
        padding: 0;
        float: left
    }

    .edetail-gallery,
    .images {
        width: 500px !important
    }

    .edetail-content-top {
        width: 240px !important;
        float: right;
        padding: 0;
        margin: 0 20px 0 0
    }

    .edetail-content-top .col-md-5 {
        width: auto !important
    }

    .edetail-well .row-xs:last-child,
    .edetail-well hr {
        display: none
    }

    a[href]:after {
        content: none !important
    }

    .ai-move-up {
        display: none
    }

    .before-footer-left,
    .before-footer-right {
        background-color: #000 !important;
        -webkit-print-color-adjust: exact;
        padding: 0 20px !important;
        page-break-inside: avoid
    }

    .flexblock-item {
        color: #fff !important
    }

    .container {
        padding: 0
    }

    .footer-strip {
        font-size: 12px;
        padding: 0;
        margin: 0;
        page-break-inside: avoid
    }

    .footer-strip h4 {
        margin: 20px 0 0;
        line-height: 10%
    }

    .obsah_wrap .col-md-3 {
        height: auto !important
    }

    .obsah_wrap .col-md-3:nth-child(3) {
        clear: both
    }

    .ai-phone43-1 {
        font-size: 30px
    }

    .nav-tabs {
        display: none
    }

    .tab-content {
        padding: 0;
        margin: 0;
        page-break-inside: avoid
    }

    .voucher {
        display: none
    }

    img {
        page-break-inside: avoid
    }

    #snippet--cartpreview .btn {
        display: none
    }

    .kosik_celkem {
        float: right
    }

    #do_order_butt {
        display: none
    }

    .cartsummary-item {
        float: left;
        padding-left: 50px
    }

    .cartsummary-1st {
        padding-left: 0
    }

    .cartsummary-item:after,
    .doprava:after {
        display: none
    }

    #registrovat {
        page-break-inside: avoid
    }

    #notop_vyrobci,
    #snippet--param_srch,
    .nav-side {
        display: none
    }
}

html body img.lazy {
    /*border-radius: 4px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px !important;
	background-color: #eee !important;
	border-radius: 5px;*/
}

@media(max-width: 767px) {
    .kosik .stred_no_cesta>div>div {
        margin: 0 0 0 auto !important
    }

    .kosik .stred_no_cesta>div>div>h1.obsah>img {
        width: 30px !important;
        margin-left: -40px !important;
    }
}

.product-flags {
    text-align: right;
    position: absolute;
    z-index: 2;
    width: 90%;
}

.product-flags ul {
    list-style: none;
}

div.product-card .product-flags {
    width: auto;
    right: 0;
}

.product-flags .product-tag--gsale {
    background-color: #01B301;
    border: 2px solid #008D00;
    width: 65px;
    margin-left: auto;
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 5px 1px;
}

.product-flags .product-tag--gsale p {
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-weight: 400;
}

div.product-flags div.category-best-seller.best-seller-1 {
    background-color: #a46d09;
    text-shadow: 0px 1px 0px #2a1b04;
    text-transform: uppercase;
    font-size: 7pt;
    width: 80px;
    text-align: center;
    line-height: 10px;
    padding: 7px 5px;
    border-radius: 3px;
    margin-right: 5px;
    border: 2px solid #805406;
    float: right;
    margin-bottom: 3px;
}

div.product-flags div.category-best-seller.best-seller-1 p,
div.product-flags div.category-best-seller.best-seller-2 p,
div.product-flags div.category-best-seller.best-seller-3 p {
    margin: 0 0;
    padding: 0 0;
}

div.product-flags div.category-best-seller.best-seller-1 p:first-child {
    background-image: url(/front/icons/aicons/svg/1-trophy.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 30px;
    margin-bottom: 5px;
    font-size: 12pt;
    padding-top: 4px;
    text-shadow: none;
    color: #6f4a06;
    font-weight: bold;
}


div.product-flags div.category-best-seller.best-seller-2 {
    background-color: #278ea7;
    text-shadow: 0px 1px 0px #2a1b04;
    text-transform: uppercase;
    font-size: 7pt;
    width: 80px;
    text-align: center;
    line-height: 10px;
    padding: 7px 5px;
    border-radius: 3px;
    margin-right: 5px;
    border: 2px solid #1a7186;
    float: right;
    margin-bottom: 3px;
}

div.product-flags div.category-best-seller.best-seller-2 p:first-child {
    background-image: url(/front/icons/aicons/svg/2-trophy.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 30px;
    margin-bottom: 5px;
    font-size: 12pt;
    padding-top: 4px;
    text-shadow: none;
    color: #5d5d5d;
    font-weight: bold;
}


div.product-flags div.category-best-seller.best-seller-3 {
    background-color: #ffb224;
    text-transform: uppercase;
    font-size: 7pt;
    width: 80px;
    text-align: center;
    line-height: 10px;
    padding: 7px 5px;
    border-radius: 3px;
    margin-right: 5px;
    color: #674404;
    border: 2px solid #dc981b;
    float: right;
    margin-bottom: 3px;
}

div.product-flags div.category-best-seller.best-seller-3 p:first-child {
    background-image: url(/front/icons/aicons/svg/3-trophy.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 30px;
    margin-bottom: 5px;
    font-size: 12pt;
    padding-top: 4px;
    text-shadow: none;
    color: #fff;
    font-weight: bold;
}

div.product-flags {
    margin-top: -17px;
}

div.edetail-block div.icon-text.icon-text-line.icon-text-warning {
    padding-left: 0;
}

div.mb15.product-tags-detail div.category-best-seller.best-seller-3 {
    background-color: #ffb224;
    text-transform: uppercase;
    font-size: 8pt;
    text-align: left;
    line-height: 12px;
    padding: 12px 15px 12px 10px;
    border-radius: 0 4px 4px 0;
    margin-right: 5px;
    color: #865805;
    border: 2px solid #dc981b;
    width: 150px;
    float: left;
    margin-bottom: 3px;
    border-left: 0;
    font-weight: bold;
}

div.mb15.product-tags-detail div.category-best-seller.best-seller-3 p:first-child {
    background-image: url(/front/icons/aicons/svg/3-trophy.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 40px;
    width: 50px;
    margin-bottom: 5px;
    font-size: 15pt;
    padding-top: 6px;
    text-shadow: none;
    color: #fff;
    font-weight: bold;
    float: left;
    text-align: center;
    margin-right: 6px;
}


div.mb15.product-tags-detail div.category-best-seller.best-seller-2 {
    background-color: #278ea7;
    text-transform: uppercase;
    font-size: 8pt;
    text-align: left;
    line-height: 12px;
    padding: 12px 15px 12px 10px;
    border-radius: 0 4px 4px 0;
    margin-right: 5px;
    color: #fff;
    border: 2px solid #1a7186;
    width: 150px;
    float: left;
    margin-bottom: 3px;
    border-left: 0;
    font-weight: bold;
    text-shadow: 0px 1px 0px #2a1b04;
}

div.mb15.product-tags-detail div.category-best-seller.best-seller-2 p:first-child {
    background-image: url(/front/icons/aicons/svg/2-trophy.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 40px;
    width: 50px;
    margin-bottom: 5px;
    font-size: 15pt;
    padding-top: 6px;
    text-shadow: none;
    color: #5d5d5d;
    font-weight: bold;
    float: left;
    text-align: center;
    margin-right: 6px;
}


div.mb15.product-tags-detail div.category-best-seller.best-seller-1 {
    background-color: #a46d09;
    text-transform: uppercase;
    font-size: 8pt;
    text-align: left;
    line-height: 12px;
    padding: 12px 15px 12px 10px;
    border-radius: 0 4px 4px 0;
    margin-right: 5px;
    color: #fff;
    text-shadow: 0px 1px 0px #2a1b04;
    border: 2px solid #805406;
    width: 150px;
    float: left;
    margin-bottom: 3px;
    border-left: 0;
    font-weight: bold;
}

div.mb15.product-tags-detail div.category-best-seller.best-seller-1 p:first-child {
    background-image: url(/front/icons/aicons/svg/1-trophy.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 40px;
    width: 50px;
    margin-bottom: 5px;
    font-size: 15pt;
    padding-top: 6px;
    text-shadow: none;
    color: #6f4a06;
    font-weight: bold;
    float: left;
    text-align: center;
    margin-right: 6px;
}


div.mb15.product-tags-detail div.category-best-seller.best-seller-3 p:nth-child(2),
div.mb15.product-tags-detail div.category-best-seller.best-seller-2 p:nth-child(2),
div.mb15.product-tags-detail div.category-best-seller.best-seller-1 p:nth-child(2) {
    margin: 0 0;
    width: 67px;
    float: right;
}

@media only screen and (max-width: 500px) {

    div.mb15.product-tags-detail div.category-best-seller.best-seller-3,
    div.mb15.product-tags-detail div.category-best-seller.best-seller-2,
    div.mb15.product-tags-detail div.category-best-seller.best-seller-1 {
        margin-left: 10px;
        padding: 9px 5px;
        font-size: 7pt;
        line-height: 10px;
        width: 128px;
    }

    div.edetail div.mb15.product-tags-detail span[title~="freeShipping"],
    div.edetail div.mb15.product-tags-detail span[title~="freeShippingZasilkovna"] {
        margin-left: 10px;
        font-size: 12pt;
        width: 143px;
        height: 56px;
    }

    div.edetail div.mb15.product-tags-detail span[title~="freeShippingZasilkovna"] {
        font-size: 11pt;
        width: 159px;
        height: 66px;
    }

    div.edetail div.mb15.product-tags-detail span[title~="freeShipping"] svg,
    div.edetail div.mb15.product-tags-detail span[title~="freeShippingZasilkovna"] svg {
        font-size: 35px;
    }

    div.mb15.product-tags-detail div.category-best-seller.best-seller-3 p:first-child,
    div.mb15.product-tags-detail div.category-best-seller.best-seller-2 p:first-child,
    div.mb15.product-tags-detail div.category-best-seller.best-seller-1 p:first-child {
        height: 30px;
        width: 37px;
        font-size: 12pt;
        padding-top: 4px;
        background-position: top center;
    }

    div.mb15.product-tags-detail div.category-best-seller.best-seller-3 p:nth-child(2),
    div.mb15.product-tags-detail div.category-best-seller.best-seller-2 p:nth-child(2),
    div.mb15.product-tags-detail div.category-best-seller.best-seller-1 p:nth-child(2) {
        width: 73px;
    }
}

@keyframes e {
    0% {
        left: -310px;
        background: hsla(0, 0%, 100%, .3)
    }

    to {
        left: 1590px;
        background: hsla(0, 0%, 100%, .1)
    }
}

.ad-banner {
    display: none;
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 20px 0;
}

@media (min-width:1199px) {
    .ad-banner {
        display: flex;
    }
}

.ad-banner>a {
    width: 50%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.ad-banner>a:first-child {
    margin-right: 5px;
}

.ad-banner>a:last-child {
    margin-left: 5px;
}

.ad-banner>a:hover:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 490px;
    margin-top: -110px;
    animation: e 2.5s linear infinite;
    transform: rotate(30deg);
}

.status-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}

#technicky-popis .label.label-default.ajaxForce {
    margin-top: -5px;
}
.d-none {
    display: none !important;
}


.delivery-wrapper {
    display: block;
    width: 100%;
}

.delivery {
    display: inline-flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 3px;
    /* margin: 5px 0; */
    position: relative;
}

.delivery .delivery__info,
.delivery .delivery__countdown {
    display: flex;
    flex-direction: row;
}

.delivery .delivery__info {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 15px;
}

.delivery .delivery__info .icon {
    margin-right: 8px;
    color: #b6b6b6;
    position: relative;
    top: 1px;
    font-size: 16px;
    flex: 0 0 auto;
}

.delivery .delivery__countdown {
    background-color: #4A9830;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 400;
}

.delivery .delivery__countdown p {
    margin-left: 26px;
    margin-bottom: 0;
    color: #fff;
}

.delivery .delivery__countdown mark {
    border-radius: 3px;
    padding: 2px 4px;
    background-color: #0A731A;
    color: #fff;
}

.d-none {
    display: none !important;
}

.list {
    position: relative;
    list-style: none;
}

.list.list--bestsellers {
    display: flex;
    flex-direction: row;
    background: #f5f5f5;
}

.list.list--bestsellers * {
    text-decoration: none !important;
}

.list.list--bestsellers .list__item:hover {
    background-color: #ebebeb;
}

.list.list--bestsellers .list__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 0;
    padding-bottom: 0;
    gap: 1rem;
}

.list.list--bestsellers .list__item {
    border: 1px solid #dddddd;
    padding: 5px 15px;
    margin-bottom: 0;
    flex: 33% 1;
}

.list.list--bestsellers .list__item:nth-child(1) {
    border-bottom: 5px solid #E3D847;
}

.list.list--bestsellers .list__item:nth-child(2) {
    border-bottom: 5px solid #C0C0C0;
}

.list.list--bestsellers .list__item:nth-child(3) {
    border-bottom: 5px solid #B1722D;
}

.list.list--bestsellers .list__item+.list__item {
    border-top: 1px solid #dddddd;
}

.list.list--bestsellers .list__image {
    position: relative;
    flex: 0 0 auto;
}

.list.list--bestsellers .list__item > strong {
    width: 97%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list.list--bestsellers .list__item .list__title > p > span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list.list--bestsellers .rating {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
}

.list.list--bestsellers .miniature {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .list.list--bestsellers .miniature {
        width: 60px;
        height: 60px;
    }
}

.list.list--bestsellers .list__title {
    text-decoration: none;
    font-weight: 700;
    flex: 1 1 50%;
}

@media screen and (min-width: 1024px) {
    .list.list--bestsellers .list__title {
        flex: 0 0 65%;
    }
}

.list.list--bestsellers .list__title p {
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

.list.list--bestsellers .list__title p>strong {
    display: block;
    color: #000;
    line-height: 1.5rem;
    font-size: 12px;
    margin-bottom: 6px;
    transition: all 0.16s ease-in;
}

@media screen and (max-width: 992px) {
    .list.list--bestsellers {
        flex-direction: column;
    }

    .list.list--bestsellers .list__item:nth-child(1) {
        border-left: 5px solid #E3D847;
        border-bottom: 1px solid #dddddd;
    }

    .list.list--bestsellers .list__item:nth-child(2) {
        border-left: 5px solid #C0C0C0;
        border-bottom: 1px solid #dddddd;
    }

    .list.list--bestsellers .list__item:nth-child(3) {
        border-left: 5px solid #B1722D;
        border-bottom: 1px solid #dddddd;
    }
}

@media screen and (min-width: 768px) {
    .list.list--bestsellers .list__title p>strong {
        font-size: 14px;
    }
}

.list.list--bestsellers .list__title:hover p>strong {
    color: #1ca32a;
    text-decoration: underline;
}

.list.list--bestsellers .list__price {
    text-align: right;
    margin-left: auto;
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.list.list--bestsellers .list__price>p {
    background: #ddd;
    padding: 3px 6px;
    margin-bottom: 0;
    border-radius: 3px;
    color: #f30c21;
    font-weight: 700;
    letter-spacing: -.7px;
    line-height: 14px;
    display: inline-block;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

@media screen and (max-width: 560px) {
    .textkategorie a.banner-kategorie>img {
        float: unset !important;
        max-width: 100% !important;
        margin: 0 0 10px 0 !important;
    }
}

select.form-control {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.swiper-container--instagram {
    background-color: #fff;
    margin: 0 -10px;
    padding-bottom: 20px;
}

.swiper-container--article-links .swiper-button-prev,
.swiper-container--article-links .swiper-button-next,
.swiper-container--instagram .swiper-button-prev,
.swiper-container--instagram .swiper-button-next {
    background-color: #515151;
    opacity: 1;
    width: 30px;
    height: 60px;
    fill: #ffffff !important;
    background-size: 10px !important;
    margin-top: -40px;
    transition: all 0.2s ease-in;
}

.swiper-container--article-links .swiper-button-disabled,
.swiper-container--instagram .swiper-button-disabled {
    visibility: hidden;
}

.swiper-container--article-links .swiper-button-prev:hover,
.swiper-container--article-links .swiper-button-next:hover,
.swiper-container--instagram .swiper-button-prev:hover,
.swiper-container--instagram .swiper-button-next:hover {
    background-color: #2e9f09;
}

.swiper-container--article-links .swiper-button-prev,
.swiper-container--instagram .swiper-button-prev {
    background-image: url("../../icons/caret-left-solid.svg");
    left: 0;
    border-radius: 0 6px 6px 0;
}

.swiper-container--article-links .swiper-button-next,
.swiper-container--instagram .swiper-button-next {
    background-image: url("../../icons/caret-right-solid.svg");
    right: 0;
    border-radius: 6px 0 0 6px;
}

.swiper-container--instagram .swiper-slide {
    width: auto;
}

@media (min-width: 767px) {
    .swiper-container--instagram .swiper-slide {
        width: 25%;
    }
}

@media (min-width: 1023px) {
    .swiper-container--instagram .swiper-slide {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .swiper-container--instagram .swiper-slide {
        width: 14.5%;
    }
}

.swiper-container--article-links .swiper-slide {
    width: auto;
    padding-block: 8px;
}

.instagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease-in;
    margin-bottom: 10px;
}

.instagram:hover {
    cursor: pointer;
}

.instagram:hover .instagram__date {
    background-color: #2e9f09;
    color: #ffffff;
}

.instagram__image {
    border: 1px solid #dddddd;
    width: 150px;
    height: 150px;
    background-size: contain;
    background-position: center center;
    transition: all 0.2s ease-in;
    object-fit: cover;
}

.instagram__date {
    transition: all 0.2s ease-in;
    background-color: #E4E4E4;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 16px;
    border-radius: 0 0 4px 4px;
    color: #4F4F4F;
}

.modal.modal--instagram .modal-content {
    max-width: 540px;
}

.form__item {
    position: relative;
    display: flex;
}

.form__item .input {
    border: 1px solid #737779;
    box-shadow: inset 0 0 0 1px #737779;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    height: 46px;
    line-height: 1.9;
    border-radius: 4px;
    overflow: hidden;
    background-color: transparent;
    outline: none;
}

.form-control--light {
    color: #fff;
}

.form__item--inline {
    flex-flow: row wrap;
}

.form__item--inline > .help-block {
    width: 100%;
    display: block;
}

.form__item--inline > .input {
    border-radius: 4px 0 0 4px;
    flex: 1;
    color: #fff;
}

.form__item--inline > .btn {
    border-radius: 0 4px 4px 0;
    line-height: 20px;
    flex: 0 0;
}

.form--newsletter{
    position: relative;
}

.table-time {
    position: relative;
    width: 100%;
    margin: 8px 0;
}

@media (min-width: 600px) {
    .table-time {
        max-width: 262px;
        margin: 8px 0 8px auto;
    }

    .table-time--full {
        max-width: 100% !important;
    }
}

.table-time tr:nth-child(even) {
    background-color: #e6e6e6;
}

.table-time tr td {
    padding: 2px 6px;
    font-size: 14px;
    line-height: 18px;
}

.input-loader{
    float: right;
    position: relative;
    top: -27px;
    width: 20px;
    right: 5px;
    display: none;
}

.post-desc {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-desc li {
    display: flex;
    align-items: center;
    padding: 4px 0;
    font-size: 14px;
    line-height: 18px;
}

.post-desc li + li {
    border-top: 1px solid #e6e6e6;
}

.post-desc .icon {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    color: #2e9f09;
}
/*
#content .sidebar-wrapper > .sidebar,
#content .sidebar-wrapper > .sidebar > .side-block:last-child {
    height: 100%;
}

@media (min-width: 992px) {
    #content .sidebar-wrapper > .sidebar > .side-block:last-child {
        max-height: calc(100% - 760px);
    }

    #content .sidebar-wrapper > .sidebar > .side-block:last-child div:not(.block){
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
    }
}
*/
.btn--yellow{
    color: #474400;
    background-color: #FFC018;
    border-bottom-width: 2px;
    border-bottom-color: #B18512;
}

.btn--yellow mark{
    display: inline-block;
    padding: 2px 6px;
    margin: 0 4px;
    line-height: 1;
    color: #FFC018;
    border-radius: 6px;
    background-color: #474400;
}

.btn--yellow:hover{
    background-color: #B18512;
}

.no-bullet{
    list-style: none;
}

.pagination-buttons{
    background-color: #B0B0B0A8;
    color: black;
    border: none;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    padding: 8px;
    font-size: 12px;
}

.pagination-buttons-selected{
    background-color: #000000c7;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    padding: 8px;
    font-size: 12px;
}

.disabled-button{
    pointer-events: none;
    cursor: default;
}

.shadow-cover {
    position: absolute;
    height: 82%;
    width: 48%;
    margin-top: -40px;
    background: #eeeeee8c;
    z-index:5;
}

#wantToKnowAnswerNow,
#sendQuestionToSupport{
    text-decoration: none;
}

.discuss-subtitle{
    font-size: 16px;
    line-height: 1;
}

.discuss-subtitle u{
    display: inline-block;
    font-size: 32px;
}

.edetail-discuss__row{
    background-color: #ECECEC;
    margin: 0 !important;
}

.edetail-discuss__col{
    position: relative;
    padding: 20px;
}

@media (min-width: 768px){
    .edetail-discuss__col{
        padding: 40px 20px;
    }
}

@media (min-width: 768px){
    .edetail-discuss__col:first-child::before{
        content: '';
        position: absolute;
        top: 20px;
        bottom: 20px;
        right: 0;
        border-right: 1px solid #DDDDDD
    }
}

.edetail-discuss__col--disabled > *{
    opacity: 0.6;
}

.edetail-discuss__col p{
    margin-bottom: 0;
    font-size: 18px;
}

.edetail-discuss__num{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #0880C6;
    color: var(--color-white);
    font-weight: 700;
    font-size: 18px;
    border-radius: 50%;
    margin-right: 8px;
}

.btn--discuss{
    font-size: 18px;
    background-color: #0880C6;
    color: var(--color-white);
    border-bottom: 2px solid #13608D;
    font-weight: 400;
}

.special-price .special-price__discount {
    font-weight: 600;
    padding: 2px 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f0dc52;
    color: black;
    font-size: 1.4rem;
    text-align: center;
}

.special-price .special-price__prices {
    font-weight: 600;
    padding: 3px 4px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #c5291c;
    color: white;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.special-price .special-price__price {
    font-size: 2.2rem;
    width: fit-content;
}

.special-price .special-price__old-price {
    font-size: 1.4rem;
    width: fit-content;
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}

.special-price.special-price--detail {
    margin-bottom: 5px;
}

.special-price.special-price--detail .special-price__discount {
    padding: 2px 8px;
}

.special-price.special-price--detail .special-price__prices {
    padding: 3px 10px;
}

.special-price.special-price--detail .special-price__price {
    font-size: 2.45rem;
}

.special-price.special-price--detail .special-price__old-price {
    font-size: 1.6rem;
}

.special-price.special-price--cart .special-price__discount {
    font-size: 1.2rem;
}

.special-price.special-price--cart .special-price__price {
    font-size: 1.8rem;
}

.special-price.special-price--cart .special-price__old-price {
    font-size: 1.2rem;
}

#snippet--productsToRate > .row {
    margin-bottom: 10px;
}

#snippet--productsToRate > .row > .d-md-block {
    text-align: center;
}

#snippet--productsToRate > .row > .d-md-block > img {
    max-height: 200px;
    max-width: 100%;
    width: auto;
}

#snippet--productsToRate .rating-form-wrapper img {
    max-height: 250px;
    width: auto;
}

.cashback {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    padding: 4px 10px;
    background-color: #EBE168;
    border-radius: 8px;
    border: 1px dashed #998529;
    line-height: 1.2;
}

.cashback--modal,
.cashback--detail {
    padding: 10px;
}
.cashback--space {
    padding: 20px;
}
.cashback--order {
    padding: 4px 6px 4px 60px;
    border-style: solid;
    font-size: 9pt;
}
.cashback--order img {
    position: absolute;
    top: -4px;
    left: -6px;
}
.color-black {
    color: #000000;
}
.color-white {
    color: #ffffff;
}
.order-switch {
    border: 1px solid #9F9F9F;
    border-radius: 4px;
    overflow: hidden;
    max-width: 800px;
}
.order-switch__option {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    font-weight: 400;
    background: rgb(212,212,212);
    background: linear-gradient(0deg, rgba(212,212,212,1) 50%, rgba(238,238,238,1) 100%);
    cursor: pointer;
}
.order-switch__option + .order-switch__option {
    border-top: 1px solid #9F9F9F;
}
@media screen and (min-width: 768px) {
    .order-switch__option + .order-switch__option {
        border-top: 0;
        border-left: 1px solid #9F9F9F;
    }
}
.order-switch__option + .order-switch__option {
    border-top: 1px solid #9F9F9F;
}
@media screen and (min-width: 768px) {
    .order-switch__option + .order-switch__option {
        border-top: 0;
        border-left: 1px solid #9F9F9F;
    }
}
.order-switch__option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #747474;
    background-color: #fff;
    margin: 0 10px 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
}
.order-switch__option input[type="radio"]:checked {
    border-color: #3172F0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%233172F0' d='M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512z'/%3E%3C/svg%3E");
}
.order-login {
    padding: 20px;
    background-color: #3A8528;
    border-radius: 8px;
    max-width: 700px;
}
.order-login h3 {
    color: #FFD943;
}
.order-login p {
    color: #ffffff;
}
.order-login .form-control {
    height: 48px;
    border: 2px solid #263E1C;
    box-shadow: none;
    background-color: #fff;
    font-size: 14px;
}
.order-login .btn:not(.btn--plain) {
    width: 160px;
    height: 48px;
    font-size: 14px;
    border: 2px solid #EBC139;
    background: linear-gradient(0deg, rgb(208, 179, 43) 30%, rgba(240, 254, 99,1) 100%);
}
.order-benefits {
    padding: 20px;
    background-color: #232323;
    border-radius: 8px;
    max-width: 700px;
}
.order-benefits h3 {
    margin-top: 0;
    color: #FFD943;
}
.order-benefits p {
    color: #ffffff;
}
.order-benefits ul li {
    color: #A9A9A9;
}
.order-benefits ul strong {
    color: #64E533;
}
.order-benefits .form-control {
    height: 48px;
    border: 2px solid #000000;
    box-shadow: none;
    background-color: #fff;
    font-size: 14px;
}
.order-benefits .checkbox-wrapper .checkbox:checked {
    background-color: #3172F0;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
@media screen and (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .d-md-none {
        display: none !important;
    }
}

.order-login button[name="forgottenPasswordSubmit"] {
    color: white;
    width: 160px;
    text-align: center;
    text-decoration: underline;
}

.order-login button[name="forgottenPasswordSubmit"]:hover {
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .cashback:not(.cashback--detail):not(.cashback--modal) {
        flex-flow: column nowrap;
    }

    .cashback:not(.cashback--detail):not(.cashback--modal) img {
        align-self: center;
        margin-bottom: 10px;
    }

    .order-login .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }

    .order-login .buttons [name="signInSubmit"] {
        width: 100% !important;
    }

    .order-login .buttons [name="forgottenPasswordSubmit"] {
        margin-top: 10px;
    }

    .order__row--cashback .order__sum {
        align-items: flex-end;
    }
}

.order__row--cashback .order__image {
    padding: 0;
}

.order__row--cashback .order__image img {
    height: 42px;
}

.js-product-rating-images-btn {
    margin-top: 10px;
}

.js-product-rating-images-input {
    display: none !important;
}

.js-lightbox-product-rating a {
    display: inline-flex;
}

.js-lightbox-product-rating a img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.sidebar-eshop a[href="/15-duvodu-pro-nakoupit-u-nas"] {
    height: 140px;
}

.category-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 3px;
}

.category-info mark {
    background-color: #dedede;
    border-radius: 5px;
    padding: 2px 4px;
    font-weight: 500;
}

.category-info > span {
    position: relative;
    padding: 0 15px;
}

.category-info > span:first-child {
    padding-left: 0;
}

.category-info > span:not(:first-child)::before {
    height: 50px;
    width: 3px;
    content: '|';
    position: absolute;
    left: 0;
    color: #dedede;
}

@media screen and (max-width: 992px) {
    .category-info > span:first-child {
        padding-left: 15px;
    }

    .category-info > span:first-child::before {
        height: 50px;
        width: 3px;
        content: '|';
        position: absolute;
        left: 0;
        color: #dedede;
    }
}

.list-producers .products-count {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 2px;
    background-color: #909090;
    color: white;
    padding: 3px 5px;
    font-size: 7pt;
    font-family: Arial, 'Segoe UI Emoji';
}

.sub-categories a > span {
    margin-left: 5px;
    background-color: #6ba74b;
    color: white;
    font-weight: normal;
    font-size: 7pt;
    border-radius: 3px;
    height: auto;
    padding: 0 2px;
    margin-top: -2px;
    line-height: 11pt;
    text-align: center;
    vertical-align: middle;
    font-family: Arial, 'Segoe UI Emoji';
}

.sub-categories > li > a:focus,
.sub-categories > li > a:hover {
    text-decoration: none;
}

.sub-categories > li > a:focus strong,
.sub-categories > li > a:hover strong {
    color: #2E9F09;
    text-decoration: underline
}

.sub-categories > li > a:focus span:hover {
    text-decoration: none;
}

.sub-categories > li > a:hover span {
    text-decoration: none;
}

.sales-banner-alert-bar {
    background-color: rgb(61, 61, 61) !important;
}
