<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
}

.bootstrap-touchspin .input-group-btn-vertical&gt;.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: 400
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset!important;
        animation: unset!important;
        -webkit-transition: none!important;
        transition: none!important
    }
}


/*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: "Lato",sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block
}

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

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

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

figure {
    margin: 1em 40px
}

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

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button,
input,
select {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

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

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield
}

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

@media print {
    *,
    :after,
    :before,
    :first-letter,
    :first-line {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn&gt;.caret,
    .dropup&gt;.btn&gt;.caret {
        border-top-color: #000!important
    }
    .tag {
        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
    }
}

html {
    box-sizing: border-box
}

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

@-ms-viewport {
    width: device-width
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: none!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #818a91
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #0275d8;
    text-decoration: none
}

a:focus,
a:hover {
    color: #014c8c;
    text-decoration: underline
}

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

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: none
}

pre {
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    caption-side: bottom
}

caption,
th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

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

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

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

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #818a91
}

.blockquote-footer:before {
    content: "\2014   \A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer:before {
    content: ""
}

.blockquote-reverse .blockquote-footer:after {
    content: "\A0   \2014"
}

dl.row&gt;dd+dt {
    clear: left
}

.carousel-inner&gt;.carousel-item&gt;a&gt;img,
.carousel-inner&gt;.carousel-item&gt;img,
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: .3rem
}

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

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

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #818a91
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

code {
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .25rem
}

code,
kbd {
    padding: .2rem .4rem;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #373a3c
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

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

@media (min-width:544px) {
    .container {
        max-width: 576px
    }
}

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

@media (min-width:992px) {
    .container {
        max-width: 940px
    }
}

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

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

.container-fluid:after {
    content: "";
    display: table;
    clear: both
}

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

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

.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-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-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: 15px;
    padding-left: 15px
}

.col-xs-1 {
    float: left;
    width: 8.33333%
}

.col-xs-2 {
    float: left;
    width: 16.66667%
}

.col-xs-3 {
    float: left;
    width: 25%
}

.col-xs-4 {
    float: left;
    width: 33.33333%
}

.col-xs-5 {
    float: left;
    width: 41.66667%
}

.col-xs-6 {
    float: left;
    width: 50%
}

.col-xs-7 {
    float: left;
    width: 58.33333%
}

.col-xs-8 {
    float: left;
    width: 66.66667%
}

.col-xs-9 {
    float: left;
    width: 75%
}

.col-xs-10 {
    float: left;
    width: 83.33333%
}

.col-xs-11 {
    float: left;
    width: 91.66667%
}

.col-xs-12 {
    float: left;
    width: 100%
}

.pull-xs-0 {
    right: auto
}

.pull-xs-1 {
    right: 8.33333%
}

.pull-xs-2 {
    right: 16.66667%
}

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

.pull-xs-4 {
    right: 33.33333%
}

.pull-xs-5 {
    right: 41.66667%
}

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

.pull-xs-7 {
    right: 58.33333%
}

.pull-xs-8 {
    right: 66.66667%
}

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

.pull-xs-10 {
    right: 83.33333%
}

.pull-xs-11 {
    right: 91.66667%
}

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

.push-xs-0 {
    left: auto
}

.push-xs-1 {
    left: 8.33333%
}

.push-xs-2 {
    left: 16.66667%
}

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

.push-xs-4 {
    left: 33.33333%
}

.push-xs-5 {
    left: 41.66667%
}

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

.push-xs-7 {
    left: 58.33333%
}

.push-xs-8 {
    left: 66.66667%
}

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

.push-xs-10 {
    left: 83.33333%
}

.push-xs-11 {
    left: 91.66667%
}

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

.offset-xs-1 {
    margin-left: 8.33333%
}

.offset-xs-2 {
    margin-left: 16.66667%
}

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

.offset-xs-4 {
    margin-left: 33.33333%
}

.offset-xs-5 {
    margin-left: 41.66667%
}

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

.offset-xs-7 {
    margin-left: 58.33333%
}

.offset-xs-8 {
    margin-left: 66.66667%
}

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

.offset-xs-10 {
    margin-left: 83.33333%
}

.offset-xs-11 {
    margin-left: 91.66667%
}

@media (min-width:544px) {
    .col-sm-1 {
        float: left;
        width: 8.33333%
    }
    .col-sm-2 {
        float: left;
        width: 16.66667%
    }
    .col-sm-3 {
        float: left;
        width: 25%
    }
    .col-sm-4 {
        float: left;
        width: 33.33333%
    }
    .col-sm-5 {
        float: left;
        width: 41.66667%
    }
    .col-sm-6 {
        float: left;
        width: 50%
    }
    .col-sm-7 {
        float: left;
        width: 58.33333%
    }
    .col-sm-8 {
        float: left;
        width: 66.66667%
    }
    .col-sm-9 {
        float: left;
        width: 75%
    }
    .col-sm-10 {
        float: left;
        width: 83.33333%
    }
    .col-sm-11 {
        float: left;
        width: 91.66667%
    }
    .col-sm-12 {
        float: left;
        width: 100%
    }
    .pull-sm-0 {
        right: auto
    }
    .pull-sm-1 {
        right: 8.33333%
    }
    .pull-sm-2 {
        right: 16.66667%
    }
    .pull-sm-3 {
        right: 25%
    }
    .pull-sm-4 {
        right: 33.33333%
    }
    .pull-sm-5 {
        right: 41.66667%
    }
    .pull-sm-6 {
        right: 50%
    }
    .pull-sm-7 {
        right: 58.33333%
    }
    .pull-sm-8 {
        right: 66.66667%
    }
    .pull-sm-9 {
        right: 75%
    }
    .pull-sm-10 {
        right: 83.33333%
    }
    .pull-sm-11 {
        right: 91.66667%
    }
    .pull-sm-12 {
        right: 100%
    }
    .push-sm-0 {
        left: auto
    }
    .push-sm-1 {
        left: 8.33333%
    }
    .push-sm-2 {
        left: 16.66667%
    }
    .push-sm-3 {
        left: 25%
    }
    .push-sm-4 {
        left: 33.33333%
    }
    .push-sm-5 {
        left: 41.66667%
    }
    .push-sm-6 {
        left: 50%
    }
    .push-sm-7 {
        left: 58.33333%
    }
    .push-sm-8 {
        left: 66.66667%
    }
    .push-sm-9 {
        left: 75%
    }
    .push-sm-10 {
        left: 83.33333%
    }
    .push-sm-11 {
        left: 91.66667%
    }
    .push-sm-12 {
        left: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        float: left;
        width: 8.33333%
    }
    .col-md-2 {
        float: left;
        width: 16.66667%
    }
    .col-md-3 {
        float: left;
        width: 25%
    }
    .col-md-4 {
        float: left;
        width: 33.33333%
    }
    .col-md-5 {
        float: left;
        width: 41.66667%
    }
    .col-md-6 {
        float: left;
        width: 50%
    }
    .col-md-7 {
        float: left;
        width: 58.33333%
    }
    .col-md-8 {
        float: left;
        width: 66.66667%
    }
    .col-md-9 {
        float: left;
        width: 75%
    }
    .col-md-10 {
        float: left;
        width: 83.33333%
    }
    .col-md-11 {
        float: left;
        width: 91.66667%
    }
    .col-md-12 {
        float: left;
        width: 100%
    }
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.33333%
    }
    .pull-md-2 {
        right: 16.66667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.33333%
    }
    .pull-md-5 {
        right: 41.66667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.33333%
    }
    .pull-md-8 {
        right: 66.66667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.33333%
    }
    .pull-md-11 {
        right: 91.66667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.33333%
    }
    .push-md-2 {
        left: 16.66667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.33333%
    }
    .push-md-5 {
        left: 41.66667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.33333%
    }
    .push-md-8 {
        left: 66.66667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.33333%
    }
    .push-md-11 {
        left: 91.66667%
    }
    .push-md-12 {
        left: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        float: left;
        width: 8.33333%
    }
    .col-lg-2 {
        float: left;
        width: 16.66667%
    }
    .col-lg-3 {
        float: left;
        width: 25%
    }
    .col-lg-4 {
        float: left;
        width: 33.33333%
    }
    .col-lg-5 {
        float: left;
        width: 41.66667%
    }
    .col-lg-6 {
        float: left;
        width: 50%
    }
    .col-lg-7 {
        float: left;
        width: 58.33333%
    }
    .col-lg-8 {
        float: left;
        width: 66.66667%
    }
    .col-lg-9 {
        float: left;
        width: 75%
    }
    .col-lg-10 {
        float: left;
        width: 83.33333%
    }
    .col-lg-11 {
        float: left;
        width: 91.66667%
    }
    .col-lg-12 {
        float: left;
        width: 100%
    }
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.33333%
    }
    .pull-lg-2 {
        right: 16.66667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.33333%
    }
    .pull-lg-5 {
        right: 41.66667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.33333%
    }
    .pull-lg-8 {
        right: 66.66667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.33333%
    }
    .pull-lg-11 {
        right: 91.66667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.33333%
    }
    .push-lg-2 {
        left: 16.66667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.33333%
    }
    .push-lg-5 {
        left: 41.66667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.33333%
    }
    .push-lg-8 {
        left: 66.66667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.33333%
    }
    .push-lg-11 {
        left: 91.66667%
    }
    .push-lg-12 {
        left: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl-1 {
        float: left;
        width: 8.33333%
    }
    .col-xl-2 {
        float: left;
        width: 16.66667%
    }
    .col-xl-3 {
        float: left;
        width: 25%
    }
    .col-xl-4 {
        float: left;
        width: 33.33333%
    }
    .col-xl-5 {
        float: left;
        width: 41.66667%
    }
    .col-xl-6 {
        float: left;
        width: 50%
    }
    .col-xl-7 {
        float: left;
        width: 58.33333%
    }
    .col-xl-8 {
        float: left;
        width: 66.66667%
    }
    .col-xl-9 {
        float: left;
        width: 75%
    }
    .col-xl-10 {
        float: left;
        width: 83.33333%
    }
    .col-xl-11 {
        float: left;
        width: 91.66667%
    }
    .col-xl-12 {
        float: left;
        width: 100%
    }
    .pull-xl-0 {
        right: auto
    }
    .pull-xl-1 {
        right: 8.33333%
    }
    .pull-xl-2 {
        right: 16.66667%
    }
    .pull-xl-3 {
        right: 25%
    }
    .pull-xl-4 {
        right: 33.33333%
    }
    .pull-xl-5 {
        right: 41.66667%
    }
    .pull-xl-6 {
        right: 50%
    }
    .pull-xl-7 {
        right: 58.33333%
    }
    .pull-xl-8 {
        right: 66.66667%
    }
    .pull-xl-9 {
        right: 75%
    }
    .pull-xl-10 {
        right: 83.33333%
    }
    .pull-xl-11 {
        right: 91.66667%
    }
    .pull-xl-12 {
        right: 100%
    }
    .push-xl-0 {
        left: auto
    }
    .push-xl-1 {
        left: 8.33333%
    }
    .push-xl-2 {
        left: 16.66667%
    }
    .push-xl-3 {
        left: 25%
    }
    .push-xl-4 {
        left: 33.33333%
    }
    .push-xl-5 {
        left: 41.66667%
    }
    .push-xl-6 {
        left: 50%
    }
    .push-xl-7 {
        left: 58.33333%
    }
    .push-xl-8 {
        left: 66.66667%
    }
    .push-xl-9 {
        left: 75%
    }
    .push-xl-10 {
        left: 83.33333%
    }
    .push-xl-11 {
        left: 91.66667%
    }
    .push-xl-12 {
        left: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

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

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

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

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #eceeef
}

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-active,
.table-active&gt;td,
.table-active&gt;th,
.table-hover .table-active:hover,
.table-hover .table-active:hover&gt;td,
.table-hover .table-active:hover&gt;th,
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-success,
.table-success&gt;td,
.table-success&gt;th {
    background-color: #dff0d8
}

.table-hover .table-success:hover,
.table-hover .table-success:hover&gt;td,
.table-hover .table-success:hover&gt;th {
    background-color: #d0e9c6
}

.table-info,
.table-info&gt;td,
.table-info&gt;th {
    background-color: #d9edf7
}

.table-hover .table-info:hover,
.table-hover .table-info:hover&gt;td,
.table-hover .table-info:hover&gt;th {
    background-color: #c4e3f3
}

.table-warning,
.table-warning&gt;td,
.table-warning&gt;th {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover&gt;td,
.table-hover .table-warning:hover&gt;th {
    background-color: #faf2cc
}

.table-danger,
.table-danger&gt;td,
.table-danger&gt;th {
    background-color: #f2dede
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover&gt;td,
.table-hover .table-danger:hover&gt;th {
    background-color: #ebcccc
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c
}

.thead-default th {
    color: #55595c;
    background-color: #eceeef
}

.table-inverse {
    color: #eceeef;
    background-color: #373a3c
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-color: #55595c
}

.table-inverse.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto
}

.table-reflow thead {
    float: left
}

.table-reflow tbody {
    display: block;
    white-space: nowrap
}

.table-reflow td,
.table-reflow th {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef
}

.table-reflow td:last-child,
.table-reflow th:last-child {
    border-right: 1px solid #eceeef
}

.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
    border-bottom: 1px solid #eceeef
}

.table-reflow tr {
    float: left
}

.table-reflow tr td,
.table-reflow tr th {
    display: block!important;
    border: 1px solid #eceeef
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

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

.form-control:focus {
    color: #55595c;
    border-color: #66afe9;
    outline: none
}

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

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

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

.form-control:disabled {
    cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
    height: 2.5rem
}

select.form-control:focus::-ms-value {
    color: #55595c;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem
}

.col-form-legend {
    font-size: 1rem
}

.col-form-legend,
.form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.form-control-static {
    min-height: 2.5rem
}

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

.form-control-sm,
.input-group-sm&gt;.form-control,
.input-group-sm&gt;.input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-sm&gt;.input-group-btn&gt;select.btn:not([size]):not([multiple]),
.input-group-sm&gt;select.form-control:not([size]):not([multiple]),
.input-group-sm&gt;select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem
}

.form-control-lg,
.input-group-lg&gt;.form-control,
.input-group-lg&gt;.input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-lg&gt;.input-group-btn&gt;select.btn:not([size]):not([multiple]),
.input-group-lg&gt;select.form-control:not([size]):not([multiple]),
.input-group-lg&gt;select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: 3.16667rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .75rem
}

.form-check+.form-check {
    margin-top: -.25rem
}

.form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer
}

.form-check-inline+.form-check-inline {
    margin-left: .75rem
}

.form-check-inline.disabled {
    cursor: not-allowed
}

.form-control-feedback {
    margin-top: .25rem
}

.form-control-danger,
.form-control-success,
.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .625rem;
    background-size: 1.25rem 1.25rem
}

.has-success .custom-control,
.has-success .form-check-inline,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}

.has-success .form-control-feedback {
    color: #5cb85c
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .custom-control,
.has-warning .form-check-inline,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}

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

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .custom-control,
.has-danger .form-check-inline,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
    color: #d9534f
}

.has-danger .form-control {
    border-color: #d9534f
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}

.has-danger .form-control-feedback {
    color: #d9534f
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

@media (min-width:544px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .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
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group&gt;.form-control {
        width: 100%
    }
    .form-inline .form-check,
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check {
        display: inline-block;
        margin-top: 0
    }
    .form-inline .form-check-label {
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    font-weight: 400;
    line-height: 1.25;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem
}

.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 {
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

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

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b
}

.btn-primary.active,
.btn-primary:active,
.open&gt;.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none
}

.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&gt;.btn-primary.dropdown-toggle.focus,
.open&gt;.btn-primary.dropdown-toggle:focus,
.open&gt;.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #014682;
    border-color: #01315a
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary.active,
.btn-secondary:active,
.open&gt;.btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none
}

.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&gt;.btn-secondary.dropdown-toggle.focus,
.open&gt;.btn-secondary.dropdown-toggle:focus,
.open&gt;.btn-secondary.dropdown-toggle:hover {
    color: #373a3c;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc
}

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

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info.active,
.btn-info:active,
.open&gt;.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none
}

.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&gt;.btn-info.dropdown-toggle.focus,
.open&gt;.btn-info.dropdown-toggle:focus,
.open&gt;.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info:disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success.active,
.btn-success:active,
.open&gt;.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none
}

.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&gt;.btn-success.dropdown-toggle.focus,
.open&gt;.btn-success.dropdown-toggle:focus,
.open&gt;.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success:disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c
}

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

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

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

.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&gt;.btn-warning.dropdown-toggle.focus,
.open&gt;.btn-warning.dropdown-toggle:focus,
.open&gt;.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

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

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

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

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

.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&gt;.btn-danger.dropdown-toggle.focus,
.open&gt;.btn-danger.dropdown-toggle:focus,
.open&gt;.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

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

.btn-outline-primary {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8
}

.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open&gt;.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open&gt;.btn-outline-primary.dropdown-toggle.focus,
.open&gt;.btn-outline-primary.dropdown-toggle:focus,
.open&gt;.btn-outline-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #014682;
    border-color: #01315a
}

.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled:hover {
    border-color: #43a7fd
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc
}

.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.open&gt;.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary.active.focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary:active.focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active:hover,
.open&gt;.btn-outline-secondary.dropdown-toggle.focus,
.open&gt;.btn-outline-secondary.dropdown-toggle:focus,
.open&gt;.btn-outline-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: #a1a1a1;
    border-color: #8c8c8c
}

.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled:hover {
    border-color: #fff
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover,
.open&gt;.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open&gt;.btn-outline-info.dropdown-toggle.focus,
.open&gt;.btn-outline-info.dropdown-toggle:focus,
.open&gt;.btn-outline-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled:hover,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled:hover {
    border-color: #b0e1ef
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover,
.open&gt;.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.active.focus,
.btn-outline-success.active:focus,
.btn-outline-success.active:hover,
.btn-outline-success:active.focus,
.btn-outline-success:active:focus,
.btn-outline-success:active:hover,
.open&gt;.btn-outline-success.dropdown-toggle.focus,
.open&gt;.btn-outline-success.dropdown-toggle:focus,
.open&gt;.btn-outline-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled:hover,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled:hover {
    border-color: #a3d7a3
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e
}

.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover,
.open&gt;.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning.active.focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.active:hover,
.btn-outline-warning:active.focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover,
.open&gt;.btn-outline-warning.dropdown-toggle.focus,
.open&gt;.btn-outline-warning.dropdown-toggle:focus,
.open&gt;.btn-outline-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled:hover {
    border-color: #f8d9ac
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f
}

.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover,
.open&gt;.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.active.focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.active:hover,
.btn-outline-danger:active.focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:active:hover,
.open&gt;.btn-outline-danger.dropdown-toggle.focus,
.open&gt;.btn-outline-danger.dropdown-toggle:focus,
.open&gt;.btn-outline-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled:hover {
    border-color: #eba5a3
}

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

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
    background-color: transparent
}

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

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

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none
}

.btn-group-lg&gt;.btn,
.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm&gt;.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

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

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
}

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

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle:after {
    border-top: 0;
    border-bottom: .3em solid
}

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

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #FFFFFF;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    color: #818a91
}

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

.open&gt;.dropdown-menu {
    display: block
}

.open&gt;a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 5px 20px;
    font-size: .875rem;
    color: #818a91;
    white-space: nowrap
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid
}

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

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

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

.btn-group-vertical&gt;.btn.active,
.btn-group-vertical&gt;.btn:active,
.btn-group-vertical&gt;.btn:focus,
.btn-group-vertical&gt;.btn:hover,
.btn-group&gt;.btn.active,
.btn-group&gt;.btn:active,
.btn-group&gt;.btn:focus,
.btn-group&gt;.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: -.5rem
}

.btn-toolbar:after {
    content: "";
    display: table;
    clear: both
}

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

.btn-toolbar&gt;.btn,
.btn-toolbar&gt;.btn-group,
.btn-toolbar&gt;.input-group {
    margin-left: .5rem
}

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

.btn-group&gt;.btn:first-child {
    margin-left: 0
}

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

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

.btn-group&gt;.btn-group {
    float: left
}

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

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

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

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

.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn+.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-group-sm&gt;.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg&gt;.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg&gt;.btn .caret,
.btn-lg .caret {
    border-width: .3em .3em 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg&gt;.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 .3em .3em
}

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

.btn-group-vertical&gt;.btn-group:after {
    content: "";
    display: table;
    clear: both
}

.btn-group-vertical&gt;.btn-group&gt;.btn {
    float: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.input-group-addon.form-control-sm,
.input-group-sm&gt;.input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;.input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg&gt;.input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;.input-group-addon.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

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

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

.input-group-addon:not(:last-child) {
    border-right: 0
}

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

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

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

.input-group-btn,
.input-group-btn&gt;.btn {
    position: relative
}

.input-group-btn&gt;.btn+.btn {
    margin-left: -1px
}

.input-group-btn&gt;.btn:active,
.input-group-btn&gt;.btn:focus,
.input-group-btn&gt;.btn:hover {
    z-index: 3
}

.input-group-btn:not(:last-child)&gt;.btn,
.input-group-btn:not(:last-child)&gt;.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)&gt;.btn,
.input-group-btn:not(:first-child)&gt;.btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-btn:not(:first-child)&gt;.btn-group:active,
.input-group-btn:not(:first-child)&gt;.btn-group:focus,
.input-group-btn:not(:first-child)&gt;.btn-group:hover,
.input-group-btn:not(:first-child)&gt;.btn:active,
.input-group-btn:not(:first-child)&gt;.btn:focus,
.input-group-btn:not(:first-child)&gt;.btn:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: inline;
    padding-left: 1.5rem;
    cursor: pointer
}

.custom-control+.custom-control {
    margin-left: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #0074d9
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #84c6ff
}

.custom-control-input:disabled~.custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee
}

.custom-control-input:disabled~.custom-control-description {
    color: #767676;
    cursor: not-allowed
}

.custom-control-indicator {
    position: absolute;
    top: .0625rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #0074d9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked .custom-control {
    display: inline
}

.custom-controls-stacked .custom-control:after {
    display: block;
    margin-bottom: .25rem;
    content: ""
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem\9;
    color: #55595c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-image: none\9;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none
}

.custom-select:focus {
    border-color: #51a7e8;
    outline: none
}

.custom-select:focus::-ms-value {
    color: #55595c;
    background-color: #fff
}

.custom-select:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem
}

.custom-file-control:lang(en):after {
    content: "Choose file..."
}

.custom-file-control:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en):before {
    content: "Browse"
}

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

.nav-link {
    display: inline-block
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #818a91
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent
}

.nav-inline .nav-item {
    display: inline-block
}

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
    margin-left: 1rem
}

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

.nav-tabs:after {
    content: "";
    display: table;
    clear: both
}

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

.nav-tabs .nav-item+.nav-item {
    margin-left: .2rem
}

.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent
}

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

.nav-pills:after {
    content: "";
    display: table;
    clear: both
}

.nav-pills .nav-item {
    float: left
}

.nav-pills .nav-item+.nav-item {
    margin-left: .2rem
}

.nav-pills .nav-link {
    display: block;
    padding: .5em 1em;
    border-radius: .25rem
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
    color: #fff;
    cursor: default;
    background-color: #0275d8
}

.nav-stacked .nav-item {
    display: block;
    float: none
}

.nav-stacked .nav-item+.nav-item {
    margin-top: .2rem;
    margin-left: 0
}

.tab-content&gt;.tab-pane {
    display: none
}

.tab-content&gt;.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

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

@media (min-width:544px) {
    .navbar {
        border-radius: .25rem
    }
}

.navbar-full {
    z-index: 1000
}

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

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

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

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%
}

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

.navbar-brand {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem
}

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

.navbar-brand&gt;img {
    display: block
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden
}

.navbar-divider:before {
    content: "\A0"
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: none;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

.navbar-nav .nav-item {
    float: left
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-nav .nav-item+.nav-item,
.navbar-nav .nav-link+.nav-link {
    margin-left: 1rem
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .6)
}

.navbar-light .navbar-nav .active&gt;.nav-link,
.navbar-light .navbar-nav .active&gt;.nav-link:focus,
.navbar-light .navbar-nav .active&gt;.nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .open&gt;.nav-link,
.navbar-light .navbar-nav .open&gt;.nav-link:focus,
.navbar-light .navbar-nav .open&gt;.nav-link:hover {
    color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, .075)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .active&gt;.nav-link,
.navbar-dark .navbar-nav .active&gt;.nav-link:focus,
.navbar-dark .navbar-nav .active&gt;.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .open&gt;.nav-link,
.navbar-dark .navbar-nav .open&gt;.nav-link:focus,
.navbar-dark .navbar-nav .open&gt;.nav-link:hover {
    color: #fff
}

.navbar-dark .navbar-divider {
    background-color: hsla(0, 0%, 100%, .075)
}

.navbar-toggleable-xs:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:543px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width:544px) {
    .navbar-toggleable-xs {
        display: block!important
    }
}

.navbar-toggleable-sm:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width:768px) {
    .navbar-toggleable-sm {
        display: block!important
    }
}

.navbar-toggleable-md:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}

@media (min-width:992px) {
    .navbar-toggleable-md {
        display: block!important
    }
}

.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, .125)
}

.card-block {
    padding: 1.25rem
}

.card-blockPanier {
    padding: 0rem
}

.card-block:after {
    content: "";
    display: table;
    clear: both
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card&gt;.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.card&gt;.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-header {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:after {
    content: "";
    display: table;
    clear: both
}

.card-header:first-child {
    border-radius: .25rem .25rem 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:after {
    content: "";
    display: table;
    clear: both
}

.card-footer:last-child {
    border-radius: 0 0 .25rem .25rem
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8
}

.card-primary .card-footer,
.card-primary .card-header {
    background-color: transparent
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.card-success .card-footer,
.card-success .card-header {
    background-color: transparent
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.card-info .card-footer,
.card-info .card-header {
    background-color: transparent
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.card-warning .card-footer,
.card-warning .card-header {
    background-color: transparent
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f
}

.card-danger .card-footer,
.card-danger .card-header,
.card-outline-primary {
    background-color: transparent
}

.card-outline-primary {
    border-color: #0275d8
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f
}

.card-inverse .card-footer,
.card-inverse .card-header {
    border-color: hsla(0, 0%, 100%, .2)
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
    color: #fff
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
    color: hsla(0, 0%, 100%, .65)
}

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

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    border-radius: .25rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img-top {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

@media (min-width:544px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: .75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0
    }
    .card-deck .card {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top
    }
    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media (min-width:544px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed
    }
    .card-group .card {
        display: table-cell;
        vertical-align: top
    }
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child),
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child) .card-img-top {
        border-radius: 0
    }
}

@media (min-width:544px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }
    .card-columns .card {
        width: 100%
    }
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: .25rem
}

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

.breadcrumb-item {
    float: left
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #818a91;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #818a91
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem
}

.page-item {
    display: inline
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #818a91;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #0275d8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .275rem .75rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

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

.tag:empty {
    display: none
}

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

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

.tag-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.tag-default {
    background-color: #818a91
}

.tag-default[href]:focus,
.tag-default[href]:hover {
    background-color: #687077
}

.tag-primary {
    background-color: #0275d8
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: #025aa5
}

.tag-success {
    background-color: #5cb85c
}

.tag-success[href]:focus,
.tag-success[href]:hover {
    background-color: #449d44
}

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

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

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

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

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

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

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: .3rem
}

@media (min-width:544px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 2rem
}

.alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1rem;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c1e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6d5ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7ecb5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9b9
}

.alert-danger .alert-link {
    color: #843534
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem
}

.progress[value] {
    background-color: #eee;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem
}

.progress[value]::-ms-fill {
    background-color: #0074d9;
    border: 0
}

.progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.progress[value="100"]::-moz-progress-bar {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.progress[value="100"]::-webkit-progress-value {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: .25rem
}

.progress[value],
base::-moz-progress-bar {
    background-color: #eee;
    border-radius: .25rem
}

@media screen and (min-width:0\0) {
    .progress {
        background-color: #eee;
        border-radius: .25rem
    }
    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-bottom-left-radius: .25rem;
        border-top-left-radius: .25rem
    }
    .progress[width="100%"] {
        border-bottom-right-radius: .25rem;
        border-top-right-radius: .25rem
    }
}

.progress-striped[value]::-webkit-progress-value {
    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: 1rem 1rem
}

.progress-striped[value]::-moz-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: 1rem 1rem
}

.progress-striped[value]::-ms-fill {
    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: 1rem 1rem
}

@media screen and (min-width:0\0) {
    .progress-bar-striped {
        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: 1rem 1rem
    }
}

.progress-animated[value]::-webkit-progress-value {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

@media screen and (min-width:0\0) {
    .progress-animated .progress-bar-striped {
        animation: progress-bar-stripes 2s linear infinite
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c
}

.progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c
}

.progress-success[value]::-ms-fill {
    background-color: #5cb85c
}

@media screen and (min-width:0\0) {
    .progress-success .progress-bar {
        background-color: #5cb85c
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de
}

.progress-info[value]::-ms-fill {
    background-color: #5bc0de
}

@media screen and (min-width:0\0) {
    .progress-info .progress-bar {
        background-color: #5bc0de
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e
}

.progress-warning[value]::-ms-fill {
    background-color: #f0ad4e
}

@media screen and (min-width:0\0) {
    .progress-warning .progress-bar {
        background-color: #f0ad4e
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f
}

.progress-danger[value]::-ms-fill {
    background-color: #d9534f
}

@media screen and (min-width:0\0) {
    .progress-danger .progress-bar {
        background-color: #d9534f
    }
}

.media,
.media-body {
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right {
    padding-left: 10px
}

.media-left {
    padding-right: 10px
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef
}

.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: #818a91
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    border-color: #0275d8
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading&gt;.small,
.list-group-item.active .list-group-item-heading&gt;small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading&gt;.small,
.list-group-item.active:focus .list-group-item-heading&gt;small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading&gt;.small,
.list-group-item.active:hover .list-group-item-heading&gt;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: #a8d6fe
}

.list-group-flush .list-group-item {
    border-radius: 0
}

.list-group-item-action {
    width: 100%;
    color: #555;
    text-align: inherit
}

.list-group-item-action .list-group-item-heading {
    color: #333
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

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: #3c763d;
    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: #3c763d;
    border-color: #3c763d
}

.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: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    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: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    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: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.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-21by9 {
    padding-bottom: 42.85714%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.embed-responsive-1by1 {
    padding-bottom: 100%
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

.modal.in .modal-dialog {
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after {
    content: "";
    display: table;
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after {
    content: "";
    display: table;
    clear: both
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:544px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'Cinzel', serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-arrow,
.tooltip.tooltip-top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-arrow,
.tooltip.tooltip-right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-arrow,
.tooltip.tooltip-bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-arrow,
.tooltip.tooltip-left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.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: block;
    max-width: 276px;
    padding: 1px;
    font-family: 'Cinzel', serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover.bs-tether-element-attached-bottom,
.popover.popover-top {
    margin-top: -10px
}

.popover.bs-tether-element-attached-bottom .popover-arrow,
.popover.popover-top .popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.bs-tether-element-attached-bottom .popover-arrow:after,
.popover.popover-top .popover-arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: "";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.bs-tether-element-attached-left,
.popover.popover-right {
    margin-left: 10px
}

.popover.bs-tether-element-attached-left .popover-arrow,
.popover.popover-right .popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.bs-tether-element-attached-left .popover-arrow:after,
.popover.popover-right .popover-arrow:after {
    bottom: -10px;
    left: 1px;
    content: "";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bs-tether-element-attached-top,
.popover.popover-bottom {
    margin-top: 10px
}

.popover.bs-tether-element-attached-top .popover-arrow,
.popover.popover-bottom .popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-top .popover-arrow:after,
.popover.popover-bottom .popover-arrow:after {
    top: 1px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.bs-tether-element-attached-right,
.popover.popover-left {
    margin-left: -10px
}

.popover.bs-tether-element-attached-right .popover-arrow,
.popover.popover-left .popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-right .popover-arrow:after,
.popover.popover-left .popover-arrow:after {
    right: 1px;
    bottom: -10px;
    content: "";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: .2375rem .2375rem 0 0
}

.popover-title:empty {
    display: none
}

.popover-content {
    padding: 9px 14px
}

.popover-arrow,
.popover-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover-arrow {
    border-width: 11px
}

.popover-arrow:after {
    content: "";
    border-width: 10px
}

.carousel,
.carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner&gt;.carousel-item {
    position: relative;
    display: none;
    transition: left .6s ease-in-out
}

.carousel-inner&gt;.carousel-item&gt;a&gt;img,
.carousel-inner&gt;.carousel-item&gt;img {
    line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
    .carousel-inner&gt;.carousel-item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }
    .carousel-inner&gt;.carousel-item.active.right,
    .carousel-inner&gt;.carousel-item.next {
        left: 0;
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner&gt;.carousel-item.active.left,
    .carousel-inner&gt;.carousel-item.prev {
        left: 0;
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner&gt;.carousel-item.active,
    .carousel-inner&gt;.carousel-item.next.left,
    .carousel-inner&gt;.carousel-item.prev.right {
        left: 0;
        transform: translateZ(0)
    }
}

.carousel-inner&gt;.active,
.carousel-inner&gt;.next,
.carousel-inner&gt;.prev {
    display: block
}

.carousel-inner&gt;.active {
    left: 0
}

.carousel-inner&gt;.next,
.carousel-inner&gt;.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner&gt;.next {
    left: 100%
}

.carousel-inner&gt;.prev {
    left: -100%
}

.carousel-inner&gt;.next.left,
.carousel-inner&gt;.prev.right {
    left: 0
}

.carousel-inner&gt;.active.left {
    left: -100%
}

.carousel-inner&gt;.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);
    opacity: .5
}

.carousel-control.left {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: 'Cinzel', serif;
    line-height: 1
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.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: 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 (min-width:544px) {
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.bg-faded {
    background-color: #f7f7f9
}

.bg-primary {
    color: #fff!important;
    background-color: #0275d8!important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #025aa5!important
}

.bg-success {
    color: #fff!important;
    background-color: #5cb85c!important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44!important
}

.bg-info {
    color: #fff!important;
    background-color: #5bc0de!important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5!important
}

.bg-warning {
    color: #fff!important;
    background-color: #f0ad4e!important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f!important
}

.bg-danger {
    color: #fff!important;
    background-color: #d9534f!important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #c9302c!important
}

.bg-inverse {
    color: #fff!important;
    background-color: #373a3c!important
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #1f2021!important
}

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

.d-block {
    display: block!important
}

.d-inline-block {
    display: inline-block!important
}

.d-inline {
    display: inline!important
}

.pull-xs-left {
    float: left!important
}

.pull-xs-right {
    float: right!important
}

.pull-xs-none {
    float: none!important
}

@media (min-width:544px) {
    .pull-sm-left {
        float: left!important
    }
    .pull-sm-right {
        float: right!important
    }
    .pull-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .pull-md-left {
        float: left!important
    }
    .pull-md-right {
        float: right!important
    }
    .pull-md-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .pull-lg-left {
        float: left!important
    }
    .pull-lg-right {
        float: right!important
    }
    .pull-lg-none {
        float: none!important
    }
}

@media (min-width:1200px) {
    .pull-xl-left {
        float: left!important
    }
    .pull-xl-right {
        float: right!important
    }
    .pull-xl-none {
        float: none!important
    }
}

.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
}

.w-100 {
    width: 100%!important
}

.m-x-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.m-a-0 {
    margin: 0!important
}

.m-t-0 {
    margin-top: 0!important
}

.m-r-0 {
    margin-right: 0!important
}

.m-b-0 {
    margin-bottom: 0!important
}

.m-l-0,
.m-x-0 {
    margin-left: 0!important
}

.m-x-0 {
    margin-right: 0!important
}

.m-y-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.m-a-1 {
    margin: 1rem!important
}

.m-t-1 {
    margin-top: 1rem!important
}

.m-r-1 {
    margin-right: 1rem!important
}

.m-b-1 {
    margin-bottom: 1rem!important
}

.m-l-1,
.m-x-1 {
    margin-left: 1rem!important
}

.m-x-1 {
    margin-right: 1rem!important
}

.m-y-1 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.m-a-2 {
    margin: 1.5rem!important
}

.m-t-2 {
    margin-top: 1.5rem!important
}

.m-r-2 {
    margin-right: 1.5rem!important
}

.m-b-2 {
    margin-bottom: 1.5rem!important
}

.m-l-2,
.m-x-2 {
    margin-left: 1.5rem!important
}

.m-x-2 {
    margin-right: 1.5rem!important
}

.m-y-2 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.m-a-3 {
    margin: 3rem!important
}

.m-t-3 {
    margin-top: 3rem!important
}

.m-r-3 {
    margin-right: 3rem!important
}

.m-b-3 {
    margin-bottom: 3rem!important
}

.m-l-3,
.m-x-3 {
    margin-left: 3rem!important
}

.m-x-3 {
    margin-right: 3rem!important
}

.m-y-3 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.p-a-0 {
    padding: 0!important
}

.p-t-0 {
    padding-top: 0!important
}

.p-r-0 {
    padding-right: 0!important
}

.p-b-0 {
    padding-bottom: 0!important
}

.p-l-0,
.p-x-0 {
    padding-left: 0!important
}

.p-x-0 {
    padding-right: 0!important
}

.p-y-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.p-a-1 {
    padding: 1rem!important
}

.p-t-1 {
    padding-top: 1rem!important
}

.p-r-1 {
    padding-right: 1rem!important
}

.p-b-1 {
    padding-bottom: 1rem!important
}

.p-l-1,
.p-x-1 {
    padding-left: 1rem!important
}

.p-x-1 {
    padding-right: 1rem!important
}

.p-y-1 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.p-a-2 {
    padding: 1.5rem!important
}

.p-t-2 {
    padding-top: 1.5rem!important
}

.p-r-2 {
    padding-right: 1.5rem!important
}

.p-b-2 {
    padding-bottom: 1.5rem!important
}

.p-l-2,
.p-x-2 {
    padding-left: 1.5rem!important
}

.p-x-2 {
    padding-right: 1.5rem!important
}

.p-y-2 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.p-a-3 {
    padding: 3rem!important
}

.p-t-3 {
    padding-top: 3rem!important
}

.p-r-3 {
    padding-right: 3rem!important
}

.p-b-3 {
    padding-bottom: 3rem!important
}

.p-l-3,
.p-x-3 {
    padding-left: 3rem!important
}

.p-x-3 {
    padding-right: 3rem!important
}

.p-y-3 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-xs-left {
    text-align: left!important
}

.text-xs-right {
    text-align: right!important
}

.text-xs-center {
    text-align: center!important
}

@media (min-width:544px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-muted {
    color: #818a91!important
}

a.text-muted:focus,
a.text-muted:hover {
    color: #687077!important
}

.text-primary {
    color: #0275d8!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #025aa5!important
}

.text-success {
    color: #5cb85c!important
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44!important
}

.text-info {
    color: #5bc0de!important
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5!important
}

.text-warning {
    color: #f0ad4e!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f!important
}

.text-danger {
    color: #d9534f!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden!important
}

.hidden-xs-up {
    display: none!important
}

@media (max-width:543px) {
    .hidden-xs-down {
        display: none!important
    }
}

@media (min-width:544px) {
    .hidden-sm-up {
        display: none!important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none!important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none!important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none!important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none!important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none!important
    }
}

.hidden-xl-down,
.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
    }
}

.badge {
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: -15px;
    right: -20px;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    font-family: 'Cinzel', sans-serif
}

@media (max-width:991px) {
    .badge {
        right: -15px
    }
}

.btn {
    width: auto;
    display: inline-block;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    background: #ef5b5b;
    color: #fff;
    text-align: center;
    font-family: 'Cinzel', sans-serif;
    font-weight: 600;
    margin: 10px 0;
    overflow-wrap: break-word;
    white-space: inherit;
    border-radius: 0;
    border: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out
}

.btn:first-letter {
    text-transform: uppercase
}

.btn:hover {
    background: #fc6e6e;
    border: none
}

.btn:active,
.btn:focus {
    background: #da5353;
    outline: none!important;
    border: none
}

.btn.btn-medium {
    font-size: 14px;
    line-height: 14px;
    padding: 12px 20px
}

.btn.btn-medium i {
    font-size: 14px!important;
    font-weight: 300;
    padding-right: 5px
}

.btn.btn-icon {
    margin: 0;
    padding: 0;
    background: none
}

.btn.btn-icon:before {
    font-family: FontAwesome;
    content: "\F054";
    position: absolute;
    z-index: 1;
    color: #333;
    font-size: 12px;
    top: 11px;
    right: 29px
}

.btn.btn-icon input {
    background: none;
    border: none;
    position: absolute;
    right: 15px;
    top: 0;
    width: 35px;
    height: 34px;
    outline: none;
    z-index: 1
}

.btn.btn-ghost {
    background: transparent;
    border: 1px solid #ef5b5b;
    color: #ef5b5b
}

.btn.btn-ghost:hover {
    background: #ef5b5b;
    border: 1px solid #ef5b5b;
    color: #fff
}

.btn.btn-disabled {
    background: #cfcfcf;
    border: 1px solid #f5f5f5;
    color: #535252
}

body,
html {
    height: 100%
}

body {
    font-family: 'Cinzel', sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    background: #fff;
    line-height: 1.25em
}

body .growl {
    border-radius: 0
}

body .growl.growl-default {
    background: #e9fcff;
    border: 1px solid #178fad;
    color: #178fad
}

body .growl .growl-close,
body .growl .growl-message {
    color: #178fad
}

:focus {
    outline: none
}

.no-padding {
    padding: 0!important
}

.noshadow {
    box-shadow: none
}

hr {
    border-top: 1px solid #cfcfcf
}

ul {
    list-style: none;
    padding-left: 0
}

.gray-bg {
    background: #ffffff!important
}

.hide {
    display: none
}

.under-conditions {
    border-bottom: 1px solid #535252!important
}

.to-top {
    opacity: 0;
    z-index: 1;
    position: fixed;
    right: 50px;
    bottom: 40px;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
    .to-top {
        display: none
    }
}

.to-top a {
    display: block;
    color: #535252
}

.to-top a:hover {
    color: #ef5b5b
}

.to-top a i {
    text-align: center;
    font-size: 30px!important
}

@element body and (min-scroll-y:1%) and (max-scroll-y:90%) {
    .to-top {
        opacity: 1
    }
}

@media (max-width:991px) {
    .container {
        max-width: 100%;
        width: 100%
    }
}

#wrapper {
    padding-top: 10px
}

#wrapper .banner {
    display: block;
    margin: 30px 0
}

#wrapper .breadcrumb {
    background: transparent;
    padding: 0
}

#wrapper .breadcrumb[data-depth="1"] {
    display: none
}

#wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0
}

#wrapper .breadcrumb li {
    display: inline;
    font-size: 11px
}

#wrapper .breadcrumb li:after {
    content: "/";
    color: #535252;
    margin: 5px
}

#wrapper .breadcrumb li:last-child {
    content: "/";
    color: #535252;
    margin: 0
}

#wrapper .breadcrumb li:last-child:after {
    content: ""
}

#wrapper .breadcrumb li:last-child a,
#wrapper .breadcrumb li:last-child span {
    color: #ef5b5b
}

#wrapper .breadcrumb li a,
#wrapper .breadcrumb li span {
    font-size: 11px;
    font-weight: 600;
    color: #535252
}

#wrapper .breadcrumb li a:hover,
#wrapper .breadcrumb li span:hover {
    color: #ef5b5b
}

#wrapper .slick-arrow:before {
    color: #ef5b5b!important
}

#wrapper #main .page-header {
    margin-top: 25px
}

#wrapper #main .page-footer {
    margin-bottom: 25px
}

#wrapper #main #notifications ul {
    margin-bottom: 0
}

.table td,
.table th {
    padding: 10px;
    vertical-align: middle!important
}

.table.table-striped th {
    background: none
}

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

.table.table-bordered,
.table.table-bordered td,
.table.table-bordered th {
    border: 1px solid #cfcfcf
}

.page-manufacturer .brand,
.page-supplier .brand {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf
}

.page-manufacturer .brand:last-child,
.page-supplier .brand:last-child {
    border: none
}

.page-manufacturer .brand .brand-infos,
.page-supplier .brand .brand-infos {
    margin-bottom: 10px
}

.page-manufacturer .brand .brand-products a,
.page-supplier .brand .brand-products a {
    display: inline-block
}

.page-manufacturer .brand .brand-products a i,
.page-supplier .brand .brand-products a i {
    font-size: 10px!important
}

.page-manufacturer #products,
.page-supplier #products {
    margin: 20px 15px 0!important
}

.page-manufacturer #products #js-product-list,
.page-supplier #products #js-product-list {
    margin-top: 30px
}

.page-manufacturer #products #js-product-list .product-miniature,
.page-supplier #products #js-product-list .product-miniature {
    margin-bottom: 50px;
    min-height: inherit;
    margin: 0 30px
}

@media (max-width:1199px) {
    .page-manufacturer #products #js-product-list .product-miniature,
    .page-supplier #products #js-product-list .product-miniature {
        margin: -5px
    }
}

@media (max-width:991px) {
    .page-manufacturer #products #js-product-list .product-miniature,
    .page-supplier #products #js-product-list .product-miniature {
        margin: 0;
        min-height: 350px
    }
}

@media (max-width:767px) {
    .page-manufacturer #products #js-product-list .product-miniature .thumbnail-container,
    .page-supplier #products #js-product-list .product-miniature .thumbnail-container {
        height: 215px
    }
}

.page-manufacturer .pagination,
.page-supplier .pagination {
    margin-top: 45px
}

.btn-touchspin i:after {
    display: none
}

.done {
    color: #ef5b5b;
    display: inline-block;
    padding: 0 10px;
    margin-right: 0
}

.definition-list dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.definition-list dl dt {
    font-weight: 400
}

.definition-list dl dd,
.definition-list dl dt {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    background: #f5f5f5;
    padding: 10px;
    margin: 2px
}

.definition-list dl dd:nth-of-type(2n),
.definition-list dl dt:nth-of-type(2n) {
    background: #fff
}

.card {
    border-radius: 0
}

.card .card-block {
    padding: 15px
}

.help-block {
    margin-top: 10px
}

.nav-item .nav-link,
.nav-item .nav-separator {
    color: #535252;
    font-weight: 700
}

.nav-item .nav-link.active,
.nav-item .nav-link:hover,
.nav-item .nav-separator.active,
.nav-item .nav-separator:hover {
    color: #535252
}

@media (max-width:991px) {
    .page-search .headings {
        text-align: center
    }
}

.ui-menu {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .3);
    border: none!important;
    border-radius: 0!important;
    padding: 0!important
}

.ui-menu .ui-corner-all {
    border: none!important;
    padding: 10px!important
}

.ui-menu .ui-corner-all.ui-state-active,
.ui-menu .ui-corner-all.ui-state-focus {
    background: #f5f5f5;
    border: none!important;
    margin: 0!important;
    border-radius: 0!important
}

.ui-menu .ui-corner-all .separator {
    display: none
}

@font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(../css/e79bfd88537def476913f3ed52f4f4b3.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"), url(../css/012cf6a10129e2275d79d6adac7f3b02.woff) format("woff"), url(../css/a37b0c01c0baf1888ca812cc0508f6e2.ttf) format("truetype")
}

.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga"
}

.bold {
    font-weight: 700
}

.italic {
    font-style: italic
}

.underline {
    text-decoration: underline
}

.nounderline {
    text-decoration: none!important
}

.linethrough {
    text-decoration: line-through!important
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Cinzel', sans-serif;
    color: #535252
}

.h1,
.h2,
h1,
h2 {
    font-size: 20px;
    line-height: 25px
}

.h3,
.h4,
.h5,
h3,
h4,
h5 {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 19px
}

.headings {
    font-family: 'Cinzel', sans-serif;
    color: #535252;
    font-weight: 700
}

.headings a {
    font-weight: 500
}

.headings.headings-large {
    font-size: 43px;
    line-height: 54px
}

.headings.headings-medium {
    font-size: 20px;
    line-height: 25px
}

.headings.headings-small {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 19px
}

.headings.headings-alternative.headings-large {
    font-size: 52px;
    line-height: 59px
}

.headings.headings-alternative.headings-large.headings-with-bg {
    color: #f5f5f5
}

.headings.headings-alternative.headings-xsmall {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 17px
}

.leads {
    font-family: 'Cinzel', sans-serif;
    color: #535252
}

.leads.lead-2 {
    font-size: 16px;
    line-height: 23px
}

.leads.lead-with-bg {
    color: #cfcfcf;
    font-size: 16px;
    line-height: 27px
}

div,
p,
span {
    font-family: 'Cinzel', sans-serif;
    color: #535252;
    margin: 0
}

div.regular-text,
p.regular-text,
span.regular-text {
    line-height: 21px;
    font-size: 14px
}

div.regular-text.default-text a,
p.regular-text.default-text a,
span.regular-text.default-text a {
    color: #535252
}

div.regular-text.default-text a:hover,
p.regular-text.default-text a:hover,
span.regular-text.default-text a:hover {
    color: #333
}

div.regular-text.highlight-text,
div.regular-text.highlight-text a,
p.regular-text.highlight-text,
p.regular-text.highlight-text a,
span.regular-text.highlight-text,
span.regular-text.highlight-text a {
    color: #535252
}

div.regular-text.highlight-text a:hover,
p.regular-text.highlight-text a:hover,
span.regular-text.highlight-text a:hover {
    color: #333
}

div.small-text,
p.small-text,
span.small-text {
    line-height: 20px;
    font-size: 12px
}

div.small-text.default-text a,
p.small-text.default-text a,
span.small-text.default-text a {
    color: #535252
}

div.small-text.default-text a:hover,
p.small-text.default-text a:hover,
span.small-text.default-text a:hover {
    color: #333
}

div.small-text.highlight-text,
div.small-text.highlight-text a,
p.small-text.highlight-text,
p.small-text.highlight-text a,
span.small-text.highlight-text,
span.small-text.highlight-text a {
    color: #535252
}

div.small-text.highlight-text a:hover,
p.small-text.highlight-text a:hover,
span.small-text.highlight-text a:hover {
    color: #333
}

.underline-bottom {
    border-bottom: 1px solid transparent;
    padding-bottom: 1px
}

.underline-bottom:hover {
    border-bottom: 1px solid #ef5b5b;
    color: #333
}

.underline-bottom:hover i,
.underline-bottom:hover img {
    border-bottom: none
}

.underline-bottom:hover span {
    color: #333
}

.underline-bottom:active,
.underline-bottom:focus {
    border-bottom: none
}

a {
    font-family: 'Cinzel', sans-serif;
    color: #363636
}

a,
a i,
a span {
    font-weight: 500
}

a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #FFF
}

a.regular-text {
    line-height: 21px;
    font-size: 14px
}

a.small-text {
    line-height: 20px;
    font-size: 12px
}

dd,
dt {
    line-height: 21px;
    font-size: 13px;
    font-family: 'Cinzel', sans-serif;
    color: #FFF
}

.fa {
    font-size: 13px!important
}

.fa.fa-caret-down {
    font-size: 12px!important
}

.custom-radio {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
    background: #fff;
    margin-right: 5px
}

.custom-radio input[type=radio] {
    opacity: 0!important;
    cursor: pointer;
    width: 22px;
    height: 22px
}

.custom-radio input[type=radio]:checked+span {
    display: block;
    background-color: #ef5b5b;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px
}

.custom-checkbox {
    position: relative
}

.custom-checkbox input[type=checkbox] {
    opacity: 0!important;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1
}

.custom-checkbox input[type=checkbox]+span {
    margin-right: 5px;
    background: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    cursor: pointer;
    border: 1px solid #cfcfcf
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    display: none;
    margin: 0;
    padding: 2px 0 0 2px;
    font-size: 14px!important;
    color: #cfcfcf
}

.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: block
}

.custom-checkbox label {
    text-align: left;
    padding-left: 3px;
    width: 100%
}

.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border: 2px solid #333
}

.label,
label {
    color: #535252;
    font-size: 13px;
    font-weight: 600;
    margin: 0
}

.label.form-control-label,
label.form-control-label {
    padding: 10px 0
}

.label.label-title,
label.label-title {
    padding: 0 5px;
    position: relative;
    top: 3px
}

input {
    height: 42px
}

select::-ms-expand {
    display: none
}

.form-control {
    background: #fff;
    font-size: 13px;
    color: #333;
    font-weight: 600;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    padding: 10px 15px
}

.form-control.placeholder {
    color: #535252;
    font-weight: 500
}

.form-control:-moz-placeholder,
.form-control::-moz-placeholder {
    color: #535252;
    font-weight: 500
}

.form-control:-ms-input-placeholder {
    color: #535252;
    font-weight: 500
}

.form-control::-webkit-input-placeholder {
    color: #535252;
    font-weight: 500
}

.form-control:-webkit-autofill {
    background-color: #fff!important
}

.form-control:focus {
    background-color: #fff;
    outline: 2px solid #ef5b5b
}

.form-control:disabled {
    background: #f5f5f5;
    color: #535252
}

.form-control-comment {
    font-size: 12px;
    color: #535252;
    font-style: italic;
    padding-left: 10px;
    display: inline
}

.input-group .input-group-btn&gt;.btn {
    border: 0;
    box-shadow: none;
    font-size: 12px;
    line-height: 12px;
    padding: 15px 45px;
    margin: 0;
    text-transform: uppercase;
    background: #cfcfcf;
    color: #fff
}

.input-group .input-group-btn.group-span-filestyle label {
    margin: 0
}

.bootstrap-touchspin .input-group .input-group-btn.group-span-filestyle .btn-touchspin,
.input-group .input-group-btn.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.input-group .input-group-btn.group-span-filestyle .btn-default {
    background: #ef5b5b;
    color: #fff
}

.form-control-select {
    height: 42px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../css/3389388520958dda15c072aa384155dc.png) no-repeat scroll right 10px center/11px 8px;
    padding-right: 32px
}

.form-control-select:hover {
    cursor: pointer
}

.form-control-select.form-control-product {
    background-color: #f5f5f5;
    color: #535252;
    border: none;
    border-radius: 0;
    font-size: 12px;
    padding: 0 50px 0 15px
}

.form-control-valign {
    padding-top: 8px
}

.form-control-submit.disabled {
    background: #5bc0de;
    color: #fff
}

.form-group.has-error input,
.form-group.has-error select {
    outline: 3px solid #b40014
}

.form-group.has-error .help-block {
    color: #b40014
}

@media (max-width:767px) {
    .form-group .filestyle {
        width: 55%
    }
}

.bootstrap-touchspin input:focus {
    outline: none
}

.bootstrap-touchspin input.form-control {
    border: none
}

.bootstrap-touchspin .btn-touchspin {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    height: 21px
}

.bootstrap-touchspin .btn-touchspin:hover {
    background-color: #cfcfcf
}

.bootstrap-touchspin .input-group-btn-vertical {
    color: #333
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\F077"
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\F078"
}

.bootstrap-touchspin .input-group-btn-vertical i {
    color: #535252;
    font-size: 12px!important;
    top: 2px;
    left: 0;
    right: 0
}

.block_newsletter {
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center
}

.block_newsletter form {
    position: relative
}

.block_newsletter form input[type=email] {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 10px 10px 0;
    height: 40px;
    min-width: 255px;
    background: transparent;
    color: #535252;
    font-size: 16px;
    width: 50%
}

@media (max-width:991px) {
    .block_newsletter form input[type=email] {
        min-width: inherit
    }
}

.block_newsletter form input[type=email]:focus {
    outline: none;
    color: #535252;
    border-bottom: 1px solid #535252
}

.block_newsletter form input[type=email]::-webkit-input-placeholder {
    color: #535252
}

.block_newsletter form input[type=email]:-moz-placeholder,
.block_newsletter form input[type=email]::-moz-placeholder {
    color: #535252
}

.block_newsletter form input[type=email]:-ms-input-placeholder {
    color: #535252
}

.block_newsletter form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: 0;
    right: 7px;
    top: 5px;
    color: #535252;
    min-height: 25px
}

.block_newsletter form button[type=submit]:focus {
    outline: none
}

.block_newsletter form button[type=submit] .search:hover {
    color: #535252
}

@media (max-width:767px) {
    .block_newsletter {
        padding-bottom: 10px;
        border-bottom: 1px solid #f5f5f5
    }
}

.block_newsletter p.head-subscription {
    font-family: 'Cinzel', sans-serif;
    font-size: 20px;
    margin: auto auto 45px
}

@media (max-width:767px) {
    .block_newsletter p.head-subscription {
        margin-bottom: 15px;
        border-bottom: none;
        padding-bottom: 0;
        width: 100%
    }
}

.block_newsletter form .input-wrapper {
    overflow: hidden;
    margin-bottom: 20px
}

.block_newsletter form .input-wrapper input[type=submit] {
    background: none;
    border: none;
    padding: 0;
    color: #ef5b5b;
    height: 14px
}

.block_newsletter form .input-wrapper .btn:hover input[type=submit] {
    color: #fff
}

@media (max-width:767px) {
    .block_newsletter form .input-wrapper input[type=email] {
        width: 100%
    }
}

.block_newsletter form .input-wrapper .btn {
    margin: 0 0 0 50px
}

@media (max-width:767px) {
    .block_newsletter form .input-wrapper .btn {
        margin: 20px 0 0;
        display: block
    }
}

.modal {
    background: rgba(0, 0, 0, .33)
}

.modal .modal-dialog {
    width: 100%;
    max-width: 1024px;
    min-height: 300px;
    height: auto;
    background: #fff;
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, .5)
}

@media (max-width:991px) {
    .modal .modal-dialog {
        width: 85%!important
    }
}

@media (max-width:767px) {
    .modal .modal-dialog {
        width: 95%!important
    }
}

.modal .modal-dialog .modal-content {
    background: #fff;
    border-radius: 0;
    border: none
}

.modal .modal-dialog .modal-content .fa-times {
    font-size: 16px!important
}

.alert {
    font-size: 13px;
    border: none;
    border-left: 7px solid;
    border-radius: 0;
    padding: 12px;
    min-height: 45px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    background: #fff
}

.alert .content-help-info {
    height: 100%;
    margin: 0;
    min-height: 21px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.alert .content-help-info a,
.alert .content-help-info p,
.alert .content-help-info span {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Cinzel', sans-serif;
    margin: 0
}

.alert .content-help-info a {
    text-decoration: underline;
    font-weight: 700
}

.alert .content-help-info a:hover {
    text-decoration: none
}

.alert .content-help-info ul {
    margin-bottom: 0
}

.alert .content-help-info ul li {
    font-size: 13px
}

.alert .content-help-info ul ul {
    padding-left: 20px
}

.alert .content-help-info ul ul li {
    list-style: disc
}

.alert.alert-info {
    border-color: #178fad;
    background: #e9fcff
}

.alert.alert-info .content-help-info a,
.alert.alert-info .content-help-info li,
.alert.alert-info .content-help-info p,
.alert.alert-info .content-help-info span {
    color: #178fad
}

.alert.alert-success {
    border-color: #24923a;
    background: #d7eddf
}

.alert.alert-success .content-help-info a,
.alert.alert-success .content-help-info li,
.alert.alert-success .content-help-info p,
.alert.alert-success .content-help-info span {
    color: #24923a
}

.alert.alert-warning {
    border-color: #d56d07;
    background: #feefd5
}

.alert.alert-warning .content-help-info a,
.alert.alert-warning .content-help-info li,
.alert.alert-warning .content-help-info p,
.alert.alert-warning .content-help-info span {
    color: #d56d07
}

.alert.alert-danger {
    border-color: #b40014;
    background: #f3cdd1
}

.alert.alert-danger .content-help-info a,
.alert.alert-danger .content-help-info li,
.alert.alert-danger .content-help-info p,
.alert.alert-danger .content-help-info span {
    color: #b40014
}

#block-reassurance {
    margin: 0 0 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cfcfcf
}

@media (max-width:767px) {
    #block-reassurance {
        margin-left: 15px;
        margin-right: 15px;
        border-top: 1px solid #cfcfcf;
        padding-top: 30px;
        margin-bottom: 10px
    }
}

#block-reassurance ul {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    #block-reassurance ul {
        display: block
    }
}

#block-reassurance ul li {
    border: none;
    padding: 30px 10px
}

@media (max-width:991px) {
    #block-reassurance ul li {
        margin: 0 15px
    }
}

@media (max-width:767px) {
    #block-reassurance ul li {
        display: block;
        padding: 5px 0;
        margin: 0
    }
}

@media (max-width:767px) {
    #block-reassurance ul li:first-child {
        border-top: none
    }
}

#block-reassurance ul li .block-reassurance-item {
    padding: 0
}

#block-reassurance ul li .block-reassurance-item img,
#block-reassurance ul li .block-reassurance-item span {
    display: block
}

@media (max-width:767px) {
    #block-reassurance ul li .block-reassurance-item img,
    #block-reassurance ul li .block-reassurance-item span {
        margin: auto auto 10px
    }
}

#block-reassurance ul li .block-reassurance-item img {
    margin: auto auto 20px
}

#block-reassurance ul li .block-reassurance-item span {
    font-weight: 600
}

.blockcart {
    margin: 30px 0 5px 20px;
    white-space: nowrap;
    position: relative
}

.blockcart.cart-preview .shopping-cart {
    vertical-align: middle
}

.blockcart.inactive:hover {
    cursor: pointer
}

@media (max-width:767px) {
    .blockcart.inactive .cart-products-count {
        display: none
    }
}

.blockcart .header,
.blockcart .header a {
    position: relative
}

.blockcart .header .dropdown-item {
    padding: 0;
    height: 45px
}

@media (max-width:767px) {
    .blockcart .header .dropdown-item {
        height: auto
    }
}

.blockcart .header .dropdown-item a:hover .badge,
.blockcart .header .dropdown-item i:hover .badge {
    color: #fff!important
}

.blockcart .header .dropdown-item a span:hover,
.blockcart .header .dropdown-item i span:hover {
    border-bottom: none!important
}

.blockcart .header .blockcart-details {
    display: none;
    z-index: 2;
    position: absolute;
    border-radius: 0;
    top: 45px;
    left: -245px;
    background: #f5f5f5;
    border-bottom: 1px solid #ef5b5b;
    min-width: 310px;
    text-align: center;
    box-shadow: 0 5px 15px 1px rgba(0, 0, 0, .5)
}

.blockcart .header .blockcart-details ul {
    margin-bottom: 0
}

.blockcart .header .blockcart-details ul.list-unstyled {
    margin-bottom: 20px
}

.blockcart .header .blockcart-details li {
    border-top: 1px solid #cfcfcf;
    padding: 20px 15px 15px;
    margin-top: 20px;
    position: relative
}

.blockcart .header .blockcart-details li:first-child {
    border-top: none;
    padding-bottom: 0;
    margin-top: 0
}

.blockcart .header .blockcart-details li .blockcart-product-detail .col-md-4,
.blockcart .header .blockcart-details li .blockcart-product-detail .col-md-8 {
    padding: 0 10px
}

.blockcart .header .blockcart-details li .blockcart-product-detail span {
    display: block;
    text-align: left;
    width: 85%;
    word-wrap: break-word;
    white-space: pre-wrap;
    color: #333
}

.blockcart .header .blockcart-details li .blockcart-product-detail span.product-name {
    text-transform: uppercase
}

.blockcart .header .blockcart-details li .blockcart-product-detail span.product-price {
    font-weight: 600
}

.blockcart .header .blockcart-details li .blockcart-product-detail .remove-from-cart {
    position: absolute;
    top: 20px;
    right: 10px;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    display: block;
    width: 25px;
    height: 25px
}

.blockcart .header .blockcart-details li .blockcart-product-detail .remove-from-cart i {
    font-size: 11px!important;
    color: #cfcfcf;
    position: relative;
    top: -10px
}

.blockcart .header .blockcart-details .blockcart-price-view {
    background: #fff;
    border-top: 1px solid #cfcfcf;
    padding: 10px 0
}

.blockcart .header .blockcart-details .blockcart-price-view .cart-total-price {
    font-size: 18px;
    display: inline-block;
    padding: 12px 5px
}

.blockcart .header .blockcart-details .blockcart-price-view .btn {
    width: 100%
}

.blockcart .header .blockcart-details .cart-empty {
    padding: 15px;
    display: block
}

.blockcart .header .blockcart-details .customizations {
    border-top: 1px dotted #cfcfcf;
    margin-top: 10px
}

.blockcart .header .blockcart-details .customizations li {
    padding-top: 10px
}

@media (min-width:992px) {
    #_desktop_cart:hover .blockcart-details {
        display: block!important
    }
}

.cart-grid {
    margin: 15px 0
}

@media (max-width:991px) {
    .cart-grid-body {
        margin-bottom: 20px
    }
}

@media (max-width:543px) {
    .cart-grid-body .no-items {
        padding: 15px;
        display: inline-block
    }
}

.cart-overview {
    margin-bottom: 20px
}

.cart-items {
    margin-bottom: 0
}

.cart-item {
    padding: 16px 0
}

@media (max-width:543px) {
    .cart-item {
        border-bottom: 1px solid #cfcfcf
    }
    .cart-item:last-child {
        border-bottom: 0
    }
}

@media (max-width:543px) {
    .product-line-grid-left {
        padding-right: 0!important
    }
}

.product-line-grid-left img {
    max-width: 100%
}

.product-line-grid-body&gt;.product-line-info {
    margin-bottom: 5px
}

.product-line-grid-body&gt;.product-line-info&gt;.out-of-stock {
    color: #b40014
}

.product-line-grid-body&gt;.product-line-info&gt;.available {
    color: #ef5b5b
}

.product-line-grid-body&gt;.product-line-info&gt;.unit-price-cart {
    display: inline-block
}

.product-line-grid-body&gt;.product-line-info.has-discount .discount {
    padding-left: 5px;
    font-size: 12px
}

.product-line-grid-right .bootstrap-touchspin {
    position: relative
}

.product-line-grid-right .bootstrap-touchspin .js-cart-line-product-quantity {
    background-color: #fff;
    color: #535252;
    text-align: center;
    font-size: 20px;
    float: none;
    height: 23px;
    margin: 0;
    padding: 0
}

.product-line-grid-right .bootstrap-touchspin .input-group-btn .btn {
    padding: 8px 11px;
    margin: 0 0 8px 5px
}

.product-line-grid-right .bootstrap-touchspin .input-group-btn .btn.btn-touchspin {
    background: none;
    border: none;
    margin: 0;
    color: #535252;
    font-family: 'Cinzel', sans-serif;
    font-size: 24px;
    top: -3px
}

.product-line-grid-right .bootstrap-touchspin .input-group-btn .btn.btn-touchspin:hover {
    color: #ef5b5b
}

.product-line-grid-right .price {
    text-align: center
}

@media (max-width:543px) {
    .product-line-grid-right .price {
        text-align: right
    }
}

.product-line-grid-right .cart-line-product-actions {
    color: #333
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart {
    color: #535252;
    display: inline-block;
    margin-top: 2px
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart i {
    font-size: 16px!important
}

hr {
    margin: 10px 0
}

.promo-discounts {
    margin-bottom: 0
}

.cart-summary-line {
    clear: both
}

.cart-summary-line:after {
    content: "";
    display: table;
    clear: both
}

.cart-summary-line .cart-items {
    margin-bottom: 0
}

.cart-summary-line .cart-item {
    padding: 16px 0
}

.cart-summary-line .code {
    text-decoration: underline;
    cursor: pointer
}

.cart-summary-line .value {
    float: right
}

.cart-summary-line .value a {
    text-decoration: none!important
}

.js-carrier-compare .btn {
    width: 100%
}

#checkout .alert {
    margin: 15px 0
}

#checkout .alert .content-help-info {
    margin: 0
}

.block-promo {
    margin-top: 10px
}

.block-promo .promo-code {
    margin-top: 20px
}

.block-promo .promo-code .alert-danger {
    position: relative;
    margin: 10px 0 0;
    display: none
}

.block-promo .promo-code .alert-danger .content-help-info span {
    margin: 0
}

.block-promo .promo-input {
    width: 55%;
    float: left
}

.block-promo .promo-input+button {
    margin: 0;
    float: right
}

.block-promo .promo-name span {
    color: #ef5b5b
}

.block-promo .promo-name a {
    display: inline-block
}

.block-promo .promo-name a i {
    font-size: 14px!important
}

.block-promo .promo-code-button {
    display: inline-block
}

.block-promo.promo-highlighted {
    padding-bottom: 0;
    margin-bottom: 0
}

@media (max-width:767px) {
    .product-line-grid-right {
        margin-top: 30px
    }
    .product-line-grid-right .price {
        text-align: right
    }
}

#left-column,
#right-column {
    margin-bottom: 20px
}

@media (max-width:767px) {
    #left-column,
    #right-column {
        width: 100%
    }
}

#left-column .block-social,
#left-column .block_newsletter,
#left-column .myaccount-info,
#right-column .block-social,
#right-column .block_newsletter,
#right-column .myaccount-info {
    float: none!important;
    width: 100%!important
}

#left-column .block-social,
#right-column .block-social {
    margin-top: 10px
}

#left-column #search_widget,
#left-column .featured-products,
#right-column #search_widget,
#right-column .featured-products {
    margin: 30px 0 0
}

#left-column #search_widget input,
#right-column #search_widget input {
    min-width: inherit
}

#left-column .thumbnail-container,
#right-column .thumbnail-container {
    margin-bottom: 130px
}

@media (max-width:767px) {
    #left-column .featured-products,
    #right-column .featured-products {
        margin-top: 20px!important
    }
}

#left-column .featured-products .products-section-title,
#right-column .featured-products .products-section-title {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    color: #333;
    float: none
}

#left-column .featured-products .all-product-link,
#right-column .featured-products .all-product-link {
    float: left;
    margin: 0 0 10px;
    text-transform: none!important;
    display: block;
    color: #535252;
    float: none
}

#left-column .featured-products .product-miniature,
#right-column .featured-products .product-miniature {
    margin: 0 auto 35px
}

@media (max-width:991px) {
    #left-column .featured-products .product-miniature,
    #right-column .featured-products .product-miniature {
        margin: 15px 10px 35px;
        width: 100%
    }
}

#left-column .product-miniature,
#right-column .product-miniature {
    margin-bottom: 0!important
}

@media (min-width:544px) and (max-width:991px) {
    #left-column .product-miniature,
    #right-column .product-miniature {
        width: 100%
    }
}

@media (max-width:767px) {
    #left-column .product-miniature,
    #right-column .product-miniature {
        width: 50%
    }
}

#left-column .discount-percentage,
#right-column .discount-percentage {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 6px;
    line-height: 28px
}

#left-column #_desktop_currency_selector,
#left-column #_desktop_language_selector,
#right-column #_desktop_currency_selector,
#right-column #_desktop_language_selector {
    float: none!important;
    width: 100%
}

#left-column .block_newsletter,
#right-column .block_newsletter {
    min-width: inherit
}

#left-column .block_newsletter form,
#right-column .block_newsletter form {
    position: relative
}

#left-column .block_newsletter form input[type=email],
#right-column .block_newsletter form input[type=email] {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 10px 10px 0;
    height: 40px;
    min-width: 255px;
    background: transparent;
    color: #535252;
    font-size: 16px;
    width: 50%
}

@media (max-width:991px) {
    #left-column .block_newsletter form input[type=email],
    #right-column .block_newsletter form input[type=email] {
        min-width: inherit
    }
}

#left-column .block_newsletter form input[type=email]:focus,
#right-column .block_newsletter form input[type=email]:focus {
    outline: none;
    color: #535252;
    border-bottom: 1px solid #535252
}

#left-column .block_newsletter form input[type=email]::-webkit-input-placeholder,
#right-column .block_newsletter form input[type=email]::-webkit-input-placeholder {
    color: #535252
}

#left-column .block_newsletter form input[type=email]:-moz-placeholder,
#left-column .block_newsletter form input[type=email]::-moz-placeholder,
#right-column .block_newsletter form input[type=email]:-moz-placeholder,
#right-column .block_newsletter form input[type=email]::-moz-placeholder {
    color: #535252
}

#left-column .block_newsletter form input[type=email]:-ms-input-placeholder,
#right-column .block_newsletter form input[type=email]:-ms-input-placeholder {
    color: #535252
}

#left-column .block_newsletter form button[type=submit],
#right-column .block_newsletter form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: 0;
    right: 7px;
    top: 5px;
    color: #535252;
    min-height: 25px
}

#left-column .block_newsletter form button[type=submit]:focus,
#right-column .block_newsletter form button[type=submit]:focus {
    outline: none
}

#left-column .block_newsletter form button[type=submit] .search:hover,
#right-column .block_newsletter form button[type=submit] .search:hover {
    color: #535252
}

#left-column .block_newsletter div,
#left-column .block_newsletter p,
#right-column .block_newsletter div,
#right-column .block_newsletter p {
    float: none!important;
    width: 100%!important;
    padding: 0;
    margin: 0
}

#left-column .block_newsletter .head-subscription,
#right-column .block_newsletter .head-subscription {
    margin-bottom: 20px
}

#left-column .block_newsletter .btn-icon:before,
#right-column .block_newsletter .btn-icon:before {
    right: -10px
}

#left-column #custom-text,
#right-column #custom-text {
    padding: 25px 0
}

#left-column #custom-text h3,
#right-column #custom-text h3 {
    width: 100%;
    text-align: center
}

#left-column .contact-rich,
#right-column .contact-rich {
    padding: 0 15px;
    margin-top: 15px
}

#left-column .user-info,
#right-column .user-info {
    margin: 10px 0
}

#left-column .main-menu .sub-menu,
#right-column .main-menu .sub-menu {
    padding: 0 15px
}

#left-column .blockcart,
#right-column .blockcart {
    margin: 30px 0 5px
}

#left-column .blockcart .header .blockcart-details:after,
#left-column .blockcart .header .blockcart-details:before,
#right-column .blockcart .header .blockcart-details:after,
#right-column .blockcart .header .blockcart-details:before {
    display: none
}

#left-column .banner,
#right-column .banner {
    margin: 30px 0
}

#left-column #custom-text {
    text-align: left
}

#right-column #custom-text {
    text-align: right
}

.collapse-icons {
    position: absolute;
    right: 0;
    top: 20px;
    padding: 0;
    cursor: pointer;
    font-size: 0;
    margin-left: 10px;
    z-index: 2
}

@media (max-width:767px) {
    .collapse-icons {
        left: auto;
        right: 4px;
        top: 8px
    }
}

.collapse-icons .add,
.collapse-icons .remove {
    font-size: 12px!important;
    color: #cfcfcf
}

.collapse-icons .add:hover,
.collapse-icons .remove:hover {
    color: #ef5b5b
}

.collapse-icons .remove {
    display: none
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
    padding: 0
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
    position: relative;
    margin-top: 15px
}

#search_filters .facet .facet-label,
#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-label,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-label,
#search_filters_suppliers .facet .facet-title {
    display: block;
    position: relative;
    padding: 15px 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: inherit
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
    width: 100%!important
}

#search_filters .facet .facet-title span.border,
#search_filters_brands .facet .facet-title span.border,
#search_filters_suppliers .facet .facet-title span.border {
    border-top: 2px solid #ef5b5b;
    display: inline-block;
    width: 18px;
    height: 4px;
    position: relative;
    top: 10px;
    margin-right: 10px
}

#search_filters .facet .facet-title a:hover,
#search_filters_brands .facet .facet-title a:hover,
#search_filters_suppliers .facet .facet-title a:hover {
    font-weight: 500
}

#search_filters .facet .facet-title[aria-expanded=true] .add,
#search_filters .facet .facet-title[aria-expanded=true]:before,
#search_filters_brands .facet .facet-title[aria-expanded=true] .add,
#search_filters_brands .facet .facet-title[aria-expanded=true]:before,
#search_filters_suppliers .facet .facet-title[aria-expanded=true] .add,
#search_filters_suppliers .facet .facet-title[aria-expanded=true]:before {
    display: none
}

#search_filters .facet .facet-title[aria-expanded=true] .remove,
#search_filters_brands .facet .facet-title[aria-expanded=true] .remove,
#search_filters_suppliers .facet .facet-title[aria-expanded=true] .remove {
    display: block
}

#search_filters .facet ul,
#search_filters_brands .facet ul,
#search_filters_suppliers .facet ul {
    margin: 0 0 0 30px
}

#search_filters .facet ul .facet-label,
#search_filters_brands .facet ul .facet-label,
#search_filters_suppliers .facet ul .facet-label {
    margin-bottom: 0;
    border: none;
    padding: 0;
    text-align: left
}

#search_filters .facet ul .facet-label a,
#search_filters_brands .facet ul .facet-label a,
#search_filters_suppliers .facet ul .facet-label a {
    margin-top: 10px;
    position: relative;
    top: 0;
    color: #535252;
    font-weight: 300;
    display: inline-block;
    font-size: 13px
}

#search_filters .facet ul .facet-label a:hover,
#search_filters_brands .facet ul .facet-label a:hover,
#search_filters_suppliers .facet ul .facet-label a:hover {
    color: #333
}

#search_filters .facet ul .facet-label a .magnitude,
#search_filters_brands .facet ul .facet-label a .magnitude,
#search_filters_suppliers .facet ul .facet-label a .magnitude {
    color: #535252;
    font-size: 13px;
    font-weight: 300
}

#search_filters .facet ul .facet-label .custom-checkbox span,
#search_filters_brands .facet ul .facet-label .custom-checkbox span,
#search_filters_suppliers .facet ul .facet-label .custom-checkbox span {
    vertical-align: middle
}

#search_filters .facet .facet-colors.facet-colors-checkbox,
#search_filters_brands .facet .facet-colors.facet-colors-checkbox,
#search_filters_suppliers .facet .facet-colors.facet-colors-checkbox {
    display: inline-block
}

#search_filters .facet .facet-colors.facet-colors-radio,
#search_filters_brands .facet .facet-colors.facet-colors-radio,
#search_filters_suppliers .facet .facet-colors.facet-colors-radio {
    display: block
}

#search_filters .facet .facet-colors a.checkbox-link,
#search_filters_brands .facet .facet-colors a.checkbox-link,
#search_filters_suppliers .facet .facet-colors a.checkbox-link {
    display: none!important
}

#search_filters .facet .facet-colors a.radio-link,
#search_filters_brands .facet .facet-colors a.radio-link,
#search_filters_suppliers .facet .facet-colors a.radio-link {
    display: inline-block!important
}

#search_filters .facet .facet-colors .color,
#search_filters .facet .facet-colors .custom-checkbox input[type=checkbox]+span.color,
#search_filters_brands .facet .facet-colors .color,
#search_filters_brands .facet .facet-colors .custom-checkbox input[type=checkbox]+span.color,
#search_filters_suppliers .facet .facet-colors .color,
#search_filters_suppliers .facet .facet-colors .custom-checkbox input[type=checkbox]+span.color {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    cursor: pointer;
    background-size: contain
}

#search_filters .facet .facet-colors .facet-label.active .color,
#search_filters .facet .facet-colors .facet-label.active .custom-checkbox input[type=checkbox]+span.color,
#search_filters .facet .facet-colors .facet-label:hover .color,
#search_filters .facet .facet-colors .facet-label:hover .custom-checkbox input[type=checkbox]+span.color,
#search_filters_brands .facet .facet-colors .facet-label.active .color,
#search_filters_brands .facet .facet-colors .facet-label.active .custom-checkbox input[type=checkbox]+span.color,
#search_filters_brands .facet .facet-colors .facet-label:hover .color,
#search_filters_brands .facet .facet-colors .facet-label:hover .custom-checkbox input[type=checkbox]+span.color,
#search_filters_suppliers .facet .facet-colors .facet-label.active .color,
#search_filters_suppliers .facet .facet-colors .facet-label.active .custom-checkbox input[type=checkbox]+span.color,
#search_filters_suppliers .facet .facet-colors .facet-label:hover .color,
#search_filters_suppliers .facet .facet-colors .facet-label:hover .custom-checkbox input[type=checkbox]+span.color {
    border: 1px solid rgba(0, 0, 0, .5)
}

#search_filters .facet .faceted-slider .ui-slider,
#search_filters_brands .facet .faceted-slider .ui-slider,
#search_filters_suppliers .facet .faceted-slider .ui-slider {
    margin-top: 15px
}

#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-top: 0
}

#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 5px
}

#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    font-weight: 600!important
}

#search_filters {
    margin-top: 15px
}

#search_filters .clear-all-wrapper {
    margin: 20px 0 5px
}

#search_filter_controls button.js-search-filters-clear-all,
#search_filters button.js-search-filters-clear-all {
    width: 100%;
    border: 1px dashed #535252;
    color: #535252;
    background: transparent;
    margin-bottom: 0
}

@media (max-width:767px) {
    #search_filter_controls button.js-search-filters-clear-all,
    #search_filters button.js-search-filters-clear-all {
        width: auto
    }
}

#search_filters_wrapper {
    margin-bottom: 20px
}

.block-categories {
    padding: 25px 0 10px
}

.block-categories .category-top-menu {
    margin-bottom: 0
}

.block-categories .category-top-menu .headings {
    display: block;
    position: relative;
    padding: 15px 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: inherit
}

.block-categories .category-top-menu .headings span {
    border-top: 2px solid #ef5b5b;
    display: inline-block;
    width: 18px;
    height: 4px;
    position: relative;
    top: 10px;
    margin-right: 10px
}

.block-categories .category-sub-menu {
    margin: 10px 0 0 30px
}

.block-categories .category-sub-menu .collapse-icons {
    top: 0
}

.block-categories .category-sub-menu ul {
    margin: 15px 0 0 25px
}

.block-categories .category-sub-menu .category-sub-link {
    font-size: 12px;
    color: #535252
}

.block-categories .category-sub-menu li {
    position: relative
}

.block-categories .category-sub-menu li[data-depth="0"] {
    margin-top: 15px
}

.block-categories .category-sub-menu li[data-depth="0"]:first-child {
    margin-top: 0
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 5px
}

.block-categories .category-sub-menu li[data-depth="0"]&gt;a {
    font-weight: 600;
    width: 100%;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 20px;
    font-size: 12px;
    padding-left: 15px
}

.block-categories .category-sub-menu li[data-depth="0"] .collapse-icons {
    margin-left: 0
}

.block-categories .category-sub-menu li[data-depth="0"] .collapse-icons .add,
.block-categories .category-sub-menu li[data-depth="0"] .collapse-icons .remove {
    font-size: 10px!important;
    margin-top: 4px
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 5px
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
    content: "-";
    margin-right: 5px;
    color: #535252
}

.block-categories a {
    color: #535252
}

.block-categories .arrows .arrow-down,
.block-categories .arrows .arrow-right {
    font-size: 10px!important;
    color: #535252;
    cursor: pointer;
    margin-left: 5px
}

.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
    color: #ef5b5b
}

.block-categories .arrows .arrow-down,
.block-categories .arrows[aria-expanded=true] .arrow-right {
    display: none
}

.block-categories .arrows[aria-expanded=true] .arrow-down {
    display: inline-block
}

.block-category {
    min-height: 220px;
    margin-bottom: 25px;
    position: relative;
    z-index: -1;
    padding: 20px 0 0
}

.block-category .block-description {
    background: rgba(255, 255, 255, 1);
    border: 0px !important;
    text-align: center;
    margin: 0 00px;
    padding: 0px
}

.block-category .block-description #category-description,
.block-category .block-description h1 {
    position: relative;
    z-index: 1
}

.block-category .block-description #category-description p,
.block-category .block-description #category-description strong {
    line-height: 21px;
    font-size: 14px
}

.block-category .block-description #category-description p {
    margin-bottom: 0
}

.block-category .block-description #category-description p:first-child {
    margin-bottom: 20px
}

.block-category .category-cover {
    position: absolute;
    bottom: 0
}

.block-category .category-cover img {
    position: relative;
    z-index: -1;
    width: 100%;
    
}

#products .products {
    -ms-flex-pack: left!important;
    justify-content: left!important
}

#products .active_filters {
    margin-left: 15px
}

#products .products-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#products .up {
    margin-bottom: 16px
}

#products .up .btn-secondary {
    color: #535252;
    text-transform: inherit
}

#products .products-selection {
    margin-bottom: 20px
}

#products .products-selection .sort-by-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#products .products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    margin-right: -15px;
    margin-left: 15px;
    text-align: right
}

#products .products-selection .total-products {
    padding-top: 10px
}

#products .products-selection .filter-button .btn-secondary {
    padding: 12px 8px 11px
}

#products .products-sort-order {
    padding: 10px 15px;
    margin-left: 15px;
    border: 1px solid #cfcfcf
}

@media (max-width:767px) {
    #products .products-sort-order {
        margin-left: 0
    }
}

#products .products-sort-order.open {
    border: 1px solid #535252
}

#products .products-sort-order .dropdown-menu {
    top: 37px!important;
    min-width: 274px;
    left: -1px;
    border-top: none!important
}

#products .products-sort-order .dropdown-menu:after,
#products .products-sort-order .dropdown-menu:before {
    display: none
}

#products #js-active-search-filters {
    margin-bottom: 20px
}

#category #products {
    margin-top: 20px
}

@media (max-width:767px) {
    #category #products {
        margin-left: 0!important;
        margin-right: 0!important
    }
}

#category #products .product-miniature {
    width: 33%
}

@media (max-width:991px) {
    #category #products .product-miniature {
        width: 50%
    }
}

#category #products .product-miniature .discount-percentage {
    padding-top: 5px!important
}

.facet-dropdown {
    padding: 10px 15px;
    border: 1px solid #cfcfcf;
    margin: 10px 0
}

.facet-dropdown.open {
    border: 1px solid #535252
}

.facet-dropdown .dropdown-menu {
    top: 40px!important;
    min-width: 225px;
    left: -1px;
    border-top: none!important
}

.facet-dropdown .dropdown-menu:after,
.facet-dropdown .dropdown-menu:before {
    display: none
}

.pagination {
    width: 100%;
    margin-top: 3rem
}

@media (max-width:767px) {
    .pagination {
        text-align: center
    }
}

.pagination&gt;div:first-child {
    line-height: 40px
}

.pagination .page-list {
    background: #fff;
    margin-bottom: 0
}

@media (max-width:767px) {
    .pagination .page-list {
        margin-top: 15px
    }
}

.pagination .page-list li {
    display: inline;
    padding-left: 5px
}

.pagination .page-list li:first-child {
    padding-left: 0
}

.pagination .page-list li.current a:hover {
    padding-bottom: 0;
    border-bottom: none!important
}

.pagination .page-list li i.fa-chevron-left {
    padding-right: 5px
}

.pagination .page-list li i.fa-chevron-right {
    padding-left: 5px
}

.pagination .previous {
    float: left
}

.pagination .next {
    float: right
}

.pagination .disabled {
    color: #333
}

.pagination .current a {
    color: #ef5b5b;
    text-decoration: none
}

.active_filters {
    margin: 20px 0
}

.active_filters .active-filter-title {
    display: inline;
    margin-right: 10px
}

.active_filters ul {
    display: inline
}

.active_filters .filter-block {
    color: #333;
    padding: 15px 0 0;
    display: block
}

.active_filters .filter-block a {
    position: relative
}

.active_filters .filter-block a .close {
    color: #535252;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 10px
}

.advertising-block {
    margin-bottom: 1.563rem
}

.advertising-block img {
    width: 100%
}

@media (max-width:991px) {
    #category .block-category {
        min-height: inherit
    }
}

@media (max-width:767px) {
    #category #left-column #search_filter_controls {
        text-align: center
    }
    #category #left-column #search_filter_controls button {
        margin: 0 10px
    }
    #category #left-column #search_filters {
        border-top: 1px solid #f5f5f5
    }
    #category #left-column #search_filters .facet .title {
        cursor: pointer
    }
    #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
        display: none
    }
    #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
        display: block
    }
    #category #left-column #search_filters .facet .collapse {
        display: none
    }
    #category #left-column #search_filters .facet .collapse.in {
        display: block
    }
    #category #left-column #search_filters .facet ul {
        margin: 0
    }
    #best-sales #content-wrapper,
    #category #content-wrapper,
    #new-products #content-wrapper,
    #prices-drop #content-wrapper {
        width: 100%
    }
}

@media (max-width:543px) {
    button.js-search-filters-clear-all,
    button.ok {
        margin-top: 10px!important;
        margin-bottom: 10px!important
    }
}

body#checkout [data-action=show-password] {
    background: #535252
}

body#checkout #modal__exit {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 700;
    cursor: pointer
}

body#checkout .modal-content {
    padding: 15px 10px
}

body#checkout #js-checkout-summary {
    padding: 15px 0
}

body#checkout #js-checkout-summary .cart-summary-products {
    margin-bottom: 5px
}

body#checkout #js-checkout-summary .cart-summary-products p {
    display: inline-block
}

body#checkout #js-checkout-summary #cart-summary-product-list {
    margin: 10px 0 0
}

body#checkout #js-checkout-summary #cart-summary-product-list img {
    border: 1px solid #cfcfcf;
    width: 50px
}

body#checkout #js-checkout-summary #cart-summary-product-list .media {
    margin-bottom: 10px
}

body#checkout #js-checkout-summary #cart-summary-product-list .media .media-body {
    vertical-align: middle
}

body#checkout .custom-checkbox label {
    display: inline
}

body#checkout section#content {
    margin-bottom: 30px
}

body#checkout .container {
    min-height: 100%
}

body#checkout #checkout-personal-information-step .content {
    margin-top: 10px
}

body#checkout #checkout-personal-information-step .content a,
body#checkout #checkout-personal-information-step .content a:hover {
    font-weight: 600
}

body#checkout section.checkout-step {
    background-color: #fff;
    border-bottom: 1px solid #cfcfcf;
    padding: 15px 0
}

body#checkout section.checkout-step .step-title {
    cursor: pointer;
    margin-bottom: 0;
    min-height: 35px
}

body#checkout section.checkout-step .step-title:hover .step-edit {
    font-weight: 600!important;
    color: #535252!important
}

body#checkout section.checkout-step .step-title i {
    font-size: 16px!important
}

body#checkout section.checkout-step .step-title i.fa-check {
    font-size: 20px!important
}

body#checkout section.checkout-step .content {
    padding: 0 37px
}

body#checkout section.checkout-step .step-edit .edit {
    font-size: 15px
}

body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: .5
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
    display: none
}

body#checkout section.checkout-step.-current .content {
    display: block
}

body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block
}

body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin: 10px 0 0;
    color: #535252
}

body#checkout section.checkout-step.-reachable.-complete .content {
    display: none
}

body#checkout section.checkout-step small {
    color: #535252
}

body#checkout section.checkout-step .form-footer {
    text-align: center
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 15px
}

body#checkout section.checkout-step .payment-options {
    margin-top: 10px
}

body#checkout section.checkout-step .payment-options .checkpayment-details p,
body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 10px
}

body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: 10px;
    font-size: 26px;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px
}

body#checkout section.checkout-step .address-selector {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

body#checkout section.checkout-step .address-selector .address-item {
    background: #f5f5f5;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 10px;
    min-height: 215px
}

body#checkout section.checkout-step .address-selector .address-item.selected {
    background: #fff;
    border: 3px solid #ef5b5b
}

body#checkout section.checkout-step .address-selector .address-item.selected .delete-address,
body#checkout section.checkout-step .address-selector .address-item.selected .edit-address {
    line-height: inherit
}

body#checkout section.checkout-step .address-selector .address-alias {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px
}

body#checkout section.checkout-step .address-selector .address {
    margin-left: 30px;
    font-weight: 400
}

body#checkout section.checkout-step .address-selector .radio-block {
    padding: 15px
}

body#checkout section.checkout-step .address-selector .delete-address,
body#checkout section.checkout-step .address-selector .edit-address {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    line-height: 28px
}

body#checkout section.checkout-step .address-selector .delete-address .delete,
body#checkout section.checkout-step .address-selector .delete-address .edit,
body#checkout section.checkout-step .address-selector .edit-address .delete,
body#checkout section.checkout-step .address-selector .edit-address .edit {
    font-size: 14px!important
}

body#checkout section.checkout-step .address-selector hr {
    margin: 0
}

body#checkout section.checkout-step .address-selector .address-footer {
    text-align: center;
    padding: 10px
}

body#checkout section.checkout-step .add-address {
    margin: 20px 0 5px
}

body#checkout section.checkout-step .add-address a i {
    font-size: 14px!important
}

body#checkout section.checkout-step .delivery-options-list {
    margin-top: 20px
}

body#checkout section.checkout-step .delivery-options-list .delivery-option {
    background: #f5f5f5;
    padding: 15px 0;
    margin-bottom: 15px
}

body#checkout section.checkout-step .delivery-options-list .delivery-option label {
    text-align: inherit
}

body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left;
    font-weight: 400
}

body#checkout .js-address-form h2 {
    margin-top: 10px
}

body#checkout .cancel-address {
    margin: 20px 15px 20px 10px;
    display: block
}

body#checkout #order-summary-content {
    margin-top: 30px
}

body#checkout #order-summary-content h4 {
    margin: 15px 0
}

body#checkout #order-summary-content .card-block h4 {
    margin-top: 0
}

body#checkout #order-summary-content .order-confirmation-table,
body#checkout #order-summary-content .summary-selected-carrier {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 0
}

body#checkout #order-summary-content .step-edit {
    display: inline;
    text-transform: lowercase;
    float: right;
    color: #535252
}

body#checkout #order-summary-content a .step-edit {
    color: #535252
}

body#checkout #gift {
    margin-top: 10px
}

body#checkout #gift #gift_message {
    max-width: 100%
}

#order-details {
    padding-top: 30px
}

#order-details ul {
    margin-bottom: 20px
}

#order-details ul li {
    margin-bottom: 10px
}

#order-details #content-hook_payment_return dl {
    margin-top: 10px
}

#order-items table {
    width: 100%
}

#order-items table td,
#order-items table th {
    padding: 8px 0
}

#order-items .order-line {
    margin-top: 16px
}

#order-items .image img {
    width: 100%;
    border: 1px solid #f5f5f5;
    margin-bottom: 16px
}

#order-items .details {
    margin-bottom: 16px
}

#order-items .details .customizations {
    margin-top: 10px
}

#order-items .qty {
    margin-bottom: 16px
}

#order-confirmation h3 i {
    font-size: 22px!important
}

#order-confirmation h3 i.done {
    padding-left: 0
}

#order-confirmation #registration-form {
    margin: 0 20px 16px
}

.js-payment-binary,
.js-payment-binary .accept-cgv {
    display: none
}

.js-payment-binary.disabled {
    opacity: .6;
    cursor: not-allowed
}

.js-payment-binary.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.js-payment-binary.disabled .accept-cgv {
    display: block
}

@media (max-width:767px) {
    body#checkout #menu-icon {
        display: none
    }
    body#checkout #header .top-logo {
        width: inherit
    }
    body#checkout section.checkout-step .content {
        padding: 15px
    }
}

body.page-cms .main-menu .underline-bottom:hover,
body.page-cms .shop-logo a:hover {
    border-bottom: none!important;
    padding-bottom: 0
}

.page-content.page-cms {
    background: #fff;
    padding: 20px 0;
    text-align: justify
}

.page-content.page-cms h2,
.page-content.page-cms h3,
.page-content.page-cms h4,
.page-content.page-cms h5,
.page-content.page-cms h6 {
    font-family: 'Cinzel', sans-serif;
    color: #535252;
    font-weight: 700;
    margin: 15px 0
}

.page-content.page-cms h2 {
    font-size: 26px;
    line-height: 28px
}

.page-content.page-cms h3,
.page-content.page-cms h4,
.page-content.page-cms h5,
.page-content.page-cms h6 {
    font-size: 13px;
    line-height: 19px
}

.page-content.page-cms div,
.page-content.page-cms p,
.page-content.page-cms span {
    line-height: 21px;
    font-size: 14px;
    color: #535252
}

.page-content.page-cms div a,
.page-content.page-cms p a,
.page-content.page-cms span a {
    color: #333
}

.page-content.page-cms .cms-box img {
    max-width: 100%;
    margin-bottom: 10px
}

@media (max-width:991px) {
    #block-cmsinfo {
        padding: 20px 30px
    }
}

.contact-rich {
    color: #535252;
    margin-bottom: 30px;
    word-wrap: break-word
}

.contact-rich h1 {
    margin-bottom: 20px
}

.contact-rich .block {
    height: auto;
    overflow: hidden
}

.contact-rich .block .icon {
    float: left;
    width: 45px
}

.contact-rich .block .icon i {
    font-size: 32px!important
}

.contact-rich .block .data {
    line-height: 21px;
    font-size: 14px;
    color: #535252;
    width: auto;
    overflow: hidden
}

.contact-rich .block .data.email {
    padding-top: 5px
}

.contact-rich .block a {
    clear: both;
    display: block;
    padding-top: 5px
}

.contact-form {
    width: 100%
}

.contact-form h3 {
    text-transform: uppercase;
    color: #333
}

.contact-form .input-group .form-control {
    z-index: 0
}

.table-labeled th {
    color: #535252;
    font-size: 14px
}

.table-labeled td {
    vertical-align: middle;
    color: #535252;
    font-size: 13px
}

.table-labeled .label {
    border-radius: 3px;
    font-size: inherit;
    padding: 4px 6px;
    margin: 2px;
    color: #fff;
    white-space: nowrap
}

.page-order .table {
    margin-bottom: 0
}

.page-order table td,
.page-order table th {
    padding: 8px
}

.page-order table thead th {
    text-align: center
}

#notifications,
.notifications {
    padding: 0 15px
}

#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0
}

#authentication .radio-inline,
#identity .radio-inline {
    padding: 0
}

#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-right: 0
}

#authentication .custom-checkbox,
#identity .custom-checkbox {
    display: -ms-flexbox;
    display: flex
}

.js-address-form,
.js-customer-form,
.login-form {
    margin-top: 20px
}

.page-customer-account #content .leads {
    margin-bottom: 20px
}

.page-customer-account #content .order-actions a {
    padding: 0 2px
}

.page-customer-account #content .forgot-password {
    margin-top: 16px;
    padding-bottom: 15px
}

.page-customer-account #content .renew-password .email {
    padding-bottom: 20px
}

.page-customer-account #content .no-account {
    font-size: 14px
}

.page-addresses i {
    position: relative;
    top: 1px
}

.page-addresses .address {
    margin-bottom: 10px;
    font-size: 13px;
    color: #333
}

.page-addresses .address .address-body {
    margin-top: 15px
}

.page-addresses .address .address-body address {
    min-height: 100px
}

.page-addresses .address .address-footer {
    border-top: 1px solid #cfcfcf;
    padding: 10px 0
}

.page-addresses .address .address-footer a {
    color: #535252;
    margin-right: 8px
}

.page-addresses .address .address-footer a:hover {
    color: #333
}

.page-addresses .address .address-footer a i {
    font-size: 14px!important
}

.page-addresses .address .address-footer a span {
    vertical-align: middle;
    padding-left: 5px
}

.page-addresses .addresses-footer {
    margin: 0 15px 30px
}

.page-addresses .addresses-footer a {
    color: #535252
}

.page-addresses .addresses-footer a:hover {
    color: #333
}

.page-addresses .addresses-footer a span {
    vertical-align: middle;
    margin-top: 10px
}

.page-order-detail .box {
    margin-bottom: 16px
}

.page-order-detail .box header p {
    margin-bottom: 10px
}

.page-order-detail i {
    font-size: 18px!important
}

.page-order-detail i.fa-file-pdf-o {
    color: #b40014
}

.page-order-detail h3 {
    margin-bottom: 16px
}

.page-order-detail #order-infos ul {
    margin: 0
}

.page-order-detail #order-history .history-lines .history-line {
    padding: 8px 0;
    border-bottom: 1px solid #cfcfcf
}

.page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0
}

.page-order-detail #order-history .history-lines .history-line .label {
    display: inline-block;
    margin: 4px 0;
    padding: 4px 6px;
    color: #fff;
    border-radius: 3px
}

.page-order-detail .addresses {
    margin: 0 -15px
}

@media (max-width:767px) {
    .page-order-detail .addresses {
        margin: 0 auto
    }
}

.page-order-detail #order-products.return {
    margin-bottom: 16px
}

.page-order-detail #order-products.return th.head-checkbox {
    width: 30px
}

.page-order-detail #order-products.return td {
    padding: 1.375rem .75rem
}

.page-order-detail #order-products.return td.qty {
    min-width: 125px
}

.page-order-detail #order-products.return td.qty .current {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: .5rem
}

.page-order-detail #order-products.return td.qty .select {
    width: 70%;
    float: left;
    margin: -.625rem 0;
    padding-left: .25rem
}

.page-order-detail #order-products.return td.qty .select select {
    text-align: center
}

.page-order-detail .order-items {
    padding: 0!important
}

.page-order-detail .order-items .order-item {
    padding: 16px 0 0;
    border-bottom: 1px solid #cfcfcf
}

.page-order-detail .order-items .order-item .checkbox {
    width: 30px;
    float: left;
    padding: 0 15px
}

.page-order-detail .order-items .order-item .content {
    width: calc(100% - 30px);
    float: left;
    padding: 0 15px
}

.page-order-detail .order-items .order-item .desc,
.page-order-detail .order-items .order-item .qty {
    margin-bottom: 16px
}

.page-order-detail .order-items .order-item .qty .q,
.page-order-detail .order-items .order-item .qty .s {
    margin-bottom: 4px
}

.page-order-detail .messages .message {
    margin-top: 8px;
    border-bottom: 1px solid #cfcfcf
}

.page-order-detail .messages .message:last-child {
    border-bottom: 0
}

.page-order-detail .messages .message&gt;div {
    margin-bottom: 8px
}

.page-order-detail .customization {
    margin-top: 12px
}

#order-return-infos .table {
    margin-top: 20px
}

#order-return-infos .customization {
    margin-top: 12px
}

.page-my-account #content .links {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-my-account #content .links a {
    border: 1px solid #f5f5f5;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #535252;
    padding: 30px 15px;
    margin: 0 15px 30px;
    max-width: 350px
}

@media (max-width:767px) {
    .page-my-account #content .links a {
        margin-left: 10px;
        margin-right: 10px;
        max-width: inherit;
        width: 100%
    }
}

.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%
}

.page-my-account #content .links a i {
    font-size: 24px!important;
    color: #333;
    padding-right: 15px
}

.page-my-account #content .links a:hover {
    color: #333;
    border: 1px solid #ef5b5b
}

.page-my-account #content .links a:hover i {
    color: #ef5b5b
}

#history .orders {
    margin: 0
}

#history .orders .order {
    padding: 12px 0;
    border-bottom: 1px solid #cfcfcf
}

#history .orders .order .label {
    display: inline-block;
    margin: 4px 0;
    padding: 4px 6px;
    color: #fff;
    border-radius: 3px
}

#history .orders .order:last-child {
    border-bottom: 0
}

#history .orders .order i {
    font-size: 18px!important
}

#module-ps_emailalerts-account .js-remove-email-alert {
    background: #f5f5f5;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-left: 5px
}

#module-ps_emailalerts-account .js-remove-email-alert i {
    font-size: 11px!important;
    color: #535252;
    position: relative;
    top: 1px;
    left: -1px
}

.account-link {
    margin-right: 16px
}

.account-link i {
    position: relative;
    top: 1px;
    font-size: 13px!important
}

.account-link span {
    font-size: 13px;
    vertical-align: middle;
    padding-left: 5px
}

.customization-modal .modal-content .modal-body {
    padding: 0 0 25px
}

.customization-modal .modal-content .modal-body .product-customization-line {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #cfcfcf
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
    text-align: right
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

#custom-text {
    margin: 30px 0 0px;
    text-align: center;
    clear: both
}

#custom-text h2 {
    text-transform: inherit;
    font-family: 'Cinzel', sans-serif;
    font-size: 20px;
    margin: auto auto 15px
}

@media (max-width:767px) {
    #custom-text h2 {
        width: 100%;
        border-bottom: none;
        padding-bottom: 0
    }
}

#custom-text p {
    font-weight: 400;
    font-size: 1.1em;
    margin: 5px 0
}

#custom-text p .dark {
    color: #535252;
    font-weight: 400
}

.dropdown {
    color: #535252
}

.dropdown .expand-more {
    color: #333;
    cursor: pointer;
    padding-right: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dropdown i {
    font-size: 8px!important
}

.dropdown i.expand-more {
    position: relative;
    top: -1px
}

.dropdown .select-title {
    display: inline-block;
    margin-left: 6px;
    width: 100%;
    color: #535252;
    background: #fff;
    cursor: pointer
}

.dropdown .select-title:hover {
    font-weight: 500
}

.dropdown .select-title i {
    position: relative;
    top: 3px
}

.dropdown .select-list {
    display: block;
    color: #535252;
    padding: 5px 15px
}

.dropdown .select-list:focus,
.dropdown .select-list:hover {
    background: #f5f5f5;
    text-decoration: none
}

.dropdown .dropdown-menu {
    border-radius: 0;
    border: 1px solid #cfcfcf;
    width: 100%;
    background: #fff;
    top: 30px;
    left: -25px;
    padding: 8px 0 0
}

.dropdown .dropdown-menu:after,
.dropdown .dropdown-menu:before {
    bottom: 100%;
    left: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.dropdown .dropdown-menu:after {
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.dropdown .dropdown-menu:before {
    border-bottom-color: rgba(0, 0, 0, .2);
    border-width: 11px;
    margin-left: -11px
}

@media (max-width:991px) {
    .dropdown .dropdown-menu:after,
    .dropdown .dropdown-menu:before {
        left: 50%
    }
}

.dropdown .dropdown-menu a {
    padding: 3px 0 3px 10px;
    font-size: 12px;
    color: #333!important
}

.dropdown .dropdown-menu a:hover {
    background: #f5f5f5;
    font-weight: 500!important
}

.dropdown .list-mobile {
    border: 1px solid #cfcfcf;
    width: 100%;
    background: #fff;
    height: 42px
}

.dropdown .list-mobile:after {
    content: "\F0D7";
    font-family: FontAwesome;
    font-size: 16px;
    color: #cfcfcf
}

.dropdown .list-mobile .link {
    padding-left: 10px;
    height: 100%;
    width: 90%
}

.dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible
}

.dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #333;
    background: #fff
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none
}

#pagenotfound #main .page-header,
#products #main .page-header {
    margin: 32px 0 48px
}

#pagenotfound #main .page-header .headings,
#products #main .page-header .headings {
    text-align: center
}

#pagenotfound #main .page-content,
#products #main .page-content {
    margin-bottom: 40px
}

#pagenotfound .page-not-found,
#products .page-not-found {
    padding: 16px;
    margin: 0 auto;
    max-width: 80%;
    text-align: center
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
    margin: 10px 0 15px
}

#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
    float: none;
    margin: 20px 0 40px
}

#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input {
    width: 100%
}

@media (max-width:543px) {
    #pagenotfound .page-not-found .search-widget input,
    #products .page-not-found .search-widget input {
        min-width: 200px
    }
}

#pagenotfound .page-not-found .btn,
#products .page-not-found .btn {
    margin-top: 30px
}

#pagenotfound .banner,
#products .banner {
    margin: 30px 0
}

#pagenotfound .block-categories,
#pagenotfound .block-contact,
#pagenotfound .blockcart,
#pagenotfound .facet,
#pagenotfound .featured-products,
#pagenotfound .main-menu,
#products .block-categories,
#products .block-contact,
#products .blockcart,
#products .facet,
#products .featured-products,
#products .main-menu {
    text-align: left
}

#pagenotfound .blockcart .header .blockcart-details:after,
#pagenotfound .blockcart .header .blockcart-details:before,
#products .blockcart .header .blockcart-details:after,
#products .blockcart .header .blockcart-details:before {
    display: none
}

#products,
.featured-products,
.product-accessories,
.product-miniature {
    position: relative
}

#products .block-title-featured,
.featured-products .block-title-featured,
.product-accessories .block-title-featured,
.product-miniature .block-title-featured {
    width: 30%;
    margin: auto
}

#products .block-title-featured.block-title-featured-products,
.featured-products .block-title-featured.block-title-featured-products,
.product-accessories .block-title-featured.block-title-featured-products,
.product-miniature .block-title-featured.block-title-featured-products {
    width: 20%
}

@media (max-width:767px) {
    #products .block-title-featured,
    #products .block-title-featured.block-title-featured-products,
    .featured-products .block-title-featured,
    .featured-products .block-title-featured.block-title-featured-products,
    .product-accessories .block-title-featured,
    .product-accessories .block-title-featured.block-title-featured-products,
    .product-miniature .block-title-featured,
    .product-miniature .block-title-featured.block-title-featured-products {
        width: 100%
    }
}

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title,
.product-miniature .products-section-title {
    margin-bottom: 40px;
    text-align: center
}

#products .products-section-title.products-section-border,
#products .products-section-title a,
.featured-products .products-section-title.products-section-border,
.featured-products .products-section-title a,
.product-accessories .products-section-title.products-section-border,
.product-accessories .products-section-title a,
.product-miniature .products-section-title.products-section-border,
.product-miniature .products-section-title a {
    border-bottom: none;
    padding-bottom: 0
}

@media (max-width:767px) {
    #products .products-section-title,
    .featured-products .products-section-title,
    .product-accessories .products-section-title,
    .product-miniature .products-section-title {
        display: block
    }
}

#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1199px) {
    #products .products,
    .featured-products .products,
    .product-accessories .products,
    .product-miniature .products {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:767px) {
    #products .products,
    .featured-products .products,
    .product-accessories .products,
    .product-miniature .products {
        -ms-flex-pack: center;
        justify-content: center
    }
}

#products .products .slick-list,
.featured-products .products .slick-list,
.product-accessories .products .slick-list,
.product-miniature .products .slick-list {
    margin: auto
}

#products .products .slick-track,
.featured-products .products .slick-track,
.product-accessories .products .slick-track,
.product-miniature .products .slick-track {
    height: inherit!important;
    padding-top: 35px
}

#products .products .slick-arrow,
.featured-products .products .slick-arrow,
.product-accessories .products .slick-arrow,
.product-miniature .products .slick-arrow {
    position: absolute;
    top: -55px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: none;
    right: 0;
    border: none;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    transform: none;
    height: inherit
}

#products .products .slick-arrow:before,
.featured-products .products .slick-arrow:before,
.product-accessories .products .slick-arrow:before,
.product-miniature .products .slick-arrow:before {
    font-family: FontAwesome;
    font-size: 33px;
    line-height: 10px;
    opacity: 1;
    text-shadow: 0 0 0 transparent
}

#products .products .slick-arrow.slick-prev,
.featured-products .products .slick-arrow.slick-prev,
.product-accessories .products .slick-arrow.slick-prev,
.product-miniature .products .slick-arrow.slick-prev {
    left: 31%
}

@media (max-width:767px) {
    #products .products .slick-arrow.slick-prev,
    .featured-products .products .slick-arrow.slick-prev,
    .product-accessories .products .slick-arrow.slick-prev,
    .product-miniature .products .slick-arrow.slick-prev {
        left: 0
    }
}

#products .products .slick-arrow.slick-prev:before,
.featured-products .products .slick-arrow.slick-prev:before,
.product-accessories .products .slick-arrow.slick-prev:before,
.product-miniature .products .slick-arrow.slick-prev:before {
    content: "\F177"
}

#products .products .slick-arrow.slick-next,
.featured-products .products .slick-arrow.slick-next,
.product-accessories .products .slick-arrow.slick-next,
.product-miniature .products .slick-arrow.slick-next {
    right: 31%
}

@media (max-width:767px) {
    #products .products .slick-arrow.slick-next,
    .featured-products .products .slick-arrow.slick-next,
    .product-accessories .products .slick-arrow.slick-next,
    .product-miniature .products .slick-arrow.slick-next {
        right: 0
    }
}

#products .products .slick-arrow.slick-next:before,
.featured-products .products .slick-arrow.slick-next:before,
.product-accessories .products .slick-arrow.slick-next:before,
.product-miniature .products .slick-arrow.slick-next:before {
    content: "\F178"
}

#products .products .slick-arrow:hover:before,
.featured-products .products .slick-arrow:hover:before,
.product-accessories .products .slick-arrow:hover:before,
.product-miniature .products .slick-arrow:hover:before {
    color: #fc6e6e!important
}

#products .products .slick-arrow:active:before,
#products .products .slick-arrow:focus:before,
.featured-products .products .slick-arrow:active:before,
.featured-products .products .slick-arrow:focus:before,
.product-accessories .products .slick-arrow:active:before,
.product-accessories .products .slick-arrow:focus:before,
.product-miniature .products .slick-arrow:active:before,
.product-miniature .products .slick-arrow:focus:before {
    color: #da5353!important
}

#products .products .product-miniature,
.featured-products .products .product-miniature,
.product-accessories .products .product-miniature,
.product-miniature .products .product-miniature {
    padding: 0 10px;
    min-height: 400px;
    vertical-align: top;
    margin: 0 25px
}

@media (max-width:991px) {
    #products .products .product-miniature,
    .featured-products .products .product-miniature,
    .product-accessories .products .product-miniature,
    .product-miniature .products .product-miniature {
        width: 50%;
        margin: 0
    }
}

@media (max-width:767px) {
    #products .products .product-miniature,
    .featured-products .products .product-miniature,
    .product-accessories .products .product-miniature,
    .product-miniature .products .product-miniature {
        margin: 0 0 100px;
        min-height: inherit
    }
}

#products .products .product-miniature .thumbnail-container,
.featured-products .products .product-miniature .thumbnail-container,
.product-accessories .products .product-miniature .thumbnail-container,
.product-miniature .products .product-miniature .thumbnail-container {
    position: relative;
    width: 100%
}

@media (max-width:767px) {
    #products .products .product-miniature .thumbnail-container,
    .featured-products .products .product-miniature .thumbnail-container,
    .product-accessories .products .product-miniature .thumbnail-container,
    .product-miniature .products .product-miniature .thumbnail-container {
        height: auto
    }
}

#products .products .product-miniature .thumbnail-container:hover .highlighted-informations,
#products .products .product-miniature .thumbnail-container:hover .highlighted-informations:after,
.featured-products .products .product-miniature .thumbnail-container:hover .highlighted-informations,
.featured-products .products .product-miniature .thumbnail-container:hover .highlighted-informations:after,
.product-accessories .products .product-miniature .thumbnail-container:hover .highlighted-informations,
.product-accessories .products .product-miniature .thumbnail-container:hover .highlighted-informations:after,
.product-miniature .products .product-miniature .thumbnail-container:hover .highlighted-informations,
.product-miniature .products .product-miniature .thumbnail-container:hover .highlighted-informations:after {
    opacity: 1
}

#products .products .product-miniature .thumbnail-container:hover .online-only,
#products .products .product-miniature .thumbnail-container:hover .pack,
.featured-products .products .product-miniature .thumbnail-container:hover .online-only,
.featured-products .products .product-miniature .thumbnail-container:hover .pack,
.product-accessories .products .product-miniature .thumbnail-container:hover .online-only,
.product-accessories .products .product-miniature .thumbnail-container:hover .pack,
.product-miniature .products .product-miniature .thumbnail-container:hover .online-only,
.product-miniature .products .product-miniature .thumbnail-container:hover .pack {
    opacity: 1!important
}

#products .products .product-miniature .thumbnail-container .thumbnail,
.featured-products .products .product-miniature .thumbnail-container .thumbnail,
.product-accessories .products .product-miniature .thumbnail-container .thumbnail,
.product-miniature .products .product-miniature .thumbnail-container .thumbnail {
    position: relative
}

#products .products .product-miniature .thumbnail-container .product-thumbnail img,
.featured-products .products .product-miniature .thumbnail-container .product-thumbnail img,
.product-accessories .products .product-miniature .thumbnail-container .product-thumbnail img,
.product-miniature .products .product-miniature .thumbnail-container .product-thumbnail img {
    width: 100%
}

#products .products .product-miniature .thumbnail-container .product-description,
.featured-products .products .product-miniature .thumbnail-container .product-description,
.product-accessories .products .product-miniature .thumbnail-container .product-description,
.product-miniature .products .product-miniature .thumbnail-container .product-description {
    width: 100%;
    margin: 0;
    padding: 15px;
    min-height: 137px;
    text-align: center
}

#products .products .product-miniature .thumbnail-container .product-description .product-miniature-info,
.featured-products .products .product-miniature .thumbnail-container .product-description .product-miniature-info,
.product-accessories .products .product-miniature .thumbnail-container .product-description .product-miniature-info,
.product-miniature .products .product-miniature .thumbnail-container .product-description .product-miniature-info {
    min-height: 15px
}

#products .products .product-miniature .thumbnail-container .product-description .product-miniature-info .product-title,
.featured-products .products .product-miniature .thumbnail-container .product-description .product-miniature-info .product-title,
.product-accessories .products .product-miniature .thumbnail-container .product-description .product-miniature-info .product-title,
.product-miniature .products .product-miniature .thumbnail-container .product-description .product-miniature-info .product-title {
    text-transform: inherit
}

#products .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description,
.featured-products .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description,
.product-accessories .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description,
.product-miniature .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description {
    font-size: 13px;
    margin-bottom: 5px;
    height: 30px
}

#products .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description&gt;p,
#products .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description a,
#products .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description span,
.featured-products .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description&gt;p,
.featured-products .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description a,
.featured-products .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description span,
.product-accessories .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description&gt;p,
.product-accessories .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description a,
.product-accessories .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description span,
.product-miniature .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description&gt;p,
.product-miniature .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description a,
.product-miniature .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description span {
    color: #535252
}

#products .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description&gt;p,
.featured-products .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description&gt;p,
.product-accessories .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description&gt;p,
.product-miniature .products .product-miniature .thumbnail-container .product-description .product-miniature-info .short-description&gt;p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#products .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping .regular-price,
.featured-products .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping .regular-price,
.product-accessories .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping .regular-price,
.product-miniature .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping .regular-price {
    color: #535252;
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block
}

#products .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping .price,
.featured-products .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping .price,
.product-accessories .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping .price,
.product-miniature .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping .price {
    font-size: 18px;
    color: #535252
}

#products .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping.price-with-discount .price,
.featured-products .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping.price-with-discount .price,
.product-accessories .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping.price-with-discount .price,
.product-miniature .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping.price-with-discount .price {
    color: #ef5b5b;
    padding-right: 5px
}

#products .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping.price-with-discount .regular-price,
.featured-products .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping.price-with-discount .regular-price,
.product-accessories .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping.price-with-discount .regular-price,
.product-miniature .products .product-miniature .thumbnail-container .product-description .product-price-and-shipping.price-with-discount .regular-price {
    font-size: 14px
}

#products .products .product-miniature .thumbnail-container .discount-amount,
#products .products .product-miniature .thumbnail-container .discount-percentage,
#products .products .product-miniature .thumbnail-container .on-sale,
#products .products .product-miniature .thumbnail-container .online-only,
#products .products .product-miniature .thumbnail-container .pack,
#products .products .product-miniature .thumbnail-container .product-flags .new,
.featured-products .products .product-miniature .thumbnail-container .discount-amount,
.featured-products .products .product-miniature .thumbnail-container .discount-percentage,
.featured-products .products .product-miniature .thumbnail-container .on-sale,
.featured-products .products .product-miniature .thumbnail-container .online-only,
.featured-products .products .product-miniature .thumbnail-container .pack,
.featured-products .products .product-miniature .thumbnail-container .product-flags .new,
.product-accessories .products .product-miniature .thumbnail-container .discount-amount,
.product-accessories .products .product-miniature .thumbnail-container .discount-percentage,
.product-accessories .products .product-miniature .thumbnail-container .on-sale,
.product-accessories .products .product-miniature .thumbnail-container .online-only,
.product-accessories .products .product-miniature .thumbnail-container .pack,
.product-accessories .products .product-miniature .thumbnail-container .product-flags .new,
.product-miniature .products .product-miniature .thumbnail-container .discount-amount,
.product-miniature .products .product-miniature .thumbnail-container .discount-percentage,
.product-miniature .products .product-miniature .thumbnail-container .on-sale,
.product-miniature .products .product-miniature .thumbnail-container .online-only,
.product-miniature .products .product-miniature .thumbnail-container .pack,
.product-miniature .products .product-miniature .thumbnail-container .product-flags .new {
    display: block;
    position: absolute;
    top: 0;
    padding: 5px;
    color: #fff;
    background: #141b41;
    font-family: 'Cinzel', sans-serif;
    min-height: 25px;
    font-size: 12px
}

#products .products .product-miniature .thumbnail-container .discount-amount.discount-amount,
#products .products .product-miniature .thumbnail-container .discount-amount.discount-percentage,
#products .products .product-miniature .thumbnail-container .discount-percentage.discount-amount,
#products .products .product-miniature .thumbnail-container .discount-percentage.discount-percentage,
#products .products .product-miniature .thumbnail-container .on-sale.discount-amount,
#products .products .product-miniature .thumbnail-container .on-sale.discount-percentage,
#products .products .product-miniature .thumbnail-container .online-only.discount-amount,
#products .products .product-miniature .thumbnail-container .online-only.discount-percentage,
#products .products .product-miniature .thumbnail-container .pack.discount-amount,
#products .products .product-miniature .thumbnail-container .pack.discount-percentage,
#products .products .product-miniature .thumbnail-container .product-flags .new.discount-amount,
#products .products .product-miniature .thumbnail-container .product-flags .new.discount-percentage,
.featured-products .products .product-miniature .thumbnail-container .discount-amount.discount-amount,
.featured-products .products .product-miniature .thumbnail-container .discount-amount.discount-percentage,
.featured-products .products .product-miniature .thumbnail-container .discount-percentage.discount-amount,
.featured-products .products .product-miniature .thumbnail-container .discount-percentage.discount-percentage,
.featured-products .products .product-miniature .thumbnail-container .on-sale.discount-amount,
.featured-products .products .product-miniature .thumbnail-container .on-sale.discount-percentage,
.featured-products .products .product-miniature .thumbnail-container .online-only.discount-amount,
.featured-products .products .product-miniature .thumbnail-container .online-only.discount-percentage,
.featured-products .products .product-miniature .thumbnail-container .pack.discount-amount,
.featured-products .products .product-miniature .thumbnail-container .pack.discount-percentage,
.featured-products .products .product-miniature .thumbnail-container .product-flags .new.discount-amount,
.featured-products .products .product-miniature .thumbnail-container .product-flags .new.discount-percentage,
.product-accessories .products .product-miniature .thumbnail-container .discount-amount.discount-amount,
.product-accessories .products .product-miniature .thumbnail-container .discount-amount.discount-percentage,
.product-accessories .products .product-miniature .thumbnail-container .discount-percentage.discount-amount,
.product-accessories .products .product-miniature .thumbnail-container .discount-percentage.discount-percentage,
.product-accessories .products .product-miniature .thumbnail-container .on-sale.discount-amount,
.product-accessories .products .product-miniature .thumbnail-container .on-sale.discount-percentage,
.product-accessories .products .product-miniature .thumbnail-container .online-only.discount-amount,
.product-accessories .products .product-miniature .thumbnail-container .online-only.discount-percentage,
.product-accessories .products .product-miniature .thumbnail-container .pack.discount-amount,
.product-accessories .products .product-miniature .thumbnail-container .pack.discount-percentage,
.product-accessories .products .product-miniature .thumbnail-container .product-flags .new.discount-amount,
.product-accessories .products .product-miniature .thumbnail-container .product-flags .new.discount-percentage,
.product-miniature .products .product-miniature .thumbnail-container .discount-amount.discount-amount,
.product-miniature .products .product-miniature .thumbnail-container .discount-amount.discount-percentage,
.product-miniature .products .product-miniature .thumbnail-container .discount-percentage.discount-amount,
.product-miniature .products .product-miniature .thumbnail-container .discount-percentage.discount-percentage,
.product-miniature .products .product-miniature .thumbnail-container .on-sale.discount-amount,
.product-miniature .products .product-miniature .thumbnail-container .on-sale.discount-percentage,
.product-miniature .products .product-miniature .thumbnail-container .online-only.discount-amount,
.product-miniature .products .product-miniature .thumbnail-container .online-only.discount-percentage,
.product-miniature .products .product-miniature .thumbnail-container .pack.discount-amount,
.product-miniature .products .product-miniature .thumbnail-container .pack.discount-percentage,
.product-miniature .products .product-miniature .thumbnail-container .product-flags .new.discount-amount,
.product-miniature .products .product-miniature .thumbnail-container .product-flags .new.discount-percentage {
    z-index: 2;
    right: 0;
    border-radius: 50%;
    font-weight: 700;
    right: -10px;
    font-size: 14px;
    height: 45px;
    width: 45px;
    line-height: 35px;
    top: -10px
}

@media (max-width:767px) {
    #products .products .product-miniature .thumbnail-container .discount-amount.discount-amount,
    #products .products .product-miniature .thumbnail-container .discount-amount.discount-percentage,
    #products .products .product-miniature .thumbnail-container .discount-percentage.discount-amount,
    #products .products .product-miniature .thumbnail-container .discount-percentage.discount-percentage,
    #products .products .product-miniature .thumbnail-container .on-sale.discount-amount,
    #products .products .product-miniature .thumbnail-container .on-sale.discount-percentage,
    #products .products .product-miniature .thumbnail-container .online-only.discount-amount,
    #products .products .product-miniature .thumbnail-container .online-only.discount-percentage,
    #products .products .product-miniature .thumbnail-container .pack.discount-amount,
    #products .products .product-miniature .thumbnail-container .pack.discount-percentage,
    #products .products .product-miniature .thumbnail-container .product-flags .new.discount-amount,
    #products .products .product-miniature .thumbnail-container .product-flags .new.discount-percentage,
    .featured-products .products .product-miniature .thumbnail-container .discount-amount.discount-amount,
    .featured-products .products .product-miniature .thumbnail-container .discount-amount.discount-percentage,
    .featured-products .products .product-miniature .thumbnail-container .discount-percentage.discount-amount,
    .featured-products .products .product-miniature .thumbnail-container .discount-percentage.discount-percentage,
    .featured-products .products .product-miniature .thumbnail-container .on-sale.discount-amount,
    .featured-products .products .product-miniature .thumbnail-container .on-sale.discount-percentage,
    .featured-products .products .product-miniature .thumbnail-container .online-only.discount-amount,
    .featured-products .products .product-miniature .thumbnail-container .online-only.discount-percentage,
    .featured-products .products .product-miniature .thumbnail-container .pack.discount-amount,
    .featured-products .products .product-miniature .thumbnail-container .pack.discount-percentage,
    .featured-products .products .product-miniature .thumbnail-container .product-flags .new.discount-amount,
    .featured-products .products .product-miniature .thumbnail-container .product-flags .new.discount-percentage,
    .product-accessories .products .product-miniature .thumbnail-container .discount-amount.discount-amount,
    .product-accessories .products .product-miniature .thumbnail-container .discount-amount.discount-percentage,
    .product-accessories .products .product-miniature .thumbnail-container .discount-percentage.discount-amount,
    .product-accessories .products .product-miniature .thumbnail-container .discount-percentage.discount-percentage,
    .product-accessories .products .product-miniature .thumbnail-container .on-sale.discount-amount,
    .product-accessories .products .product-miniature .thumbnail-container .on-sale.discount-percentage,
    .product-accessories .products .product-miniature .thumbnail-container .online-only.discount-amount,
    .product-accessories .products .product-miniature .thumbnail-container .online-only.discount-percentage,
    .product-accessories .products .product-miniature .thumbnail-container .pack.discount-amount,
    .product-accessories .products .product-miniature .thumbnail-container .pack.discount-percentage,
    .product-accessories .products .product-miniature .thumbnail-container .product-flags .new.discount-amount,
    .product-accessories .products .product-miniature .thumbnail-container .product-flags .new.discount-percentage,
    .product-miniature .products .product-miniature .thumbnail-container .discount-amount.discount-amount,
    .product-miniature .products .product-miniature .thumbnail-container .discount-amount.discount-percentage,
    .product-miniature .products .product-miniature .thumbnail-container .discount-percentage.discount-amount,
    .product-miniature .products .product-miniature .thumbnail-container .discount-percentage.discount-percentage,
    .product-miniature .products .product-miniature .thumbnail-container .on-sale.discount-amount,
    .product-miniature .products .product-miniature .thumbnail-container .on-sale.discount-percentage,
    .product-miniature .products .product-miniature .thumbnail-container .online-only.discount-amount,
    .product-miniature .products .product-miniature .thumbnail-container .online-only.discount-percentage,
    .product-miniature .products .product-miniature .thumbnail-container .pack.discount-amount,
    .product-miniature .products .product-miniature .thumbnail-container .pack.discount-percentage,
    .product-miniature .products .product-miniature .thumbnail-container .product-flags .new.discount-amount,
    .product-miniature .products .product-miniature .thumbnail-container .product-flags .new.discount-percentage {
        top: 0!important;
        right: 0;
        width: 36px;
        height: 36px;
        line-height: 24px;
        font-size: 12px
    }
}

#products .products .product-miniature .thumbnail-container .discount-amount.discount-amount,
#products .products .product-miniature .thumbnail-container .discount-percentage.discount-amount,
#products .products .product-miniature .thumbnail-container .on-sale.discount-amount,
#products .products .product-miniature .thumbnail-container .online-only.discount-amount,
#products .products .product-miniature .thumbnail-container .pack.discount-amount,
#products .products .product-miniature .thumbnail-container .product-flags .new.discount-amount,
.featured-products .products .product-miniature .thumbnail-container .discount-amount.discount-amount,
.featured-products .products .product-miniature .thumbnail-container .discount-percentage.discount-amount,
.featured-products .products .product-miniature .thumbnail-container .on-sale.discount-amount,
.featured-products .products .product-miniature .thumbnail-container .online-only.discount-amount,
.featured-products .products .product-miniature .thumbnail-container .pack.discount-amount,
.featured-products .products .product-miniature .thumbnail-container .product-flags .new.discount-amount,
.product-accessories .products .product-miniature .thumbnail-container .discount-amount.discount-amount,
.product-accessories .products .product-miniature .thumbnail-container .discount-percentage.discount-amount,
.product-accessories .products .product-miniature .thumbnail-container .on-sale.discount-amount,
.product-accessories .products .product-miniature .thumbnail-container .online-only.discount-amount,
.product-accessories .products .product-miniature .thumbnail-container .pack.discount-amount,
.product-accessories .products .product-miniature .thumbnail-container .product-flags .new.discount-amount,
.product-miniature .products .product-miniature .thumbnail-container .discount-amount.discount-amount,
.product-miniature .products .product-miniature .thumbnail-container .discount-percentage.discount-amount,
.product-miniature .products .product-miniature .thumbnail-container .on-sale.discount-amount,
.product-miniature .products .product-miniature .thumbnail-container .online-only.discount-amount,
.product-miniature .products .product-miniature .thumbnail-container .pack.discount-amount,
.product-miniature .products .product-miniature .thumbnail-container .product-flags .new.discount-amount {
    font-size: 10px
}

#products .products .product-miniature .thumbnail-container .discount-amount.new,
#products .products .product-miniature .thumbnail-container .discount-percentage.new,
#products .products .product-miniature .thumbnail-container .on-sale.new,
#products .products .product-miniature .thumbnail-container .online-only.new,
#products .products .product-miniature .thumbnail-container .pack.new,
#products .products .product-miniature .thumbnail-container .product-flags .new.new,
.featured-products .products .product-miniature .thumbnail-container .discount-amount.new,
.featured-products .products .product-miniature .thumbnail-container .discount-percentage.new,
.featured-products .products .product-miniature .thumbnail-container .on-sale.new,
.featured-products .products .product-miniature .thumbnail-container .online-only.new,
.featured-products .products .product-miniature .thumbnail-container .pack.new,
.featured-products .products .product-miniature .thumbnail-container .product-flags .new.new,
.product-accessories .products .product-miniature .thumbnail-container .discount-amount.new,
.product-accessories .products .product-miniature .thumbnail-container .discount-percentage.new,
.product-accessories .products .product-miniature .thumbnail-container .on-sale.new,
.product-accessories .products .product-miniature .thumbnail-container .online-only.new,
.product-accessories .products .product-miniature .thumbnail-container .pack.new,
.product-accessories .products .product-miniature .thumbnail-container .product-flags .new.new,
.product-miniature .products .product-miniature .thumbnail-container .discount-amount.new,
.product-miniature .products .product-miniature .thumbnail-container .discount-percentage.new,
.product-miniature .products .product-miniature .thumbnail-container .on-sale.new,
.product-miniature .products .product-miniature .thumbnail-container .online-only.new,
.product-miniature .products .product-miniature .thumbnail-container .pack.new,
.product-miniature .products .product-miniature .thumbnail-container .product-flags .new.new {
    top: 4px
}

#products .products .product-miniature .thumbnail-container .discount-amount.on-sale,
#products .products .product-miniature .thumbnail-container .discount-percentage.on-sale,
#products .products .product-miniature .thumbnail-container .on-sale.on-sale,
#products .products .product-miniature .thumbnail-container .online-only.on-sale,
#products .products .product-miniature .thumbnail-container .pack.on-sale,
#products .products .product-miniature .thumbnail-container .product-flags .new.on-sale,
.featured-products .products .product-miniature .thumbnail-container .discount-amount.on-sale,
.featured-products .products .product-miniature .thumbnail-container .discount-percentage.on-sale,
.featured-products .products .product-miniature .thumbnail-container .on-sale.on-sale,
.featured-products .products .product-miniature .thumbnail-container .online-only.on-sale,
.featured-products .products .product-miniature .thumbnail-container .pack.on-sale,
.featured-products .products .product-miniature .thumbnail-container .product-flags .new.on-sale,
.product-accessories .products .product-miniature .thumbnail-container .discount-amount.on-sale,
.product-accessories .products .product-miniature .thumbnail-container .discount-percentage.on-sale,
.product-accessories .products .product-miniature .thumbnail-container .on-sale.on-sale,
.product-accessories .products .product-miniature .thumbnail-container .online-only.on-sale,
.product-accessories .products .product-miniature .thumbnail-container .pack.on-sale,
.product-accessories .products .product-miniature .thumbnail-container .product-flags .new.on-sale,
.product-miniature .products .product-miniature .thumbnail-container .discount-amount.on-sale,
.product-miniature .products .product-miniature .thumbnail-container .discount-percentage.on-sale,
.product-miniature .products .product-miniature .thumbnail-container .on-sale.on-sale,
.product-miniature .products .product-miniature .thumbnail-container .online-only.on-sale,
.product-miniature .products .product-miniature .thumbnail-container .pack.on-sale,
.product-miniature .products .product-miniature .thumbnail-container .product-flags .new.on-sale {
    text-align: center;
    left: auto;
    right: 0;
    top: 0
}

#products .products .product-miniature .thumbnail-container .discount-amount.online-only,
#products .products .product-miniature .thumbnail-container .discount-amount.pack,
#products .products .product-miniature .thumbnail-container .discount-percentage.online-only,
#products .products .product-miniature .thumbnail-container .discount-percentage.pack,
#products .products .product-miniature .thumbnail-container .on-sale.online-only,
#products .products .product-miniature .thumbnail-container .on-sale.pack,
#products .products .product-miniature .thumbnail-container .online-only.online-only,
#products .products .product-miniature .thumbnail-container .online-only.pack,
#products .products .product-miniature .thumbnail-container .pack.online-only,
#products .products .product-miniature .thumbnail-container .pack.pack,
#products .products .product-miniature .thumbnail-container .product-flags .new.online-only,
#products .products .product-miniature .thumbnail-container .product-flags .new.pack,
.featured-products .products .product-miniature .thumbnail-container .discount-amount.online-only,
.featured-products .products .product-miniature .thumbnail-container .discount-amount.pack,
.featured-products .products .product-miniature .thumbnail-container .discount-percentage.online-only,
.featured-products .products .product-miniature .thumbnail-container .discount-percentage.pack,
.featured-products .products .product-miniature .thumbnail-container .on-sale.online-only,
.featured-products .products .product-miniature .thumbnail-container .on-sale.pack,
.featured-products .products .product-miniature .thumbnail-container .online-only.online-only,
.featured-products .products .product-miniature .thumbnail-container .online-only.pack,
.featured-products .products .product-miniature .thumbnail-container .pack.online-only,
.featured-products .products .product-miniature .thumbnail-container .pack.pack,
.featured-products .products .product-miniature .thumbnail-container .product-flags .new.online-only,
.featured-products .products .product-miniature .thumbnail-container .product-flags .new.pack,
.product-accessories .products .product-miniature .thumbnail-container .discount-amount.online-only,
.product-accessories .products .product-miniature .thumbnail-container .discount-amount.pack,
.product-accessories .products .product-miniature .thumbnail-container .discount-percentage.online-only,
.product-accessories .products .product-miniature .thumbnail-container .discount-percentage.pack,
.product-accessories .products .product-miniature .thumbnail-container .on-sale.online-only,
.product-accessories .products .product-miniature .thumbnail-container .on-sale.pack,
.product-accessories .products .product-miniature .thumbnail-container .online-only.online-only,
.product-accessories .products .product-miniature .thumbnail-container .online-only.pack,
.product-accessories .products .product-miniature .thumbnail-container .pack.online-only,
.product-accessories .products .product-miniature .thumbnail-container .pack.pack,
.product-accessories .products .product-miniature .thumbnail-container .product-flags .new.online-only,
.product-accessories .products .product-miniature .thumbnail-container .product-flags .new.pack,
.product-miniature .products .product-miniature .thumbnail-container .discount-amount.online-only,
.product-miniature .products .product-miniature .thumbnail-container .discount-amount.pack,
.product-miniature .products .product-miniature .thumbnail-container .discount-percentage.online-only,
.product-miniature .products .product-miniature .thumbnail-container .discount-percentage.pack,
.product-miniature .products .product-miniature .thumbnail-container .on-sale.online-only,
.product-miniature .products .product-miniature .thumbnail-container .on-sale.pack,
.product-miniature .products .product-miniature .thumbnail-container .online-only.online-only,
.product-miniature .products .product-miniature .thumbnail-container .online-only.pack,
.product-miniature .products .product-miniature .thumbnail-container .pack.online-only,
.product-miniature .products .product-miniature .thumbnail-container .pack.pack,
.product-miniature .products .product-miniature .thumbnail-container .product-flags .new.online-only,
.product-miniature .products .product-miniature .thumbnail-container .product-flags .new.pack {
    opacity: 0;
    transition: opacity .3s
}

#products .products .product-miniature .thumbnail-container .discount-amount.online-only,
#products .products .product-miniature .thumbnail-container .discount-percentage.online-only,
#products .products .product-miniature .thumbnail-container .on-sale.online-only,
#products .products .product-miniature .thumbnail-container .online-only.online-only,
#products .products .product-miniature .thumbnail-container .pack.online-only,
#products .products .product-miniature .thumbnail-container .product-flags .new.online-only,
.featured-products .products .product-miniature .thumbnail-container .discount-amount.online-only,
.featured-products .products .product-miniature .thumbnail-container .discount-percentage.online-only,
.featured-products .products .product-miniature .thumbnail-container .on-sale.online-only,
.featured-products .products .product-miniature .thumbnail-container .online-only.online-only,
.featured-products .products .product-miniature .thumbnail-container .pack.online-only,
.featured-products .products .product-miniature .thumbnail-container .product-flags .new.online-only,
.product-accessories .products .product-miniature .thumbnail-container .discount-amount.online-only,
.product-accessories .products .product-miniature .thumbnail-container .discount-percentage.online-only,
.product-accessories .products .product-miniature .thumbnail-container .on-sale.online-only,
.product-accessories .products .product-miniature .thumbnail-container .online-only.online-only,
.product-accessories .products .product-miniature .thumbnail-container .pack.online-only,
.product-accessories .products .product-miniature .thumbnail-container .product-flags .new.online-only,
.product-miniature .products .product-miniature .thumbnail-container .discount-amount.online-only,
.product-miniature .products .product-miniature .thumbnail-container .discount-percentage.online-only,
.product-miniature .products .product-miniature .thumbnail-container .on-sale.online-only,
.product-miniature .products .product-miniature .thumbnail-container .online-only.online-only,
.product-miniature .products .product-miniature .thumbnail-container .pack.online-only,
.product-miniature .products .product-miniature .thumbnail-container .product-flags .new.online-only {
    z-index: 2;
    bottom: -65px;
    top: auto
}

#products .products .product-miniature .thumbnail-container .discount-amount.pack,
#products .products .product-miniature .thumbnail-container .discount-percentage.pack,
#products .products .product-miniature .thumbnail-container .on-sale.pack,
#products .products .product-miniature .thumbnail-container .online-only.pack,
#products .products .product-miniature .thumbnail-container .pack.pack,
#products .products .product-miniature .thumbnail-container .product-flags .new.pack,
.featured-products .products .product-miniature .thumbnail-container .discount-amount.pack,
.featured-products .products .product-miniature .thumbnail-container .discount-percentage.pack,
.featured-products .products .product-miniature .thumbnail-container .on-sale.pack,
.featured-products .products .product-miniature .thumbnail-container .online-only.pack,
.featured-products .products .product-miniature .thumbnail-container .pack.pack,
.featured-products .products .product-miniature .thumbnail-container .product-flags .new.pack,
.product-accessories .products .product-miniature .thumbnail-container .discount-amount.pack,
.product-accessories .products .product-miniature .thumbnail-container .discount-percentage.pack,
.product-accessories .products .product-miniature .thumbnail-container .on-sale.pack,
.product-accessories .products .product-miniature .thumbnail-container .online-only.pack,
.product-accessories .products .product-miniature .thumbnail-container .pack.pack,
.product-accessories .products .product-miniature .thumbnail-container .product-flags .new.pack,
.product-miniature .products .product-miniature .thumbnail-container .discount-amount.pack,
.product-miniature .products .product-miniature .thumbnail-container .discount-percentage.pack,
.product-miniature .products .product-miniature .thumbnail-container .on-sale.pack,
.product-miniature .products .product-miniature .thumbnail-container .online-only.pack,
.product-miniature .products .product-miniature .thumbnail-container .pack.pack,
.product-miniature .products .product-miniature .thumbnail-container .product-flags .new.pack {
    top: 70px
}

#products .products .product-miniature .thumbnail-container .discount,
.featured-products .products .product-miniature .thumbnail-container .discount,
.product-accessories .products .product-miniature .thumbnail-container .discount,
.product-miniature .products .product-miniature .thumbnail-container .discount {
    display: none;
    text-align: center
}

#products .products .product-miniature .thumbnail-container .highlighted-informations,
.featured-products .products .product-miniature .thumbnail-container .highlighted-informations,
.product-accessories .products .product-miniature .thumbnail-container .highlighted-informations,
.product-miniature .products .product-miniature .thumbnail-container .highlighted-informations {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    text-align: center;
    padding: 5px;
    margin: auto;
    max-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out
}

#products .products.featured,
.featured-products .products.featured,
.product-accessories .products.featured,
.product-miniature .products.featured {
    -ms-flex-pack: start;
    justify-content: flex-start
}

#products .products.featured .slick-arrow.slick-prev,
.featured-products .products.featured .slick-arrow.slick-prev,
.product-accessories .products.featured .slick-arrow.slick-prev,
.product-miniature .products.featured .slick-arrow.slick-prev {
    left: 35%
}

@media (max-width:767px) {
    #products .products.featured .slick-arrow.slick-prev,
    .featured-products .products.featured .slick-arrow.slick-prev,
    .product-accessories .products.featured .slick-arrow.slick-prev,
    .product-miniature .products.featured .slick-arrow.slick-prev {
        left: 0
    }
}

#products .products.featured .slick-arrow.slick-next,
.featured-products .products.featured .slick-arrow.slick-next,
.product-accessories .products.featured .slick-arrow.slick-next,
.product-miniature .products.featured .slick-arrow.slick-next {
    right: 35%
}

@media (max-width:767px) {
    #products .products.featured .slick-arrow.slick-next,
    .featured-products .products.featured .slick-arrow.slick-next,
    .product-accessories .products.featured .slick-arrow.slick-next,
    .product-miniature .products.featured .slick-arrow.slick-next {
        right: 0
    }
}

#products .products.featured .product-miniature,
.featured-products .products.featured .product-miniature,
.product-accessories .products.featured .product-miniature,
.product-miniature .products.featured .product-miniature {
    margin: 0 0 20px!important
}

@media (max-width:767px) {
    #products .products.featured .product-miniature,
    .featured-products .products.featured .product-miniature,
    .product-accessories .products.featured .product-miniature,
    .product-miniature .products.featured .product-miniature {
        margin: 0 5px!important;
        padding: 0
    }
}

#products .products.featured .product-miniature .product-description .short-description,
.featured-products .products.featured .product-miniature .product-description .short-description,
.product-accessories .products.featured .product-miniature .product-description .short-description,
.product-miniature .products.featured .product-miniature .product-description .short-description {
    display: block!important
}

#products .products.featured .product-miniature .discount-amount,
#products .products.featured .product-miniature .discount-percentage,
#products .products.featured .product-miniature .on-sale,
#products .products.featured .product-miniature .online-only,
#products .products.featured .product-miniature .pack,
#products .products.featured .product-miniature .product-flags .new,
.featured-products .products.featured .product-miniature .discount-amount,
.featured-products .products.featured .product-miniature .discount-percentage,
.featured-products .products.featured .product-miniature .on-sale,
.featured-products .products.featured .product-miniature .online-only,
.featured-products .products.featured .product-miniature .pack,
.featured-products .products.featured .product-miniature .product-flags .new,
.product-accessories .products.featured .product-miniature .discount-amount,
.product-accessories .products.featured .product-miniature .discount-percentage,
.product-accessories .products.featured .product-miniature .on-sale,
.product-accessories .products.featured .product-miniature .online-only,
.product-accessories .products.featured .product-miniature .pack,
.product-accessories .products.featured .product-miniature .product-flags .new,
.product-miniature .products.featured .product-miniature .discount-amount,
.product-miniature .products.featured .product-miniature .discount-percentage,
.product-miniature .products.featured .product-miniature .on-sale,
.product-miniature .products.featured .product-miniature .online-only,
.product-miniature .products.featured .product-miniature .pack,
.product-miniature .products.featured .product-miniature .product-flags .new {
    font-size: 12px
}

#products .products.featured .product-miniature .discount-amount,
#products .products.featured .product-miniature .discount-percentage,
.featured-products .products.featured .product-miniature .discount-amount,
.featured-products .products.featured .product-miniature .discount-percentage,
.product-accessories .products.featured .product-miniature .discount-amount,
.product-accessories .products.featured .product-miniature .discount-percentage,
.product-miniature .products.featured .product-miniature .discount-amount,
.product-miniature .products.featured .product-miniature .discount-percentage {
    padding: 4px 5px
}

#products .products.products-slider,
.featured-products .products.products-slider,
.product-accessories .products.products-slider,
.product-miniature .products.products-slider {
    -ms-flex-pack: start;
    justify-content: flex-start
}

#products .products.products-slider .slick-slide .product-miniature,
.featured-products .products.products-slider .slick-slide .product-miniature,
.product-accessories .products.products-slider .slick-slide .product-miniature,
.product-miniature .products.products-slider .slick-slide .product-miniature {
    max-width: inherit
}

#products .products.products-slider .slick-slide .product-miniature div,
.featured-products .products.products-slider .slick-slide .product-miniature div,
.product-accessories .products.products-slider .slick-slide .product-miniature div,
.product-miniature .products.products-slider .slick-slide .product-miniature div {
    margin-bottom: 0
}

#products .products.products-slider .slick-slide .product-miniature div.thumbnail .highlighted-informations,
.featured-products .products.products-slider .slick-slide .product-miniature div.thumbnail .highlighted-informations,
.product-accessories .products.products-slider .slick-slide .product-miniature div.thumbnail .highlighted-informations,
.product-miniature .products.products-slider .slick-slide .product-miniature div.thumbnail .highlighted-informations {
    margin: auto
}

#products .products.products-slider .product-price-and-shipping span.aeuc_from_label,
.featured-products .products.products-slider .product-price-and-shipping span.aeuc_from_label,
.product-accessories .products.products-slider .product-price-and-shipping span.aeuc_from_label,
.product-miniature .products.products-slider .product-price-and-shipping span.aeuc_from_label {
    display: inline-block
}

#products .products.products-slider .product-price-and-shipping .price,
.featured-products .products.products-slider .product-price-and-shipping .price,
.product-accessories .products.products-slider .product-price-and-shipping .price,
.product-miniature .products.products-slider .product-price-and-shipping .price {
    padding-left: 5px
}

#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note,
.product-miniature .comments_note {
    text-align: center;
    color: #535252
}

#products .count,
.featured-products .count,
.product-accessories .count,
.product-miniature .count {
    color: #535252;
    font-weight: 700;
    position: relative;
    bottom: 8px
}

@media (max-width:543px) {
    .product-accessories .slick-arrow {
        top: -28px!important
    }
}

.featured-products {
    clear: both
}

@media (max-width:767px) {
    .featured-products {
        margin-bottom: 20px
    }
}

.featured-products.featured-block .products {
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .featured-products .product-miniature {
        margin-bottom: 0!important
    }
}

.featured-products:first-child {
    margin-top: 20px
}

.forgotten-password .form-fields .center-email-fields {
    display: -ms-flexbox;
    display: flex
}

.forgotten-password .form-fields .email {
    padding-left: 0;
    padding-right: 0
}

.forgotten-password .form-fields .email input {
    height: 38px
}

.forgotten-password .form-fields label.required {
    width: 130px
}

#footer .footer-reassurance {
    background: #fff
}

#footer .footer-container {
    overflow: hidden
}

#footer .footer-container .container {
    margin-top: 30px
}

#footer .footer-container .container:first-child {
    margin-top: 0
}

#footer .footer-container .h3,
#footer .footer-container .headings,
#footer .footer-container h3 {
    margin-bottom: 10px;
    font-family: 'Cinzel', sans-serif;
    font-weight: 600
}

@media (max-width:767px) {
    #footer .footer-container .h3,
    #footer .footer-container .headings,
    #footer .footer-container h3 {
        position: relative;
        top: 3px;
        color: #535252;
        font-weight: 300;
        display: inline-block;
        font-size: 13px
    }
    #footer .footer-container .h3 span,
    #footer .footer-container .headings span,
    #footer .footer-container h3 span {
        border-top: 2px solid #ef5b5b;
        display: inline-block;
        width: 18px;
        height: 4px;
        position: relative;
        top: 10px;
        margin-right: 10px
    }
}

@media (max-width:767px) {
    #footer .footer-container .title {
        padding: 10px 0;
        border-bottom: 1px solid #f5f5f5;
        cursor: pointer
    }
}

#footer .footer-container .links a {
    font-size: 12px
}

#footer .footer-container .links .headings a {
    font-weight: 600
}

#footer .footer-container li {
    margin-bottom: 5px
}

#footer .footer-container li a {
    font-family: 'Cinzel', sans-serif;
    color: #535252;
    line-height: 20px
}

#footer .footer-container li a:hover {
    color: #333
}

#footer .footer-container .links .collapse {
    display: inherit
}

@media (max-width:767px) {
    #footer .footer-container .collapse-icons {
        top: 18px;
        right: 15px
    }
}

#footer #_desktop_currency_selector,
#footer #_desktop_language_selector {
    padding-right: 0
}

@media (max-width:991px) {
    #footer #_desktop_currency_selector,
    #footer #_desktop_language_selector {
        text-align: center;
        clear: both;
        width: 100%;
        max-width: 200px;
        margin: auto
    }
}

#footer #_desktop_currency_selector .currency-selector,
#footer #_desktop_currency_selector .language-selector-wrapper,
#footer #_desktop_language_selector .currency-selector,
#footer #_desktop_language_selector .language-selector-wrapper {
    float: right
}

@media (max-width:991px) {
    #footer #_desktop_currency_selector .currency-selector,
    #footer #_desktop_currency_selector .language-selector-wrapper,
    #footer #_desktop_language_selector .currency-selector,
    #footer #_desktop_language_selector .language-selector-wrapper {
        float: none
    }
}

#footer #_desktop_currency_selector .currency-selector.dropdown,
#footer #_desktop_currency_selector .currency-selector .dropdown,
#footer #_desktop_currency_selector .language-selector-wrapper.dropdown,
#footer #_desktop_currency_selector .language-selector-wrapper .dropdown,
#footer #_desktop_language_selector .currency-selector.dropdown,
#footer #_desktop_language_selector .currency-selector .dropdown,
#footer #_desktop_language_selector .language-selector-wrapper.dropdown,
#footer #_desktop_language_selector .language-selector-wrapper .dropdown {
    margin: 10px 0 10px 15px
}

@media (max-width:991px) {
    #footer #_desktop_currency_selector .currency-selector.dropdown,
    #footer #_desktop_currency_selector .currency-selector .dropdown,
    #footer #_desktop_currency_selector .language-selector-wrapper.dropdown,
    #footer #_desktop_currency_selector .language-selector-wrapper .dropdown,
    #footer #_desktop_language_selector .currency-selector.dropdown,
    #footer #_desktop_language_selector .currency-selector .dropdown,
    #footer #_desktop_language_selector .language-selector-wrapper.dropdown,
    #footer #_desktop_language_selector .language-selector-wrapper .dropdown {
        margin-left: 0
    }
}

#footer .myaccount-info .headings a {
    color: #333;
    font-size: 13px;
    font-weight: 600
}

#footer #custom-text {
    background: none;
    border-radius: 0;
    margin: 10px 0;
    padding: 0 15px;
    text-align: left
}

@media (max-width:991px) {
    #footer #custom-text {
        margin: 10px 0
    }
}

#footer #custom-text h3 {
    font-family: 'Cinzel', sans-serif;
    color: #535252;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 19px;
    text-align: center
}

@media (max-width:767px) {
    #footer #custom-text h3 {
        margin-left: 0
    }
}

#footer #custom-text p {
    font-family: 'Cinzel', sans-serif;
    color: #535252;
    line-height: 20px;
    font-size: 12px
}

#footer #custom-text p .dark {
    color: #535252;
    font-weight: 400
}

#footer .block-social {
    margin-top: 15px
}

@media (max-width:767px) {
    #footer .block-social {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:767px) {
    #footer .block-social ul {
        margin-bottom: 0
    }
}

#footer .block-social ul li {
    width: 24px;
    height: 23px;
    display: inline-block;
    margin: 2px;
    cursor: pointer
}

#footer .block-social ul li:before {
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 24px;
    color: #535252;
    display: block;
    text-align: center
}

@media (max-width:767px) {
    #footer .block-social ul li:before {
        line-height: 36px;
        font-size: 18px
    }
}

#footer .block-social ul li.facebook:hover:before {
    color: #3b5998
}

#footer .block-social ul li.facebook:before {
    content: "\F09A"
}

#footer .block-social ul li.twitter:hover:before {
    color: #55acee
}

#footer .block-social ul li.twitter:before {
    content: "\F099"
}

#footer .block-social ul li.rss:hover:before {
    color: #f60
}

#footer .block-social ul li.rss:before {
    content: "\F09E"
}

#footer .block-social ul li.youtube:hover:before {
    color: #b00
}

#footer .block-social ul li.youtube:before {
    content: "\F167"
}

#footer .block-social ul li.googleplus:hover:before {
    color: #dd4b39
}

#footer .block-social ul li.googleplus:before {
    content: "\F0D5"
}

#footer .block-social ul li.pinterest:hover:before {
    color: #cb2027
}

#footer .block-social ul li.pinterest:before {
    content: "\F231"
}

#footer .block-social ul li.vimeo:hover:before {
    color: #45bbff
}

#footer .block-social ul li.vimeo:before {
    content: "\F27D"
}

#footer .block-social ul li.instagram:hover:before {
    color: #e95950
}

#footer .block-social ul li.instagram:before {
    content: "\F16D"
}

#footer .block-social ul li a {
    display: block;
    position: relative;
    top: -24px;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
}

#footer .block-social ul li a:hover {
    color: transparent;
    border: none!important
}

#footer .block-contact {
    color: #535252
}

@media (max-width:991px) {
    #footer .block-contact {
        text-align: center;
        margin: 10px 0
    }
}

#footer .copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0
}

#footer .copyright p {
    margin: 5px 0;
    text-align: center
}

#footer .banner {
    margin: 0 -15px 0 15px;
    clear: both;
    display: block
}

#footer .featured-products {
    margin-top: 10px
}

#footer .featured-products .slick-arrow {
    top: -35px
}

#footer .block-categories,
#footer .facet,
#footer .search-widget {
    margin: 0 15px
}

@media (max-width:767px) {
    #footer .block-categories,
    #footer .facet,
    #footer .search-widget {
        margin: 0 15px 0 0
    }
}

#footer .user-info {
    clear: both
}

#footer .search-widget {
    padding: 15px 0
}

#footer .blockcart .header .blockcart-details:after,
#footer .blockcart .header .blockcart-details:before {
    display: none
}

#footer .footer-before .block-social {
    margin-top: 5px;
    padding: 0
}

#footer .footer-before .block-social ul {
    float: right
}

@media (max-width:991px) {
    #footer .footer-before .block-social ul {
        float: none;
        height: 30px;
        margin: 0
    }
}

@media (max-width:767px) {
    #footer .footer-container .links .title[aria-expanded=true] .collapse-icons .add {
        display: none
    }
    #footer .footer-container .links .title[aria-expanded=true] .collapse-icons .remove {
        display: block
    }
    #footer .footer-container .links .navbar-toggler {
        display: inline-block;
        padding: 0
    }
    #footer .footer-container .links .collapse {
        display: none
    }
    #footer .footer-container .links .collapse.in {
        display: block
    }
    #footer .footer-container .links ul {
        background-color: #f5f5f5;
        margin-bottom: 0
    }
    #footer .footer-container .links ul&gt;li {
        padding: 10px 10px 10px 40px;
        border-bottom: 1px solid #fff
    }
    #footer .footer-container .links ul&gt;li a {
        color: #333;
        font-size: 12px
    }
}

#header {
    position: relative;
    z-index: 1
}

#header .header-content {
    background: #edc5dc;
    min-height: 105px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 40px
}

@media (max-width:767px) {
    #header .header-content {
        position: relative;
        top: 0;
        min-height: inherit;
        background: #edc5dc;
        margin: 0
    }
}

#header .header-content.header-content-home {
    position: absolute;
    margin: 0;
    top: 30px
}

@media (max-width:767px) {
    #header .header-content.header-content-home {
        position: relative;
        top: 0
    }
}

#header .header-content .header-content-nav {
    width: 100%
}

#header .shop-logo {
    line-height: 31px
}

#header .shop-logo a .logo {
    max-width: 100%;
    max-height: 100px
}

#header .left-nav {
    position: inherit
}

#header .left-nav .main-menu {
    line-height: 40px
}

#header .right-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#header .right-nav .search_widget {
    line-height: 31px
}

#header .right-nav .blockcart,
#header .right-nav .user-info {
    line-height: 40px
}

#header #contact-link {
    margin: 5px 0 5px 20px
}

#header .currency-selector {
    margin: 5px 0 5px 20px;
    white-space: nowrap
}

#header .user-info {
    margin: 0 0 0 20px;
    white-space: nowrap
}

@media (max-width:767px) {
    #header .user-info {
        margin: 15px 10px
    }
}

@media (max-width:543px) {
    #header .user-info {
        margin: 12px 0
    }
}

#header .user-info .account {
    margin-left: 10px
}

@media (max-width:767px) {
    #header .user-info .account {
        margin-left: 15px
    }
}

#header #search_widget {
    margin: 0 0 0 20px
}

#header .language-selector {
    margin: 5px 0 5px 20px;
    white-space: nowrap
}

#header .blockcart {
    margin: 0 0 0 20px
}

@media (max-width:767px) {
    #header .blockcart {
        margin-left: 0
    }
}

@media (max-width:767px) {
    #header .blockcart .header {
        margin: 15px 10px
    }
    #header .blockcart .header i {
        font-size: 18px!important
    }
}

@media (max-width:543px) {
    #header .blockcart .header i {
        font-size: 45px!important;
        line-height: 38px
    }
}

#header .blockcart .remove-from-cart i {
    font-size: 12px!important
}

#header .dropdown-item {
    padding-left: 0;
    border-bottom: 1px solid transparent;
    white-space: inherit
}

#header .sub-menu.fadeIn {
    animation-duration: .3s
}

#header .top-menu-link {
    margin-left: 20px
}

#header .header-nav #menu-icon {
    vertical-align: middle;
    cursor: pointer
}

#header .header-nav #menu-icon i {
    line-height: 50px;
    font-size: 25px!important
}

#header .header-top {
    padding: 0
}

#header .header-top&gt;.container {
    position: relative
}

#header .header-top #contact-link {
    padding: 0 0 0 10px
}

@media (max-width:767px) {
    #header .header-top #contact-link {
        margin-left: 0;
        padding-left: 0
    }
}

#header .popover {
    font-family: inherit
}

#header .block-categories {
    padding-top: 10px
}

#header .block-categories .category-top-menu .headings {
    padding: 5px 0 15px 55px
}

#header .block-categories .category-top-menu .collapse-icons {
    top: 3px
}

#header .blockcart-product-detail .remove-from-cart i {
    font-size: 11px!important;
    color: #535252
}

#header .slick-list {
    margin: auto;
    width: 100%
}

@media (max-width:991px) {
    #header .header-content.header-content-home {
        position: inherit;
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    #header .top-logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 50px;
        padding-left: 20px;
        margin: 0 auto
    }
    #header .top-logo h1 {
        margin: 0
    }
    #header .top-logo a img {
        max-height: 50px;
        max-width: 100%
    }
    #header .fa {
        font-size: 24px!important
    }
    #header #_mobile_search_widget #search_widget {
        margin-top: 8px
    }
    #header #mobile_top_menu_wrapper {
        padding: 10px 15px;
        background: #edc5dc
    }
    #header #mobile_top_menu_wrapper .top-menu li {
        position: relative
    }
    #header #mobile_top_menu_wrapper .top-menu .collapse-icons i {
        font-size: 14px!important
    }
    #header #mobile_top_menu_wrapper .top-menu .collapse-icons .top-menu {
        padding-left: 15px
    }
    #header .currency-selector,
    #header .language-selector {
        margin-left: 0
    }
    #_mobile_cart {
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 20;
        border-radius: 50%;
        background: #ef5b5b;
        width: 50px;
        height: 50px
    }
    #_mobile_cart .header {
        margin-top: 10px!important
    }
    #_mobile_cart .header .dropdown-item img {
        width: 88%;
        vertical-align: top
    }
    #_mobile_cart .header .dropdown-item .badge {
        right: 3px;
        background: none!important;
        color: #ef5b5b;
        top: 7px;
        font-weight: 700;
        font-size: 15px
    }
    #_mobile_search_widget {
        margin: 10px 0
    }
}

@media (max-width:767px) {
    .carousel {
        background: none!important
    }
}

.carousel .carousel-indicators li:hover {
    background: #ef5b5b;
    border: 1px solid #ef5b5b
}

.carousel .carousel-details {
    max-width: 1110px;
    margin: auto;
    position: relative
}

.carousel .carousel-details .carousel-inner {
    margin-bottom: 0;
    max-height: 500px
}

.carousel .carousel-details .carousel-item:hover h2,
.carousel .carousel-details .carousel-item:hover p {
    font-weight: 500
}

.carousel .carousel-details .carousel-item img {
    width: 100%;
    margin-left: 0
}

.carousel .carousel-details .carousel-item .caption {
    position: absolute;
    bottom: 220px;
    left: 30px;
    color: #fff;
    max-width: 580px
}

.carousel .carousel-details .carousel-item .caption p {
    color: #fff;
    margin-top: 10px
}

.carousel .carousel-details .carousel-item .headings,
.carousel .carousel-details .carousel-item .leads {
    margin-bottom: 20px
}

.carousel .carousel-details .carousel-item .leads h2 {
    font-size: 18px;
    line-height: 29px;
    font-family: 'Cinzel', sans-serif
}

.carousel .carousel-details .carousel-item .leads p {
    width: 90%
}

.carousel .carousel-details .direction {
    z-index: auto
}

.carousel .carousel-details .direction .carousel-control {
    opacity: 1
}

.carousel .carousel-details .direction .carousel-control .icon-next:before,
.carousel .carousel-details .direction .carousel-control .icon-prev:before {
    content: ""
}

.carousel .carousel-details .direction .carousel-control .icon-next i,
.carousel .carousel-details .direction .carousel-control .icon-prev i {
    font-size: 30px!important;
    color: #fff
}

.carousel .carousel-details .direction .carousel-control .icon-next:hover i,
.carousel .carousel-details .direction .carousel-control .icon-prev:hover i {
    color: #ef5b5b
}

.carousel .carousel-details .direction .carousel-control .icon-prev {
    left: 25px
}

.carousel .carousel-details .direction .carousel-control .icon-next {
    right: 32px
}

.carousel .carousel-details .direction .carousel-control.left,
.carousel .carousel-details .direction .carousel-control.right {
    background: none
}

.page-index .search-widget {
    margin: 0 0 0 30px;
    clear: both
}

@media (max-width:767px) {
    .page-index .search-widget,
    .page-index .user-info {
        margin: 0 15px
    }
}

.page-index .blockcart .header .blockcart-details:after,
.page-index .blockcart .header .blockcart-details:before {
    display: none
}

.main-menu .menu {
    margin: auto;
    max-width: 1110px
}

.main-menu .menu&gt;ul&gt;li {
    display: inline-block;
    line-height: 28px;
    margin-left: 30px
}

.main-menu .menu&gt;ul&gt;li:first-child {
    margin-left: 0
}

.main-menu #_desktop_top_menu #top-menu {
    margin: 0
}

.main-menu #_desktop_top_menu #top-menu[data-depth="0"] li:hover .sub-menu {
    display: block!important
}

.main-menu #_desktop_top_menu #top-menu a[data-depth="0"] {
    text-transform: uppercase;
    padding: 0
}

.main-menu #_desktop_top_menu #top-menu a[data-depth="0"]:first-child {
    padding-left: 0
}

.main-menu #_desktop_top_menu #top-menu a:not([data-depth="0"]) {
    display: inline-block;
    width: inherit
}

.main-menu #_desktop_top_menu .top-menu {
    width: 100%
}

.main-menu #_desktop_top_menu .top-menu[data-depth="1"] {
    max-width: 725px;
    margin: 5px auto 15px;
    font-weight: 700
}

.main-menu #_desktop_top_menu .top-menu[data-depth="2"] {
    margin-top: 5px
}

.main-menu #_desktop_top_menu .top-menu a.dropdown-submenu {
    text-transform: uppercase;
    font-weight: 700;
    color: #373a3c;
}

.main-menu #_desktop_top_menu .top-menu a[data-depth="1"] {
    padding: 0;
    font-size: 13px
}

.main-menu #_desktop_top_menu .top-menu a[data-depth="1"] span {
    font-size: 13px
}

.main-menu #_desktop_top_menu .top-menu a[data-depth="2"],
.main-menu #_desktop_top_menu .top-menu a[data-depth="2"] span {
    padding: 0;
    color: #535252;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400
}

.main-menu #_desktop_top_menu .top-menu a[data-depth="2"]:hover,
.main-menu #_desktop_top_menu .top-menu a[data-depth="2"] span:hover {
    color: #333
}

.main-menu #_desktop_top_menu .collapse {
    display: inherit
}

.main-menu #_desktop_top_menu .sub-menu {
    border-bottom: 2px solid #ef5b5b;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    max-width: 100%;
    min-width: 150px;
    z-index: 18;
    position: absolute;
    top: 80px!important;
    background: #f5f5f5;
    display: none;
    padding-top: 5px
}

.main-menu #_desktop_top_menu .sub-menu.collapse {
    display: none
}

.main-menu #_desktop_top_menu .sub-menu a:not([data-depth="0"]) {
    display: block
}

.main-menu #_desktop_top_menu .sub-menu ul[data-depth="1"] {
    margin: 0
}

.main-menu #_desktop_top_menu .sub-menu ul[data-depth="1"]&gt;li {
    padding: 5px 10px
}

.main-menu #_desktop_top_menu .sub-menu ul[data-depth="2"]&gt;li {
    padding-left: 10px
}

@media (max-width:767px) {
    .top-menu[data-depth="1"] {
        margin-left: 15px
    }
    .top-menu[data-depth="2"] {
        margin-left: 30px
    }
}

.pushoncart {
    margin-top: 20px
}

.pushoncart .promotion-top {
    background: #f5f5f5;
    text-shadow: 0 0 0 transparent;
    border: 1px solid #cfcfcf
}

.pushoncart .promotion-main {
    border: 1px solid #cfcfcf;
    border-top: none
}

.pushoncart span.reduction {
    background: #535252;
    border: #535252
}

.pushoncart .btn {
    border: 1px solid transparent!important;
    box-shadow: 0 0 0 transparent
}

#buylater {
    margin-top: 20px
}

#buylater .btn {
    border: 1px solid transparent!important
}

#buylater .buylater-card {
    box-shadow: 0 0 0 0 transparent
}

#buylater .buylater-card .buylater-inline-right&gt;span {
    color: inherit
}

#buylater .buylater-card .buylater-row-right-top i {
    font-size: 20px!important;
    padding-left: 15px
}

.webcallback {
    margin-top: 20px
}

.webcallback table {
    margin-top: 10px
}

.webcallback table td {
    padding-right: 10px
}

.webcallback table td.field-table {
    width: 100%
}

#pshomeslider .pshomeslider-height {
    height: 580px!important
}

#fbloginblock_block_left.block-categories-17,
#fbloginblock_block_right.block-categories-17 {
    padding: 0!important;
    box-shadow: 0 0 0 0 transparent
}

#fbloginblock_block_left.block-categories-17 h4,
#fbloginblock_block_right.block-categories-17 h4 {
    font-family: 'Cinzel', sans-serif;
    color: #535252;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 19px
}

.fbloginblock-connects a {
    color: #fff
}

.page-my-account .link-item img {
    position: relative;
    top: -13px
}

.pps_module .pps_title {
    margin-bottom: 10px
}

.pps_module .pps_cat_title .icon-alert {
    position: relative;
    top: 3px;
    margin-right: 5px
}

.items-cat-block {
    padding: inherit!important;
    font-size: inherit!important
}

.button-mini-blockblog,
.button-small-blockblog {
    background: #ef5b5b;
    color: #fff!important;
    font-family: 'Cinzel', sans-serif;
    font-weight: 600!important;
    border-radius: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out
}

.button-mini-blockblog b,
.button-small-blockblog b {
    font-weight: inherit!important;
    padding: 10px!important;
    border: none!important
}

#index .blockblog-block {
    margin: auto;
    max-width: 1140px
}

.blockblog-block h4 {
    text-transform: inherit!important
}

.blockblog-block h4 a {
    font-family: 'Cinzel', sans-serif;
    font-size: 24px;
    margin: auto auto 45px
}

.blockblog-block .block-content a {
    color: #535252
}

.blockblog-block .block-content a.item-article {
    color: #edc5dc;
}

.blockblog-block .block-content a span {
    color: #535252
}

#footer .owl_blog_cat_type_carousel,
#footer .owl_blog_com_type_carousel,
#footer .owl_blog_recents_posts_type_carousel {
    padding-top: 0!important;
    padding-bottom: 0!important
}

#footer .button-mini-blockblog:hover,
#footer .button-small-blockblog:hover {
    border: 1px solid transparent!important;
    padding-bottom: 0!important
}

#footer .wrapper .block_content a {
    text-decoration: none!important
}

#footer .wrapper .block_content .block-content a {
    color: #535252
}

#footer .wrapper .block_content .block-content a.item-article {
    color: #edc5dc;
}

#footer .wrapper .block_content .block-content a span {
    color: #535252
}

#category .owl_blog_cat_type_carousel,
#category .owl_blog_com_type_carousel,
#category .owl_blog_recents_posts_type_carousel {
    padding-left: 0!important;
    padding-right: 0!important
}

#module-blockblog-blog .breadcrumb {
    margin: 0 15px;
    text-transform: uppercase
}

#module-blockblog-blog .blog-post-item {
    background: #fff;
    border: 1px solid transparent!important;
    margin: 0 15px;
    width: 65%;
    margin: auto
}

#module-blockblog-blog .blog-post-item .top-post {
    margin-top: 45px
}

#module-blockblog-blog .blog-post-item .top-post h1 {
    font-family: 'Cinzel', sans-serif;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    border-bottom: 1px solid #ef5b5b;
    padding-bottom: 35px;
    width: 60%;
    margin: auto auto 35px
}

#module-blockblog-blog .blog-post-item .rel-products-block li {
    border: none;
    padding: 0
}

#module-blockblog-blog .blog-post-item .rel-products-block li h5 {
    font-family: 'Cinzel', sans-serif;
    color: #333;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 19px
}

#module-blockblog-blog .blog-post-item .rel-products-block li .product-description {
    font-family: 'Cinzel', sans-serif;
    margin: 0;
    line-height: 20px;
    font-size: 12px;
    color: #333
}

#module-blockblog-blog .blog-post-item .rel-products-block li .product-description a {
    text-decoration: underline;
    color: #333
}

#module-blockblog-blog .sharebox a,
#module-blockblog-blog .sharebox i {
    color: #fff
}

#module-blockblog-blog .sharebox a:hover,
#module-blockblog-blog .sharebox a:hover i,
#module-blockblog-blog .sharebox i:hover,
#module-blockblog-blog .sharebox i:hover i {
    color: #fff!important
}

#module-blockblog-blog .comment,
#module-blockblog-blog .comment a,
#module-blockblog-blog .fa,
#module-blockblog-blog .posted_in,
#module-blockblog-blog .the-number,
#module-blockblog-blog a,
#module-blockblog-blog time {
    color: #535252
}

#module-blockblog-blog .leaveComment-title,
#module-blockblog-blog .related-posts-title,
#module-blockblog-blog .related-products-title,
#module-blockblog-blog .sortTools ul li strong {
    font-size: 26px;
    line-height: 28px;
    font-family: 'Cinzel', sans-serif;
    color: #333;
    font-weight: 700
}

#module-blockblog-blog .leaveComment-title i,
#module-blockblog-blog .related-posts-title i,
#module-blockblog-blog .related-products-title i,
#module-blockblog-blog .sortTools ul li strong i {
    color: #535252;
    font-size: 20px!important;
    position: relative;
    top: -3px
}

#module-blockblog-blog .block-heading {
    margin-top: 10px
}

#module-blockblog-blog .add-comment-form {
    background: none;
    padding: 0;
    width: 70%;
    margin: auto
}

#module-blockblog-blog .add-comment-form label {
    display: block;
    float: none;
    text-align: left!important;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 0
}

#module-blockblog-blog .add-comment-form .col-xs-9-custom {
    padding: 0;
    width: 100%
}

#module-blockblog-blog .add-comment-form .col-xs-9-custom .form-control {
    height: 42px;
    background: #fff;
    font-size: 13px;
    color: #535252;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    padding: 10px 15px
}

#module-blockblog-blog .add-comment-form .col-xs-9-custom .form-control.placeholder {
    color: #535252
}

#module-blockblog-blog .add-comment-form .col-xs-9-custom .form-control:-moz-placeholder,
#module-blockblog-blog .add-comment-form .col-xs-9-custom .form-control::-moz-placeholder {
    color: #535252
}

#module-blockblog-blog .add-comment-form .col-xs-9-custom .form-control:-ms-input-placeholder {
    color: #535252
}

#module-blockblog-blog .add-comment-form .col-xs-9-custom .form-control::-webkit-input-placeholder {
    color: #535252
}

#module-blockblog-blog .add-comment-form .col-xs-offset-3-custom {
    margin-left: 0;
    text-align: center
}

#module-blockblog-blog .blog-block-comments .sortTools {
    background: none
}

#module-blockblog-blog .blog-block-comments .post-comments-items .row-custom {
    margin-bottom: 15px
}

#module-blockblog-blog .blog-block-comments .post-comments-items .thumbnail {
    border: none;
    padding: 0
}

#module-blockblog-blog .blog-block-comments .post-comments-items .thumbnail figcaption {
    margin-top: 5px
}

#module-blockblog-blog .blog-block-comments .post-comments-items .panel {
    border: none;
    box-shadow: 0 0 0 0 transparent;
    background: none
}

#module-blockblog-blog .blog-block-comments .post-comments-items .comment-user,
#module-blockblog-blog .blog-block-comments .post-comments-items time {
    display: inline-block;
    color: #535252
}

#module-blockblog-blog .blog-block-comments .post-comments-items .comment-user {
    padding-right: 10px
}

#module-blockblog-blog .blog-block-comments .post-comments-items .comment-post {
    font-family: 'Cinzel', sans-serif;
    font-size: 13px;
    color: #535252;
    margin: 0;
    line-height: 21px
}

#module-blockblog-blog .blog-block-comments .text-page {
    color: #535252;
    font-size: 13px
}

#module-blockblog-blog .blog-block-comments .nums a,
#module-blockblog-blog .blog-block-comments .nums b {
    background: none;
    color: #535252;
    font-size: 13px
}

#module-blockblog-blog .block-data-category,
#module-blockblog-blog .blog-header-toolbar,
#module-blockblog-blog .breadcrumb,
#module-blockblog-blog .page-heading,
#module-blockblog-categories .block-data-category,
#module-blockblog-categories .blog-header-toolbar,
#module-blockblog-categories .breadcrumb,
#module-blockblog-categories .page-heading {
    margin: 0 15px;
    text-transform: uppercase
}

#module-blockblog-blog .breadcrumb,
#module-blockblog-categories .breadcrumb {
    margin-bottom: 10px
}

#module-blockblog-blog .page-heading,
#module-blockblog-categories .page-heading {
    margin-bottom: 25px
}

#module-blockblog-blog .blog-header-toolbar,
#module-blockblog-categories .blog-header-toolbar {
    border: none;
    padding: 0;
    margin-top: 15px
}

#module-blockblog-blog .sortTools,
#module-blockblog-categories .sortTools {
    background: none
}

#module-blockblog-blog .sortTools ul li,
#module-blockblog-categories .sortTools ul li {
    padding: 0
}

#module-blockblog-blog .sortTools ul li strong,
#module-blockblog-categories .sortTools ul li strong {
    font-size: 26px;
    line-height: 28px;
    font-family: 'Cinzel', sans-serif;
    color: #333;
    font-weight: 700
}

#module-blockblog-blog .sortTools .text-page,
#module-blockblog-categories .sortTools .text-page {
    color: #333;
    font-size: 13px
}

#module-blockblog-blog .sortTools .nums a,
#module-blockblog-blog .sortTools .nums b,
#module-blockblog-categories .sortTools .nums a,
#module-blockblog-categories .sortTools .nums b {
    background: none;
    color: #535252;
    font-size: 13px
}

#module-blockblog-blog .blog-posts,
#module-blockblog-categories .blog-posts {
    background: #fff;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #f5f5f5
}

#module-blockblog-blog .blog-posts li,
#module-blockblog-categories .blog-posts li {
    padding: 0;
    margin: 0
}

#module-blockblog-blog .blog-posts .top-blog a,
#module-blockblog-categories .blog-posts .top-blog a {
    font-family: 'Cinzel', sans-serif;
    color: #535252;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 19px
}

#module-blockblog-blog .comment,
#module-blockblog-blog .comment a,
#module-blockblog-blog .fa,
#module-blockblog-blog .posted_in,
#module-blockblog-blog .the-number,
#module-blockblog-blog a,
#module-blockblog-blog time,
#module-blockblog-categories .comment,
#module-blockblog-categories .comment a,
#module-blockblog-categories .fa,
#module-blockblog-categories .posted_in,
#module-blockblog-categories .the-number,
#module-blockblog-categories a,
#module-blockblog-categories time {
    color: #535252;
    text-decoration: none
}

#module-blockblog-blog .readmore,
#module-blockblog-categories .readmore {
    background: #cfcfcf;
    color: #fff
}

#gsr .block-review-item,
#gsr.list-review {
    padding: 0!important
}

#gsr #comment-form h1 {
    font-family: 'Cinzel', sans-serif;
    color: #535252;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px
}

#gsr #comment-form .product img {
    width: 50%
}

#gsr #comment-form h3 {
    font-family: 'Cinzel', sans-serif;
    color: #535252;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 19px
}

#gsr #bt_comment-form #footer i {
    font-size: 18px;
    padding-right: 25px;
    line-height: 12px
}

#gsr .review-line p {
    margin-bottom: 10px
}

#gsr .review-line .gsr_social_buttons {
    margin-top: 20px
}

#gsr .text-muted {
    margin-bottom: 10px
}

@media (max-width:543px) {
    #gsr .inline {
        float: left;
        margin: 15px 0
    }
}

#gsr .last-reviews-bottom,
#gsr .last-reviews-home,
#gsr .last-reviews-top {
    padding-left: 0!important;
    padding-right: 0!important
}

#gsr.all-review {
    padding: 0 15px
}

#gsr-review-list {
    padding: 0!important;
    background: none!important;
    margin-top: 10px
}

#gsr-review-list&gt;div {
    display: inline-block;
    float: none!important
}

#reviews-link i {
    position: relative;
    top: -6px;
    margin-right: 15px
}

.medfeaturespictures {
    margin: 20px 0
}

.medfeaturespictures h4 {
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Cinzel', sans-serif
}

.medfeaturespictures img {
    margin-bottom: 10px
}

#product #content {
    position: relative;
    max-width: 525px;
    margin: 0 auto;
    z-index: 0
}

#product .featured-products .product-flags .new,
#product .products-slider .product-flags .new {
    margin-top: 4px
}

.product-flags {
    position: absolute;
    top: 0;
    width: 100%
}

li.product-flag {
    display: block;
    position: absolute;
    background: #141b41;
    color: #fff;
    padding: 5px;
    margin: 15px 0 -5px;
    z-index: 2
}

li.product-flag.discount-percentage {
    z-index: 2;
    background: #ef5b5b;
    padding-top: 9px;
    right: 0
}

li.product-flag.on-sale {
    margin: 0;
    right: 0;
    top: 79%
}

li.product-flag.online-only {
    font-size: 13px;
    z-index: 2;
    bottom: -75px;
    top: auto
}

li.product-flag.pack {
    top: 50px
}

li.product-flag.discount {
    display: none
}

.product-cover {
    margin-bottom: 20px;
    position: relative
}

.product-cover .layer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: hsla(0, 0%, 100%, .7);
    text-align: center;
    cursor: pointer
}

.product-cover .layer:hover {
    opacity: 1
}

.product-cover .layer .zoom-in {
    font-size: 100px!important;
    color: #fff
}

.product-images&gt;li.thumb-container {
    display: inline;
    margin-right: 15px
}

.product-images&gt;li.thumb-container&gt;.thumb {
    cursor: pointer;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .product-images&gt;li.thumb-container&gt;.thumb {
        width: 100%
    }
}

.product-images&gt;li.thumb-container&gt;.thumb.selected,
.product-images&gt;li.thumb-container&gt;.thumb:hover {
    border: 3px solid #ef5b5b
}

h1,
h1.headings {
    font-size: 28px;
    font-weight: 500
}

.product-prices {
    margin-top: 20px
}

.product-prices div {
    margin-bottom: 10px
}

.product-prices .product-price {
    display: inline-block
}

.product-prices .product-price.has-discount p {
    color: #ef5b5b
}

.product-prices .product-price .current-price .discount,
.product-prices .product-price .current-price .price,
.product-prices .product-price .current-price .product-discount {
    display: inline
}

.product-prices .product-price .current-price .product-discount .regular-price {
    text-decoration: line-through;
    font-weight: 400;
    margin: 0 10px;
    color: #cfcfcf;
    font-size: 16px
}

.product-prices .product-price .current-price .discount {
    background: #141b41;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    font-size: 14px;
    margin-left: 10px;
    text-transform: uppercase;
    display: inline-block
}

.product-information {
    font-size: 16px;
    color: #535252
}

#product-description-short,
.product-description-short {
    line-height: 25px;
    font-size: 16px;
    color: #535252
}

#product-description-short p,
.product-description-short p {
    color: #535252
}

.read-more-description {
    display: inline-block;
    color: #535252;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin: 15px 0;
    padding-bottom: 1px;
    border-bottom: 1px solid #535252
}

.manufacturer-logo {
    height: 35px
}

.product-actions {
    margin-top: 10px
}

.product-actions .control-label {
    margin-bottom: 6px;
    display: block;
    width: 100%
}

.product-actions .add-to-cart {
    margin: 0 0 10px
}

.product-actions .product-variants&gt;.product-variants-item {
    margin: 0 0 20px;
    position: relative
}

.product-actions .product-variants&gt;.product-variants-item li.input-container {
    position: relative
}

.product-actions .product-variants&gt;.product-variants-item li.input-container .input-color {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px
}

.product-actions .product-variants&gt;.product-variants-item li.input-container .input-color:checked+span,
.product-actions .product-variants&gt;.product-variants-item li.input-container .input-color:hover+span {
    border: 2px solid rgba(0, 0, 0, .2)
}

.product-actions .product-variants&gt;.product-variants-item li.input-container .color {
    margin: 0 10px 0 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .05)
}

.product-actions .product-variants&gt;.product-variants-item .input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%
}

.product-actions .product-variants&gt;.product-variants-item .input-radio:checked+span,
.product-actions .product-variants&gt;.product-variants-item .input-radio:hover+span {
    background: #ef5b5b;
    color: #fff
}

.product-actions .product-variants&gt;.product-variants-item .radio-label {
    display: inline-block;
    padding: 4px 10px;
    color: #535252;
    background: #f5f5f5
}

#product-availability {
    display: inline-block;
    margin-left: 10px;
    color: #333;
    font-weight: 500
}

@media (max-width:991px) {
    #product-availability {
        margin-top: 10px
    }
}

#product-availability i {
    font-size: 15px!important
}

.product-customization {
    margin: 20px 0 0
}

.product-customization .product-customization-item {
    margin: 20px 0
}

.product-customization .product-customization-item img {
    margin-bottom: 20px
}

.product-customization .product-message {
    resize: none
}

.product-customization .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    height: 42px;
    overflow: hidden;
    position: absolute
}

.product-customization .customization-message {
    margin-top: 20px
}

.product-customization .custom-file {
    position: relative;
    height: 42px
}

.product-customization .custom-file .js-file-name {
    color: #535252
}

.product-customization .custom-file button {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 45px;
    margin: 0
}

.product-discounts {
    margin-bottom: 20px
}

.product-discounts&gt;.table-product-discounts thead tr th {
    width: 33%;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #cfcfcf;
    text-align: center
}

.product-discounts&gt;.table-product-discounts tbody tr {
    background: #f5f5f5
}

.product-discounts&gt;.table-product-discounts tbody tr:nth-of-type(2n) {
    background: #fff
}

.product-discounts&gt;.table-product-discounts tbody tr td {
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #cfcfcf
}

.product-discounts&gt;.table-product-discounts td,
.product-discounts&gt;.table-product-discounts th {
    line-height: 21px;
    font-size: 14px;
    font-family: 'Cinzel', sans-serif;
    color: #333
}

.product-minimal-quantity {
    margin-top: 10px
}

.product-quantity .qty {
    padding-top: 5px;
    margin-bottom: 15px;
    position: relative
}

.product-quantity .qty .input-group {
    display: inherit
}

.product-quantity #quantity_wanted {
    background-color: #fff;
    color: #535252;
    text-align: center;
    font-size: 20px;
    width: 80px
}

.product-quantity .input-group-btn-vertical .btn {
    padding: 8px 11px;
    margin: 0 0 8px 5px
}

.product-quantity .input-group-btn-vertical .btn.btn-touchspin {
    background: none;
    border: none;
    width: 15px;
    margin: 0;
    height: 42px;
    z-index: 5;
    position: absolute
}

.product-quantity .input-group-btn-vertical .btn.btn-touchspin:hover i {
    color: #ef5b5b
}

.product-quantity .input-group-btn-vertical .btn.btn-touchspin.bootstrap-touchspin-up {
    right: -5px
}

.product-quantity .input-group-btn-vertical .btn.btn-touchspin.bootstrap-touchspin-down {
    left: -85px
}

.product-quantity .input-group-btn-vertical .btn.btn-touchspin i {
    line-height: 42px
}

.social-sharing {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    height: 30px
}

.social-sharing ul {
    margin-bottom: 0
}

.social-sharing li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    height: 24px
}

.social-sharing li:before {
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 24px;
    color: #535252;
    display: block;
    text-align: center
}

.social-sharing li a {
    display: block;
    position: relative;
    top: -24px;
    height: 24px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
}

.social-sharing li a:hover {
    color: transparent
}

.social-sharing li.facebook:before {
    content: "\F09A"
}

.social-sharing li.facebook:hover:before {
    color: #3b5998
}

.social-sharing li.twitter:before {
    content: "\F099"
}

.social-sharing li.twitter:hover:before {
    color: #55acee
}

.social-sharing li.rss:before {
    content: "\F09E"
}

.social-sharing li.rss:hover:before {
    color: #f60
}

.social-sharing li.youtube:before {
    content: "\F167"
}

.social-sharing li.youtube:hover:before {
    color: #b00
}

.social-sharing li.googleplus:before {
    content: "\F0D5"
}

.social-sharing li.googleplus:hover:before {
    color: #dd4b39
}

.social-sharing li.pinterest:before {
    content: "\F231"
}

.social-sharing li.pinterest:hover:before {
    color: #cb2027
}

.social-sharing li.vimeo:before {
    content: "\F27D"
}

.social-sharing li.vimeo:hover:before {
    color: #45bbff
}

.social-sharing li.instagram:before {
    content: "\F16D"
}

.social-sharing li.instagram:hover:before {
    color: #e95950
}

.block_newsletter .btn input {
    background: transparent;
    border: none
}

.tabs {
    margin: 10px 0 20px
}

.tabs .tab-pane {
    padding-top: 20px
}

.tabs .tab-pane .product-description&gt;p {
    color: #535252;
    font-size: 13px
}

.tabs .nav-tabs {
    border: none
}

.tabs .nav-tabs .nav-link {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    border: 0 solid transparent;
    border-radius: 0;
    padding: 0 0 1px;
    margin-right: 30px
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid #ef5b5b
}

.tabs .nav-tabs .nav-link:hover {
    font-weight: 500
}

.tabs .nav-tabs .nav-item {
    float: left;
    margin-bottom: -2px
}

@media (max-width:767px) {
    .tabs .nav-tabs .nav-item {
        min-height: 45px
    }
}

#product-details span {
    display: block
}

#product-details .label {
    color: #333;
    margin: 5px 0
}

#product-details .product-reference {
    margin-top: 15px
}

#product-details .product-features&gt;dl.data-sheet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start
}

#product-details .product-features&gt;dl.data-sheet dd.value,
#product-details .product-features&gt;dl.data-sheet dt.name {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    font-weight: 400;
    background: #cfcfcf;
    padding: 10px;
    margin-right: 10px;
    min-height: 40px;
    word-break: break-all
}

#product-details .product-features&gt;dl.data-sheet dd.value:nth-of-type(2n),
#product-details .product-features&gt;dl.data-sheet dt.name:nth-of-type(2n) {
    background: #f5f5f5
}

#product-details .product-features&gt;dl.data-sheet dt.name {
    text-transform: capitalize
}

.product-unit-price {
    font-size: 12px;
    margin-bottom: 0
}

.product-pack {
    margin-top: 40px
}

.product-pack .pack-product-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.product-pack .pack-product-container .thumb-mask&gt;.mask {
    position: relative;
    width: 55px;
    height: 55px;
    overflow: hidden;
    border: 1px solid #cfcfcf;
    margin: 10px 0
}

.product-pack .pack-product-container .thumb-mask&gt;.mask img {
    width: 55px;
    height: 55px
}

.product-pack .pack-product-container .pack-product-name {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.product-pack .pack-product-container .pack-product-quantity {
    border-left: 1px solid #cfcfcf;
    padding-left: 10px
}

.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product-accessories {
    margin-top: 20px
}

.product-refresh {
    margin-top: 20px;
    border: none
}

#product-modal .modal-content .modal-body {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:991px) {
    #product-modal .modal-content .modal-body {
        padding: 30px
    }
}

@media (max-width:767px) {
    #product-modal .modal-content .modal-body {
        padding: 15px
    }
}

#product-modal .modal-content .modal-body figure,
#product-modal .modal-content .modal-body figure .product-cover-modal {
    background: #fff
}

@media (max-width:991px) {
    #product-modal .modal-content .modal-body figure .product-cover-modal {
        width: 100%
    }
}

#product-modal .modal-content .modal-body .image-caption {
    background: #fff;
    width: 800px;
    padding: 10px 20px 10px 0;
    border-top: 1px solid #cfcfcf
}

@media (max-width:991px) {
    #product-modal .modal-content .modal-body .image-caption {
        width: 100%
    }
}

#product-modal .modal-content .modal-body .image-caption p {
    margin-bottom: 0
}

#product-modal .modal-content .modal-body .image-caption #product-description-short {
    line-height: 21px;
    font-size: 14px;
    color: #535252
}

#product-modal .modal-content .modal-body .image-caption #product-description-short p {
    color: #535252
}

#product-modal .modal-content .modal-body .thumbnails {
    position: relative
}

#product-modal .modal-content .modal-body .mask {
    position: relative;
    overflow: hidden;
    max-height: 790px;
    margin-top: 35px;
    z-index: 1
}

#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0
}

#product-modal .modal-content .modal-body .product-images {
    margin-left: 40px
}

#product-modal .modal-content .modal-body .product-images .thumb-container {
    display: block
}

#product-modal .modal-content .modal-body .product-images img {
    width: 148px;
    cursor: pointer;
    background: #fff
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border: 3px solid #ef5b5b
}

#product-modal .modal-content .modal-body .arrows {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    color: #535252;
    right: 10px;
    z-index: 0;
    cursor: pointer
}

#product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: -15px;
    opacity: .2
}

#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: 10px
}

#product-modal .modal-content .modal-body .arrows i {
    font-size: 50px!important;
    display: inline
}

.footerProduct&gt;div,
.footerProduct section {
    clear: both
}

.footerProduct #_desktop_currency_selector,
.footerProduct #_desktop_language_selector {
    margin: 5px 5px 5px 0;
    clear: inherit
}

#blockcart-modal .modal-header {
    background: #d7eddf
}

#blockcart-modal .modal-header i {
    font-size: 18px!important;
    color: #24923a
}

#blockcart-modal .modal-header .close {
    opacity: 1;
    margin: -3px
}

#blockcart-modal .modal-header .modal-title {
    display: block;
    font-weight: 600;
    color: #24923a;
    font-size: 18px
}

#blockcart-modal .modal-body {
    background: #fff;
    padding: 50px 30px
}

#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: 5px
}

#blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: 100%
}

#blockcart-modal .product-image {
    width: 100%
}

@media (max-width:991px) {
    #blockcart-modal .product-image {
        width: 100%;
        display: block;
        max-width: 250px;
        margin: 0 auto 15px
    }
}

#blockcart-modal .product-name {
    color: #ef5b5b;
    font-size: 18px
}

@media (max-width:991px) {
    #blockcart-modal .product-name {
        margin-top: 10px
    }
}

#blockcart-modal .cart-products-count {
    font-size: 18px;
    margin-bottom: 10px
}

#blockcart-modal .cart-content {
    padding-left: 40px
}

@media (max-width:991px) {
    #blockcart-modal .cart-content {
        padding-left: 0
    }
}

#blockcart-modal .cart-content .cart-content-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 15px
}

#blockcart-modal .cart-content .cart-content-btn button {
    margin-right: 40px;
    border: none;
    background: none;
    padding: 23px 0;
    height: 30px
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    white-space: inherit;
    margin-bottom: 10px
}

#blockcart-modal .divide-right {
    border-right: 1px solid #535252
}

@media (max-width:767px) {
    #blockcart-modal .divide-right {
        border-right: none
    }
}

#main .images-container .js-qv-mask {
    white-space: nowrap;
    overflow: hidden
}

#main .images-container .js-qv-mask.scroll {
    width: calc(100% - 60px);
    margin: 0 auto
}

.scroll-box-arrows {
    display: none
}

.scroll-box-arrows.scroll {
    display: block
}

.scroll-box-arrows i {
    position: absolute;
    bottom: 26px;
    height: 100px;
    line-height: 100px;
    cursor: pointer
}

@media (max-width:767px) {
    .scroll-box-arrows i {
        top: 30%
    }
}

.scroll-box-arrows .left {
    left: 0
}

.scroll-box-arrows .right {
    right: 0
}

.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 1024px
}

.quickview .modal-content {
    min-height: 450px
}

.quickview .modal-header {
    border: none;
    padding: 10px
}

.quickview .modal-body {
    min-height: 380px
}

.quickview .modal-footer {
    border-top: 1px solid hsla(0, 0%, 60%, .3)
}

.quickview .layer {
    display: none
}

.quickview .product-cover img {
    width: 95%
}

.quickview .images-container {
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    min-height: 350px
}

.quickview .images-container .product-images&gt;li.thumb-container&gt;.thumb {
    width: 79px;
    margin-bottom: 13px;
    background: #fff
}

.quickview .mask {
    width: 35%;
    height: 360px;
    overflow: hidden;
    margin-left: 10px
}

.quickview .product-actions {
    margin-top: 20px
}

.quickview .arrows {
    position: absolute;
    top: 0;
    height: 390px;
    right: 52px;
    top: -30px;
    z-index: 0
}

.quickview .arrows .arrow-up {
    margin-top: -50px;
    cursor: pointer;
    opacity: .2
}

.quickview .arrows .arrow-down {
    position: absolute;
    bottom: -30px;
    cursor: pointer
}

.quickview .btn.add-to-cart {
    margin: 5px 0 10px
}

@media (max-width:767px) {
    .quickview .images-container {
        display: inherit;
        min-height: inherit
    }
    .quickview .mask {
        height: inherit
    }
}

.search-widget {
    clear: both;
    height: 34px
}

.search-widget form {
    position: relative
}

.search-widget form input[type=email] {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 10px 10px 0;
    height: 40px;
    min-width: 255px;
    background: transparent;
    color: #FFFFFF;
    font-size: 16px;
    width: 50%
}

@media (max-width:991px) {
    .search-widget form input[type=email] {
        min-width: inherit
    }
}

.search-widget form input[type=email]:focus {
    outline: none;
    color: #FFFFFF;
    border-bottom: 1px solid #535252
}

.search-widget form input[type=email]::-webkit-input-placeholder {
    color: #FFFFFF
}

.search-widget form input[type=email]:-moz-placeholder,
.search-widget form input[type=email]::-moz-placeholder {
    color: #FFFFFF
}

.search-widget form input[type=email]:-ms-input-placeholder {
    color: #FFFFFF
}

.search-widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: 0;
    right: 7px;
    top: 5px;
    color: #535252;
    min-height: 25px
}

.search-widget form button[type=submit]:focus {
    outline: none
}

.search-widget form button[type=submit] .search:hover {
    color: #535252
}

#header .search-widget {
    position: relative;
    min-width: 250px
}

@media (max-width:543px) {
    #header .search-widget {
        max-width: 300px;
        min-width: inherit;
        width: 100%;
        margin: 0 auto!important
    }
}

#header .search-widget .input-search {
    width: 0;
    min-width: inherit;
    padding: 10px 10px 10px 20px;
    border: none;
    background: none;
    float: right;
    transition: width .4s ease-in-out;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out
}

@media (max-width:767px) {
    #header .search-widget .input-search {
        width: 100%;
        border: 1px solid #cfcfcf;
        border-radius: 40px;
        font-size: 14px;
        height: 34px;
        color: #535252;
        background: #fff;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none
    }
}

#header .search-widget .input-search:focus {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 40px;
    font-size: 14px;
    height: 34px;
    color: #535252;
    background: #fff
}

#header .search-widget .fa {
    font-size: 20px!important
}

#checkout #search_widget {
    display: none
}

#pagenotfound .page-content #search_widget {
    width: 100%
}

.page-not-found .search-widget form {
    display: inline-block
}

.sitemap {
    margin: 25px 0 0 -15px
}

@media (max-width:991px) {
    .sitemap {
        margin: 15px 0 0
    }
}

.sitemap h2 {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 5px;
    width: 100%
}

.sitemap ul {
    margin: 20px 0 0 15px
}

.sitemap ul.nested {
    margin: 10px 0 0 20px
}

.sitemap ul li {
    margin-bottom: .5rem
}

#stores .page-stores {
    margin: 20px auto 0
}

#stores .page-stores .store-item {
    border-bottom: 1px solid #edc5dc
}

#stores .page-stores .store-item-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0
}

@media (max-width:767px) {
    #stores .page-stores .store-item-container {
        padding: 15px 0
    }
}

@media (max-width:543px) {
    #stores .page-stores .store-item-container {
        display: block
    }
}

#stores .page-stores .store-item-container .store-picture img {
    max-width: 100%
}

#stores .page-stores .store-item-container .store-description {
    line-height: 21px;
    font-size: 14px;
    color: #535252
}

@media (max-width:543px) {
    #stores .page-stores .store-item-container .store-description a,
    #stores .page-stores .store-item-container .store-description address {
        margin-bottom: 10px
    }
}

#stores .page-stores .store-item-container .divide-left {
    border-left: 1px solid #cfcfcf
}

@media (max-width:543px) {
    #stores .page-stores .store-item-container .divide-left {
        border-left: none
    }
}

#stores .page-stores .store-item-container .divide-left tr {
    height: 25px
}

#stores .page-stores .store-item-container .divide-left td {
    padding-left: 5px
}

#stores .page-stores .store-item-container .divide-left td ul {
    margin-bottom: 0;
    line-height: 21px;
    font-size: 14px;
    color: #535252
}

#stores .page-stores .store-item-container .divide-left th {
    text-align: right
}

#stores .page-stores .store-item-footer {
    margin-top: 10px;
    padding: 10px 15px 0
}

@media (max-width:543px) {
    #stores .page-stores .store-item-footer {
        display: block
    }
}

#stores .page-stores .store-item-footer.divide-top {
    border-top: 1px dashed #cfcfcf
}

#stores .page-stores .store-item-footer div:first-child {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%
}

#stores .page-stores .store-item-footer ul {
    border-left: 1px solid #cfcfcf
}

#stores .page-stores .store-item-footer ul li {
    margin-bottom: 10px
}

#stores .page-stores .store-item-footer ul li i {
    margin-right: 10px;
    color: #535252;
    font-size: 15px
}</pre></body></html>